![]() |
PandA-2024.02
|
#include "aggregate.h"
Go to the source code of this file.
Typedefs | |
| typedef unsigned int | size_t |
Functions | |
| void | qsort_r (void *base, size_t nel, size_t width, int(*comp)(void *, void *, void *), void *arg) |
| int | less (void *a, void *b, void *notUsed) |
| void | test (float *const pbase, size_t total_elems) |
| int less | ( | void * | a, |
| void * | b, | ||
| void * | notUsed | ||
| ) |
Definition at line 4 of file less.c.
References aggregate::a0, aggregate::a1, aggregate::a2, aggregate::a3, aggregate::a4, aggregate::a5, aggregate::a6, and aggregate::a7.
| void qsort_r | ( | void * | base, |
| size_t | nel, | ||
| size_t | width, | ||
| int(*)(void *, void *, void *) | comp, | ||
| void * | arg | ||
| ) |
Definition at line 49 of file qsort-specialized.c.
Referenced by test().


1.8.13