Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/avl/
H A Davl.c296 avl_node_t *gchild; in avl_rotation() local
404 gchild = child->avl_child[right]; in avl_rotation()
405 gleft = gchild->avl_child[left]; in avl_rotation()
432 balance = AVL_XBALANCE(gchild); in avl_rotation()
433 gchild->avl_child[left] = child; in avl_rotation()
435 AVL_SETPARENT(child, gchild); in avl_rotation()
438 gchild->avl_child[right] = node; in avl_rotation()
440 AVL_SETPARENT(node, gchild); in avl_rotation()
443 AVL_SETBALANCE(gchild, 0); in avl_rotation()
444 AVL_SETPARENT(gchild, parent); in avl_rotation()
[all …]