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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c75 * int right_heavy;// will be the opposite of left_heavy (-1 or 1)
296 int right_heavy = -left_heavy; local
330 * right_heavy.
333 if (child_bal != right_heavy) {
341 child_bal += right_heavy; /* adjust towards right */
404 * if gchild was right_heavy, then child is now left heavy
438 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
443 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c75 * int right_heavy;// will be the opposite of left_heavy (-1 or 1)
297 int right_heavy = -left_heavy; local
331 * right_heavy.
334 if (child_bal != right_heavy) {
342 child_bal += right_heavy; /* adjust towards right */
405 * if gchild was right_heavy, then child is now left heavy
439 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
444 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));

Completed in 110 milliseconds