Searched refs:lpPerformanceCount1 (Results 1 – 1 of 1) sorted by relevance
87 LARGE_INTEGER lpPerformanceCount1, lpPerformanceCount2; in silk_TimerSave() local92 QueryPerformanceCounter(&lpPerformanceCount1); in silk_TimerSave()94 lpPerformanceCount2.QuadPart -= lpPerformanceCount1.QuadPart; in silk_TimerSave()