Searched refs:intcmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/ |
H A D | Kbuild.include | 22 # Use $(intcmp ...) if supported. (Make >= 4.4) 24 ifeq ($(intcmp 1,0,,,y),y) 25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y) 26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y)
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 1890 static int intcmp(const void *a, const void *b) in intcmp() function 1960 qsort(trace->ev_qualifier_ids.entries, nr_used, sizeof(int), intcmp); in trace__validate_ev_qualifier() 1979 trace->ev_qualifier_ids.nr, sizeof(int), intcmp) != NULL; in trace__syscall_enabled()
|