Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/common/avl/
H A Davl.c311 avl_node_t *cright; in avl_rotation() local
358 cright = child->avl_child[right]; in avl_rotation()
359 node->avl_child[left] = cright; in avl_rotation()
360 if (cright != NULL) { in avl_rotation()
361 AVL_SETPARENT(cright, node); in avl_rotation()
362 AVL_SETCHILD(cright, left); in avl_rotation()