Searched refs:cmp_u32 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | jit_disasm_helpers.c | 79 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 D | selftest_gt_pm.c | 27 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 D | selftest_engine_cs.c | 17 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()
|