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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c80 * int right_heavy;// will be the opposite of left_heavy (-1 or 1)
308 int right_heavy = -left_heavy; local
342 * right_heavy.
345 if (child_bal != right_heavy) {
353 child_bal += right_heavy; /* adjust towards right */
416 * if gchild was right_heavy, then child is now left heavy
450 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0));
455 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0));

Completed in 108 milliseconds