Home
last modified time | relevance | path

Searched refs:other_len (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/detail/
H A Dchar_string.cc181 const size_t other_len = other[0]; in compareCharStrings() local
182 const size_t cmp_len = std::min(self_len, other_len); in compareCharStrings()
184 if (self_len < other_len) { in compareCharStrings()
186 } else if (self_len > other_len) { in compareCharStrings()
197 } else if (self_len < other_len) { in compareCharStrings()
199 } else if (self_len > other_len) { in compareCharStrings()
218 const size_t other_len = other.size(); in compareCharStringDatas() local
219 const size_t cmp_len = std::min(self_len, other_len); in compareCharStringDatas()
225 } else if (self_len < other_len) { in compareCharStringDatas()
227 } else if (self_len > other_len) { in compareCharStringDatas()
H A Dtxt_like.h208 const size_t other_len = other_buffer.getLength(); in compare() local
210 const size_t cmplen = min(this_len, other_len); in compare()
216 return ((this_len == other_len) ? 0 : in compare()
217 (this_len < other_len) ? -1 : 1); in compare()
H A Dds_like.h243 size_t other_len = other_ds.digest_.size(); in compare() local
244 size_t cmplen = min(this_len, other_len); in compare()
249 return ((this_len == other_len) in compare()
250 ? 0 : (this_len < other_len) ? -1 : 1); in compare()
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dtkey_249.cc76 other_data_(other_len > 0 ? in TKEYImpl()
79 other_len) : in TKEYImpl()
80 vector<uint8_t>(other_len)) in TKEYImpl()
348 const uint16_t other_len = buffer.readUint16(); in TKEY() local
349 vector<uint8_t> other_data(other_len); in TKEY()
350 if (other_len > 0) { in TKEY()
366 if ((other_len == 0 && other_data != 0) || in TKEY()
367 (other_len > 0 && other_data == 0)) { in TKEY()
448 const uint16_t other_len = other_data_.size(); in toWireCommon() local
449 output.writeUint16(other_len); in toWireCommon()
[all …]
H A Ddnskey_48.cc263 const size_t other_len = other_dnskey.impl_->keydata_.size(); in compare() local
264 const size_t cmplen = min(this_len, other_len); in compare()
266 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
273 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
H A Dnsec3param_51.cc197 const size_t other_len = other_param.impl_->salt_.size(); in compare() local
198 if (this_len != other_len) { in compare()
199 return (this_len - other_len); in compare()
201 const size_t cmplen = min(this_len, other_len); in compare()
207 return (this_len - other_len); in compare()
H A Dnsec_47.cc204 const size_t other_len = other_nsec.impl_->typebits_.size(); in compare() local
205 const size_t cmplen = min(this_len, other_len); in compare()
211 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/any_255/
H A Dtsig_250.cc48 uint16_t error, size_t other_len, const void* other_data) : in TSIGImpl()
305 const uint16_t other_len = buffer.readUint16(); in TSIG() local
306 vector<uint8_t> other_data(other_len); in TSIG()
307 if (other_len > 0) { in TSIG()
308 buffer.readData(&other_data[0], other_len); in TSIG()
331 if ((other_len == 0 && other_data != NULL) || in TSIG()
332 (other_len > 0 && other_data == NULL)) { in TSIG()
413 const uint16_t other_len = other_data_.size(); in toWireCommon() local
414 output.writeUint16(other_len); in toWireCommon()
415 if (other_len > 0) { in toWireCommon()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dtsig.c861 mesg->_tsig.other_len = 0; in tsig_process()
917 if(mesg->_tsig.other_len != 0) in tsig_process()
919 u16 other_len = ntohs(mesg->_tsig.other_len); in tsig_process() local
939 mesg->_tsig.other_len = 0; in tsig_process()
970 mesg->_tsig.other_len = 0; in tsig_process_query()
1141 u16 other_len = ntohs(mesg->_tsig.other_len); in tsig_add_tsig() local
1188 if(mesg->_tsig.other_len != 0) in tsig_add_tsig()
1192 tsig_ptr += other_len; in tsig_add_tsig()
1938 u16 other_len = ntohs(mesg->_tsig.other_len); in tsig_message_extract() local
1940 len -= other_len; in tsig_message_extract()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/in_1/
H A Ddhcid_49.cc142 size_t other_len = other_dhcid.digest_.size(); in compare() local
143 size_t cmplen = min(this_len, other_len); in compare()
148 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Text_Diff/Horde/Text/Diff/Engine/
H A DNative.php325 $other_len = count($other_changed);
339 while ($j < $other_len && $other_changed[$j]) {
344 assert($j < $other_len && ! $other_changed[$j]);
346 while ($j < $other_len && $other_changed[$j]) {
387 $corresponding = $j < $other_len ? $i : $len;
401 assert($j < $other_len && ! $other_changed[$j]);
403 if ($j < $other_len && $other_changed[$j]) {
405 while ($j < $other_len && $other_changed[$j]) {
/dports/textproc/pear-Horde_Text_Diff/Horde_Text_Diff-2.2.1/lib/Horde/Text/Diff/Engine/
H A DNative.php325 $other_len = count($other_changed);
339 while ($j < $other_len && $other_changed[$j]) {
344 assert($j < $other_len && ! $other_changed[$j]);
346 while ($j < $other_len && $other_changed[$j]) {
387 $corresponding = $j < $other_len ? $i : $len;
401 assert($j < $other_len && ! $other_changed[$j]);
403 if ($j < $other_len && $other_changed[$j]) {
405 while ($j < $other_len && $other_changed[$j]) {
/dports/www/mybb/mybb-mybb_1829/inc/3rdparty/diff/Diff/Engine/
H A DNative.php332 $other_len = count($other_changed);
346 while ($j < $other_len && $other_changed[$j]) {
351 assert($j < $other_len && ! $other_changed[$j]);
353 while ($j < $other_len && $other_changed[$j]) {
394 $corresponding = $j < $other_len ? $i : $len;
408 assert($j < $other_len && ! $other_changed[$j]);
410 if ($j < $other_len && $other_changed[$j]) {
412 while ($j < $other_len && $other_changed[$j]) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Text/Diff/Engine/
H A Dnative.php337 $other_len = count($other_changed);
351 while ($j < $other_len && $other_changed[$j]) {
356 assert($j < $other_len && ! $other_changed[$j]);
358 while ($j < $other_len && $other_changed[$j]) {
399 $corresponding = $j < $other_len ? $i : $len;
413 assert($j < $other_len && ! $other_changed[$j]);
415 if ($j < $other_len && $other_changed[$j]) {
417 while ($j < $other_len && $other_changed[$j]) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/Text/Diff/Engine/
H A Dnative.php337 $other_len = count($other_changed);
351 while ($j < $other_len && $other_changed[$j]) {
356 assert($j < $other_len && ! $other_changed[$j]);
358 while ($j < $other_len && $other_changed[$j]) {
399 $corresponding = $j < $other_len ? $i : $len;
413 assert($j < $other_len && ! $other_changed[$j]);
415 if ($j < $other_len && $other_changed[$j]) {
417 while ($j < $other_len && $other_changed[$j]) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/Diff/Engine/
H A DDiffEngine.php348 $other_len = sizeof($other_changed);
362 while ($j < $other_len && $other_changed[$j]) {
366 $this::USE_ASSERTS && assert($j < $other_len && ! $other_changed[$j]);
369 while ($j < $other_len && $other_changed[$j]) {
414 $corresponding = $j < $other_len ? $i : $len;
429 $this::USE_ASSERTS && assert($j < $other_len && ! $other_changed[$j]);
431 if ($j < $other_len && $other_changed[$j]) {
433 while ($j < $other_len && $other_changed[$j]) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/Diff/Engine/
H A DDiffEngine.php348 $other_len = sizeof($other_changed);
362 while ($j < $other_len && $other_changed[$j]) {
366 $this::USE_ASSERTS && assert($j < $other_len && ! $other_changed[$j]);
369 while ($j < $other_len && $other_changed[$j]) {
414 $corresponding = $j < $other_len ? $i : $len;
429 $this::USE_ASSERTS && assert($j < $other_len && ! $other_changed[$j]);
431 if ($j < $other_len && $other_changed[$j]) {
433 while ($j < $other_len && $other_changed[$j]) {
/dports/www/limesurvey/limesurvey/framework/gii/components/Pear/Text/Diff/Engine/
H A Dnative.php341 $other_len = count($other_changed);
355 while ($j < $other_len && $other_changed[$j]) {
360 assert($j < $other_len && ! $other_changed[$j]);
362 while ($j < $other_len && $other_changed[$j]) {
403 $corresponding = $j < $other_len ? $i : $len;
417 assert($j < $other_len && ! $other_changed[$j]);
419 if ($j < $other_len && $other_changed[$j]) {
421 while ($j < $other_len && $other_changed[$j]) {
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A Ddiff3.py28 old_len, other_len, new_len = len(old), len(other), len(new)
31 while old_nr < old_len and other_nr < other_len and new_nr < new_len:
94 if old_nr == old_len and other_nr == other_len and new_nr == new_len:
97 elif old_nr == old_len and other_nr == other_len:
103 elif (new_nr == new_len and (old_len - old_nr == other_len - other_nr) and
107 elif (other_nr == other_len and (old_len - old_nr == new_len-new_nr) and
/dports/devel/libfirm/libfirm-1.21.0/ir/kaps/
H A Doptimal.c343 unsigned other_len; in merge_source_into_target() local
354 other_len = old_matrix->rows; in merge_source_into_target()
358 other_len = old_matrix->cols; in merge_source_into_target()
362 new_matrix = pbqp_matrix_alloc(pbqp, tgt_len, other_len); in merge_source_into_target()
372 for (other_index = 0; other_index < other_len; ++other_index) { in merge_source_into_target()
392 …new_matrix->entries[tgt_index*other_len+other_index] = old_matrix->entries[src_index*other_len+oth… in merge_source_into_target()
505 unsigned other_len; in merge_target_into_source() local
517 other_len = old_matrix->rows; in merge_target_into_source()
521 other_len = old_matrix->cols; in merge_target_into_source()
525 new_matrix = pbqp_matrix_alloc(pbqp, src_len, other_len); in merge_target_into_source()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sized-chunks-0.1.3/src/
H A Dsized_chunk.rs177 let other_len = other.len(); in drain_from() localVariable
178 Self::from_front(other, other_len) in drain_from()
207 let other_len = other.len(); in from_front() localVariable
208 debug_assert!(count <= other_len); in from_front()
221 let other_len = other.len(); in from_back() localVariable
222 debug_assert!(count <= other_len); in from_back()
452 let other_len = other.len(); in append() localVariable
462 self.right += other_len; in append()
476 let other_len = other.len(); in drain_from_front() localVariable
478 debug_assert!(other_len >= count); in drain_from_front()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/sized-chunks-0.3.1/src/
H A Dsized_chunk.rs180 let other_len = other.len(); in drain_from() localVariable
181 Self::from_front(other, other_len) in drain_from()
210 let other_len = other.len(); in from_front() localVariable
211 debug_assert!(count <= other_len); in from_front()
224 let other_len = other.len(); in from_back() localVariable
439 let other_len = other.len(); in append() localVariable
449 self.right += other_len; in append()
463 let other_len = other.len(); in drain_from_front() localVariable
465 assert!(other_len >= count); in drain_from_front()
485 let other_len = other.len(); in drain_from_back() localVariable
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drdataclass.cc316 if (other_len > 0) { in TSIG()
423 output.writeUint16(other_len); in toWireCommon()
424 if (other_len > 0) { in toWireCommon()
1805 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
1812 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
3379 if (this_len != other_len) { in compare()
3628 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
4475 return ((this_len == other_len) ? 0 : (this_len < other_len) ? -1 : 1); in compare()
5498 if (other_len > 0) { in TKEY()
5598 if (other_len > 0) { in toWireCommon()
[all …]
/dports/devel/pear-Text_Diff/Text_Diff-1.2.2/Text/Diff/Engine/
H A Dnative.php337 $other_len = count($other_changed);
351 while ($j < $other_len && $other_changed[$j]) {
358 while ($j < $other_len && $other_changed[$j]) {
399 $corresponding = $j < $other_len ? $i : $len;
415 if ($j < $other_len && $other_changed[$j]) {
417 while ($j < $other_len && $other_changed[$j]) {
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/components/Pear/Text/Diff/Engine/
H A Dnative.php337 $other_len = count($other_changed);
351 while ($j < $other_len && $other_changed[$j]) {
358 while ($j < $other_len && $other_changed[$j]) {
399 $corresponding = $j < $other_len ? $i : $len;
415 if ($j < $other_len && $other_changed[$j]) {
417 while ($j < $other_len && $other_changed[$j]) {

12345678910>>...14