Home
last modified time | relevance | path

Searched refs:r_max (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/timers/
A Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress() argument
132 *r_max = 0.0, r2_sum = 0.0; in regress()
138 if (*r_max < r) in regress()
139 *r_max = r; in regress()
/tools/arch/arm64/include/asm/
A Dcputype.h249 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
253 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
256 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
/tools/testing/radix-tree/
A Dmaple.c35510 wr_mas->r_max = offset < mas->end ? pivots[offset] : mas->max; in get_vacant_height()

Completed in 40 milliseconds