Lines Matching refs:mlRep
988 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local
989 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
991 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
992 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
1002 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
1003 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
1005 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1006 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
1023 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4; in ZSTD_compressBlock_lazy_generic() local
1024 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
1026 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1027 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()
1037 … size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4; in ZSTD_compressBlock_lazy_generic() local
1038 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic()
1040 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1041 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()