Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dexpr.y39 %token MIN MAX IF ELSE SMT_ON D_RATIO
40 %left MIN MAX IF
75 MIN | MAX | IF | ELSE | SMT_ON | NUMBER | '|' | '^' | '&' | '-' | '+' | '*' | '/' | '%' | '(' | ')'…
121 | MIN '(' expr ',' expr ')' { $$ = $3 < $5 ? $3 : $5; }
Dexpr.l105 min { return MIN; }
/tools/testing/selftests/vm/
Dmremap_test.c25 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) macro
183 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()
/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c217 result = run_test(size, MIN(size, 8), wr, wp); in main()
/tools/perf/tests/
Dcode-reading.c166 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output()
/tools/testing/selftests/net/
Dnettest.c51 #ifndef MIN
52 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/perf/
Dbuiltin-c2c.c433 width = MIN(width, SYMBOL_WIDTH); in symbol_width()