Lines Matching refs:AVL_SETPARENT
361 AVL_SETPARENT(cright, node); in avl_rotation()
371 AVL_SETPARENT(node, child); in avl_rotation()
378 AVL_SETPARENT(child, parent); in avl_rotation()
431 AVL_SETPARENT(gright, node); in avl_rotation()
437 AVL_SETPARENT(gleft, child); in avl_rotation()
451 AVL_SETPARENT(child, gchild); in avl_rotation()
456 AVL_SETPARENT(node, gchild); in avl_rotation()
460 AVL_SETPARENT(gchild, parent); in avl_rotation()
508 AVL_SETPARENT(node, parent); in avl_insert()
738 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
739 AVL_SETPARENT(node->avl_child[right], node); in avl_remove()
750 AVL_SETPARENT(delete->avl_child[which_child], delete); in avl_remove()
771 AVL_SETPARENT(node, parent); in avl_remove()