Home | History | Annotate | Download | only in coregrind

Lines Matching refs:right_subtree

428          AvlTree right_subtree;
429 right_subtree.root = t->root->right;
430 right_subtree.cmp = t->cmp;
431 right_subtree.keyOff = t->keyOff;
432 if (avl_insert(&right_subtree, n)) {
447 t->root->right=right_subtree.root;
616 AvlTree right_subtree;
619 right_subtree.root = t->root->right;
620 right_subtree.cmp = t->cmp;
621 right_subtree.keyOff = t->keyOff;
622 ch = avl_remove(&right_subtree, n);
623 t->root->right = right_subtree.root;