OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueryPerformanceCounter
(Results
1 - 25
of
33
) sorted by null
1
2
/external/stlport/test/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/ndk/tests/device/test-stlport/unit/cppunit/
cppunit_timer.h
36
QueryPerformanceCounter
(&m_start);
42
QueryPerformanceCounter
(&m_restart);
52
QueryPerformanceCounter
(&stop);
/external/libvpx/vpx_ports/
vpx_timer.h
60
QueryPerformanceCounter
(&t->begin);
71
QueryPerformanceCounter
(&t->end);
/external/skia/bench/
BenchSysTimer_windows.cpp
35
if (0 == ::
QueryPerformanceCounter
(&this->fStartWall)) {
49
if (0 == ::
QueryPerformanceCounter
(&end_wall)) {
/external/chromium/sdch/open-vcdiff/src/
testing.h
31
#include <windows.h> //
QueryPerformanceCounter
120
QueryPerformanceCounter
(&start_time_);
130
QueryPerformanceCounter
(&end_time);
153
#error CycleTimer needs an implementation that does not use gettimeofday or
QueryPerformanceCounter
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp
41
QueryPerformanceCounter
( &currVal );
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c
61
QueryPerformanceCounter
(&hires_start_ticks);
85
QueryPerformanceCounter
(&hires_now);
/external/srec/portable/src/
ptimer.c
29
Note that this implementation assumes that
QueryPerformanceCounter
is
84
return (
QueryPerformanceCounter
(&timer->RefTime) ?
98
if (!
QueryPerformanceCounter
(&now)) return ESR_NOT_SUPPORTED;
119
if (!
QueryPerformanceCounter
(&now)) return ESR_NOT_SUPPORTED;
/external/chromium/sdch/open-vcdiff/
configure.ac
49
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1
37
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
configure.ac.v0.2
39
AC_CHECK_FUNCS([gettimeofday
QueryPerformanceCounter
])
/external/icu4c/tools/ctestfw/unicode/
utimer.h
176
QueryPerformanceCounter
(&timer->start);
/external/zlib/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/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp
93
QueryPerformanceCounter
(&qpc);
110
// force a re-sync if
QueryPerformanceCounter
differs from GetTickCount by more than 500ms.
161
// Use a combination of ftime and
QueryPerformanceCounter
.
163
//
QueryPerformanceCounter
has high resolution, but is only usable to measure time intervals.
164
// To combine them, we call ftime and
QueryPerformanceCounter
initially. Later calls will use
QueryPerformanceCounter
/external/chromium/base/
time_win.cc
14
//
QueryPerformanceCounter
is the logical choice for a high-precision timer.
292
// (2)
QueryPerformanceCounter
(QPC). The QPC counter provides a high-
294
// to retrieve. What
QueryPerformanceCounter
actually does is up to the HAL.
346
// On Athlon X2 CPUs (e.g. model 15)
QueryPerformanceCounter
is
367
QueryPerformanceCounter
(&now);
/external/qemu/
qemu-timer.h
109
QueryPerformanceCounter
(&ti);
/external/webrtc/src/system_wrappers/interface/
tick_util.h
137
//
QueryPerformanceCounter
returns the value from the TSC which is
143
QueryPerformanceCounter
(&qpcnt);
/external/svox/pico/lib/
picopal.c
523
if (
QueryPerformanceCounter
(&now) && 0) {
/external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp
52
QueryPerformanceCounter
(&counter);
/external/netperf/
netcpu_ntperf.c
85
QueryPerformanceCounter
(&Counter);
/external/openssl/crypto/rand/
rand_win.c
708
if (
QueryPerformanceCounter
(&l) == 0)
/external/quake/quake/src/QW/client/
sys_win.c
295
QueryPerformanceCounter
(&PerformanceCount);
Completed in 4563 milliseconds
1
2