Searched defs:minChain (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c502 const U32 minChain = current > chainSize ? current - chainSize : 0; local
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c406 U32 const minChain = chainSize < target - idx ? target - chainSize : idx; local
669 const U32 minChain = curr > chainSize ? curr - chainSize : 0; local

Completed in 200 milliseconds