Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dradixsort.c60 static void r_sort_a(const u_char **, int, int, const u_char *, u_int);
94 r_sort_a(a, n, 0, tr, endch); in radixsort()
124 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) in r_sort_a() function
156 r_sort_a(a, n, i, tr, endch); in r_sort_a()