OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:queryperformancefrequency
(Results
1 - 25
of
59
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
profileapi.h
17
WINBASEAPI WINBOOL WINAPI
QueryPerformanceFrequency
(LARGE_INTEGER *lpFrequency);
/external/swiftshader/src/Common/
Timer.cpp
89
QueryPerformanceFrequency
((LARGE_INTEGER*)&frequency);
/external/libjpeg-turbo/
tjutil.c
36
if(!
QueryPerformanceFrequency
(&freq)) return 0.0;
/external/libvncserver/test/
tjutil.c
36
if(!
QueryPerformanceFrequency
(&freq)) return 0.0;
/external/libvpx/libvpx/vpx_ports/
vpx_timer.h
80
QueryPerformanceFrequency
(&freq);
/external/pdfium/third_party/libopenjpeg20/
opj_clock.c
46
QueryPerformanceFrequency
(&freq) ;
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py
132
ctypes.windll.Kernel32.
QueryPerformanceFrequency
(
155
ctypes.windll.Kernel32.
QueryPerformanceFrequency
(
/external/libopus/silk/
debug.c
53
QueryPerformanceFrequency
(&lpFrequency);
98
QueryPerformanceFrequency
(&lpFrequency);
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThunk.h
246
EMU_QUERY_PERFORMANCE_FREQENCY
QueryPerformanceFrequency
;
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DxeCoreTimerLib.c
125
return gEmuThunk->
QueryPerformanceFrequency
();
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
PeiTimerLib.c
170
return Thunk->
QueryPerformanceFrequency
();
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c
181
QueryPerformanceFrequency
/external/deqp/framework/delibs/deutil/
deClock.c
43
QueryPerformanceFrequency
(&freq);
/external/eigen/bench/
BenchTimer.h
63
QueryPerformanceFrequency
(&freq);
/external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh
61
QueryPerformanceFrequency
(&frequency);
/external/mesa3d/src/gallium/auxiliary/os/
os_time.c
73
QueryPerformanceFrequency
(&frequency);
/external/vulkan-validation-layers/demos/smoke/
ShellWin32.cpp
32
QueryPerformanceFrequency
(&freq);
/external/dng_sdk/source/
dng_utils.cpp
236
QueryPerformanceFrequency
(&freq);
246
QueryPerformanceFrequency
(&freq);
/external/netperf/src/
netcpu_ntperf.c
178
if (
QueryPerformanceFrequency
(&TickHz) == FALSE)
180
fprintf(stderr,"MAIN -
QueryPerformanceFrequency
Failed!\n");
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DxeTimerLib.c
176
return gEmuThunk->
QueryPerformanceFrequency
();
/external/libcxx/src/
chrono.cpp
204
initialized =
QueryPerformanceFrequency
(&freq); // always succceeds
/external/v8/src/base/platform/
time.cc
564
if (!
QueryPerformanceFrequency
(&ticks_per_second)) {
704
// The value returned by
QueryPerformanceFrequency
() cannot be used as the TSC
738
// Note: According to the MSDN documentation for
QueryPerformanceFrequency
(),
742
::
QueryPerformanceFrequency
(&perf_counter_frequency);
/external/zlib/src/contrib/testzlib/
testzlib.c
104
QueryPerformanceFrequency
(&ticksPerSecond);
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c
448
Frequency = gEmuThunk->
QueryPerformanceFrequency
();
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c
247
QueryPerformanceFrequency
(
Completed in 1457 milliseconds
1
2
3