Searched refs:MIN (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | expr.y | 39 %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; }
|
D | expr.l | 105 min { return MIN; }
|
/tools/testing/selftests/vm/ |
D | mremap_test.c | 25 #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/ |
D | breakpoint_test_arm64.c | 217 result = run_test(size, MIN(size, 8), wr, wp); in main()
|
/tools/perf/tests/ |
D | code-reading.c | 166 written_bytes = MIN(read_bytes, *len - off); in read_objdump_output()
|
/tools/testing/selftests/net/ |
D | nettest.c | 51 #ifndef MIN 52 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
/tools/perf/ |
D | builtin-c2c.c | 433 width = MIN(width, SYMBOL_WIDTH); in symbol_width()
|