Lines Matching refs:AVL_SETPARENT
345 AVL_SETPARENT(cright, node); in avl_rotation()
355 AVL_SETPARENT(node, child); in avl_rotation()
362 AVL_SETPARENT(child, parent); in avl_rotation()
415 AVL_SETPARENT(gright, node); in avl_rotation()
421 AVL_SETPARENT(gleft, child); in avl_rotation()
435 AVL_SETPARENT(child, gchild); in avl_rotation()
440 AVL_SETPARENT(node, gchild); in avl_rotation()
444 AVL_SETPARENT(gchild, parent); in avl_rotation()
492 AVL_SETPARENT(node, parent); in avl_insert()
722 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
723 AVL_SETPARENT(node->avl_child[right], node); in avl_remove()
734 AVL_SETPARENT(delete->avl_child[which_child], delete); in avl_remove()
755 AVL_SETPARENT(node, parent); in avl_remove()