Lines Matching refs:offset2

19139             {   size_t offset2=999999999;  in ZSTD_compressBlock_lazy_generic()  local
19140 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
19141 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
19144 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
19174 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local
19175 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic()
19176 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
19179 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic()
19406 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
19407 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
19408 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
19411 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
19437 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
19438 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic()
19439 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_extDict_generic()
19442 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()