Searched refs:shortCacheMaxDictSize (Results 1 – 1 of 1) sorted by relevance
4846 …U32 const shortCacheMaxDictSize = (1u << (32 - ZSTD_SHORT_CACHE_TAG_BITS)) - ZSTD_WINDOW_START_IND… in ZSTD_loadDictionaryContent() local4847 maxDictSize = MIN(maxDictSize, shortCacheMaxDictSize); in ZSTD_loadDictionaryContent()