Searched refs:ofDInfo (Results 1 – 2 of 2) sorted by relevance
1245 ZSTD_seqSymbol* const ofDInfo = &ofDInfoS; in ZSTD_decodeSequence() local1248 …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() local1256 { 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()
1174 const ZSTD_seqSymbol* const ofDInfo = seqState->stateOffb.table + seqState->stateOffb.state; local1177 { U32 const ofBase = ofDInfo->baseValue;1180 BYTE const ofBits = ofDInfo->nbAdditionalBits;1185 U16 const ofNext = ofDInfo->nextState;1188 U32 const ofnbBits = ofDInfo->nbBits;