Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h310 #define FSE_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(FSE_DTable)) macro
H A Dfse_decompress.c346 wkspSize -= sizeof(*wksp) + FSE_DTABLE_SIZE(tableLog); in FSE_decompress_wksp_body()

Completed in 3 milliseconds