Searched refs:litlen (Results 1 – 2 of 2) sorted by relevance
1016 return sol.litlen + sol.mlen; in ZSTD_totalLen()1081 { U32 const litlen = (U32)(ip - anchor); in ZSTD_compressBlock_opt_generic() local1082 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic()1091 opt[0].litlen = litlen; in ZSTD_compressBlock_opt_generic()1097 opt[0].price = (int)ZSTD_litLengthPrice(litlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()1106 lastSequence.litlen = litlen; in ZSTD_compressBlock_opt_generic()1134 opt[pos].litlen = litlen; in ZSTD_compressBlock_opt_generic()1148 { U32 const litlen = (opt[cur-1].mlen == 0) ? opt[cur-1].litlen + 1 : 1; in ZSTD_compressBlock_opt_generic() local1151 + (int)ZSTD_litLengthPrice(litlen, optStatePtr, optLevel) in ZSTD_compressBlock_opt_generic()1152 - (int)ZSTD_litLengthPrice(litlen-1, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()[all …]
151 U32 litlen; member