Searched refs:AVL_XBALANCE (Results 1 – 2 of 2) sorted by relevance
316 int child_bal = AVL_XBALANCE(child); in avl_rotation()448 balance = AVL_XBALANCE(gchild); in avl_rotation()530 old_balance = AVL_XBALANCE(node); in avl_insert()710 old_balance = AVL_XBALANCE(delete); in avl_remove()794 old_balance = AVL_XBALANCE(node); in avl_remove()1045 ASSERT(AVL_XBALANCE(node) == 1); in avl_destroy_nodes()1051 ASSERT(AVL_XBALANCE(node) <= 0); in avl_destroy_nodes()
74 #define AVL_XBALANCE(n) ((n)->avl_balance) macro116 #define AVL_XBALANCE(n) ((int)(((n)->avl_pcb & 3) - 1))