Lines Matching refs:mlRep
19116 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local
19117 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
19119 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19120 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19130 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
19131 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
19133 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19134 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19151 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local
19152 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
19154 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19155 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19165 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
19166 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
19168 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19169 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()