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

  /src/lib/libc/stdlib/
radixsort.c 1 /* $NetBSD: radixsort.c,v 1.22 2022/03/12 17:31:39 christos Exp $ */
38 static char sccsid[] = "@(#)radixsort.c 8.2 (Berkeley) 4/28/95";
40 __RCSID("$NetBSD: radixsort.c,v 1.22 2022/03/12 17:31:39 christos Exp $");
45 * Radixsort routines.
48 * Use radixsort(a, n, trace, endchar) for this case.
65 __weak_alias(radixsort,_radixsort)
102 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) function in typeref:typename:int
  /src/lib/libc/include/
namespace.h 589 #define radixsort _radixsort macro

Completed in 13 milliseconds