Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dfse.h516 } FSE_decode_t; /* size == U32 */ typedef
529 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
535 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
543 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
556 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
604 #define FSE_DECODE_TYPE FSE_decode_t
[all...]