Searched refs:FSE_CTABLE_SIZE (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ | ||
H A D | fse.h | 309 #define FSE_CTABLE_SIZE(maxTableLog, maxSymbolValue) (FSE_CTABLE_SIZE_U32(maxTableLog, maxSymbolValue) * sizeof(FSE_CTable)) macro |
Completed in 2 milliseconds