Home
last modified time | relevance | path

Searched defs:FSE_DTABLE_SIZE_U32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h296 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<maxTableLog)) macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h309 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<(maxTableLog))) macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c24 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<maxTableLog)) macro
H A Dzstd_v03.c658 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<maxTableLog)) macro
H A Dzstd_v02.c656 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<maxTableLog)) macro
H A Dzstd_v04.c831 #define FSE_DTABLE_SIZE_U32(maxTableLog) (1 + (1<<maxTableLog)) macro