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

  /src/lib/libc/stdlib/
radixsort.c 50 * For stable sorting (using N extra pointers) use sradixsort(), which calls
66 __weak_alias(sradixsort,_sradixsort)
116 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) function in typeref:typename:int
  /src/lib/libc/include/
namespace.h 675 #define sradixsort _sradixsort macro

Completed in 22 milliseconds