Searched refs:ofBase (Results 1 – 1 of 1) sorted by relevance
1277 U32 const ofBase = seqState->stateOffb.table[seqState->stateOffb.state].baseValue; in ZSTD_decodeSequence() local1289 … offset = ofBase + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits); in ZSTD_decodeSequence()1294 …offset = ofBase + BIT_readBitsFast(&seqState->DStream, ofBits/*>0*/); /* <= (ZSTD_WINDOWLOG_MAX… in ZSTD_decodeSequence()1419 U32 const ofBase = seqState->stateOffb.table[seqState->stateOffb.state].baseValue; in ZSTD_decodeSequenceLong() local1431 … offset = ofBase + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits); in ZSTD_decodeSequenceLong()1435 …offset = ofBase + BIT_readBitsFast(&seqState->DStream, ofBits); /* <= (ZSTD_WINDOWLOG_MAX-1) bi… in ZSTD_decodeSequenceLong()