Lines Matching refs:offset2
19137 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
19138 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
19139 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
19142 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
19172 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
19173 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
19174 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
19177 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
19404 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
19405 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
19406 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
19409 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
19435 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
19436 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
19437 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
19440 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()