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