Home
last modified time | relevance | path

Searched refs:next_in (Results 1 – 25 of 5732) sorted by relevance

12345678910>>...230

/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_icf_base.c27 stream->next_in = next_in; in update_state()
59 next_in = start_in; in isal_deflate_icf_body_hash_hist_base()
85 match_length = compare258(next_in - dist, next_in, 258); in isal_deflate_icf_body_hash_hist_base()
120 next_in++; in isal_deflate_icf_body_hash_hist_base()
177 match_length = compare258(next_in - dist, next_in, end_in - next_in); in isal_deflate_icf_finish_hash_hist_base()
213 next_in++; in isal_deflate_icf_finish_hash_hist_base()
230 next_in++; in isal_deflate_icf_finish_hash_hist_base()
287 match_length = compare258(next_in - dist, next_in, end_in - next_in); in isal_deflate_icf_finish_hash_map_base()
323 next_in++; in isal_deflate_icf_finish_hash_map_base()
340 next_in++; in isal_deflate_icf_finish_hash_map_base()
[all …]
H A Digzip_base.c15 if (next_in - start_in > 0) in update_state()
18 stream->next_in = next_in; in update_state()
52 next_in = start_in; in isal_deflate_body_base()
70 match_length = compare258(next_in - dist, next_in, 258); in isal_deflate_body_base()
104 next_in++; in isal_deflate_body_base()
134 next_in = start_in; in isal_deflate_finish_base()
150 compare258(next_in - dist, next_in, end_in - next_in); in isal_deflate_finish_base()
186 next_in++; in isal_deflate_finish_base()
196 literal = *next_in; in isal_deflate_finish_base()
199 next_in++; in isal_deflate_finish_base()
[all …]
H A Digzip_icf_body.c44 while (next_in < end_processed) { in set_long_icf_fg_base()
50 match_len = compare((next_in + 8) - dist, next_in + 8, in set_long_icf_fg_base()
59 next_in++; in set_long_icf_fg_base()
65 next_in++; in set_long_icf_fg_base()
79 uint8_t *next_in = stream->next_in, *end_in = stream->next_in + input_size; in gen_icf_map_h1_base() local
100 next_in++; in gen_icf_map_h1_base()
112 next_bytes = load_u64(next_in); in gen_icf_map_h1_base()
125 next_in++; in gen_icf_map_h1_base()
128 return next_in - stream->next_in; in gen_icf_map_h1_base()
260 stream->next_in += processed; in icf_body_hash1_fillgreedy_lazy()
[all …]
/dports/science/libaec/libaec-1.0.6/src/
H A Dencode_accessors.c48 return *strm->next_in++; in aec_get_8()
56 strm->next_in += 2; in aec_get_lsb_16()
66 strm->next_in += 2; in aec_get_msb_16()
77 strm->next_in += 3; in aec_get_lsb_24()
88 strm->next_in += 3; in aec_get_msb_24()
100 strm->next_in += 4; in aec_get_lsb_32()
112 strm->next_in += 4; in aec_get_msb_32()
126 strm->next_in += rsi; in aec_get_rsi_8()
139 strm->next_in += 2 * rsi; in aec_get_rsi_lsb_16()
152 strm->next_in += 2 * rsi; in aec_get_rsi_msb_16()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-decompressor-2.3.2/src/bit_reader/
H A Dmod.rs48 next_in: 0, in default()
66 next_in: 0, in default()
76 next_in: from.next_in, in BrotliBitReaderSaveState()
84 to.next_in = from.next_in; in BrotliBitReaderRestoreState()
116 four_byte.clone_from_slice(fast!((input)[next_in ; next_in + 4])); in BrotliLoad32LE()
125 eight_byte.clone_from_slice(fast!((input)[next_in ; next_in + 8])); in BrotliLoad64LE()
244 br.next_in += 1; in BrotliPullByte()
467 next_in: 4, in warmup_works()
483 next_in: 3, in warmup_errcheck()
500 next_in: 0, in safe_read_tests()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli-decompressor/src/bit_reader/
H A Dmod.rs48 next_in: 0, in default()
66 next_in: 0, in default()
76 next_in: from.next_in, in BrotliBitReaderSaveState()
84 to.next_in = from.next_in; in BrotliBitReaderRestoreState()
116 four_byte.clone_from_slice(fast!((input)[next_in ; next_in + 4])); in BrotliLoad32LE()
125 eight_byte.clone_from_slice(fast!((input)[next_in ; next_in + 8])); in BrotliLoad64LE()
244 br.next_in += 1; in BrotliPullByte()
467 next_in: 4, in warmup_works()
483 next_in: 3, in warmup_errcheck()
500 next_in: 0, in safe_read_tests()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-decompressor-2.3.2/src/bit_reader/
H A Dmod.rs48 next_in: 0, in default()
66 next_in: 0, in default()
76 next_in: from.next_in, in BrotliBitReaderSaveState()
84 to.next_in = from.next_in; in BrotliBitReaderRestoreState()
116 four_byte.clone_from_slice(fast!((input)[next_in ; next_in + 4])); in BrotliLoad32LE()
125 eight_byte.clone_from_slice(fast!((input)[next_in ; next_in + 8])); in BrotliLoad64LE()
244 br.next_in += 1; in BrotliPullByte()
467 next_in: 4, in warmup_works()
483 next_in: 3, in warmup_errcheck()
500 next_in: 0, in safe_read_tests()
[all …]
/dports/devel/isa-l/isa-l-2.30.0/igzip/aarch64/
H A Digzip_deflate_finish_aarch64.S55 cmp next_in,start_in
73 sub w_\next_in,w_\next_in,w_\m_out_buf
144 mov next_in,start_in
151 cmp next_in,loop_end_cnt
170 ldr literal,[next_in]
203 add next_in,next_in,match_length,uxtw
208 cmp next_in,loop_end_cnt
217 add next_in,next_in,1
221 cmp next_in,loop_end_cnt
230 ldr literal,[next_in]
[all …]
H A Digzip_deflate_body_aarch64.S52 cmp next_in,start_in
70 sub w_\next_in,w_\next_in,w_\m_out_buf
144 mov next_in,start_in
147 cmp next_in,loop_end_cnt
168 ldr literal,[next_in]
191 ldr literal,[next_in,1]
198 ldr literal,[next_in,2]
218 add next_in,next_in,match_length,uxtw
225 cmp next_in,loop_end_cnt
234 add next_in,next_in,1
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = (uint32_t)(next_in + sizeof(next_in) - strm.next_in); in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libz-sys/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/libz-sys-1.1.3/src/zlib-ng/test/
H A Dhash_head_0.c24 unsigned char next_in[9698]; in main() local
25 memset(next_in, 0x30, sizeof(next_in)); in main()
26 next_in[8193] = 0x00; in main()
27 next_in[8194] = 0x00; in main()
28 next_in[8195] = 0x00; in main()
29 next_in[8199] = 0x8a; in main()
30 strm.next_in = next_in; in main()
66 strm.avail_in = next_in + sizeof(next_in) - strm.next_in; in main()
88 strm.next_in = next_out; in main()
90 unsigned char uncompressed[sizeof(next_in)]; in main()
[all …]
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/dec/
H A Dbit_reader.h54 const uint8_t* next_in; member
72 to->next_in = from->next_in; in BrotliBitReaderSaveState()
80 to->next_in = from->next_in; in BrotliBitReaderRestoreState()
115 br->next_in += 7; in BrotliFillBitWindow()
124 br->next_in += 6; in BrotliFillBitWindow()
142 br->next_in += 3; in BrotliFillBitWindow()
170 br->val_ |= ((uint64_t)*br->next_in) << 56; in BrotliPullByte()
176 ++br->next_in; in BrotliPullByte()
226 br->next_in -= unused_bytes; in BrotliBitReaderUnload()
300 memcpy(dest, br->next_in, num); in BrotliCopyBytes()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/dec/
H A Dbit_reader.h54 const uint8_t* next_in; member
72 to->next_in = from->next_in; in BrotliBitReaderSaveState()
80 to->next_in = from->next_in; in BrotliBitReaderRestoreState()
115 br->next_in += 7; in BrotliFillBitWindow()
124 br->next_in += 6; in BrotliFillBitWindow()
142 br->next_in += 3; in BrotliFillBitWindow()
170 br->val_ |= ((uint64_t)*br->next_in) << 56; in BrotliPullByte()
176 ++br->next_in; in BrotliPullByte()
226 br->next_in -= unused_bytes; in BrotliBitReaderUnload()
300 memcpy(dest, br->next_in, num); in BrotliCopyBytes()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/
H A Dbit_reader.h54 const uint8_t* next_in; member
72 to->next_in = from->next_in; in BrotliBitReaderSaveState()
80 to->next_in = from->next_in; in BrotliBitReaderRestoreState()
115 br->next_in += 7; in BrotliFillBitWindow()
124 br->next_in += 6; in BrotliFillBitWindow()
142 br->next_in += 3; in BrotliFillBitWindow()
170 br->val_ |= ((uint64_t)*br->next_in) << 56; in BrotliPullByte()
176 ++br->next_in; in BrotliPullByte()
226 br->next_in -= unused_bytes; in BrotliBitReaderUnload()
300 memcpy(dest, br->next_in, num); in BrotliCopyBytes()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/dec/
H A Dbit_reader.h54 const uint8_t* next_in; member
72 to->next_in = from->next_in; in BrotliBitReaderSaveState()
80 to->next_in = from->next_in; in BrotliBitReaderRestoreState()
115 br->next_in += 7; in BrotliFillBitWindow()
124 br->next_in += 6; in BrotliFillBitWindow()
142 br->next_in += 3; in BrotliFillBitWindow()
170 br->val_ |= ((uint64_t)*br->next_in) << 56; in BrotliPullByte()
176 ++br->next_in; in BrotliPullByte()
226 br->next_in -= unused_bytes; in BrotliBitReaderUnload()
300 memcpy(dest, br->next_in, num); in BrotliCopyBytes()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/
H A Dbit_reader.h54 const uint8_t* next_in; member
72 to->next_in = from->next_in; in BrotliBitReaderSaveState()
80 to->next_in = from->next_in; in BrotliBitReaderRestoreState()
115 br->next_in += 7; in BrotliFillBitWindow()
124 br->next_in += 6; in BrotliFillBitWindow()
142 br->next_in += 3; in BrotliFillBitWindow()
170 br->val_ |= ((uint64_t)*br->next_in) << 56; in BrotliPullByte()
176 ++br->next_in; in BrotliPullByte()
226 br->next_in -= unused_bytes; in BrotliBitReaderUnload()
300 memcpy(dest, br->next_in, num); in BrotliCopyBytes()
[all …]

12345678910>>...230