Searched refs:right_subtree (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/ |
H A D | m_oset.c | 505 AvlTree right_subtree; local 506 right_subtree.root = t->root->right; 507 right_subtree.cmp = t->cmp; 508 right_subtree.keyOff = t->keyOff; 509 if (avl_insert(&right_subtree, n)) { 524 t->root->right=right_subtree.root; 693 AvlTree right_subtree; local 696 right_subtree.root = t->root->right; 697 right_subtree.cmp = t->cmp; 698 right_subtree [all...] |
H A D | m_wordfm.c | 220 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 D | cg_merge.c | 1109 AvlNode* right_subtree = (*rootp)->right; local 1110 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) { 1127 (*rootp)->right = right_subtree; 1197 AvlNode* right_subtree = (*rootp)->right; local 1198 assert(right_subtree); 1199 ch = avl_remove_wrk(&right_subtree, a, kCmp); 1200 (*rootp)->right = right_subtree;
|
Completed in 168 milliseconds