Lines Matching refs:mlRep

19118                 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4;  in ZSTD_compressBlock_lazy_generic()  local
19119 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
19121 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19122 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19132 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
19133 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
19135 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19136 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19153 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local
19154 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
19156 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19157 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
19167 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
19168 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
19170 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
19171 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()