![]() |
PandA-2024.02
|
#include "aggregate.h"
Go to the source code of this file.
Typedefs | |
| typedef unsigned int | size_t |
| typedef int(* | __compar_d_fn_t) (void *, void *, void *) |
Functions | |
| void | _quicksort (void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *), void *arg) |
| int | less (void *a, void *b, void *notUsed) |
| void | test (float *const pbase, size_t total_elems) |
| void _quicksort | ( | void *const | pbase, |
| size_t | total_elems, | ||
| size_t | size, | ||
| int(*)(const void *, const void *, void *) | cmp, | ||
| void * | arg | ||
| ) |
Definition at line 87 of file qsort.c.
References less(), MAX_THRESH, min, NULL, POP, PUSH, STACK_NOT_EMPTY, STACK_SIZE, SWAP, and top().

| void test | ( | float *const | pbase, |
| size_t | total_elems | ||
| ) |
Definition at line 14 of file test.c.
References _quicksort(), and less().

1.8.13