Searched refs:offbaseFound (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1607 { size_t offbaseFound = 999999999; in ZSTD_compressBlock_lazy_generic() local 1608 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offbaseFound, mls, rowLog, searchMethod, dictMode… in ZSTD_compressBlock_lazy_generic() 1610 matchLength = ml2, start = ip, offBase = offbaseFound; in ZSTD_compressBlock_lazy_generic()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 1608 { size_t offbaseFound = 999999999; in ZSTD_compressBlock_lazy_generic() local 1609 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offbaseFound, mls, rowLog, searchMethod, dictMode… in ZSTD_compressBlock_lazy_generic() 1611 matchLength = ml2, start = ip, offBase = offbaseFound; in ZSTD_compressBlock_lazy_generic()
|