Home
last modified time | relevance | path

Searched defs:iwavl_node (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/utils/
Diwavl.h30 struct iwavl_node { struct
32 struct iwavl_node *left; argument
35 struct iwavl_node *right; argument
60 IW_INLINE struct iwavl_node* iwavl_get_parent(const struct iwavl_node *node) { in iwavl_get_parent() argument
130 const struct iwavl_node *root, in iwavl_lookup()
152 int (*cmp)(const void*, const struct iwavl_node*), in iwavl_lookup_bounds()
178 IW_INLINE struct iwavl_node* iwavl_lookup_node( in iwavl_lookup_node()
179 const struct iwavl_node *root, in iwavl_lookup_node()
259 IW_INLINE struct iwavl_node* iwavl_insert( in iwavl_insert()
262 int ( *cmp )(const struct iwavl_node*, in iwavl_insert()