Home
last modified time | relevance | path

Searched refs:ip_limit (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/py-tables/tables-3.6.1/c-blosc/blosc/
H A Dblosclz_impl.inc9 const uint8_t* ip_limit = ip + length;
33 if (BLOSCLZ_UNEXPECT_CONDITIONAL(ip + 1 >= ip_limit)) {
42 if (BLOSCLZ_UNEXPECT_CONDITIONAL(ip >= ip_limit)) {
53 if (BLOSCLZ_UNEXPECT_CONDITIONAL(ip + 1 >= ip_limit)) {
72 if (BLOSCLZ_EXPECT_CONDITIONAL(ip < ip_limit))
96 if (BLOSCLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) {
108 loop = (int32_t)BLOSCLZ_EXPECT_CONDITIONAL(ip < ip_limit);
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/swap/
H A Dkis_lzf_compression.cpp43 const quint8* ip_limit = ip + length - MAX_COPY - 4; in lzff_compress() local
65 while (ip < ip_limit) { in lzff_compress()
100 if (ip < ip_limit - MAX_LEN) { in lzff_compress()
166 ip_limit = (const quint8*)input + length; in lzff_compress()
167 while (ip < ip_limit) { in lzff_compress()
188 const quint8* ip_limit = ip + length - 1; in lzff_decompress() local
193 while (ip < ip_limit) { in lzff_decompress()
/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoLZF.cpp51 const quint8* ip_limit = ip + length - MAX_COPY - 4; in compress() local
75 while (ip < ip_limit) { in compress()
110 if (ip < ip_limit - MAX_LEN) { in compress()
187 ip_limit = (const quint8*)input + length; in compress()
191 while (ip < ip_limit) { in compress()
200 if (ip < ip_limit) { in compress()
233 const quint8* ip_limit = ip + length - 1; in decompress() local
238 while (ip < ip_limit) { in decompress()
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoLZF.cpp51 const quint8* ip_limit = ip + length - MAX_COPY - 4; in compress() local
75 while (ip < ip_limit) { in compress()
110 if (ip < ip_limit - MAX_LEN) { in compress()
187 ip_limit = (const quint8*)input + length; in compress()
191 while (ip < ip_limit) { in compress()
200 if (ip < ip_limit) { in compress()
233 const quint8* ip_limit = ip + length - 1; in decompress() local
238 while (ip < ip_limit) { in decompress()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoLZF.cpp52 const quint8* ip_limit = ip + length - MAX_COPY - 4; in compress() local
76 while (ip < ip_limit) { in compress()
111 if (ip < ip_limit - MAX_LEN) { in compress()
188 ip_limit = (const quint8*)input + length; in compress()
192 while (ip < ip_limit) { in compress()
201 if (ip < ip_limit) { in compress()
234 const quint8* ip_limit = ip + length - 1; in decompress() local
239 while (ip < ip_limit) { in decompress()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dfastlz.c78 const uint8_t* ip_limit = ip + length - 12 - 1; in fastlz1_compress() local
108 while (FASTLZ_LIKELY(ip < ip_limit)) { in fastlz1_compress()
283 const uint8_t* ip_limit = ip + length; in fastlz1_decompress() local
284 const uint8_t* ip_bound = ip_limit - 2; in fastlz1_decompress()
307 FASTLZ_BOUND_CHECK(ip + ctrl <= ip_limit); in fastlz1_decompress()
323 const uint8_t* ip_limit = ip + length - 12 - 1; in fastlz2_compress() local
353 while (FASTLZ_LIKELY(ip < ip_limit)) { in fastlz2_compress()
515 const uint8_t* ip_limit = ip + length; in fastlz2_decompress() local
516 const uint8_t* ip_bound = ip_limit - 2; in fastlz2_decompress()
553 FASTLZ_BOUND_CHECK(ip + ctrl <= ip_limit); in fastlz2_decompress()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dfastlz.c78 const uint8_t* ip_limit = ip + length - 12 - 1; in fastlz1_compress() local
108 while (FASTLZ_LIKELY(ip < ip_limit)) { in fastlz1_compress()
283 const uint8_t* ip_limit = ip + length; in fastlz1_decompress() local
284 const uint8_t* ip_bound = ip_limit - 2; in fastlz1_decompress()
307 FASTLZ_BOUND_CHECK(ip + ctrl <= ip_limit); in fastlz1_decompress()
323 const uint8_t* ip_limit = ip + length - 12 - 1; in fastlz2_compress() local
353 while (FASTLZ_LIKELY(ip < ip_limit)) { in fastlz2_compress()
515 const uint8_t* ip_limit = ip + length; in fastlz2_decompress() local
516 const uint8_t* ip_bound = ip_limit - 2; in fastlz2_decompress()
553 FASTLZ_BOUND_CHECK(ip + ctrl <= ip_limit); in fastlz2_decompress()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dblosclz.c329 uint8_t* ip_limit = ibase + limit - 12; in get_cratio() local
339 while (BLOSCLZ_LIKELY(ip < ip_limit)) { in get_cratio()
468 uint8_t* ip_limit = ibase + length - 12; in blosclz_compress() local
493 while (BLOSCLZ_LIKELY(ip < ip_limit)) { in blosclz_compress()
684 const uint8_t* ip_limit = ip + length; in blosclz_decompress() local
703 if (BLOSCLZ_UNLIKELY(ip + 1 >= ip_limit)) { in blosclz_decompress()
711 if (BLOSCLZ_UNLIKELY(ip + 1 >= ip_limit)) { in blosclz_decompress()
722 if (ip + 1 >= ip_limit) { in blosclz_decompress()
739 if (BLOSCLZ_UNLIKELY(ip >= ip_limit)) break; in blosclz_decompress()
775 if (BLOSCLZ_UNLIKELY(ip + ctrl > ip_limit)) { in blosclz_decompress()
[all …]
/dports/archivers/c-blosc/c-blosc-1.21.0/blosc/
H A Dblosclz.c402 uint8_t* ip_limit = ibase + maxlen - 12; in get_csize() local
418 while (BLOSCLZ_LIKELY(ip < ip_limit)) { in get_csize()
514 uint8_t* ip_limit = ibase + length - 12; in blosclz_compress() local
599 while (BLOSCLZ_LIKELY(ip < ip_limit)) { in blosclz_compress()
785 const uint8_t* ip_limit = ip + length; in blosclz_decompress() local
804 if (BLOSCLZ_UNLIKELY(ip + 1 >= ip_limit)) { in blosclz_decompress()
812 if (BLOSCLZ_UNLIKELY(ip + 1 >= ip_limit)) { in blosclz_decompress()
823 if (ip + 1 >= ip_limit) { in blosclz_decompress()
840 if (BLOSCLZ_UNLIKELY(ip >= ip_limit)) break; in blosclz_decompress()
876 if (BLOSCLZ_UNLIKELY(ip + ctrl > ip_limit)) { in blosclz_decompress()
[all …]
/dports/devel/rsvndump/rsvndump-0.6/lib/snappy-c/
H A Dsnappy.c916 if (unlikely(ip >= ip_limit)) { in compress_fragment()
1021 d->ip_limit = NULL; in init_snappy_decompressor()
1095 if (d->ip_limit - ip < 5) { in decompress_all_tags()
1123 avail = d->ip_limit - ip; in decompress_all_tags()
1135 d->ip_limit = ip + avail; in decompress_all_tags()
1175 if (ip == d->ip_limit) { in refill_tag()
1185 d->ip_limit = ip + n; in refill_tag()
1189 DCHECK_LT(ip, d->ip_limit); in refill_tag()
1196 nbuf = d->ip_limit - ip; in refill_tag()
1221 d->ip_limit = d->scratch + needed; in refill_tag()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/snappy-fef67ac/
H A Dsnappy.c1047 if (unlikely(ip >= ip_limit)) { in compress_fragment()
1152 d->ip_limit = NULL; in init_snappy_decompressor()
1221 if (d->ip_limit - ip < 5) { in decompress_all_tags()
1247 u32 avail = d->ip_limit - ip; in decompress_all_tags()
1259 d->ip_limit = ip + avail; in decompress_all_tags()
1294 if (ip == d->ip_limit) { in refill_tag()
1304 d->ip_limit = ip + n; in refill_tag()
1308 DCHECK_LT(ip, d->ip_limit); in refill_tag()
1315 u32 nbuf = d->ip_limit - ip; in refill_tag()
1339 d->ip_limit = d->scratch + needed; in refill_tag()
[all …]
/dports/databases/pecl-couchbase/couchbase-2.6.2/fastlz/
H A Dfastlz.c170 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
206 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
423 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
473 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
533 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
541 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/cad/verilator/verilator-4.216/include/gtkwave/
H A Dfastlz.c168 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
204 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
421 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
471 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
531 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
539 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/databases/pecl-memcached/php-memcached-058e9f5/fastlz/
H A Dfastlz.c170 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
206 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
423 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
473 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
533 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
541 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dfastlz.c168 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
204 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
421 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
471 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
531 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
539 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/fst/
H A Dfastlz.c168 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
204 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
421 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
471 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
531 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
539 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/cad/ghdl/ghdl-1.0.0/src/grt/fst/
H A Dfastlz.c166 const flzuint8* ip_limit = ip + length - 12; in FASTLZ_COMPRESSOR() local
202 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
419 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
469 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
529 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
537 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dfastlz.c172 const flzuint8* ip_limit = ip + length - 12 - 1; in FASTLZ_COMPRESSOR() local
208 while(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_COMPRESSOR()
425 const flzuint8* ip_limit = ip + length; in FASTLZ_DECOMPRESSOR() local
475 if(FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit)) in FASTLZ_DECOMPRESSOR()
535 if (FASTLZ_UNEXPECT_CONDITIONAL(ip + ctrl > ip_limit)) in FASTLZ_DECOMPRESSOR()
543 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit); in FASTLZ_DECOMPRESSOR()

1234567