Home | History | Annotate | Download | only in tests

Lines Matching refs:mlCodeTable

848     const BYTE* const mlCodeTable = seqStorePtr->mlCode;
935 size_t const mostFrequent = HIST_countFast_wksp(count, &max, mlCodeTable, nbSeq, WKSP, sizeof(WKSP)); /* cannot fail */
938 isSymbolSubset(mlCodeTable, nbSeq,
942 *op++ = *mlCodeTable;
953 if (count[mlCodeTable[nbSeq-1]]>1) { count[mlCodeTable[nbSeq-1]]--; nbSeq_1--; }
964 initSymbolSet(mlCodeTable, nbSeq, frame->stats.matchlengthSymbolSet, 52);
981 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]);
986 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]);
995 BYTE const mlCode = mlCodeTable[n];