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