Searched defs:FSE_DTABLE_SIZE (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ | ||
H A D | fse.h | 310 #define FSE_DTABLE_SIZE(maxTableLog) (FSE_DTABLE_SIZE_U32(maxTableLog) * sizeof(FSE_DTable)) macro |
Completed in 2 milliseconds