Searched refs:SAMPLES (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/timers/ |
| D | freq-step.c | 28 #define SAMPLES 100 macro 156 struct sample samples[SAMPLES]; in run_test() 175 for (i = 0; i < SAMPLES; i++) { in run_test() 181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 192 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
|
| /Linux-v4.19/samples/ |
| D | Kconfig | 1 menuconfig SAMPLES config 7 if SAMPLES 156 endif # SAMPLES
|
| /Linux-v4.19/drivers/input/misc/ |
| D | adxl34x.c | 140 #define SAMPLES(x) ((x) & 0x1F) macro 850 SAMPLES(pdata->watermark)); in adxl34x_probe()
|
| /Linux-v4.19/tools/perf/ui/ |
| D | hist.c | 442 HPP__PRINT_FNS("Samples", samples, SAMPLES),
|