Home
last modified time | relevance | path

Searched refs:mlRep (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Dcompress.c1957 …size_t const mlRep = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_REA… in ZSTD_compressBlock_lazy_generic() local
1958 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic()
1960 if ((mlRep >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1961 matchLength = mlRep, offset = 0, start = ip; in ZSTD_compressBlock_lazy_generic()