Searched refs:AVL_SETBALANCE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro
117 #define AVL_SETBALANCE(n, b) \ macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c369 AVL_SETBALANCE(node, -child_bal);
376 AVL_SETBALANCE(child, child_bal);
450 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
455 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));
459 AVL_SETBALANCE(gchild, 0);
507 AVL_SETBALANCE(node, 0);
537 AVL_SETBALANCE(node, 0);
548 AVL_SETBALANCE(node, new_balance);
805 AVL_SETBALANCE(node, new_balance);
817 AVL_SETBALANCE(nod
[all...]

Completed in 104 milliseconds