Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dfse_compress.c650 …if (wkspSize < FSE_COMPRESS_WKSP_SIZE_U32(tableLog, maxSymbolValue)) return ERROR(tableLog_tooLarg… in FSE_compress_wksp()
694 …DEBUG_STATIC_ASSERT(sizeof(scratchBuffer) >= FSE_COMPRESS_WKSP_SIZE_U32(FSE_MAX_TABLELOG, FSE_MAX_… in FSE_compress2()
/dragonfly/contrib/zstd/lib/common/
H A Dfse.h327 #define FSE_COMPRESS_WKSP_SIZE_U32(maxTableLog, maxSymbolValue) ( FSE_CTABLE_SIZE_U32(maxTableLog… macro