Searched refs:right_subtree (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_oset.c428 AvlTree right_subtree; local
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; local
619 right_subtree.root = t->root->right;
620 right_subtree.cmp = t->cmp;
621 right_subtree
[all...]
H A Dm_wordfm.c220 AvlNode* right_subtree = (*rootp)->child[1]; local
221 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
238 (*rootp)->child[1] = right_subtree;
311 AvlNode* right_subtree = (*rootp)->child[1]; local
312 tl_assert(right_subtree);
313 ch = avl_remove_wrk(&right_subtree, a, kCmp);
314 (*rootp)->child[1] = right_subtree;
/external/valgrind/main/cachegrind/
H A Dcg_merge.c1111 AvlNode* right_subtree = (*rootp)->right; local
1112 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
1129 (*rootp)->right = right_subtree;
1199 AvlNode* right_subtree = (*rootp)->right; local
1200 assert(right_subtree);
1201 ch = avl_remove_wrk(&right_subtree, a, kCmp);
1202 (*rootp)->right = right_subtree;

Completed in 479 milliseconds