Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1243 ZSTD_seqSymbol* const llDInfo = &llDInfoS; in ZSTD_decodeSequence() local
1246 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() local
1255 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()