Home
last modified time | relevance | path

Searched refs:right_ (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fbl/include/fbl/
A Dintrusive_wavl_tree.h703 ns.right_ = sentinel();
775 ns.right_ = sentinel();
909 *owner = ns.right_;
910 ns.right_ = nullptr;
995 new_ns.right_ = old_ns.right_;
996 old_ns.right_ = nullptr;
1033 node = ns.right_;
1099 internal::Swap(ns1.right_, ns2.right_);
1138 if (&ptr_ref2 != &ns1.right_) {
1148 return &ns2.right_;
[all …]
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dintrusive_wavl_tree_checker.h33 if (valid_sentinel_ptr(ns.right_)) { in VerifyParentBackLinks()
34 EXPECT_EQ(node, NodeTraits::node_state(*ns.right_).parent_, in VerifyParentBackLinks()
72 NodeTraits::node_state(*tree.right_most_).right_, in SanityCheck()
131 if (valid_sentinel_ptr(ns.right_)) { in SanityCheck()
133 node = ns.right_; in SanityCheck()
158 bool is_right = (parent_ns.right_ == node); in SanityCheck()
/system/dev/nand/nandpart/
A Dnandpart-utils.cpp42 const auto* right_ = static_cast<const zbi_partition_t*>(right); in SanitizePartitionMap() local
43 if (left_->first_block < right_->first_block) { in SanitizePartitionMap()
46 if (left_->first_block > right_->first_block) { in SanitizePartitionMap()
/system/utest/fbl/
A Dintrusive_wavl_tree_tests.cpp157 if (!valid_sentinel_ptr(ns.left_) && !valid_sentinel_ptr(ns.right_)) { in VerifyRankRule()
167 if (valid_sentinel_ptr(ns.right_)) { in VerifyRankRule()
168 auto& right_ns = NodeTraits::node_state(*ns.right_); in VerifyRankRule()

Completed in 9 milliseconds