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

/linux-master/lib/zstd/common/
H A Dfse.h354 #define FSE_DECOMPRESS_WKSP_SIZE(maxTableLog, maxSymbolValue) (FSE_DECOMPRESS_WKSP_SIZE_U32(maxTableLog, maxSymbolValue) * sizeof(unsigned)) macro

Completed in 102 milliseconds