Searched refs:cright (Results 1 – 1 of 1) sorted by relevance
315 avl_node_t *cright; in avl_rotation() local362 cright = child->avl_child[right]; in avl_rotation()363 node->avl_child[left] = cright; in avl_rotation()364 if (cright != NULL) { in avl_rotation()365 AVL_SETPARENT(cright, node); in avl_rotation()366 AVL_SETCHILD(cright, left); in avl_rotation()