Searched refs:offsetFound (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 716 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_generic() local 717 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_generic() 719 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_generic() 988 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 989 size_t const ml2 = searchMax(ms, ip, iend, &offsetFound); in ZSTD_compressBlock_lazy_extDict_generic() 991 matchLength = ml2, start = ip, offset=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
|
| /freebsd-14.2/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()
|