Searched refs:SAMPLES (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | freq-step.c | 20 #define SAMPLES 100 macro 148 struct sample samples[SAMPLES]; in run_test() 167 for (i = 0; i < SAMPLES; i++) { in run_test() 173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 184 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | rdrand.c | 25 enum { SAMPLES = 8, MIN_CHANGE = 5 }; in x86_init_rdrand() enumerator 33 for (changed = 0, i = 0; i < SAMPLES; ++i) { in x86_init_rdrand()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 26 \'id=ID:red=R:green=G:blue=B:alpha=A:buffer=BUF:stencil=STENCIL:samples=SAMPLES'. 90 " stencil=STENCIL:samples=SAMPLES'. The parameters may be\n"
|
/openbmc/linux/samples/ |
H A D | Kconfig | 2 menuconfig SAMPLES config 7 if SAMPLES 290 endif # SAMPLES
|
/openbmc/linux/drivers/media/pci/ |
H A D | Kconfig | 67 depends on SAMPLES
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 140 #define SAMPLES(x) ((x) & 0x1F) macro 855 SAMPLES(pdata->watermark)); in adxl34x_probe()
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 512 HPP__PRINT_FNS("Samples", samples, SAMPLES),
|