Searched refs:qsort (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | qsort.c | 92 qsort(void *a, size_t n, size_t es, cmp_t *cmp) in qsort_r() 174 qsort(a, d1 / es, es, cmp); in qsort_r() 190 qsort(pn - d2, d2 / es, es, cmp); in qsort_r()
|
/bionic/libc/bionic/ |
D | scandir.cpp | 75 qsort(names_, size_, sizeof(dirent*), in Sort()
|
D | fts.c | 887 qsort((void *)sp->fts_array, nitems, sizeof(FTSENT *), sp->fts_compar); in fts_sort()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 114 FUNCTION(qsort, void (*f)(void*, size_t, size_t, int (*)(const void*, const void*))); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 98 void qsort(void* __base, size_t __nmemb, size_t __size, int (*__comparator)(const void* __lhs, cons…
|
/bionic/tests/ |
D | stdlib_test.cpp | 408 TEST(stdlib, qsort) { in TEST() argument 420 qsort(entries, 3, sizeof(s), s::comparator); in TEST() 425 qsort(entries, 3, sizeof(s), s::comparator); in TEST()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 259 CALL(qsort)
|
D | liblinker_reloc_bench_006.S | 626 CALL(qsort)
|
D | liblinker_reloc_bench_069.S | 253 CALL(qsort)
|
D | liblinker_reloc_bench_020.S | 264 CALL(qsort)
|
D | liblinker_reloc_bench_070.S | 1336 CALL(qsort)
|
D | liblinker_reloc_bench_142.S | 2999 CALL(qsort)
|
D | liblinker_reloc_bench_078.S | 5962 CALL(qsort)
|
D | liblinker_reloc_bench_007.S | 11439 CALL(qsort)
|
D | liblinker_reloc_bench_151.S | 14204 CALL(qsort)
|
D | liblinker_reloc_bench_000.S | 9294 CALL(qsort)
|
D | liblinker_reloc_bench_030.S | 19796 CALL(qsort)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 830 qsort
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 616 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc, in globfinal()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 1880 qsort((void *)elems, nelem, sizeof(struct addrinfo_sort_elem), _rfc6724_compare); in _rfc6724_sort()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 846 qsort;
|
/bionic/libc/ |
D | libc.map.txt | 846 qsort;
|
D | Android.bp | 295 "upstream-freebsd/lib/libc/stdlib/qsort.c",
|