Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h600 } FSE_decode_t; /* size == U32 */ typedef
613 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
619 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
627 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
640 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
688 #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()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c130 } FSE_decode_t; /* size == U32 */ typedef
391 #define FSE_DECODE_TYPE FSE_decode_t
602 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_rle()
619 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw()
784 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
795 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
H A Dzstd_v03.c715 } FSE_decode_t; /* size == U32 */ typedef
728 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
739 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
1096 #define FSE_DECODE_TYPE FSE_decode_t
1303 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; in FSE_buildDTable_rle()
1320 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; in FSE_buildDTable_raw()
H A Dzstd_v04.c888 } FSE_decode_t; /* size == U32 */ typedef
901 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
912 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
991 #define FSE_DECODE_TYPE FSE_decode_t
1281 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()
1299 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()
H A Dzstd_v02.c713 } FSE_decode_t; /* size == U32 */ typedef
726 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
737 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
1095 #define FSE_DECODE_TYPE FSE_decode_t
1302 FSE_decode_t* const cell = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_rle()
1319 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2043 } FSE_decode_t; /* size == U32 */ typedef
2056 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
2062 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
2070 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
2083 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
2128 #define FSE_DECODE_TYPE FSE_decode_t
2890 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()
2908 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()