PandA-2024.02
Typedefs | Functions
test-specialized.c File Reference
#include "aggregate.h"
Include dependency graph for test-specialized.c:

Go to the source code of this file.

Typedefs

typedef unsigned int size_t
 

Functions

int less (const void *a, const void *b)
 
void * bsearch (const void *key, const void *base, size_t high, size_t size, int(*compar)(const void *, const void *))
 
int test (float *key, float *base, size_t nmemb)
 

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 1 of file test-specialized.c.

Function Documentation

◆ bsearch()

void* bsearch ( const void *  key,
const void *  base,
size_t  high,
size_t  size,
int(*)(const void *, const void *)  compar 
)

Definition at line 25 of file bsearch-specialized.c.

◆ less()

int less ( const void *  a,
const void *  b 
)

Definition at line 4 of file less.c.

◆ test()

int test ( float *  key,
float *  base,
size_t  nmemb 
)

Definition at line 10 of file test-specialized.c.

References bsearch().

Here is the call graph for this function:

Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13