Searched refs:seqState (Results 1 – 1 of 1) sorted by relevance
1169 ZSTD_decodeSequence(seqState_t* seqState, const ZSTD_longOffset_e longOffsets) argument1172 const ZSTD_seqSymbol* const llDInfo = seqState->stateLL.table + seqState->stateLL.state;1173 const ZSTD_seqSymbol* const mlDInfo = seqState->stateML.table + seqState->stateML.state;1174 const ZSTD_seqSymbol* const ofDInfo = seqState->stateOffb.table + seqState->stateOffb.state;1206 U32 const extraBits = ofBits - MIN(ofBits, 32 - seqState->DStream.bitsConsumed);1207 … offset = ofBase + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits);1208 BIT_reloadDStream(&seqState->DStream);1209 if (extraBits) offset += BIT_readBitsFast(&seqState->DStream, extraBits);1212 …offset = ofBase + BIT_readBitsFast(&seqState->DStream, ofBits/*>0*/); /* <= (ZSTD_WINDOWLOG_MAX…1213 if (MEM_32bits()) BIT_reloadDStream(&seqState->DStream);[all …]