Searched refs:AVL_XBALANCE (Results 1 – 2 of 2) sorted by relevance
74 #define AVL_XBALANCE(n) ((n)->avl_balance) macro116 #define AVL_XBALANCE(n) ((int)(((n)->avl_pcb & 3) - 1))
320 int child_bal = AVL_XBALANCE(child); in avl_rotation()452 balance = AVL_XBALANCE(gchild); in avl_rotation()534 old_balance = AVL_XBALANCE(node); in avl_insert()702 old_balance = AVL_XBALANCE(delete); in avl_remove()786 old_balance = AVL_XBALANCE(node); in avl_remove()1037 ASSERT(AVL_XBALANCE(node) == 1); in avl_destroy_nodes()1043 ASSERT(AVL_XBALANCE(node) <= 0); in avl_destroy_nodes()