Searched refs:llBase (Results 1 – 1 of 1) sorted by relevance
1275 U32 const llBase = seqState->stateLL.table[seqState->stateLL.state].baseValue; in ZSTD_decodeSequence() local1300 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() local1441 offset += (llBase==0); in ZSTD_decodeSequenceLong()1467 …seq.litLength = llBase + ((llBits>0) ? BIT_readBitsFast(&seqState->DStream, llBits) : 0); /* <=… in ZSTD_decodeSequenceLong()