Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds