Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c96 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()
H A Dfse.h676 #define FSE_DECODE_TYPE FSE_decode_t macro
/freebsd-12.1/sys/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_v03.c1081 #define FSE_DECODE_TYPE FSE_decode_t macro
1090 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
H A Dzstd_v02.c1080 #define FSE_DECODE_TYPE FSE_decode_t macro
1088 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr; in FSE_buildDTable()
H A Dzstd_v04.c1039 #define FSE_DECODE_TYPE FSE_decode_t macro
1129 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr); in FSE_buildDTable()