Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:right_subtree

1111          AvlNode* right_subtree = (*rootp)->right;
1112 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
1129 (*rootp)->right = right_subtree;
1199 AvlNode* right_subtree = (*rootp)->right;
1200 assert(right_subtree);
1201 ch = avl_remove_wrk(&right_subtree, a, kCmp);
1202 (*rootp)->right = right_subtree;