Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1768 #define FSE_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(F… macro