Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h575 } FSE_decode_t; /* size == U32 */ typedef
588 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
594 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
602 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
615 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
660 #define FSE_DECODE_TYPE FSE_decode_t
H A Dfse_decompress.c127 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()
145 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h601 } FSE_decode_t; /* size == U32 */ typedef
614 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
620 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
628 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
641 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
689 #define FSE_DECODE_TYPE FSE_decode_t
H A Dfse_decompress.c192 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()
210 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c130 } FSE_decode_t; /* size == U32 */ typedef
387 #define FSE_DECODE_TYPE FSE_decode_t
598 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_rle()
615 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw()
780 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
791 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
H A Dzstd_v03.c711 } FSE_decode_t; /* size == U32 */ typedef
724 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
735 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
1092 #define FSE_DECODE_TYPE FSE_decode_t
1299 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; in FSE_buildDTable_rle()
1316 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; in FSE_buildDTable_raw()
H A Dzstd_v02.c709 } FSE_decode_t; /* size == U32 */ typedef
722 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
733 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
1091 #define FSE_DECODE_TYPE FSE_decode_t
1298 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_rle()
1315 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw()
H A Dzstd_v04.c884 } FSE_decode_t; /* size == U32 */ typedef
897 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
908 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
987 #define FSE_DECODE_TYPE FSE_decode_t
1277 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()
1295 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()