Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h353 #define FSE_DECOMPRESS_WKSP_SIZE_U32(maxTableLog, maxSymbolValue) (FSE_DTABLE_SIZE_U32(maxTableLog) + FSE_BUILD_DTABLE_WKSP_SIZE_U32(maxTableLog, maxSymbolValue) + (FSE_MAX_SYMBOL_VALUE + 1) / 2 + 1) macro

Completed in 2 milliseconds