Searched refs:sorthelp (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/tools/sortbench/ |
H A D | sort_bench.c | 45 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/lib/libc/tests/stdlib/ |
H A D | test-sort.h | 35 sorthelp(const void *a, const void *b) in sorthelp() function
|
H A D | heapsort_test.c | 50 heapsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
|
H A D | qsort_test.c | 50 qsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
|
H A D | mergesort_test.c | 50 mergesort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
|
/freebsd/sbin/gbde/ |
H A D | gbde.c |
|