Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/common/
Dfse.h597 } FSE_decode_t; /* size == U32 */ typedef
610 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
616 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
624 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
637 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
685 #define FSE_DECODE_TYPE FSE_decode_t
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()