Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c841 U32 const ofBase = ofDInfo.baseValue; in ZSTD_decodeSequence() local
855 … offset = ofBase + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits); in ZSTD_decodeSequence()
860 …offset = ofBase + BIT_readBitsFast(&seqState->DStream, ofBits/*>0*/); /* <= (ZSTD_WINDOWLOG_MAX… in ZSTD_decodeSequence()
877 offset = ofBase + ll0 + BIT_readBitsFast(&seqState->DStream, 1); in ZSTD_decodeSequence()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1177 { U32 const ofBase = ofDInfo->baseValue; local
1207 … offset = ofBase + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits);
1212 …offset = ofBase + BIT_readBitsFast(&seqState->DStream, ofBits/*>0*/); /* <= (ZSTD_WINDOWLOG_MAX…
1225 offset = ofBase + ll0 + BIT_readBitsFast(&seqState->DStream, 1);