Searched refs:AVL_SETBALANCE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/avl/ |
H A D | avl.c | 369 AVL_SETBALANCE(node, -child_bal); in avl_rotation() 376 AVL_SETBALANCE(child, child_bal); 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() 459 AVL_SETBALANCE(gchild, 0); in avl_rotation() 507 AVL_SETBALANCE(node, 0); in avl_insert() 537 AVL_SETBALANCE(node, 0); in avl_insert() 548 AVL_SETBALANCE(node, new_balance); in avl_insert() 805 AVL_SETBALANCE(node, new_balance); in avl_remove() 817 AVL_SETBALANCE(node, new_balance); in avl_remove()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | avl_impl.h | 75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro 117 #define AVL_SETBALANCE(n, b) \
|