Home
last modified time | relevance | path

Searched refs:AVL_XBALANCE (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/avl/
Davl.c316 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()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Davl_impl.h74 #define AVL_XBALANCE(n) ((n)->avl_balance) macro
116 #define AVL_XBALANCE(n) ((int)(((n)->avl_pcb & 3) - 1))