Searched defs:litlen (Results 1 - 7 of 7) sorted by relevance
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 299 static const unsigned char litlen[] = { in decomp() local
|
/third_party/toybox/lib/ |
H A D | deflate.c | 245 int i, litlen, distlen, hufflen; in inflate() local
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_opt.h | 440 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 D | zstd_internal.h | 178 U32 litlen; member
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 1081 { 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 D | zstd_compress_internal.h | 151 U32 litlen; member
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 1272 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