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