Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dfse.h313 #define FSE_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(F… macro
H A Dfse_decompress.c336 wkspSize -= FSE_DTABLE_SIZE(tableLog); in FSE_decompress_wksp_body()