Home
last modified time | relevance | path

Searched refs:cmp_u32 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32() function
124 qsort(labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32); in disasm_one_func()
144 label_pc = bsearch(&pc, labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32); in disasm_one_func()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c27 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
72 sort(cycles, 5, sizeof(*cycles), cmp_u32, NULL); in measure_clocks()
H A Dselftest_engine_cs.c17 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
124 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
H A Dselftest_rps.c44 static int cmp_u32(const void *A, const void *B) in cmp_u32() function
316 sort(cycles_, 5, sizeof(*cycles_), cmp_u32, NULL); in live_rps_clock_interval()