Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1277 U32 const ofBase = seqState->stateOffb.table[seqState->stateOffb.state].baseValue; in ZSTD_decodeSequence() local
1289 … 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() local
1431 … 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()