/src/lib/libc/stdlib/ |
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
|
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
|
/src/usr.bin/sort/ |
radix_sort.c | 61 static void simplesort(RECHEADER **, int, int); 63 #define THRESHOLD 20 /* Divert to simplesort(). */ 84 simplesort(a, n, 0); 98 simplesort(a, n, data_index); 168 simplesort(RECHEADER **a, int n, int data_index) function in typeref:typename:void
|
radix_sort.c | 61 static void simplesort(RECHEADER **, int, int); 63 #define THRESHOLD 20 /* Divert to simplesort(). */ 84 simplesort(a, n, 0); 98 simplesort(a, n, data_index); 168 simplesort(RECHEADER **a, int n, int data_index) function in typeref:typename:void
|