Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c4846 …U32 const shortCacheMaxDictSize = (1u << (32 - ZSTD_SHORT_CACHE_TAG_BITS)) - ZSTD_WINDOW_START_IND… in ZSTD_loadDictionaryContent() local
4847 maxDictSize = MIN(maxDictSize, shortCacheMaxDictSize); in ZSTD_loadDictionaryContent()