Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/common/
Dfse.h353 #define FSE_DECOMPRESS_WKSP_SIZE(maxTableLog, maxSymbolValue) (FSE_DECOMPRESS_WKSP_SIZE_U32(maxTabl… macro
Dfse_decompress.c344 …if (FSE_DECOMPRESS_WKSP_SIZE(tableLog, maxSymbolValue) > wkspSize) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()