Searched refs:sradixsort (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/
H A Dstdlib.h311 int sradixsort(const unsigned char **, int, const unsigned char *,
/barrelfish-master/lib/libc/stdlib/
H A DMakefile.inc48 MLINKS+=radixsort.3 sradixsort.3
H A Dradixsort.c45 * For stable sorting (using N extra pointers) use sradixsort(), which calls
103 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) function

Completed in 48 milliseconds