Searched refs:AVL_XBALANCE (Results 1 – 3 of 3) sorted by relevance
308 int child_bal = AVL_XBALANCE(child); in avl_rotation()436 balance = AVL_XBALANCE(gchild); in avl_rotation()517 old_balance = AVL_XBALANCE(node); in avl_insert()683 old_balance = AVL_XBALANCE(delete); in avl_remove()767 old_balance = AVL_XBALANCE(node); in avl_remove()1015 ASSERT(AVL_XBALANCE(node) == 1); in avl_destroy_nodes()1021 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))