Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse.h479 } FSE_decode_t; /* size == U32 */ typedef
492 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
498 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
506 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
519 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
557 #define FSE_DECODE_TYPE FSE_decode_t
Dfse_decompress.c175 FSE_decode_t *const cell = (FSE_decode_t *)dPtr; in FSE_buildDTable_rle()
192 FSE_decode_t *const dinfo = (FSE_decode_t *)dPtr; in FSE_buildDTable_raw()
Ddecompress.c572 FSE_decode_t realData;