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

/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dtest-sort.h37 sorthelp(const void *a, const void *b) function
H A Dheapsort_test.c53 heapsort(testvector, j, sizeof(testvector[0]), sorthelp);
H A Dmergesort_test.c53 mergesort(testvector, j, sizeof(testvector[0]), sorthelp);
H A Dqsort_test.c53 qsort(testvector, j, sizeof(testvector[0]), sorthelp);
/freebsd-13-stable/tools/tools/sortbench/
H A Dsort_bench.c47 sorthelp(const void *a, const void *b) function
77 mergesort(testarray, (size_t)elts, sizeof(int), sorthelp);
81 WikiSort(testarray, (size_t)elts, sizeof(int), sorthelp);
85 qsort(testarray, (size_t)elts, sizeof(int), sorthelp);
88 heapsort(testarray, (size_t)elts, sizeof(int), sorthelp);
/freebsd-13-stable/sbin/gbde/
H A Dgbde.c494 sorthelp(const void *a, const void *b) function
682 qsort(gl->lsector, G_BDE_MAXKEYS, sizeof gl->lsector[0], sorthelp);

Completed in 108 milliseconds