Home
last modified time | relevance | path

Searched refs:lit_len (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_icf_body.c48 len = match_lookup->lit_len; in set_long_icf_fg_base()
140 uint32_t lit_len, lit_len2, dist; in compress_icf_map_g() local
151 lit_len = code & LIT_LEN_MASK; in compress_icf_map_g()
153 level_buf->hist.ll_hist[lit_len]++; in compress_icf_map_g()
155 if (lit_len >= LEN_START) { in compress_icf_map_g()
161 lit_len -= LEN_OFFSET; in compress_icf_map_g()
162 matches_next += lit_len; in compress_icf_map_g()
188 lit_len = code & LIT_LEN_MASK; in compress_icf_map_g()
193 if (lit_len >= LEN_START) { in compress_icf_map_g()
196 lit_len -= LEN_OFFSET; in compress_icf_map_g()
[all …]
H A Dencode_df.h23 uint32_t lit_len:LIT_LEN_BIT_COUNT; member
H A Dencode_df.c25 lsym = hufftables->lit_len_table[next_in->lit_len]; in encode_deflate_icf_base()
H A Digzip_icf_base.c9 static inline void write_deflate_icf(struct deflate_icf *icf, uint32_t lit_len, in write_deflate_icf() argument
12 icf->lit_len = lit_len; in write_deflate_icf()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/snap-0.2.5/scripts/
H A Dgen-tag-lookup-table24 lit_len = (byte >> 2) + 1
25 if lit_len <= 60:
26 return lit_len
28 assert lit_len <= 64
29 return (lit_len - 60) << 11
/dports/graphics/rx/rx-0.4.0/cargo-crates/snap-0.2.5/scripts/
H A Dgen-tag-lookup-table24 lit_len = (byte >> 2) + 1
25 if lit_len <= 60:
26 return lit_len
28 assert lit_len <= 64
29 return (lit_len - 60) << 11
/dports/archivers/zip-ada/zip-ada/zip_lib/
H A Dzip-compress-deflate.adb260 lit_len: Huff_descriptor(0..287); component
278 for i in new_d.lit_len'Range loop
450 for i in h.lit_len'Range loop
451 if h.lit_len(i).bit_length = 0 then
561 for i in h_old.lit_len'Range loop
562 if h_old.lit_len(i).bit_length = 0 and h_new.lit_len(i).bit_length > 0 then
614 Prepare_Huffman_codes(dhd_var.lit_len);
684 if dhd.lit_len(a).bit_length > 0 then
1044 lit_len : Alphabet_lit_len; variable
1053 stats_lit_len(lit_len):= stats_lit_len(lit_len) + 1; -- +1 for this literal
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/pbmtoppa/
H A Dppa.c346 int lit_len = -1; in compress() local
349 lit_len++; in compress()
352 if (i + lit_len < len - 3) { in compress()
353 char a = in[i + lit_len + 0]; in compress()
354 char b = in[i + lit_len + 1]; in compress()
355 char c = in[i + lit_len + 2]; in compress()
363 while (lit_len >= 64) { in compress()
371 lit_len -= 64; in compress()
373 if (lit_len) { in compress()
375 *out++ = lit_len + 0xc0; in compress()
[all …]
/dports/print/pnm2ppa/pnm2ppa-1.13/
H A Dppa.c426 int lit_len = -1; in compress() local
431 lit_len++; in compress()
432 if (i + lit_len == len) in compress()
435 if (i + lit_len < len - 3) in compress()
437 char a = in[i + lit_len + 0]; in compress()
438 char b = in[i + lit_len + 1]; in compress()
450 while (lit_len >= 64) in compress()
465 lit_len -= 64; in compress()
467 if (lit_len) in compress()
471 *out++ = lit_len + 0xc0; in compress()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/fst-0.4.7/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/snap-1.0.5/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fst-0.4.7/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/lang/rust/rustc-1.58.1-src/vendor/snap-1.0.1/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/lang/rust/rustc-1.58.1-src/vendor/snap/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/lang/rust/rustc-1.58.1-src/vendor/fst-0.4.5/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/lang/rust/rustc-1.58.1-src/vendor/fst/
H A Dbuild.rs44 let lit_len = (b >> 2) + 1; in tag_entry() localVariable
45 if lit_len <= 60 { in tag_entry()
46 lit_len in tag_entry()
48 assert!(lit_len <= 64); in tag_entry()
49 (lit_len - 60) << 11 in tag_entry()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dgaps_edit.cpp159 TSeqPos lit_len = delta->GetLiteral().GetLength(); in MakeGap() local
161 if (gap_start < lit_len) in MakeGap()
163 … if (gap_start == 0 && lit_len == gap_length) // && !delta->GetLiteral().IsSetSeq_data()) in MakeGap()
168 … CRef<CDelta_seq> gap_seq = MakeGap(*delta, lit_len, new_ext, gap_start, gap_length); in MakeGap()
178 current += lit_len; in MakeGap()
179 if (lit_len > gap_start) in MakeGap()
181 gap_start -= lit_len; in MakeGap()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dgaps_edit.cpp159 TSeqPos lit_len = delta->GetLiteral().GetLength(); in MakeGap() local
161 if (gap_start < lit_len) in MakeGap()
163 … if (gap_start == 0 && lit_len == gap_length) // && !delta->GetLiteral().IsSetSeq_data()) in MakeGap()
168 … CRef<CDelta_seq> gap_seq = MakeGap(*delta, lit_len, new_ext, gap_start, gap_length); in MakeGap()
178 current += lit_len; in MakeGap()
179 if (lit_len > gap_start) in MakeGap()
181 gap_start -= lit_len; in MakeGap()
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A Drle.c142 uint8_t *rle_decode(uint8_t *lit, uint64_t lit_len, in rle_decode() argument
158 uint8_t *lit_end = lit + lit_len; in rle_decode()
H A Drle.h84 uint8_t *rle_decode(uint8_t *lit, uint64_t lit_len,
/dports/biology/htslib/htslib-1.14/htscodecs/htscodecs/
H A Drle.c142 uint8_t *rle_decode(uint8_t *lit, uint64_t lit_len, in rle_decode() argument
158 uint8_t *lit_end = lit + lit_len; in rle_decode()
H A Drle.h84 uint8_t *rle_decode(uint8_t *lit, uint64_t lit_len,
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/
H A Dfullbench.c306 unsigned token, lit_len, mat_len; in lz4_decode_sse() local
354 lit_len = token >> 4; in lz4_decode_sse()
359 lit_len += token; in lz4_decode_sse()
364 d += lit_len; in lz4_decode_sse()
365 src += lit_len; in lz4_decode_sse()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/
H A Dfullbench.c306 unsigned token, lit_len, mat_len; in lz4_decode_sse() local
354 lit_len = token >> 4; in lz4_decode_sse()
359 lit_len += token; in lz4_decode_sse()
364 d += lit_len; in lz4_decode_sse()
365 src += lit_len; in lz4_decode_sse()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_lit_accel.cpp341 const size_t lit_len = lit.s.length(); in filterLits() local
342 if (lit_len < *min_len) { in filterLits()
343 *min_len = verify_u32(lit_len); in filterLits()

12345678