Lines Matching refs:llCodeTable
568 BYTE *const llCodeTable = seqStorePtr->llCode;
576 llCodeTable[u] = (llv > 63) ? (BYTE)ZSTD_highbit32(llv) + LL_deltaCode : LL_Code[llv];
581 llCodeTable[seqStorePtr->longLengthPos] = MaxLL;
596 const BYTE *const llCodeTable = seqStorePtr->llCode;
653 size_t const mostFrequent = FSE_countFast_wksp(count, &max, llCodeTable, nbSeq, workspace);
655 *op++ = llCodeTable[0];
666 if (count[llCodeTable[nbSeq - 1]] > 1) {
667 count[llCodeTable[nbSeq - 1]]--;
761 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq - 1]);
762 BIT_addBits(&blockStream, sequences[nbSeq - 1].litLength, LL_bits[llCodeTable[nbSeq - 1]]);
784 BYTE const llCode = llCodeTable[n];