Searched refs:liCurrentCount (Results 1 – 4 of 4) sorted by relevance
76 LARGE_INTEGER liCurrentCount; in ulGetRunTimeCounterValue() local80 QueryPerformanceCounter( &liCurrentCount ); in ulGetRunTimeCounterValue()85 …ulReturn = ( unsigned long ) ( ( liCurrentCount.QuadPart - llInitialRunTimeCounterValue ) / llTick… in ulGetRunTimeCounterValue()
77 LARGE_INTEGER liCurrentCount; in ulGetRunTimeCounterValue() local81 QueryPerformanceCounter( &liCurrentCount ); in ulGetRunTimeCounterValue()96 ( ( liCurrentCount.QuadPart - llInitialRunTimeCounterValue ) / in ulGetRunTimeCounterValue()
76 LARGE_INTEGER liCurrentCount; in ulGetRunTimeCounterValue() local80 QueryPerformanceCounter( &liCurrentCount ); in ulGetRunTimeCounterValue()94 …ulReturn = ( unsigned long ) ( ( liCurrentCount.QuadPart - llInitialRunTimeCounterValue ) / llTick… in ulGetRunTimeCounterValue()
Completed in 31 milliseconds