Searched refs:offsetFound (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 504 { size_t offsetFound = 99999999; in ZSTD_compressBlock_lazy_generic() local 505 size_t const ml2 = searchMax(ms, cParams, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() 507 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 677 { size_t offsetFound = 99999999; in ZSTD_compressBlock_lazy_extDict_generic() local 678 size_t const ml2 = searchMax(ms, cParams, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_extDict_generic() 680 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
|