Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_lazy.c502 U32 const tmpChainSize = ((1 << ZSTD_LAZY_DDSS_BUCKET_LOG) - 1) << hashLog; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
503 U32 const tmpMinChain = tmpChainSize < target ? target - tmpChainSize : idx; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()