Searched refs:llDInfo (Results 1 – 2 of 2) sorted by relevance
1243 ZSTD_seqSymbol* const llDInfo = &llDInfoS; in ZSTD_decodeSequence() local1246 ZSTD_memcpy(llDInfo, seqState->stateLL.table + seqState->stateLL.state, sizeof(ZSTD_seqSymbol)); in ZSTD_decodeSequence()1250 const ZSTD_seqSymbol* const llDInfo = seqState->stateLL.table + seqState->stateLL.state; in ZSTD_decodeSequence() local1255 seq.litLength = llDInfo->baseValue; in ZSTD_decodeSequence()1257 BYTE const llBits = llDInfo->nbAdditionalBits; in ZSTD_decodeSequence()1262 U16 const llNext = llDInfo->nextState; in ZSTD_decodeSequence()1265 U32 const llnbBits = llDInfo->nbBits; in ZSTD_decodeSequence()1301 U32 const ll0 = (llDInfo->baseValue == 0); in ZSTD_decodeSequence()
1172 const ZSTD_seqSymbol* const llDInfo = seqState->stateLL.table + seqState->stateLL.state; local1176 seq.litLength = llDInfo->baseValue;1178 BYTE const llBits = llDInfo->nbAdditionalBits;1183 U16 const llNext = llDInfo->nextState;1186 U32 const llnbBits = llDInfo->nbBits;1219 U32 const ll0 = (llDInfo->baseValue == 0);