Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse.h490 ZSTD_STATIC BYTE FSE_peekSymbol(const FSE_DState_t *DStatePtr) in FSE_peekSymbol() function
Ddecompress.c935 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence()
936 U32 const mlCode = FSE_peekSymbol(&seqState->stateML); in ZSTD_decodeSequence()
937 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequence()
1167 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic()
1168 U32 const mlCode = FSE_peekSymbol(&seqState->stateML); in ZSTD_decodeSequenceLong_generic()
1169 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequenceLong_generic()