Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/testprof/
Dtomcrypt_test.h51 int sorter(const void *a, const void *b);
Dx86_prof.c7 int sorter(const void *a, const void *b) in sorter() function
22 qsort(results, no_results, sizeof(struct list), &sorter); in tally_results()
/external/sqlite/dist/
Dsqlite3.c.orig30121 ** 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 into
79639 ** stack into the sorter.
80008 ** then the results were placed in a sorter. After the loop is terminated
80009 ** we need to run the sorter and output the results. The following