Searched refs:Freq (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c160 UINT64 Freq; local
184 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
186 Freq = DivU64x32 (Freq, 1000);
188 mPerfHeader.CpuFreq = Freq;
261 Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dtrees.c415 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
416 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
417 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
419 s->dyn_ltree[END_BLOCK].Freq = 1;
444 (tree[n].Freq < tree[m].Freq || \
445 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
524 f = tree[n].Freq;
559 *(long)tree[m].Freq;
[all...]
H A Ddeflate.h76 #define Freq fc.freq macro
327 s->dyn_ltree[cc].Freq++; \
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
337 s->dyn_dtree[d_code(dist)].Freq++; \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dtrees.c417 for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0;
418 for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0;
419 for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0;
421 s->dyn_ltree[END_BLOCK].Freq = 1;
446 (tree[n].Freq < tree[m].Freq || \
447 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
526 f = tree[n].Freq;
561 *(long)tree[m].Freq;
[all...]
H A Ddeflate.h73 #define Freq fc.freq macro
312 s->dyn_ltree[cc].Freq++; \
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
322 s->dyn_dtree[d_code(dist)].Freq++; \
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c160 UINT64 Freq; local
189 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
191 Freq = DivU64x32 (Freq, 1000);
193 mPerfHeader.CpuFreq = Freq;
284 Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
328 mPerfData.Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmPerformance.c164 UINT64 Freq; local
188 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
190 Freq = DivU64x32 (Freq, 1000);
192 mBmPerfHeader.CpuFreq = Freq;
265 Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
H A DDp.c156 UINT64 Freq; local
282 // Freq = Frequency in Hz
286 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
289 TimerInfo.Frequency = (UINT32)DivU64x32 (Freq, 1000);
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
H A DDp.c204 UINT64 Freq; local
405 // Freq = Frequency in Hz
409 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
412 TimerInfo.Frequency = (UINT32)DivU64x32 (Freq, 1000);
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c294 UINT64 Freq; local
301 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
303 Freq = DivU64x32 (Freq, 1000);
378 PerfData->Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
383 if ((Ticker > Freq) && (++Index >= PERF_PEI_ENTRY_MAX_NUM)) {
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
H A DMemorySubClass.c524 MemInfoMemFreq = pGblData->Freq;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
H A DHwMemInitLib.h360 UINT32 Freq; member in struct:_GBL_DATA

Completed in 142 milliseconds