Searched refs:avl_node (Results 1 – 4 of 4) sorted by relevance
61 struct avl_node { struct62 struct avl_node *avl_child[2]; /* left/right children */ argument63 struct avl_node *avl_parent; /* this node's parent */ argument90 struct avl_node {91 struct avl_node *avl_child[2]; /* left/right children nodes */100 #define AVL_XPARENT(n) ((struct avl_node *)((n)->avl_pcb & ~7))129 #define AVL_DATA2NODE(d, o) ((struct avl_node *)((uintptr_t)(d) + (o)))147 struct avl_node *avl_root; /* root node in tree */
117 typedef struct avl_node avl_node_t;
47 struct avl_node;52 struct avl_node *avl_root;
125 typedef struct avl_node uu_avl_node_impl_t;