Lines Matching defs:llCode
935 U32 const llCode = FSE_peekSymbol(&seqState->stateLL);
939 U32 const llBits = LL_bits[llCode];
967 offset += (llCode == 0);
990 seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : 0); /* <= 16 bits */
1167 U32 const llCode = FSE_peekSymbol(&seqState->stateLL);
1171 U32 const llBits = LL_bits[llCode];
1208 offset += (llCode == 0);
1231 seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : 0); /* <= 16 bits */