Lines Matching refs:offset2
1009 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
1010 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
1011 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
1014 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
1044 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
1045 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
1046 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
1049 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
1297 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
1298 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
1299 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
1302 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
1328 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
1329 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
1330 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
1333 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()