Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c544 const U32 dmsMinChain = dmsSize > dmsChainSize ? dmsSize - dmsChainSize : 0; in ZSTD_HcFindBestMatch_generic() local
562 if (matchIndex <= dmsMinChain) break; in ZSTD_HcFindBestMatch_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c727 const U32 dmsMinChain = dmsSize > dmsChainSize ? dmsSize - dmsChainSize : 0; in ZSTD_HcFindBestMatch() local
746 if (matchIndex <= dmsMinChain) break; in ZSTD_HcFindBestMatch()