radixsort.c | 74 static inline void simplesort(const u_char **, int, int, const u_char *, u_int); 79 #define THRESHOLD 20 /* Divert to simplesort(). */ 130 simplesort(a, n, 0, tr, endch); 167 simplesort(a, n, i, tr, endch); 258 simplesort(a, n, i, tr, endch); 313 simplesort(const u_char **a, int n, int b, const u_char *tr, u_int endch) function in typeref:typename:void
|