Home
last modified time | relevance | path

Searched refs:NUM_SAMPLES (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/winmm/
H A Dtimer.c66 #define NUM_SAMPLES 100 macro
69 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()
/reactos/hal/halx86/apic/
H A Dtsc.c20 ULONG64 TscCalibrationArray[NUM_SAMPLES];
97 while (TscCalibrationPhase < NUM_SAMPLES) _ReadWriteBarrier(); in HalpInitializeTsc()
110 HalpCpuClockFrequency.QuadPart = DoLinearRegression(NUM_SAMPLES - 1, in HalpInitializeTsc()
H A Dtsccal.S26 cmp cl, NUM_SAMPLES
75 cmp cl, NUM_SAMPLES
H A Dtsc.h5 #define NUM_SAMPLES 4 macro