/third_party/musl/libc-test/src/functional/ |
D | qsort.c | 63 qsort(a, len, sizeof *a, scmp); in str_test() 78 qsort(a, len, sizeof *a, icmp); in int_test() 106 qsort(a, len, sizeof *a, cmp64); in uint64_test() 120 qsort(p, sizeof p - 1, 1, ccmp); \
|
D | test_src_functional.gni | 31 "qsort",
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-array.hh | 141 hb_sorted_array_t<Type> qsort (int (*cmp_)(const void*, const void*)) in qsort() function 144 ::qsort (arrayZ, length, this->item_size, cmp_); in qsort() 147 hb_sorted_array_t<Type> qsort () in qsort() function 150 ::qsort (arrayZ, length, this->item_size, Type::cmp); in qsort() 153 void qsort (unsigned int start, unsigned int end) in qsort() function 158 ::qsort (arrayZ + start, end - start, this->item_size, Type::cmp); in qsort()
|
D | hb-vector.hh | 269 void qsort (int (*cmp)(const void*, const void*)) in qsort() function 270 { as_array ().qsort (cmp); } in qsort() 271 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function 272 { as_array ().qsort (start, end); } in qsort()
|
D | hb-aat-map.cc | 67 features.qsort (); in compile()
|
/third_party/musl/porting/liteos_a/user/src/stdlib/ |
D | qsort.c | 45 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() function 105 qsort(start, (m - start) / width, width, (*cmp)); in qsort() 113 qsort(m + width, (end - m) / width, width, (*cmp)); in qsort()
|
/third_party/python/Lib/turtledemo/ |
D | sorting_animate.py | 114 def qsort(shelf, left, right): function 118 qsort(shelf, left, pivot_new_index - 1) 119 qsort(shelf, pivot_new_index + 1, right) 163 qsort(s, 0, len(s) - 1)
|
/third_party/harfbuzz/src/ |
D | hb-vector.hh | 279 void qsort (int (*cmp)(const void*, const void*)) in qsort() function 280 { as_array ().qsort (cmp); } in qsort() 281 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function 282 { as_array ().qsort (start, end); } in qsort()
|
D | hb-array.hh | 155 hb_sorted_array_t<Type> qsort (int (*cmp_)(const void*, const void*)) in qsort() function 161 hb_sorted_array_t<Type> qsort () in qsort() function 167 void qsort (unsigned int start, unsigned int end) in qsort() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-vector.hh | 295 void qsort (int (*cmp)(const void*, const void*)) in qsort() function 296 { as_array ().qsort (cmp); } in qsort() 297 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function 298 { as_array ().qsort (start, end); } in qsort()
|
D | hb-ms-feature-ranges.cc | 60 feature_events.qsort (); in hb_ms_setup_features() 87 active_features.qsort (); in hb_ms_setup_features()
|
D | hb-array.hh | 187 hb_sorted_array_t<Type> qsort (int (*cmp_)(const void*, const void*)) in qsort() function 193 hb_sorted_array_t<Type> qsort () in qsort() function 199 void qsort (unsigned int start, unsigned int end) in qsort() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | sort.h | 20 void qsort(void *base, size_t nmemb, size_t size,
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 716 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpK); in doQSort() 723 qsort(sortBuf, gNumFileLines, sizeof(Line *), WinstrcmpL); in doQSort() 731 qsort(sortBuf, gNumFileLines, sizeof(Line *), Winstrcmp); in doQSort() 738 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpK); in doQSort() 745 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmpL); in doQSort() 753 qsort(sortBuf, gNumFileLines, sizeof(Line *), ICUstrcmp); in doQSort() 760 qsort(sortBuf, gNumFileLines, sizeof(Line *), UNIXstrcmp); in doQSort() 1729 qsort(gSortedLines, gNumFileLines, sizeof(Line *), Winstrcmp); in main() 1732 qsort(gSortedLines, gNumFileLines, sizeof(Line *), UNIXstrcmp); in main() 1736 qsort(gSortedLines, gNumFileLines, sizeof(Line *), ICUstrcmp); in main() [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | write-catalog.c | 374 qsort (mlp->item, mlp->nitems, sizeof (mlp->item[0]), cmp_by_msgid); in msgdomain_list_sort_by_msgid() 409 qsort (mp->filepos, mp->filepos_count, sizeof (mp->filepos[0]), in msgdomain_list_sort_filepos() 476 qsort (mlp->item, mlp->nitems, sizeof (mlp->item[0]), cmp_by_filepos); in msgdomain_list_sort_by_filepos()
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-crt-utility-l1-1-0.def | 33 qsort
|
/third_party/boost/libs/predef/test/ |
D | predef_info.h | 13 qsort(generated_predef_info,generated_predef_info_count, in main()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | qsort.c | 23 void qsort(void *base, in qsort() function
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | sieve.cpp | 120 qsort(times,n,sizeof(times[0]),comdoub); in uprv_getMeanTime() 151 qsort(times,n,sizeof(times[0]),comdoub); in uprv_getMeanTime()
|
/third_party/musl/src/dirent/ |
D | scandir.c | 42 if (cmp) qsort(names, cnt, sizeof *names, (int (*)(const void *, const void *))cmp); in scandir()
|
/third_party/freetype/include/freetype/config/ |
D | ftstdlib.h | 122 #define ft_qsort qsort
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/ |
D | ftstdlib.h | 122 #define ft_qsort qsort
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cstdlib | 32 using ::qsort;
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
D | ftstdlib.h | 132 #define ft_qsort qsort
|
/third_party/ffmpeg/libswscale/tests/ |
D | pixdesc_query.c | 80 qsort(pix_fmts, nb_pix_fmts, sizeof(*pix_fmts), cmp_str); in main()
|