Lines Matching refs:AVL_SETPARENT
360 AVL_SETPARENT(cright, node); in avl_rotation()
370 AVL_SETPARENT(node, child); in avl_rotation()
377 AVL_SETPARENT(child, parent); in avl_rotation()
430 AVL_SETPARENT(gright, node); in avl_rotation()
436 AVL_SETPARENT(gleft, child); in avl_rotation()
450 AVL_SETPARENT(child, gchild); in avl_rotation()
455 AVL_SETPARENT(node, gchild); in avl_rotation()
459 AVL_SETPARENT(gchild, parent); in avl_rotation()
507 AVL_SETPARENT(node, parent); in avl_insert()
734 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
735 AVL_SETPARENT(node->avl_child[right], node); in avl_remove()
746 AVL_SETPARENT(delete->avl_child[which_child], delete); in avl_remove()
767 AVL_SETPARENT(node, parent); in avl_remove()