Searched defs:litlen (Results 1 – 4 of 4) sorted by relevance
440 U32 cur, match_num, last_pos, litlen, price; in ZSTD_compressBlock_opt_generic() local738 U32 cur, match_num, last_pos, litlen, price; in ZSTD_compressBlock_opt_extDict_generic() local
178 U32 litlen; member
1081 { U32 const litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic() local1148 { U32 const litlen = (opt[cur-1].mlen == 0) ? opt[cur-1].litlen + 1 : 1; in ZSTD_compressBlock_opt_generic() local1197 U32 const litlen = (opt[cur].mlen == 0) ? opt[cur].litlen : 0; in ZSTD_compressBlock_opt_generic() local
151 U32 litlen; member