Home
last modified time | relevance | path

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

/freebsd/tools/tools/sortbench/
H A Dsort_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/lib/libc/tests/stdlib/
H A Dtest-sort.h35 sorthelp(const void *a, const void *b) in sorthelp() function
H A Dheapsort_test.c50 heapsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
H A Dqsort_test.c50 qsort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
H A Dmergesort_test.c50 mergesort(testvector, j, sizeof(testvector[0]), sorthelp); in ATF_TC_BODY()
/freebsd/sbin/gbde/
H A Dgbde.c