Searched defs:litlen (Results 1 – 2 of 2) sorted by relevance
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