/third_party/e2fsprogs/lib/support/ |
D | sort_r.h | 92 static _SORT_R_INLINE void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() function 209 sort_r_simple(b, (pl-ple)/w, w, compar, arg); in sort_r_simple() 210 sort_r_simple(end-(pre-pr), (pre-pr)/w, w, compar, arg); in sort_r_simple() 284 sort_r_simple(base, nel, width, compar, arg); in sort_r() 309 sort_r_simple(base, nel, width, compar, arg); in sort_r()
|
/third_party/ejdb/src/util/ |
D | sort_r.h | 100 static _SORT_R_INLINE void sort_r_simple( in sort_r_simple() function 230 sort_r_simple(b, (pl - ple) / w, w, compar, arg); in sort_r_simple() 231 sort_r_simple(end - (pre - pr), (pre - pr) / w, w, compar, arg); in sort_r_simple() 305 sort_r_simple(base, nel, width, compar, arg); in sort_r() 330 sort_r_simple(base, nel, width, compar, arg); in sort_r()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-algs.hh | 672 static inline void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() function 729 sort_r_simple(b, (pl-b)/w, w, compar, arg); in sort_r_simple() 730 sort_r_simple(pl+w, (end-(pl+w))/w, w, compar, arg); in sort_r_simple() 739 sort_r_simple(base, nel, width, compar, arg); in hb_sort_r()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-algs.hh | 985 static inline void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() function 1099 sort_r_simple(b, (pl-ple)/w, w, compar, ds...); in sort_r_simple() 1100 sort_r_simple(end-(pre-pr), (pre-pr)/w, w, compar, ds...); in sort_r_simple() 1111 sort_r_simple (base, nel, width, compar); in hb_qsort() 1123 sort_r_simple (base, nel, width, compar, arg); in hb_qsort()
|
/third_party/harfbuzz/src/ |
D | hb-algs.hh | 964 static inline void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() function 1078 sort_r_simple(b, (pl-ple)/w, w, compar, ds...); in sort_r_simple() 1079 sort_r_simple(end-(pre-pr), (pre-pr)/w, w, compar, ds...); in sort_r_simple() 1090 sort_r_simple (base, nel, width, compar); in hb_qsort() 1102 sort_r_simple (base, nel, width, compar, arg); in hb_qsort()
|
/third_party/e2fsprogs/e2fsck/ |
D | rehash.c | 1054 sort_r_simple(fd.harray+2, fd.num_array-2, in e2fsck_rehash_dir() 1058 sort_r_simple(fd.harray, fd.num_array, in e2fsck_rehash_dir()
|