Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1245 ZSTD_seqSymbol* const ofDInfo = &ofDInfoS; in ZSTD_decodeSequence() local
1248 ZSTD_memcpy(ofDInfo, seqState->stateOffb.table + seqState->stateOffb.state, sizeof(ZSTD_seqSymbol)); in ZSTD_decodeSequence()
1252 const ZSTD_seqSymbol* const ofDInfo = seqState->stateOffb.table + seqState->stateOffb.state; in ZSTD_decodeSequence() local
1256 { U32 const ofBase = ofDInfo->baseValue; in ZSTD_decodeSequence()
1259 BYTE const ofBits = ofDInfo->nbAdditionalBits; in ZSTD_decodeSequence()
1264 U16 const ofNext = ofDInfo->nextState; in ZSTD_decodeSequence()
1267 U32 const ofnbBits = ofDInfo->nbBits; in ZSTD_decodeSequence()