Lines Matching full:offset2
754 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
755 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
756 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
759 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
789 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
790 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
791 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
794 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
1023 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
1024 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
1025 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
1028 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
1055 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
1056 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
1057 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
1060 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()