Lines Matching defs:tableLog
665 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max);
670 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max);
672 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
677 FSE_buildCTable_wksp(CTable_LitLength, norm, max, tableLog, workspace, workspaceSize);
697 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max);
702 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max);
704 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
709 FSE_buildCTable_wksp(CTable_OffsetBits, norm, max, tableLog, workspace, workspaceSize);
729 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max);
734 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max);
736 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */
741 FSE_buildCTable_wksp(CTable_MatchLength, norm, max, tableLog, workspace, workspaceSize);