Home
last modified time | relevance | path

Searched refs:sorthelp (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/tools/tools/sortbench/
H A Dsort_bench.c47 sorthelp(const void *a, const void *b) in sorthelp() function
77 mergesort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
81 WikiSort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
85 qsort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
88 heapsort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
/freebsd-13.1/lib/libc/tests/stdlib/
H A Dtest-sort.h37 sorthelp(const void *a, const void *b) in sorthelp() function
H A Dqsort_test.c53 qsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
H A Dheapsort_test.c53 heapsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
H A Dmergesort_test.c53 mergesort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
/freebsd-13.1/sbin/gbde/
H A Dgbde.c494 sorthelp(const void *a, const void *b) in sorthelp() function
682 qsort(gl->lsector, G_BDE_MAXKEYS, sizeof gl->lsector[0], sorthelp); in cmd_init()