Home
last modified time | relevance | path

Searched refs:cmp_ (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/compaction/
H A Dclipping_iterator.h25 assert(cmp_); in ClippingIterator()
26 assert(!start_ || !end_ || cmp_->Compare(*start_, *end_) <= 0); in ClippingIterator()
48 if (iter_->Valid() && cmp_->Compare(iter_->key(), *end_) == 0) { in SeekToLast()
59 if (start_ && cmp_->Compare(target, *start_) < 0) { in Seek()
65 if (end_ && cmp_->Compare(target, *end_) >= 0) { in Seek()
75 if (start_ && cmp_->Compare(target, *start_) < 0) { in SeekForPrev()
80 if (end_ && cmp_->Compare(target, *end_) >= 0) { in SeekForPrev()
209 if (cmp_->Compare(key(), *end_) >= 0) { in EnforceUpperBoundImpl()
239 if (cmp_->Compare(key(), *start_) < 0) { in EnforceLowerBound()
246 assert(!valid_ || !end_ || cmp_->Compare(key(), *end_) < 0); in AssertBounds()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/db/compaction/
H A Dclipping_iterator.h25 assert(cmp_); in ClippingIterator()
26 assert(!start_ || !end_ || cmp_->Compare(*start_, *end_) <= 0); in ClippingIterator()
48 if (iter_->Valid() && cmp_->Compare(iter_->key(), *end_) == 0) { in SeekToLast()
59 if (start_ && cmp_->Compare(target, *start_) < 0) { in Seek()
65 if (end_ && cmp_->Compare(target, *end_) >= 0) { in Seek()
75 if (start_ && cmp_->Compare(target, *start_) < 0) { in SeekForPrev()
80 if (end_ && cmp_->Compare(target, *end_) >= 0) { in SeekForPrev()
209 if (cmp_->Compare(key(), *end_) >= 0) { in EnforceUpperBoundImpl()
239 if (cmp_->Compare(key(), *start_) < 0) { in EnforceLowerBound()
246 assert(!valid_ || !end_ || cmp_->Compare(key(), *end_) < 0); in AssertBounds()
[all …]
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Datomic_ptr.hpp119 void *cmp_, in atomic_cas() argument
129 cmp_); in atomic_cas()
131 void *old = cmp_; in atomic_cas()
136 return atomic_cas_ptr (ptr_, cmp_, val_); in atomic_cas()
138 return arch_atomic_val_compare_and_exchange (ptr_, cmp_, val_); in atomic_cas()
143 : "r"(val_), "m"(*ptr_), "0"(cmp_) in atomic_cas()
159 : "r"(ptr_), "r"(cmp_), "r"(val_) in atomic_cas()
165 if (*ptr_ == cmp_) in atomic_cas()
208 T *cas (T *cmp_, T *val_) ZMQ_NOEXCEPT in cas() argument
212 return cmp_; in cas()
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Datomic_ptr.hpp119 void *cmp_, in atomic_cas() argument
129 cmp_); in atomic_cas()
131 void *old = cmp_; in atomic_cas()
136 return atomic_cas_ptr (ptr_, cmp_, val_); in atomic_cas()
138 return arch_atomic_val_compare_and_exchange (ptr_, cmp_, val_); in atomic_cas()
143 : "r"(val_), "m"(*ptr_), "0"(cmp_) in atomic_cas()
159 : "r"(ptr_), "r"(cmp_), "r"(val_) in atomic_cas()
165 if (*ptr_ == cmp_) in atomic_cas()
208 T *cas (T *cmp_, T *val_) ZMQ_NOEXCEPT in cas() argument
212 return cmp_; in cas()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/container/
H A Dloser_tree.hpp82 Comparator cmp_; member in tlx::LoserTreeCopyBase
190 using Super::cmp_;
257 using Super::cmp_;
331 Comparator cmp_; member in tlx::LoserTreePointerBase
337 cmp_(cmp) { in LoserTreePointerBase()
427 using Super::cmp_;
487 using Super::cmp_;
553 Comparator cmp_; member in tlx::LoserTreeCopyUnguardedBase
559 cmp_(cmp) { in LoserTreeCopyUnguardedBase()
621 using Super::cmp_;
[all …]
H A Dsplay_tree.hpp237 : cmp_(cmp), node_allocator_(alloc) { } in SplayTree()
246 root_ = splay(k, root_, cmp_); in insert()
248 if (!Duplicates && !cmp_(k, root_->key) && !cmp_(root_->key, k)) { in insert()
254 root_ = splay_insert(nn, root_, cmp_); in insert()
261 Node* out = splay_erase(k, root_, cmp_); in erase()
279 root_ = splay(k, root_, cmp_); in exists()
280 return !cmp_(root_->key, k) && !cmp_(k, root_->key); in exists()
295 return (root_ = splay(k, root_, cmp_)); in find()
300 return splay_check(root_, cmp_); in check()
315 Compare cmp_; member in tlx::SplayTree
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/container/
H A Dloser_tree.hpp82 Comparator cmp_; member in tlx::LoserTreeCopyBase
190 using Super::cmp_;
257 using Super::cmp_;
331 Comparator cmp_; member in tlx::LoserTreePointerBase
337 cmp_(cmp) { in LoserTreePointerBase()
427 using Super::cmp_;
487 using Super::cmp_;
553 Comparator cmp_; member in tlx::LoserTreeCopyUnguardedBase
559 cmp_(cmp) { in LoserTreeCopyUnguardedBase()
621 using Super::cmp_;
[all …]
H A Dsplay_tree.hpp237 : cmp_(cmp), node_allocator_(alloc) { } in SplayTree()
246 root_ = splay(k, root_, cmp_); in insert()
248 if (!Duplicates && !cmp_(k, root_->key) && !cmp_(root_->key, k)) { in insert()
254 root_ = splay_insert(nn, root_, cmp_); in insert()
261 Node* out = splay_erase(k, root_, cmp_); in erase()
279 root_ = splay(k, root_, cmp_); in exists()
280 return !cmp_(root_->key, k) && !cmp_(k, root_->key); in exists()
295 return (root_ = splay(k, root_, cmp_)); in find()
300 return splay_check(root_, cmp_); in check()
315 Compare cmp_; member in tlx::SplayTree
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/heap/detail/
H A Dstable_heap.hpp158 Cmp cmp_; member
165 cmp_(cmp) in heap_base()
174 cmp_(std::move(rhs.cmp_)), in heap_base()
243 return cmp_; in value_comp()
275 return cmp_; in value_comp_ref()
316 Cmp cmp_; member
323 cmp_(cmp), in heap_base()
333 cmp_(std::move(rhs.cmp_)), in heap_base()
413 return cmp_; in value_comp()
446 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/devel/libxs/libxs-1.2.0/src/
H A Datomic_ptr.hpp125 inline T *cas (T *cmp_, T *val_) in cas() argument
140 : "r"(&ptr), "r"(cmp_), "r"(val_) in cas()
145 return (T*) __sync_val_compare_and_swap (&ptr, cmp_, val_); in cas()
152 : "r" (val_), "m" (ptr), "0" (cmp_) in cas()
157 return (T*) atomic_cas_ptr (&ptr, cmp_, val_); in cas()
161 (volatile PVOID*) &ptr, val_, cmp_); in cas()
166 if (ptr == cmp_) in cas()
/dports/devel/boost-docs/boost_1_72_0/boost/heap/detail/
H A Dstable_heap.hpp161 Cmp cmp_; member
168 cmp_(cmp) in heap_base()
179 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
248 return cmp_; in value_comp()
280 return cmp_; in value_comp_ref()
321 Cmp cmp_; member
328 cmp_(cmp), in heap_base()
338 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
418 return cmp_; in value_comp()
451 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/heap/detail/
H A Dstable_heap.hpp162 Cmp cmp_; member
169 cmp_(cmp) in heap_base()
180 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
249 return cmp_; in value_comp()
281 return cmp_; in value_comp_ref()
322 Cmp cmp_; member
329 cmp_(cmp), in heap_base()
339 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
419 return cmp_; in value_comp()
452 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/heap/detail/
H A Dstable_heap.hpp162 Cmp cmp_; member
169 cmp_(cmp) in heap_base()
180 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
249 return cmp_; in value_comp()
281 return cmp_; in value_comp_ref()
322 Cmp cmp_; member
329 cmp_(cmp), in heap_base()
339 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
419 return cmp_; in value_comp()
452 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/heap/detail/
H A Dstable_heap.hpp162 Cmp cmp_;
169 cmp_(cmp)
180 , cmp_(std::move(rhs.cmp_))
249 return cmp_;
281 return cmp_;
322 Cmp cmp_;
329 cmp_(cmp),
339 cmp_(std::move(rhs.cmp_)),
419 return cmp_;
452 std::swap(cmp_, rhs.cmp_);
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/heap/detail/
H A Dstable_heap.hpp161 Cmp cmp_; member
168 cmp_(cmp) in heap_base()
177 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
246 return cmp_; in value_comp()
278 return cmp_; in value_comp_ref()
319 Cmp cmp_; member
326 cmp_(cmp), in heap_base()
336 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
416 return cmp_; in value_comp()
449 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/heap/detail/
H A Dstable_heap.hpp161 Cmp cmp_; member
168 cmp_(cmp) in heap_base()
179 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
248 return cmp_; in value_comp()
280 return cmp_; in value_comp_ref()
321 Cmp cmp_; member
328 cmp_(cmp), in heap_base()
338 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
418 return cmp_; in value_comp()
451 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/heap/detail/
H A Dstable_heap.hpp161 Cmp cmp_; member
168 cmp_(cmp) in heap_base()
179 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
248 return cmp_; in value_comp()
280 return cmp_; in value_comp_ref()
321 Cmp cmp_; member
328 cmp_(cmp), in heap_base()
338 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
418 return cmp_; in value_comp()
451 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/heap/detail/
H A Dstable_heap.hpp161 Cmp cmp_; member
168 cmp_(cmp) in heap_base()
177 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
246 return cmp_; in value_comp()
278 return cmp_; in value_comp_ref()
319 Cmp cmp_; member
326 cmp_(cmp), in heap_base()
336 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
416 return cmp_; in value_comp()
449 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/heap/detail/
H A Dstable_heap.hpp162 Cmp cmp_; member
169 cmp_(cmp) in heap_base()
180 , cmp_(std::move(rhs.cmp_)) in BOOST_NOEXCEPT_IF()
249 return cmp_; in value_comp()
281 return cmp_; in value_comp_ref()
322 Cmp cmp_; member
329 cmp_(cmp), in heap_base()
339 cmp_(std::move(rhs.cmp_)), in BOOST_NOEXCEPT_IF()
419 return cmp_; in value_comp()
452 std::swap(cmp_, rhs.cmp_); in swap()
[all …]
/dports/biology/diamond/diamond-2.0.13/src/util/algo/
H A Dsort_helper.h30 cmp_(cmp), in SortedListJoiner()
50 if (!cmp_(v2, **it1_) && !cmp_(**it1_, v2))
57 if (!cmp_(v1, **it2_) && !cmp_(**it2_, v1))
61 if (cmp_(**it1_, **it2_))
63 else if (cmp_(**it2_, **it1_))
74 const Cmp cmp_; member

12345678910>>...16