Home
last modified time | relevance | path

Searched refs:qsort (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/third_party/musl/libc-test/src/functional/
Dqsort.c63 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); \
Dtest_src_functional.gni31 "qsort",
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-array.hh141 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()
Dhb-vector.hh269 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()
Dhb-aat-map.cc67 features.qsort (); in compile()
/third_party/musl/porting/liteos_a/user/src/stdlib/
Dqsort.c45 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/
Dsorting_animate.py114 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/
Dhb-vector.hh279 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()
Dhb-array.hh155 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/
Dhb-vector.hh295 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()
Dhb-ms-feature-ranges.cc60 feature_events.qsort (); in hb_ms_setup_features()
87 active_features.qsort (); in hb_ms_setup_features()
Dhb-array.hh187 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/
Dsort.h20 void qsort(void *base, size_t nmemb, size_t size,
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp716 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/
Dwrite-catalog.c374 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/
Dapi-ms-win-crt-utility-l1-1-0.def33 qsort
/third_party/boost/libs/predef/test/
Dpredef_info.h13 qsort(generated_predef_info,generated_predef_info_count, in main()
/third_party/uboot/u-boot-2020.01/lib/
Dqsort.c23 void qsort(void *base, in qsort() function
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp120 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/
Dscandir.c42 if (cmp) qsort(names, cnt, sizeof *names, (int (*)(const void *, const void *))cmp); in scandir()
/third_party/freetype/include/freetype/config/
Dftstdlib.h122 #define ft_qsort qsort
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/
Dftstdlib.h122 #define ft_qsort qsort
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcstdlib32 using ::qsort;
/third_party/skia/third_party/externals/freetype/include/freetype/config/
Dftstdlib.h132 #define ft_qsort qsort
/third_party/ffmpeg/libswscale/tests/
Dpixdesc_query.c80 qsort(pix_fmts, nb_pix_fmts, sizeof(*pix_fmts), cmp_str); in main()

12345678910>>...15