Home
last modified time | relevance | path

Searched refs:offsetFound (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_lazy.c969 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_generic() local
970 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic()
972 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic()
1261 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
1262 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_extDict_generic()
1264 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()