Lines Matching refs:AVL_SETPARENT
351 AVL_SETPARENT(cright, node); in avl_rotation()
361 AVL_SETPARENT(node, child); in avl_rotation()
368 AVL_SETPARENT(child, parent); in avl_rotation()
419 AVL_SETPARENT(gright, node); in avl_rotation()
425 AVL_SETPARENT(gleft, child); in avl_rotation()
439 AVL_SETPARENT(child, gchild); in avl_rotation()
444 AVL_SETPARENT(node, gchild); in avl_rotation()
448 AVL_SETPARENT(gchild, parent); in avl_rotation()
495 AVL_SETPARENT(node, parent); in avl_insert()
711 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
712 AVL_SETPARENT(node->avl_child[right], node); in avl_remove()
723 AVL_SETPARENT(delete->avl_child[which_child], delete); in avl_remove()
744 AVL_SETPARENT(node, parent); in avl_remove()