Searched refs:kbnode_t (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/utils/ |
D | kbtree.h | 42 } kbnode_t; typedef 45 #define __KB_PTR(btr, x) ((kbnode_t**)((char*)x + btr->off_ptr)) 49 kbnode_t *root; \ 68 b->root = (kbnode_t*)calloc(1, b->ilen); \ 75 kbnode_t *x, **top, **stack = 0; \ 77 top = stack = (kbnode_t**)calloc(max, sizeof(kbnode_t*)); \ 86 stack = (kbnode_t**)realloc(stack, max * sizeof(kbnode_t*)); \ 98 kbnode_t *__x = (b)->root; \ 105 …static inline int __kb_get_aux_##name(const kbnode_t * __restrict x, const key_t * __restrict k, i… 119 …static inline int __kb_getp_aux_##name(const kbnode_t * __restrict x, const key_t * __restrict k, … [all …]
|