Home
last modified time | relevance | path

Searched refs:sort_r_simple (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dsort_r.h92 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/
Dsort_r.h100 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/
Dhb-algs.hh672 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/
Dhb-algs.hh985 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/
Dhb-algs.hh964 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/
Drehash.c1054 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()