OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryPerformanceCounter
(Results
26 - 50
of
72
) sorted by null
1
2
3
/external/chromium_org/third_party/libyuv/unit_test/
unit_test.h
42
QueryPerformanceCounter
(&t);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc
33
// TODO(wu): Remove
QueryPerformanceCounter
implementation.
35
//
QueryPerformanceCounter
returns the value from the TSC which is
41
QueryPerformanceCounter
(&qpcnt);
/external/deqp/framework/delibs/deutil/
deClock.c
42
QueryPerformanceCounter
(&count);
/external/libyuv/files/unit_test/
unit_test.h
42
QueryPerformanceCounter
(&t);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp
154
QueryPerformanceCounter
(&ctime_li);
174
QueryPerformanceCounter
(&ctime_li);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp
138
QueryPerformanceCounter
(&ctime_li);
158
QueryPerformanceCounter
(&ctime_li);
/external/chromium_org/third_party/opus/src/silk/
debug.h
135
QueryPerformanceCounter
(&silk_Timer_start[ID]); \
183
QueryPerformanceCounter
(&lpPerformanceCount); \
/external/libopus/silk/
debug.h
135
QueryPerformanceCounter
(&silk_Timer_start[ID]); \
183
QueryPerformanceCounter
(&lpPerformanceCount); \
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp
154
QueryPerformanceCounter
(&ctime_li);
174
QueryPerformanceCounter
(&ctime_li);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp
138
QueryPerformanceCounter
(&ctime_li);
158
QueryPerformanceCounter
(&ctime_li);
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/eigen/bench/
BenchTimer.h
44
* On Windows we use
QueryPerformanceCounter
123
QueryPerformanceCounter
(&query_ticks);
/external/chromium_org/sdch/open-vcdiff/
configure.ac
45
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/zlib/src/contrib/testzlib/
testzlib.c
86
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(pbeginTime64)))
99
if ((!fComputeTimeQueryPerf) || (!
QueryPerformanceCounter
(&endTime64)))
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
465
QueryPerformanceCounter
((LARGE_INTEGER*)&end);
[
all
...]
echo_control_mobile.c
458
QueryPerformanceCounter
((LARGE_INTEGER*)&start);
491
QueryPerformanceCounter
((LARGE_INTEGER*)&end);
/external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_util.cpp
91
QueryPerformanceCounter
(¤tTime);
/external/skia/tools/skpdiff/
skpdiff_util.cpp
91
QueryPerformanceCounter
(¤tTime);
/external/qemu/include/qemu/
timer.h
720
QueryPerformanceCounter
(&ti);
/external/webrtc/src/system_wrappers/interface/
tick_util.h
139
// TODO(wu): Remove
QueryPerformanceCounter
implementation.
141
//
QueryPerformanceCounter
returns the value from the TSC which is
147
QueryPerformanceCounter
(&qpcnt);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c
258
http://stackoverflow.com/questions/1739259/how-to-use-
queryperformancecounter
264
QueryPerformanceCounter
(&li);
278
QueryPerformanceCounter
(&li);
/external/chromium_org/base/time/
time_win.cc
14
//
QueryPerformanceCounter
is the logical choice for a high-precision timer.
326
// On Athlon X2 CPUs (e.g. model 15)
QueryPerformanceCounter
is
340
// (2)
QueryPerformanceCounter
(QPC). The QPC counter provides a high-
342
// to retrieve. What
QueryPerformanceCounter
actually does is up to the HAL.
421
QueryPerformanceCounter
(&now);
/external/svox/pico/lib/
picopal.c
523
if (
QueryPerformanceCounter
(&now) && 0) {
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c
708
if (
QueryPerformanceCounter
(&l) == 0)
Completed in 3141 milliseconds
1
2
3