Home
last modified time | relevance | path

Searched refs:_cmp (Results 1 – 25 of 1712) sorted by relevance

12345678910>>...69

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-table-sync/
H A Dcompare_conflict_col.t19 sub _cmp {
85 _cmp('12:00:00', '12:00:011', 'newest'),
91 _cmp('12:00:00', '12:00:011', 'oldest'),
142 _cmp(11, 11, 'greatest'),
148 _cmp(11, 10, 'greatest'),
154 _cmp(11, 10, 'least'),
160 _cmp(20, 10, 'least', undef, 10),
166 _cmp(20, 10, 'least', undef, 11),
175 _cmp('foo', 'bar', 'equals', 'foo'),
181 _cmp('foo', 'bar', 'equals', 'bar'),
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/libsurf/
H A DKeyPointDescriptor.cpp77 double a = aCtx._cmp[aYIt][aXIt][aVIt]; in KeyPoint()
248 iCtx._cmp[aBin1V][aBin1U][aBin] += aWeightBin1V * aWeightBin1U * aVal;
249 iCtx._cmp[aBin2V][aBin1U][aBin] += aWeightBin2V * aWeightBin1U * aVal;
250 iCtx._cmp[aBin1V][aBin2U][aBin] += aWeightBin1V * aWeightBin2U * aVal;
251 iCtx._cmp[aBin2V][aBin2U][aBin] += aWeightBin2V * aWeightBin2U * aVal;
298 _cmp = new double **[aExtSub];
301 _cmp[aYIt] = new double *[aExtSub];
304 _cmp[aYIt][aXIt] = new double[iVecLen];
306 _cmp[aYIt][aXIt][aVIt] = 0;
320 delete[] _cmp[aYIt][aXIt];
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DSearcher.cs17 private int _cmp; field in Db4objects.Db4o.Internal.Btree.Searcher
31 _cmp = -1; in Searcher()
44 if (_cmp > 0) in AdjustBounds()
53 if (_cmp < 0) in AdjustBounds()
95 if ((_target == SearchTarget.Lowest) && (_cmp == 0)) in AdjustCursor()
121 return (_cursor == _count - 1) && _cmp < 0; in AfterLast()
126 return (_cursor == 0) && (_cmp > 0); in BeforeFirst()
146 return _cmp == 0; in FoundMatch()
161 _cmp = cmp; in ResultIs()
168 return _cmp < 0; in IsGreater()
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozrelease/mozrelease/
H A Dversions.py12 def _cmp(cls, first, other): function
19 return cls._cmp(first, other)
27 def _cmp(self, other): member in MozillaVersionCompareMixin
43 val = _cmp(LooseVersion,
48 val = _cmp(StrictVersion, self, other)
63 return self._cmp(other) == 0
66 return self._cmp(other) < 0
69 return self._cmp(other) <= 0
72 return self._cmp(other) > 0
75 return self._cmp(other) >= 0
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DBlockHeader.h101 m_sha3Uncles == _cmp.sha3Uncles() &&
102 m_author == _cmp.author() &&
103 m_stateRoot == _cmp.stateRoot() &&
106 m_logBloom == _cmp.logBloom() &&
107 m_difficulty == _cmp.difficulty() &&
108 m_number == _cmp.number() &&
109 m_gasLimit == _cmp.gasLimit() &&
110 m_gasUsed == _cmp.gasUsed() &&
111 m_timestamp == _cmp.timestamp() &&
112 m_extraData == _cmp.extraData();
[all …]
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Node/
H A DBlank.pm41 use overload '<=>' => \&_cmp,
42 'cmp' => \&_cmp,
43 '<' => sub { _cmp(@_[0,1]) == -1 },
44 '>' => sub { _cmp(@_[0,1]) == 1 },
45 '!=' => sub { _cmp(@_[0,1]) != 0 },
46 '==' => sub { _cmp(@_[0,1]) == 0 },
51 sub _cmp { subroutine
H A DResource.pm47 use overload '<=>' => \&_cmp,
48 'cmp' => \&_cmp,
49 '<' => sub { _cmp(@_) == -1 },
50 '>' => sub { _cmp(@_) == 1 },
51 '!=' => sub { _cmp(@_) != 0 },
52 '==' => sub { _cmp(@_) == 0 },
57 sub _cmp { subroutine
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/range/range_tree/lib/ft/
H A Dcomparator.h77 _cmp = cmp; in init()
94 invariant_notnull(cmp._cmp); in inherit()
95 init(cmp._cmp, cmp._cmp_arg, cmp._memcmp_magic); in inherit()
104 ft_compare_func get_compare_func() const { return _cmp; } in get_compare_func()
108 bool valid() const { return _cmp != nullptr; } in valid()
127 return _cmp(_cmp_arg, a, b); in operator()
132 ft_compare_func _cmp;
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/lock/range/range_tree/lib/ft/
H A Dcomparator.h77 _cmp = cmp; in init()
94 invariant_notnull(cmp._cmp); in inherit()
95 init(cmp._cmp, cmp._cmp_arg, cmp._memcmp_magic); in inherit()
104 ft_compare_func get_compare_func() const { return _cmp; } in get_compare_func()
108 bool valid() const { return _cmp != nullptr; } in valid()
127 return _cmp(_cmp_arg, a, b); in operator()
132 ft_compare_func _cmp;
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/lock/range/range_tree/lib/ft/
H A Dcomparator.h77 _cmp = cmp; in init()
94 invariant_notnull(cmp._cmp); in inherit()
95 init(cmp._cmp, cmp._cmp_arg, cmp._memcmp_magic); in inherit()
104 ft_compare_func get_compare_func() const { return _cmp; } in get_compare_func()
108 bool valid() const { return _cmp != nullptr; } in valid()
127 return _cmp(_cmp_arg, a, b); in operator()
132 ft_compare_func _cmp;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/range/range_tree/lib/ft/
H A Dcomparator.h77 _cmp = cmp; in init()
94 invariant_notnull(cmp._cmp); in inherit()
95 init(cmp._cmp, cmp._cmp_arg, cmp._memcmp_magic); in inherit()
104 ft_compare_func get_compare_func() const { return _cmp; } in get_compare_func()
108 bool valid() const { return _cmp != nullptr; } in valid()
127 return _cmp(_cmp_arg, a, b); in operator()
132 ft_compare_func _cmp;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/range/range_tree/lib/ft/
H A Dcomparator.h77 _cmp = cmp; in init()
94 invariant_notnull(cmp._cmp); in inherit()
95 init(cmp._cmp, cmp._cmp_arg, cmp._memcmp_magic); in inherit()
104 ft_compare_func get_compare_func() const { return _cmp; } in get_compare_func()
108 bool valid() const { return _cmp != nullptr; } in valid()
127 return _cmp(_cmp_arg, a, b); in operator()
132 ft_compare_func _cmp;
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Dedns.py53 def _cmp(self, other): member in Option
65 return self._cmp(other) == 0
72 return self._cmp(other) != 0
78 return self._cmp(other) < 0
84 return self._cmp(other) <= 0
90 return self._cmp(other) >= 0
96 return self._cmp(other) > 0
118 def _cmp(self, other): member in GenericOption
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A Dedns.py52 def _cmp(self, other): member in Option
63 return self._cmp(other) == 0
70 return self._cmp(other) != 0
76 return self._cmp(other) < 0
82 return self._cmp(other) <= 0
88 return self._cmp(other) >= 0
94 return self._cmp(other) > 0
116 def _cmp(self, other): member in GenericOption
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dpqueue.c44 if (pq->_cmp(parent, kid) <= 0) in pqueue_up()
67 pq->_cmp(kid, rkid) > 0) { in pqueue_down()
72 if (pq->_cmp(parent, kid) <= 0) in pqueue_down()
92 if (!pq->_cmp || pq->_cmp(item, git_vector_get(pq, 0)) <= 0) in git_pqueue_insert()
98 if (!(error = git_vector_insert(pq, item)) && pq->_cmp) in git_pqueue_insert()
108 if (!pq->_cmp) { in git_pqueue_pop()
114 if (git_pqueue_size(pq) > 1 && pq->_cmp) { in git_pqueue_pop()

12345678910>>...69