Home
last modified time | relevance | path

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

/tools/perf/util/
Dexpr.y28 %token MIN MAX IF ELSE SMT_ON
29 %left MIN MAX IF
89 | MIN '(' expr ',' expr ')' { $$ = $3 < $5 ? $3 : $5; }
125 return MIN;
/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c217 result = run_test(size, MIN(size, 8), wr, wp); in main()
/tools/perf/tests/
Dcode-reading.c173 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output()
/tools/testing/selftests/net/
Dnettest.c40 #ifndef MIN
41 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/perf/
Dbuiltin-c2c.c423 width = MIN(width, SYMBOL_WIDTH); in symbol_width()