Home
last modified time | relevance | path

Searched refs:right_root (Results 1 – 18 of 18) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/btree/
H A Dsplit.rs36 let mut right_root = Root::new_pillar(left_root.height()); in split_off() localVariable
38 let mut right_node = right_root.borrow_mut(); in split_off()
60 right_root.fix_left_border(); in split_off()
61 right_root in split_off()
H A Dmap.rs1194 let right_root = left_root.split_off(key); in split_off() localVariable
1196 let (new_left_len, right_len) = Root::calc_split_length(total_num, &left_root, &right_root); in split_off()
1199 BTreeMap { root: Some(right_root), length: right_len } in split_off()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_find_blobs.cxx58 LABEL right_root = root(right_label); in merge_labels() local
59 if (left_root == right_root) return; // already merged. in merge_labels()
61 node& right_root_node = store_[right_root]; in merge_labels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dbeacons_unittest.cc107 HKEY right_root = system_install() ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; in TEST_P() local
133 base::win::RegKey(right_root, wrong_key.c_str(), KEY_READ).Valid()) in TEST_P()
147 base::win::RegKey key(right_root, right_key.c_str(), KEY_READ); in TEST_P()
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_blob.cxx56 LABEL right_root = root(right_label); in merge_labels() local
57 if (left_root == right_root) in merge_labels()
60 node & right_root_node = store_[right_root]; in merge_labels()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_db_catree.c425 TreeDbTerm * right_root; in split_tree() local
437 right_root = split_node->right; in split_tree()
439 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
442 *right_wb = right_root; in split_tree()
540 TreeDbTerm *right_root = right_root_param; in join_trees() local
546 return right_root; in join_trees()
547 } else if (right_root == NULL) { in join_trees()
555 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
572 new_root->right = right_root; in join_trees()
581 this = &right_root; in join_trees()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_db_catree.c436 TreeDbTerm * right_root; in split_tree() local
448 right_root = split_node->right; in split_tree()
450 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
453 *right_wb = right_root; in split_tree()
551 TreeDbTerm *right_root = right_root_param; in join_trees() local
557 return right_root; in join_trees()
558 } else if (right_root == NULL) { in join_trees()
566 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
583 new_root->right = right_root; in join_trees()
592 this = &right_root; in join_trees()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_catree.c438 TreeDbTerm * right_root; in split_tree() local
450 right_root = split_node->right; in split_tree()
452 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
455 *right_wb = right_root; in split_tree()
555 TreeDbTerm *right_root = right_root_param; in join_trees() local
561 return right_root; in join_trees()
562 } else if (right_root == NULL) { in join_trees()
570 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
587 new_root->right = right_root; in join_trees()
596 this = &right_root; in join_trees()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_catree.c438 TreeDbTerm * right_root; in split_tree() local
450 right_root = split_node->right; in split_tree()
452 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
455 *right_wb = right_root; in split_tree()
555 TreeDbTerm *right_root = right_root_param; in join_trees() local
561 return right_root; in join_trees()
562 } else if (right_root == NULL) { in join_trees()
570 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
587 new_root->right = right_root; in join_trees()
596 this = &right_root; in join_trees()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_catree.c438 TreeDbTerm * right_root; in split_tree() local
450 right_root = split_node->right; in split_tree()
452 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
455 *right_wb = right_root; in split_tree()
555 TreeDbTerm *right_root = right_root_param; in join_trees() local
561 return right_root; in join_trees()
562 } else if (right_root == NULL) { in join_trees()
570 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
587 new_root->right = right_root; in join_trees()
596 this = &right_root; in join_trees()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_catree.c438 TreeDbTerm * right_root; in split_tree() local
450 right_root = split_node->right; in split_tree()
452 right_root = insert_TreeDbTerm(tb, right_root, split_node); in split_tree()
455 *right_wb = right_root; in split_tree()
555 TreeDbTerm *right_root = right_root_param; in join_trees() local
561 return right_root; in join_trees()
562 } else if (right_root == NULL) { in join_trees()
570 LINKOUT_MIN_TREE_NODE(&right_root); in join_trees()
587 new_root->right = right_root; in join_trees()
596 this = &right_root; in join_trees()
[all …]
/dports/devel/monotone/monotone-1.1/src/
H A Dmerge_conflict.cc563 node_id left_root, right_root; in report_missing_root_conflicts() local
565 right_root = right_roster.root()->self; in report_missing_root_conflicts()
568 I(left_root != right_root); in report_missing_root_conflicts()
576 adaptor.get_ancestral_roster(right_root, right_lca_rid, in report_missing_root_conflicts()
580 right_lca_roster->get_name(right_root, right_lca_name); in report_missing_root_conflicts()
592 if (left_root != left_lca_root && right_root == right_lca_root) in report_missing_root_conflicts()
613 else if (left_root == left_lca_root && right_root != right_lca_root) in report_missing_root_conflicts()
615 if (!left_roster.has_node(right_root)) in report_missing_root_conflicts()
634 else if (left_root != left_lca_root && right_root != right_lca_root) in report_missing_root_conflicts()
655 if (!left_roster.has_node(right_root)) in report_missing_root_conflicts()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dbt_main.rs270 let right_root = tree.pool[root as usize].right; localVariable
271 if go_right && right_root != AVL_NULL {
275 right_root,
/dports/devel/py-blist/blist-1.3.6/prototype/
H A Dblist.py901 def __concat_roots(left_root, left_height, right_root, right_height): argument
909 root, adj = BList.__concat(left_root, right_root,
/dports/devel/py-blist/blist-1.3.6/blist/
H A D_blist.c2452 PyBList *right_root, int right_height, int *pheight) in blist_concat_roots() argument
2459 PyBList *root = blist_concat_blist(left_root, right_root, in blist_concat_roots()
2470 blist_concat_unknown_roots(PyBList *left_root, PyBList *right_root) in blist_concat_unknown_roots() argument
2473 right_root, blist_get_height(right_root), in blist_concat_unknown_roots()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dsend.c6820 struct btrfs_root *right_root, struct send_ctx *sctx) in btrfs_compare_trees() argument
6913 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()
6916 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
6929 reada_min_gen = btrfs_header_generation(right_root->commit_root); in btrfs_compare_trees()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dsend.c6820 struct btrfs_root *right_root, struct send_ctx *sctx) in btrfs_compare_trees() argument
6913 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()
6916 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
6929 reada_min_gen = btrfs_header_generation(right_root->commit_root); in btrfs_compare_trees()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dsend.c6820 struct btrfs_root *right_root, struct send_ctx *sctx) in btrfs_compare_trees() argument
6913 right_level = btrfs_header_level(right_root->commit_root); in btrfs_compare_trees()
6916 btrfs_clone_extent_buffer(right_root->commit_root); in btrfs_compare_trees()
6929 reada_min_gen = btrfs_header_generation(right_root->commit_root); in btrfs_compare_trees()