Home
last modified time | relevance | path

Searched defs:litlen (Results 1 - 7 of 7) sorted by relevance

/third_party/zlib/contrib/blast/
H A Dblast.c299 static const unsigned char litlen[] = { in decomp() local
/third_party/toybox/lib/
H A Ddeflate.c245 int i, litlen, distlen, hufflen; in inflate() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h440 U32 cur, match_num, last_pos, litlen, price; in ZSTD_compressBlock_opt_generic() local
738 U32 cur, match_num, last_pos, litlen, price; ZSTD_compressBlock_opt_extDict_generic() local
[all...]
H A Dzstd_internal.h178 U32 litlen; member
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c1081 { U32 const litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic() local
1148 { U32 const litlen = (opt[cur-1].mlen == 0) ? opt[cur-1].litlen + 1 : 1; ZSTD_compressBlock_opt_generic() local
1197 U32 const litlen = (opt[cur].mlen == 0) ? opt[cur].litlen : 0; ZSTD_compressBlock_opt_generic() local
[all...]
H A Dzstd_compress_internal.h151 U32 litlen; member
/third_party/lz4/lib/
H A Dlz4hc.c1272 int litlen; member
1276 LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) in LZ4HC_literalsPrice() argument
1287 LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) in LZ4HC_sequencePrice() argument
1466 int litlen; LZ4HC_compress_optimal() local
[all...]

Completed in 14 milliseconds