Searched refs:mlRep (Results 1 – 1 of 1) sorted by relevance
1635 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local1636 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()1638 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1639 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_generic()1650 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()1652 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1671 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local1672 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1686 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()[all …]