Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1275 U32 const llBase = seqState->stateLL.table[seqState->stateLL.state].baseValue; in ZSTD_decodeSequence() local
1300 offset += (llBase==0); in ZSTD_decodeSequence()
1327 seq.litLength = llBase in ZSTD_decodeSequence()
1417 U32 const llBase = seqState->stateLL.table[seqState->stateLL.state].baseValue; in ZSTD_decodeSequenceLong() local
1441 offset += (llBase==0); in ZSTD_decodeSequenceLong()
1467 …seq.litLength = llBase + ((llBits>0) ? BIT_readBitsFast(&seqState->DStream, llBits) : 0); /* <=… in ZSTD_decodeSequenceLong()