Searched refs:sorter (Results 1 – 3 of 3) sorted by relevance
51 int sorter(const void *a, const void *b);
7 int sorter(const void *a, const void *b) in sorter() function22 qsort(results, no_results, sizeof(struct list), &sorter); in tally_results()
30121 ** there cannot be more than 31 buckets required by the merge sorter.55567 ** row output from the sorter so that the row can be decomposed into79639 ** stack into the sorter.80008 ** then the results were placed in a sorter. After the loop is terminated80009 ** we need to run the sorter and output the results. The following