Home
last modified time | relevance | path

Searched refs:OP_LE (Results 1 – 25 of 1043) sorted by relevance

12345678910>>...42

/dports/www/mediawiki137/mediawiki-1.37.1/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
37 '<=' => self::OP_LE,
53 self::OP_LE => '<=',
252 if (self::OP_LT === $this->operator || self::OP_LE === $this->operator) {
253 if (self::OP_LT === $otherOperator || self::OP_LE === $otherOperator) {
267 if ($this->operator === self::OP_LE) {
386 case self::OP_LE:
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
37 '<=' => self::OP_LE,
53 self::OP_LE => '<=',
252 if (self::OP_LT === $this->operator || self::OP_LE === $this->operator) {
253 if (self::OP_LT === $otherOperator || self::OP_LE === $otherOperator) {
267 if ($this->operator === self::OP_LE) {
386 case self::OP_LE:
/dports/www/drupal9/drupal-9.2.10/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
47 '<=' => self::OP_LE,
63 self::OP_LE => '<=',
280 if (self::OP_LT === $this->operator || self::OP_LE === $this->operator) {
281 if (self::OP_LT === $otherOperator || self::OP_LE === $otherOperator) {
295 if ($this->operator === self::OP_LE) {
417 case self::OP_LE:
/dports/www/owncloud/owncloud/lib/composer/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
47 '<=' => self::OP_LE,
63 self::OP_LE => '<=',
280 if (self::OP_LT === $this->operator || self::OP_LE === $this->operator) {
281 if (self::OP_LT === $otherOperator || self::OP_LE === $otherOperator) {
295 if ($this->operator === self::OP_LE) {
417 case self::OP_LE:
/dports/audio/cmus/cmus-2.9.1/
H A Dexpr.h25 enum { OP_LT, OP_LE, OP_EQ, OP_GE, OP_GT, OP_NE }; enumerator
57 IOP_LE = OP_LE,
68 KOP_LE = OP_LE,
/dports/math/z3/z3-z3-4.8.13/src/tactic/arith/
H A Dbound_manager.cpp48 case OP_LE: return OP_GE; in swap_decl()
50 case OP_GE: return OP_LE; in swap_decl()
60 case OP_LE: return OP_GT; in neg()
63 case OP_GT: return OP_LE; in neg()
72 case OP_LE: return; in norm()
77 k = OP_LE; in norm()
123 if (k != OP_LE && k != OP_GE && k != OP_LT && k != OP_GT) in operator ()()
H A Dfactor_tactic.cpp84 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in flip()
87 case OP_LE: return OP_GE; in flip()
89 case OP_GE: return OP_LE; in flip()
100 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in mk_comp()
142 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in mk_split_comp()
228 case OP_LE: in reduce_app()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/arith/
H A Dbound_manager.cpp48 case OP_LE: return OP_GE; in swap_decl()
50 case OP_GE: return OP_LE; in swap_decl()
60 case OP_LE: return OP_GT; in neg()
63 case OP_GT: return OP_LE; in neg()
72 case OP_LE: return; in norm()
77 k = OP_LE; in norm()
123 if (k != OP_LE && k != OP_GE && k != OP_LT && k != OP_GT) in operator ()()
H A Dfactor_tactic.cpp84 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in flip()
87 case OP_LE: return OP_GE; in flip()
89 case OP_GE: return OP_LE; in flip()
100 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in mk_comp()
142 SASSERT(k == OP_LT || k == OP_GT || k == OP_LE || k == OP_GE); in mk_split_comp()
228 case OP_LE: in reduce_app()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_channelpadding.c602 tt_i64_op(val, OP_LE, 200); in test_channelpadding_consensus()
604 tt_i64_op(val, OP_LE, 200); in test_channelpadding_consensus()
629 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
631 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
654 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
656 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
670 tt_i64_op(val, OP_LE, 180+90); in test_channelpadding_consensus()
673 tt_i64_op(val, OP_LE, 180+90); in test_channelpadding_consensus()
686 tt_i64_op(val, OP_LE, 750); in test_channelpadding_consensus()
690 tt_i64_op(val, OP_LE, 30*60*2); in test_channelpadding_consensus()
[all …]
H A Dtest_sendme.c215 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
220 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
227 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
234 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
240 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_channelpadding.c602 tt_i64_op(val, OP_LE, 200); in test_channelpadding_consensus()
604 tt_i64_op(val, OP_LE, 200); in test_channelpadding_consensus()
629 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
631 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
654 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
656 tt_i64_op(val, OP_LE, 4500); in test_channelpadding_consensus()
670 tt_i64_op(val, OP_LE, 180+90); in test_channelpadding_consensus()
673 tt_i64_op(val, OP_LE, 180+90); in test_channelpadding_consensus()
686 tt_i64_op(val, OP_LE, 750); in test_channelpadding_consensus()
690 tt_i64_op(val, OP_LE, 30*60*2); in test_channelpadding_consensus()
[all …]
H A Dtest_sendme.c215 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
220 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
227 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
234 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
240 tt_int_op(CELL_PAYLOAD_SIZE - pad_offset, OP_LE, CELL_PAYLOAD_SIZE); in test_cell_payload_pad()
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/version/
H A D__init__.py12 OP_LE = operator.le variable
21 "<=": OP_LE,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) { in TestFilter()
165 case OP_GE: op = OP_LE; break; in TestFilter()
167 case OP_LE: op = OP_GE; break; in TestFilter()
172 case OP_LE: limit = l1; break; in TestFilter()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) { in TestFilter()
165 case OP_GE: op = OP_LE; break; in TestFilter()
167 case OP_LE: op = OP_GE; break; in TestFilter()
172 case OP_LE: limit = l1; break; in TestFilter()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) {
165 case OP_GE: op = OP_LE; break;
167 case OP_LE: op = OP_GE; break;
172 case OP_LE: limit = l1; break;
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) { in TestFilter()
165 case OP_GE: op = OP_LE; break; in TestFilter()
167 case OP_LE: op = OP_GE; break; in TestFilter()
172 case OP_LE: limit = l1; break; in TestFilter()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) { in TestFilter()
165 case OP_GE: op = OP_LE; break; in TestFilter()
167 case OP_LE: op = OP_GE; break; in TestFilter()
172 case OP_LE: limit = l1; break; in TestFilter()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabvir.cpp131 if (op == OP_GT || op == OP_GE || op == OP_LT || op == OP_LE) { in TestFilter()
165 case OP_GE: op = OP_LE; break; in TestFilter()
167 case OP_LE: op = OP_GE; break; in TestFilter()
172 case OP_LE: limit = l1; break; in TestFilter()
/dports/www/bolt/bolt-2.2.24/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
36 '<=' => self::OP_LE,
51 self::OP_LE => '<=',
/dports/www/matomo/piwik/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
36 '<=' => self::OP_LE,
51 self::OP_LE => '<=',
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
36 '<=' => self::OP_LE,
51 self::OP_LE => '<=',
/dports/www/drupal8/drupal-8.9.20/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
36 '<=' => self::OP_LE,
51 self::OP_LE => '<=',
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/composer/semver/src/Constraint/
H A DConstraint.php22 const OP_LE = 2; define in Composer\\Semver\\Constraint\\Constraint
36 '<=' => self::OP_LE,
51 self::OP_LE => '<=',

12345678910>>...42