Searched refs:avl_node (Results 1 – 7 of 7) 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 */
132 typedef struct avl_node avl_node_t;
124 typedef struct avl_node avl_node_t;
102 typedef struct avl_node uu_avl_node_impl_t;
1517 … <class-decl name='avl_node' size-in-bits='192' is-struct='yes' visibility='default' id='428b67b3'>
1873 … <class-decl name='avl_node' size-in-bits='192' is-struct='yes' visibility='default' id='428b67b3'>