HomeSort by: relevance | last modified time | path
    Searched refs:r_sort_a (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
radixsort.c 47 * Program r_sort_a() is unstable but uses O(logN) extra memory for a stack.
75 static void r_sort_a(const u_char **, int, int, const u_char *, u_int);
111 r_sort_a(a, n, 0, tr, endch);
149 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) function in typeref:typename:void
184 r_sort_a(a, n, i, tr, endch);
radixsort.c 47 * Program r_sort_a() is unstable but uses O(logN) extra memory for a stack.
75 static void r_sort_a(const u_char **, int, int, const u_char *, u_int);
111 r_sort_a(a, n, 0, tr, endch);
149 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) function in typeref:typename:void
184 r_sort_a(a, n, i, tr, endch);

Completed in 128 milliseconds