Searched refs:performanceCount (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32ce.c193 LARGE_INTEGER performanceCount; local
195 if (QueryPerformanceCounter (&performanceCount))
196 (*add) (&performanceCount, sizeof (performanceCount), origin);
H A Drndw32.c978 LARGE_INTEGER performanceCount;
980 if (QueryPerformanceCounter (&performanceCount))
984 (*add) (&performanceCount, sizeof (performanceCount), origin);
977 LARGE_INTEGER performanceCount; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32ce.c193 LARGE_INTEGER performanceCount; local
195 if (QueryPerformanceCounter (&performanceCount))
196 (*add) (&performanceCount, sizeof (performanceCount), origin);
H A Drndw32.c978 LARGE_INTEGER performanceCount;
980 if (QueryPerformanceCounter (&performanceCount))
984 (*add) (&performanceCount, sizeof (performanceCount), origin);
977 LARGE_INTEGER performanceCount; local

Completed in 71 milliseconds