Searched refs:repLength (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/lib/zstd/compress/ |
| D | zstd_lazy.c | 1289 … size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; in ZSTD_compressBlock_lazy_extDict_generic() local 1290 int const gain2 = (int)(repLength * 3); in ZSTD_compressBlock_lazy_extDict_generic() 1292 if ((repLength >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic() 1293 matchLength = repLength, offset = 0, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() 1320 … size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; in ZSTD_compressBlock_lazy_extDict_generic() local 1321 int const gain2 = (int)(repLength * 4); in ZSTD_compressBlock_lazy_extDict_generic() 1323 if ((repLength >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic() 1324 matchLength = repLength, offset = 0, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
|