Searched refs:testarray (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/tools/tools/sortbench/ |
| H A D | sort_bench.c | 73 sort(int *testarray, int elts, enum sort s) in sort() argument 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()
|