Home
last modified time | relevance | path

Searched refs:up_to (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/math/conauto/conauto-2.03/src/
H A Dsort.c59 uint16_t up_to; in sort_cell() local
63 up_to = (uint16_t) (nmemb-1); in sort_cell()
78 if ( s1 < up_to ) in sort_cell()
81 COPY ( old, new, i1, up_to ) in sort_cell()
112 uint16_t up_to; in sort_uint16() local
116 up_to = (uint16_t) (nmemb-1); in sort_uint16()
131 if ( s1 < up_to ) in sort_uint16()
134 COPY ( old, new, i1, up_to ) in sort_uint16()
165 uint16_t up_to; in sort_valid_orbits() local
169 up_to = (uint16_t) (nmemb-1); in sort_valid_orbits()
[all …]
/dports/converters/p5-Sereal/Sereal-4.018/t/
H A D070_alias_options.t28 my ( $up_to, $opt, $opt_val )= @$test;
30 #diag "$up_to: $opt $opt_val";
36 array => [ -16 .. $up_to ],
37 array2 => [ reverse -16 .. $up_to ],
38 map { $_ => $_ } -16 .. $up_to,
47 for ( -16 .. $up_to ) {
56 my $eval_ok= eval { $got->{$up_to}= 123; };
58 ok( !$eval_ok, "$opt: expect modification of \$got->{$up_to} to die" );
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/t/
H A D070_alias_options.t28 my ( $up_to, $opt, $opt_val )= @$test;
30 #diag "$up_to: $opt $opt_val";
36 array => [ -16 .. $up_to ],
37 array2 => [ reverse -16 .. $up_to ],
38 map { $_ => $_ } -16 .. $up_to,
47 for ( -16 .. $up_to ) {
56 my $eval_ok= eval { $got->{$up_to}= 123; };
58 ok( !$eval_ok, "$opt: expect modification of \$got->{$up_to} to die" );
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/charset-0.1.2/src/
H A Dlib.rs130 if up_to >= bytes.len() { in decode_ascii()
561 let up_to = utf7_ascii_up_to(bytes); in decode_utf7() localVariable
562 if up_to == bytes.len() { in decode_utf7()
570 let mut tail = &bytes[up_to..]; in decode_utf7()
578 if up_to == tail.len() { in decode_utf7()
579 if up_to == 0 { in decode_utf7()
587 if up_to == 0 { in decode_utf7()
588 if tail[up_to] == b'-' { in decode_utf7()
603 tail = &tail[up_to..]; in decode_utf7()
611 if up_to == tail.len() { in decode_utf7()
[all …]
/dports/japanese/gawk/gawk-3.0.6/
H A Dfield.c357 if (up_to == HUGE)
368 && nf < up_to) {
377 up_to = nf;
421 if (up_to == HUGE)
441 for (; nf < up_to; scan++) {
489 if (up_to == HUGE)
509 for (; nf < up_to; scan++) {
553 if (up_to == HUGE)
593 if (up_to == HUGE)
612 for (; nf < up_to;) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/internal/cgen/base/
H A Dfundamental-private.h146 wuffs_base__slice_u8__prefix(wuffs_base__slice_u8 s, uint64_t up_to) { in wuffs_base__slice_u8__prefix() argument
147 if ((uint64_t)(s.len) > up_to) { in wuffs_base__slice_u8__prefix()
148 s.len = up_to; in wuffs_base__slice_u8__prefix()
155 wuffs_base__slice_u8__suffix(wuffs_base__slice_u8 s, uint64_t up_to) { in wuffs_base__slice_u8__suffix() argument
156 if ((uint64_t)(s.len) > up_to) { in wuffs_base__slice_u8__suffix()
157 s.ptr += (uint64_t)(s.len) - up_to; in wuffs_base__slice_u8__suffix()
158 s.len = up_to; in wuffs_base__slice_u8__suffix()
/dports/devel/py-intbitset/intbitset-2.4.1/tests/
H A Dtest_intbitset.py128 up_to = intbitset1.extract_finite_list() and max(intbitset1.extract_finite_list()) or -1
132 up_to = intbitset3.extract_finite_list() and max(intbitset3.extract_finite_list()) or -1
134 set1 = set(orig1.extract_finite_list(up_to))
135 set2 = set(orig2.extract_finite_list(up_to))
146 …(up_to)), set(intbitset1.extract_finite_list(up_to)), "%s not equal to %s after executing %s(%s, %…
147 …extract_finite_list(up_to)), set1, "%s not equal to %s after executing %s(%s, %s)" % (set1, set(in…
151 …(up_to)), set(intbitset3.extract_finite_list(up_to)), "%s not equal to %s after executing %s(%s, %…
152 …extract_finite_list(up_to)), set3, "%s not equal to %s after executing %s(%s, %s)" % (set3, set(in…
416 up_to = max(list(dict1.keys()) + set1)
417 for i in range(up_to + 1):
/dports/lang/gawk/gawk-5.1.1/
H A Dfield.c472 if (up_to == UNLIMITED) in re_parse_field()
493 && nf < up_to) { in re_parse_field()
508 up_to = nf; in re_parse_field()
523 if (nf != up_to && scan < end) { in re_parse_field()
557 if (up_to == UNLIMITED) in def_parse_field()
578 for (; nf < up_to; scan++) { in def_parse_field()
632 if (up_to == UNLIMITED) in null_parse_field()
693 if (up_to == UNLIMITED) in sc_parse_field()
708 for (; nf < up_to;) { in sc_parse_field()
795 if (up_to == UNLIMITED) in fw_parse_field()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dturn_handler.cpp467 BOOST_ASSERT(up_to <= intersection.size()); in assignRightTurns()
468 const auto count_valid = [&intersection, up_to]() { in assignRightTurns()
470 for (std::size_t i = 1; i < up_to; ++i) in assignRightTurns()
475 if (up_to <= 1 || count_valid() == 0) in assignRightTurns()
478 if (up_to == 2) in assignRightTurns()
480 assignTrivialTurns(via_edge, intersection, 1, up_to); in assignRightTurns()
483 else if (up_to == 3) in assignRightTurns()
494 assignTrivialTurns(via_edge, intersection, 1, up_to); in assignRightTurns()
498 else if (up_to == 4) in assignRightTurns()
508 assignTrivialTurns(via_edge, intersection, 1, up_to); in assignRightTurns()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/internal/cgen/base/
H A Dcore-private.h378 wuffs_base__slice_u8__prefix(wuffs_base__slice_u8 s, uint64_t up_to) { in wuffs_base__slice_u8__prefix() argument
379 if ((uint64_t)(s.len) > up_to) { in wuffs_base__slice_u8__prefix()
380 s.len = up_to; in wuffs_base__slice_u8__prefix()
387 wuffs_base__slice_u8__suffix(wuffs_base__slice_u8 s, uint64_t up_to) { in wuffs_base__slice_u8__suffix() argument
388 if ((uint64_t)(s.len) > up_to) { in wuffs_base__slice_u8__suffix()
389 s.ptr += (uint64_t)(s.len) - up_to; in wuffs_base__slice_u8__suffix()
390 s.len = up_to; in wuffs_base__slice_u8__suffix()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Downeighbors.py152 up_to = len(dist) - np.sum(inrefs)
153 if self.limit_neighbors and self.n_neighbors < up_to:
154 up_to = self.n_neighbors
155 return np.argpartition(dist, up_to - 1)[:up_to]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/scripts/uberenv_configs/packages/paraview/
H A Dpackage.py92 return self._urlfmt.format(version.up_to(2), version, '-source')
94 return self._urlfmt.format(version.up_to(2), version, '')
99 return 'paraview-{0}'.format(self.spec.version.up_to(2))
136 python_version = self.spec['python'].version.up_to(2)
/dports/net/corosync2/corosync-2.4.5/cts/agents/
H A Dcmap-dispatch-deadlock.sh5 up_to=200
41 (for a in `seq 1 $up_to`;do corosync-cmapctl -s test.abd "str" $a ; done) &
H A Dcmap-dispatch-deadlock.sh.in5 up_to=200
41 (for a in `seq 1 $up_to`;do corosync-cmapctl -s test.abd "str" $a ; done) &
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycss/values/
H A Dvalues.c41 void * mycss_values_realloc(mycss_entry_t* entry, void* value, size_t old_size, size_t up_to) in mycss_values_realloc() argument
43 …mchar_async_realloc(entry->mchar, entry->mchar_value_node_id, value, old_size, (up_to + old_size)); in mycss_values_realloc()
44 memset(&new_value[old_size], 0, up_to); in mycss_values_realloc()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dmem.rs272 return offset + up_to;
304 offset + up_to
314 up_to
1992 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1994 if up_to >= bytes.len() { in decode_latin1()
1995 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1999 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2007 vec.truncate(up_to + written); in decode_latin1()
2027 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2029 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dmem.rs270 return offset + up_to;
302 offset + up_to
312 up_to
1990 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1992 if up_to >= bytes.len() { in decode_latin1()
1993 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1997 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2005 vec.truncate(up_to + written); in decode_latin1()
2025 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2027 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dmem.rs272 return offset + up_to;
304 offset + up_to
314 up_to
1992 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1994 if up_to >= bytes.len() { in decode_latin1()
1995 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1999 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2007 vec.truncate(up_to + written); in decode_latin1()
2027 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2029 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dmem.rs275 return offset + up_to;
307 offset + up_to
317 up_to
1998 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
2000 if up_to >= bytes.len() { in decode_latin1()
2001 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
2005 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2013 vec.truncate(up_to + written); in decode_latin1()
2036 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2038 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dmem.rs270 return offset + up_to;
302 offset + up_to
312 up_to
1990 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1992 if up_to >= bytes.len() { in decode_latin1()
1993 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1997 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2005 vec.truncate(up_to + written); in decode_latin1()
2025 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2027 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dmem.rs275 return offset + up_to;
307 offset + up_to
317 up_to
1998 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
2000 if up_to >= bytes.len() { in decode_latin1()
2001 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
2005 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2013 vec.truncate(up_to + written); in decode_latin1()
2036 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2038 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dmem.rs272 return offset + up_to;
304 offset + up_to
314 up_to
1992 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1994 if up_to >= bytes.len() { in decode_latin1()
1995 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1999 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2007 vec.truncate(up_to + written); in decode_latin1()
2027 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2029 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/src/
H A Dmem.rs272 return offset + up_to;
304 offset + up_to
314 up_to
1992 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1994 if up_to >= bytes.len() { in decode_latin1()
1995 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1999 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2007 vec.truncate(up_to + written); in decode_latin1()
2027 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2029 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dmem.rs270 return offset + up_to;
302 offset + up_to
312 up_to
1990 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1992 if up_to >= bytes.len() { in decode_latin1()
1993 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1997 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2005 vec.truncate(up_to + written); in decode_latin1()
2025 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2027 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/encoding_rs-0.8.28/src/
H A Dmem.rs272 return offset + up_to;
304 offset + up_to
314 up_to
1992 let up_to = ascii_valid_up_to(bytes); in decode_latin1() localVariable
1994 if up_to >= bytes.len() { in decode_latin1()
1995 debug_assert_eq!(up_to, bytes.len()); in decode_latin1()
1999 let (head, tail) = bytes.split_at(up_to); in decode_latin1()
2007 vec.truncate(up_to + written); in decode_latin1()
2027 let up_to = ascii_valid_up_to(bytes); in encode_latin1_lossy() localVariable
2029 if up_to >= bytes.len() { in encode_latin1_lossy()
[all …]

12345678910>>...12