Home
last modified time | relevance | path

Searched refs:lpPerformanceCount (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
Ddebug.h156 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; \
Ddebug.c50 LARGE_INTEGER lpPerformanceCount; in silk_GetHighResolutionTime() local
52 QueryPerformanceCounter(&lpPerformanceCount); in silk_GetHighResolutionTime()
54 return (unsigned long)((1000000*(lpPerformanceCount.QuadPart)) / lpFrequency.QuadPart); in silk_GetHighResolutionTime()
/external/syzkaller/sys/windows/
Dwindows.txt115 QueryPerformanceCounter(lpPerformanceCount ptr[inout, intptr])