Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h688 #define FSE_DECODE_TYPE FSE_decode_t macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c391 #define FSE_DECODE_TYPE FSE_decode_t macro
404FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)(ptr) + 1; /* because dt is unsigned, 32-… in FSE_buildDTable()
H A Dzstd_v04.c991 #define FSE_DECODE_TYPE FSE_decode_t macro
1081 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()
1097 …memset(tableDecode, 0, sizeof(FSE_DECODE_TYPE) * (maxSymbolValue+1) ); /* useless init, but keep… in FSE_buildDTable()
H A Dzstd_v03.c1096 #define FSE_DECODE_TYPE FSE_decode_t macro
1105 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
H A Dzstd_v02.c1095 #define FSE_DECODE_TYPE FSE_decode_t macro
1103 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2128 #define FSE_DECODE_TYPE FSE_decode_t macro
2825 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()