Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/avl/
H A Davl.c312 avl_node_t *gright; in avl_rotation() local
421 gright = gchild->avl_child[right]; in avl_rotation()
428 node->avl_child[left] = gright; in avl_rotation()
429 if (gright != NULL) { in avl_rotation()
430 AVL_SETPARENT(gright, node); in avl_rotation()
431 AVL_SETCHILD(gright, left); in avl_rotation()