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

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c74 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr);
H A Dfse.h688 #define FSE_DECODE_TYPE FSE_decode_t macro
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c391 #define FSE_DECODE_TYPE FSE_decode_t macro
404 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)(ptr) + 1; /* because dt is unsigned, 32-bits aligned on 32-bits */
H A Dzstd_v03.c1096 #define FSE_DECODE_TYPE FSE_decode_t macro
1105 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr;
H A Dzstd_v04.c991 #define FSE_DECODE_TYPE FSE_decode_t macro
1081 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*) (tdPtr);
1097 memset(tableDecode, 0, sizeof(FSE_DECODE_TYPE) * (maxSymbolValue+1) ); /* useless init, but keep static analyzer happy, and we don't need to performance optimize legacy decoders */
H A Dzstd_v02.c1095 #define FSE_DECODE_TYPE FSE_decode_t macro
1103 FSE_DECODE_TYPE* const tableDecode = (FSE_DECODE_TYPE*)ptr;
/freebsd-13-stable/sys/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);
[all...]

Completed in 179 milliseconds