Home
last modified time | relevance | path

Searched refs:FSE_DECODE_TYPE (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c62 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable_internal()
H A Dfse.h604 #define FSE_DECODE_TYPE FSE_decode_t macro
/src/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c74 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable_internal()
H A Dfse.h689 #define FSE_DECODE_TYPE FSE_decode_t macro
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c387 #define FSE_DECODE_TYPE FSE_decode_t macro
400FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)(ptr) + 1; /* because dt is unsigned, 32-… in FSE_buildDTable()
H A Dzstd_v04.c987 #define FSE_DECODE_TYPE FSE_decode_t macro
1077 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()
1093 …memset(tableDecode, 0, sizeof(FSE_DECODE_TYPE) * (maxSymbolValue+1) ); /* useless init, but keep… in FSE_buildDTable()
H A Dzstd_v03.c1092 #define FSE_DECODE_TYPE FSE_decode_t macro
1101 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
H A Dzstd_v02.c1091 #define FSE_DECODE_TYPE FSE_decode_t macro
1099 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()