Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dfse_decompress.c346 wkspSize -= sizeof(*wksp) + FSE_DTABLE_SIZE(tableLog); in FSE_decompress_wksp_body()
Dfse.h310 #define FSE_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(F… macro