Go to the source code of this file.
|
#define | THRESH 4 /* threshold for insertion */ |
|
#define | MTHRESH 6 /* threshold for median */ |
|
|
static void | qst (qst_t *q, char *base, char *max) |
|
void | qsort (void *base, uword n, uword size, int(*compar)(const void *, const void *)) |
|
#define MTHRESH 6 /* threshold for median */ |
#define THRESH 4 /* threshold for insertion */ |
void qsort |
( |
void * |
base, |
|
|
uword |
n, |
|
|
uword |
size, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |
static void qst |
( |
qst_t * |
q, |
|
|
char * |
base, |
|
|
char * |
max |
|
) |
| |
|
static |