Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h354 #define FSE_DECOMPRESS_WKSP_SIZE(maxTableLog, maxSymbolValue) (FSE_DECOMPRESS_WKSP_SIZE_U32(maxTableLog, maxSymbolValue) * sizeof(unsigned)) macro
H A Dfse_decompress.c344 if (FSE_DECOMPRESS_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()

Completed in 3 milliseconds