Go to the source code of this file.
|
int | less (const void *a, const void *b) |
|
void * | bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, int(*__compar)(const void *, const void *)) |
|
◆ NULL
Definition at line 20 of file bsearch-specialized.c.
Referenced by __attribute__(), _quicksort(), bsearch(), deltree(), fused_layout_transform_1(), fused_layout_transform_2(), fused_multiply(), fused_nn_contrib_conv2d_NCHWc(), fused_nn_dense_add(), fused_nn_softmax(), insert(), isEmpty(), load_image_data(), main(), make_copy(), make_random(), parse_string(), polybench_flush_cache(), polybench_timer_print(), pop_stack_free_list(), pop_tree_free_list(), print_inorder(), print_postorder(), print_preorder(), read_file(), rtclock(), and xmalloc().
◆ size_t
◆ bsearch()
void* bsearch |
( |
const void * |
__key, |
|
|
const void * |
__base, |
|
|
size_t |
__nmemb, |
|
|
size_t |
__size, |
|
|
int(*)(const void *, const void *) |
__compar |
|
) |
| |
◆ less()
int less |
( |
const void * |
a, |
|
|
const void * |
b |
|
) |
| |