Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/dirent/
A Dscandir.c48 qsort(names, cnt, sizeof *names, (int (*)(const void*, const void*))cmp); in scandir()
/third_party/ulib/musl/include/
A Dstdlib.h50 void qsort(void*, size_t, size_t, int (*)(const void*, const void*));
/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c148 void qsort(void* base, size_t nel, size_t width, cmpfun cmp) { in qsort() function
/third_party/ulib/musl/src/regex/
A Dglob.c227 qsort(g->gl_pathv + offs, cnt, sizeof(char*), sort); in glob()
/third_party/ulib/musl/
A DCOPYRIGHT92 The smoothsort implementation (third_party/smoothsort/qsort.c) is
A DWHATSNEW40 fixed an inefficiency in qsort that triggered a bug (occasionaly
232 - new qsort implementation using the smoothsort algorithm
A Dmusl-rules.mk943 $(LOCAL_DIR)/third_party/smoothsort/qsort.c \
/third_party/uapp/dash/src/
A Dvar.c399 qsort(ep, epend - ep, sizeof(char *), vpcmp); in showvars()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c489 qsort (tab.tab, tab.length, sizeof (struct table_entry), in dwarf_find_debug_frame()
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c602 qsort(ls.a, ls.len, sizeof *ls.a, tre_compare_lit); in parse_bracket()

Completed in 19 milliseconds