Searched defs:iwavl_node (Results 1 – 1 of 1) sorted by relevance
30 struct iwavl_node { struct32 struct iwavl_node *left; argument35 struct iwavl_node *right; argument60 IW_INLINE struct iwavl_node* iwavl_get_parent(const struct iwavl_node *node) { in iwavl_get_parent() argument130 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()