Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h342 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * FSE_BUILD_CTA… macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c86 …if (FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) > wkspSize) return ERROR(tableLog_to… in FSE_buildCTable_wksp()