OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:queryperformancefrequency
(Results
26 - 50
of
59
) sorted by null
1
2
3
/external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h
174
return
QueryPerformanceFrequency
(&timer->placeHolder);
/external/libyuv/files/unit_test/
unit_test.h
85
QueryPerformanceFrequency
(&f);
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c
535
gWinNt->
QueryPerformanceFrequency
((LARGE_INTEGER *)&Frequency);
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h
1287
WinNtQueryPerformanceFrequency
QueryPerformanceFrequency
;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c
274
if(!
QueryPerformanceFrequency
(&li))
275
printf("
QueryPerformanceFrequency
failed!\n");
/external/lz4/programs/
util.h
137
UTIL_STATIC void UTIL_initTimer(UTIL_time_t* ticksPerSecond) { if (!
QueryPerformanceFrequency
(ticksPerSecond)) fprintf(stderr, "ERROR: QueryPerformance not present\n"); }
/external/svox/pico/lib/
picopal.c
520
QueryPerformanceFrequency
(&timerFreq);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c
907
QueryPerformanceFrequency
(&frequency);
[
all
...]
_lsprof.c
29
if (
QueryPerformanceFrequency
(&li))
timemodule.c
175
if (!
QueryPerformanceFrequency
(&freq) || freq.QuadPart == 0) {
[
all
...]
/external/python/cpython2/Modules/
_hotshot.c
911
QueryPerformanceFrequency
(&frequency);
[
all
...]
_lsprof.c
29
if (
QueryPerformanceFrequency
(&li))
timemodule.c
175
if (!
QueryPerformanceFrequency
(&freq) || freq.QuadPart == 0) {
/external/fio/os/windows/
posix.c
492
QueryPerformanceFrequency
(&freq);
/external/libusb/libusb/os/
wince_usb.c
208
if (
QueryPerformanceFrequency
(&li_frequency)) {
windows_nt_common.c
306
if (
QueryPerformanceFrequency
(&li_frequency)) {
/external/opencv/cxcore/src/
cxswitcher.cpp
213
if(
QueryPerformanceFrequency
( &freq ) )
/external/libavc/test/decoder/
main.c
[
all
...]
/external/libhevc/test/decoder/
main.c
[
all
...]
/external/libmpeg2/test/decoder/
main.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c
175
if (!
QueryPerformanceFrequency
(&freq) || freq.QuadPart == 0) {
[
all
...]
/external/tinyxml/
xmltest.cpp
1044
QueryPerformanceFrequency
( (LARGE_INTEGER*) (&freq) );
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/
Gasket.S
204
call ASM_PFX(
QueryPerformanceFrequency
)
[
all
...]
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/
Gasket.S
239
call ASM_PFX(
QueryPerformanceFrequency
)
[
all
...]
/external/libavc/test/encoder/
main.c
[
all
...]
Completed in 2780 milliseconds
1
2
3