Searched refs:tmpChainSize (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c420 U32 const tmpChainSize = (U32)((1 << ZSTD_LAZY_DDSS_BUCKET_LOG) - 1) << hashLog; local
421 U32 const tmpMinChain = tmpChainSize < target ? target - tmpChainSize : idx;

Completed in 128 milliseconds