Searched refs:sort_r (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/lib/ |
| D | sort.c | 204 void sort_r(void *base, size_t num, size_t size, in sort_r() function 269 EXPORT_SYMBOL(sort_r); 275 return sort_r(base, num, size, _CMP_WRAPPER, swap_func, cmp_func); in sort()
|
| /Linux-v5.4/include/linux/ |
| D | sort.h | 7 void sort_r(void *base, size_t num, size_t size,
|
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_h264.c | 449 sort_r(reflist, builder->num_valid, sizeof(*reflist), in build_p_ref_list() 459 sort_r(b0_reflist, builder->num_valid, sizeof(*b0_reflist), in build_b_ref_lists() 464 sort_r(b1_reflist, builder->num_valid, sizeof(*b1_reflist), in build_b_ref_lists()
|