Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c2136 size_t const repLength = in ZSTD_compressBlock_lazy_extDict_generic() local
2139 int const gain2 = (int)(repLength * 3); in ZSTD_compressBlock_lazy_extDict_generic()
2141 if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic()
2142 matchLength = repLength, offset = 0, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
2171 size_t repLength = ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, in ZSTD_compressBlock_lazy_extDict_generic() local
2174 int gain2 = (int)(repLength * 4); in ZSTD_compressBlock_lazy_extDict_generic()
2176 if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic()
2177 matchLength = repLength, offset = 0, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()