Lines Matching refs:mlCodeTable
570 BYTE *const mlCodeTable = seqStorePtr->mlCode;
578 mlCodeTable[u] = (mlv > 127) ? (BYTE)ZSTD_highbit32(mlv) + ML_deltaCode : ML_Code[mlv];
583 mlCodeTable[seqStorePtr->longLengthPos] = MaxML;
597 const BYTE *const mlCodeTable = seqStorePtr->mlCode;
717 size_t const mostFrequent = FSE_countFast_wksp(count, &max, mlCodeTable, nbSeq, workspace);
719 *op++ = *mlCodeTable;
730 if (count[mlCodeTable[nbSeq - 1]] > 1) {
731 count[mlCodeTable[nbSeq - 1]]--;
759 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq - 1]);
765 BIT_addBits(&blockStream, sequences[nbSeq - 1].matchLength, ML_bits[mlCodeTable[nbSeq - 1]]);
786 BYTE const mlCode = mlCodeTable[n];