Home
last modified time | relevance | path

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

/freebsd-src/tools/tools/sortbench/
H A Dsort_bench.c71 sort(int *testarray, int elts, enum sort s) in sort() argument
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()