Searched refs:r_sort_b (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | radixsort.c | 61 static void r_sort_b(const u_char **, const u_char **, int, int, 111 r_sort_b(a, ta, n, 0, tr, endch); in sradixsort() 222 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr, in r_sort_b() function 252 r_sort_b(a, ta, n, i, tr, endch); in r_sort_b()
|