Home
last modified time | relevance | path

Searched defs:qsort (Results 1 – 12 of 12) sorted by relevance

/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
/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
147 hb_sorted_array_t<Type> qsort () in qsort() function
153 void qsort (unsigned int start, unsigned int end) in qsort() function
Dhb-vector.hh269 void qsort (int (*cmp)(const void*, const void*)) in qsort() function
271 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
Dhb-open-type.hh428 void qsort (unsigned int len, unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
639 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
/third_party/skia/third_party/externals/harfbuzz/src/
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
Dhb-vector.hh295 void qsort (int (*cmp)(const void*, const void*)) in qsort() function
297 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
Dhb-open-type.hh485 void qsort (unsigned int len, unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
658 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
/third_party/harfbuzz/src/
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
Dhb-vector.hh279 void qsort (int (*cmp)(const void*, const void*)) in qsort() function
281 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
Dhb-open-type.hh470 void qsort (unsigned int len, unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
646 void qsort (unsigned int start = 0, unsigned int end = (unsigned int) -1) in qsort() function
/third_party/musl/src/stdlib/
Dqsort.c157 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() function
/third_party/python/Lib/turtledemo/
Dsorting_animate.py114 def qsort(shelf, left, right): function