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

/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c62 static inline void simplesort
68 #define THRESHOLD 20 /* Divert to simplesort(). */
111 simplesort(a, n, 0, tr, endch);
143 simplesort(a, n, i, tr, endch);
241 simplesort(a, n, i, tr, endch);
296 simplesort(const u_char **a, int n, int b, const u_char *tr, u_int endch) function

Completed in 91 milliseconds