HomeSort by relevance Sort by last modified time
    Searched refs:right_subtree (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
m_oset.c 428 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.keyOff = t->keyOff
    [all...]
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/
cg_merge.c 1111 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;
    [all...]

Completed in 85 milliseconds