Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/sortbench/
HDsort_bench.c45 sorthelp(const void *a, const void *b) in sorthelp() function
75 mergesort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
79 WikiSort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
83 qsort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
86 heapsort(testarray, (size_t)elts, sizeof(int), sorthelp); in sort()
/freebsd-13-stable/lib/libc/tests/stdlib/
HDtest-sort.h35 sorthelp(const void *a, const void *b) in sorthelp() function
HDmergesort_test.c51 mergesort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
HDheapsort_test.c51 heapsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
HDqsort_test.c51 qsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
/freebsd-13-stable/sbin/gbde/
HDgbde.c492 sorthelp(const void *a, const void *b) in sorthelp() function
680 qsort(gl->lsector, G_BDE_MAXKEYS, sizeof gl->lsector[0], sorthelp); in cmd_init()