Home
last modified time | relevance | path

Searched refs:CTable_MatchLength (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Dcompress.c592 FSE_CTable *CTable_MatchLength = zc->matchlengthCTable; in ZSTD_compressSequences_internal() local
720 FSE_buildCTable_rle(CTable_MatchLength, (BYTE)max); in ZSTD_compressSequences_internal()
725 …FSE_buildCTable_wksp(CTable_MatchLength, ML_defaultNorm, MaxML, ML_defaultNormLog, workspace, work… in ZSTD_compressSequences_internal()
741 FSE_buildCTable_wksp(CTable_MatchLength, norm, max, tableLog, workspace, workspaceSize); in ZSTD_compressSequences_internal()
759 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()