Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c945 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local
948 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()
951 BYTE const llBits = llDInfo.nbAdditionalBits; in ZSTD_decodeSequence()
1044 … ZSTD_updateFseStateWithDInfo(&seqState->stateLL, &seqState->DStream, llDInfo); /* <= 9 bits */ in ZSTD_decodeSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c27234 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local
27237 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()
27240 BYTE const llBits = llDInfo.nbAdditionalBits; in ZSTD_decodeSequence()
27333 … ZSTD_updateFseStateWithDInfo(&seqState->stateLL, &seqState->DStream, llDInfo); /* <= 9 bits */ in ZSTD_decodeSequence()