Searched refs:offsetFound (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1567 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_generic() local 1568 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() 1570 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_generic() 1927 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1928 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_extDict_generic() 1930 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
|