Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/avl/
H A Davl.c313 avl_node_t *gleft; in avl_rotation() local
420 gleft = gchild->avl_child[left]; in avl_rotation()
434 child->avl_child[right] = gleft; in avl_rotation()
435 if (gleft != NULL) { in avl_rotation()
436 AVL_SETPARENT(gleft, child); in avl_rotation()
437 AVL_SETCHILD(gleft, right); in avl_rotation()