Home
last modified time | relevance | path

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

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