Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/avl/
H A Davl.c307 int left_heavy = balance >> 1; in avl_rotation() local
308 int right_heavy = -left_heavy; in avl_rotation()
450 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation()
455 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation()