Home
last modified time | relevance | path

Searched refs:QueryPerformanceCounter (Results 1 – 25 of 25) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/cppunit/
H A Dcppunit_timer.h36 QueryPerformanceCounter(&m_start); in start()
42 QueryPerformanceCounter(&m_restart); in restart()
52 QueryPerformanceCounter(&stop); in stop()
/reactos/ntoskrnl/tests/
H A DTestTimer.c26 QueryPerformanceCounter ( &liStartTime ); in main()
29 QueryPerformanceCounter ( &liCurrentTime ); in main()
/reactos/modules/rostests/apitests/compiler/ms/eh/
H A Drecursive_throw.cpp55 QueryPerformanceCounter(&start); in main()
73 QueryPerformanceCounter(&end); in main()
/reactos/dll/3rdparty/mbedtls/
H A Dtiming.c238 QueryPerformanceCounter( &offset ); in mbedtls_timing_hardclock()
277 QueryPerformanceCounter( &t->start ); in mbedtls_timing_get_timer()
284 QueryPerformanceCounter( &now ); in mbedtls_timing_get_timer()
/reactos/dll/win32/kernel32/client/
H A Dperfcnt.c23 QueryPerformanceCounter(OUT PLARGE_INTEGER lpPerformanceCount) in QueryPerformanceCounter() function
/reactos/modules/rosapps/applications/cmdutils/uptime/
H A Duptime.c13 if (QueryPerformanceCounter(&liCount) && in main()
/reactos/dll/win32/shlwapi/
H A Dstopwatch.c201 QueryPerformanceCounter(&iCounter); in GetPerfTime()
/reactos/base/services/dcomlaunch/
H A Dnetwork.c77 if (QueryPerformanceCounter(&PerformanceCount)) in CookupNodeId()
/reactos/sdk/lib/crt/startup/
H A Dgs_support.c79 QueryPerformanceCounter (&perfctr); in __security_init_cookie()
/reactos/dll/win32/dwmapi/
H A Ddwmapi_main.c271 QueryPerformanceCounter(&qpc); in DwmGetCompositionTimingInfo()
/reactos/dll/win32/winmm/
H A Dtime.c481 QueryPerformanceCounter(&perfCount); in timeGetTime()
/reactos/ntoskrnl/include/
H A Dsysfuncs.h174 SVC_(QueryPerformanceCounter, 2)
H A Dsysfuncs64.h47 SVC_(QueryPerformanceCounter
/reactos/modules/rosapps/applications/cmdutils/arping/
H A Darping.c289 if (QueryPerformanceCounter(Time) == 0) in QueryTime()
/reactos/dll/win32/advapi32/misc/
H A Dsysfunc.c623 QueryPerformanceCounter(&time); in SystemFunction036()
/reactos/modules/rosapps/applications/sysutils/systeminfo/
H A Dsysteminfo.c185 QueryPerformanceCounter(&Counter); in GetSecondsQPC()
/reactos/dll/directx/wine/dmusic/
H A Ddmusic.c91 QueryPerformanceCounter(&counter); in master_IReferenceClock_GetTime()
/reactos/modules/rostests/winetests/mmdevapi/
H A Drender.c1162 ok(QueryPerformanceCounter(&hpctime0), "PerfCounter unavailable\n"); in test_clock()
1205 ok(QueryPerformanceCounter(&hpctime), "PerfCounter failed\n"); in test_clock()
1224 ok(QueryPerformanceCounter(&hpctime), "PerfCounter failed\n"); in test_clock()
1310 ok(QueryPerformanceCounter(&hpctime), "PerfCounter failed\n"); in test_clock()
/reactos/dll/cpl/sysdm/
H A Dgeneral.c620 QueryPerformanceCounter(&Counter); in GetTickCountQPC()
/reactos/dll/win32/mciavi32/
H A Dmciavi.c339 QueryPerformanceCounter(&lc); in currenttime_us()
/reactos/dll/3rdparty/libxslt/
H A Dxsltutils.c1875 ok = QueryPerformanceCounter(&performanceCount); in xsltTimestamp()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec881 @ stdcall QueryPerformanceCounter(ptr)
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c3663 QueryPerformanceCounter(&counter); in test_RegQueryValueExPerformanceData()
/reactos/sdk/include/psdk/
H A Dwinbase.h2967 BOOL WINAPI QueryPerformanceCounter(PLARGE_INTEGER);
/reactos/dll/directx/wine/wined3d/
H A Ddirectx.c5016 if (!QueryPerformanceCounter(&counter) || !QueryPerformanceFrequency(&freq_per_sec)) in wined3d_get_adapter_raster_status()