Searched refs:qsort (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/musl/src/dirent/ |
| A D | scandir.c | 48 qsort(names, cnt, sizeof *names, (int (*)(const void*, const void*))cmp); in scandir()
|
| /third_party/ulib/musl/include/ |
| A D | stdlib.h | 50 void qsort(void*, size_t, size_t, int (*)(const void*, const void*));
|
| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 148 void qsort(void* base, size_t nel, size_t width, cmpfun cmp) { in qsort() function
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 227 qsort(g->gl_pathv + offs, cnt, sizeof(char*), sort); in glob()
|
| /third_party/ulib/musl/ |
| A D | COPYRIGHT | 92 The smoothsort implementation (third_party/smoothsort/qsort.c) is
|
| A D | WHATSNEW | 40 fixed an inefficiency in qsort that triggered a bug (occasionaly 232 - new qsort implementation using the smoothsort algorithm
|
| A D | musl-rules.mk | 943 $(LOCAL_DIR)/third_party/smoothsort/qsort.c \
|
| /third_party/uapp/dash/src/ |
| A D | var.c | 399 qsort(ep, epend - ep, sizeof(char *), vpcmp); in showvars()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfind_proc_info-lsb.c | 489 qsort (tab.tab, tab.length, sizeof (struct table_entry), in dwarf_find_debug_frame()
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 602 qsort(ls.a, ls.len, sizeof *ls.a, tre_compare_lit); in parse_bracket()
|
Completed in 19 milliseconds