Searched refs:lpPerformanceCount (Results 1 – 3 of 3) sorted by relevance
156 LARGE_INTEGER lpPerformanceCount; \170 QueryPerformanceCounter(&lpPerformanceCount); \171 lpPerformanceCount.QuadPart -= silk_Timer_start[ID].QuadPart; \172 if((lpPerformanceCount.QuadPart < 100000000) && \173 (lpPerformanceCount.QuadPart >= 0)) { \175 silk_Timer_sum[ID] += lpPerformanceCount.QuadPart; \176 if( lpPerformanceCount.QuadPart > silk_Timer_max[ID] ) \177 silk_Timer_max[ID] = lpPerformanceCount.QuadPart; \178 if( lpPerformanceCount.QuadPart < silk_Timer_min[ID] ) \179 silk_Timer_min[ID] = lpPerformanceCount.QuadPart; \
50 LARGE_INTEGER lpPerformanceCount; in silk_GetHighResolutionTime() local52 QueryPerformanceCounter(&lpPerformanceCount); in silk_GetHighResolutionTime()54 return (unsigned long)((1000000*(lpPerformanceCount.QuadPart)) / lpFrequency.QuadPart); in silk_GetHighResolutionTime()
115 QueryPerformanceCounter(lpPerformanceCount ptr[inout, intptr])