Searched defs:qsort (Results 1 – 8 of 8) sorted by relevance
| /third_party/musl/src/stdlib/ |
| D | qsort_nr.c | 11 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| 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
|
| D | hb-vector.hh | 295 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
|
| D | hb-open-type.hh | 485 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/python/Lib/turtledemo/ |
| D | sorting_animate.py | 114 def qsort(shelf, left, right): function
|
| /third_party/FreeBSD/lib/libc/stdlib/ |
| D | qsort.c | 292 qsort(void *a, size_t n, size_t es, cmp_t *cmp) in qsort() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 448 pub fn qsort( in qsort() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 562 pub fn qsort( in qsort() function
|