Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v05.c1004 } FSEv05_decode_t; /* size == U32 */ typedef
1017 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol()
1023 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol()
1034 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast()
1112 #define FSEv05_DECODE_TYPE FSEv05_decode_t
1389 FSEv05_decode_t* const cell = (FSEv05_decode_t*)dPtr; in FSEv05_buildDTable_rle()
1407 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr; in FSEv05_buildDTable_raw()