Searched refs:NUM_SAMPLES (Results 1 – 4 of 4) sorted by relevance
66 #define NUM_SAMPLES 100 macro69 static DWORD times[NUM_SAMPLES];74 if (count < NUM_SAMPLES) in testTimeProc()88 for (i = 0; i < NUM_SAMPLES; i++) in test_timer()103 Sleep((NUM_SAMPLES * period) + (2 * period)); in test_timer()
20 ULONG64 TscCalibrationArray[NUM_SAMPLES];97 while (TscCalibrationPhase < NUM_SAMPLES) _ReadWriteBarrier(); in HalpInitializeTsc()110 HalpCpuClockFrequency.QuadPart = DoLinearRegression(NUM_SAMPLES - 1, in HalpInitializeTsc()
26 cmp cl, NUM_SAMPLES75 cmp cl, NUM_SAMPLES
5 #define NUM_SAMPLES 4 macro