Searched refs:avl_node (Results 1 – 6 of 6) 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 */
124 typedef struct avl_node avl_node_t;
125 typedef struct avl_node uu_avl_node_impl_t;
467 …<class-decl name='avl_node' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.…
1615 …<class-decl name='avl_node' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.…
939 …<class-decl name='avl_node' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.…