Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c724 size_t FSEv06_buildDTable (FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal…
1462 size_t FSEv06_buildDTable(FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValu… in FSEv06_buildDTable() function
1672 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress()
3204 FSEv06_buildDTable(DTable, defaultNorm, max, defaultLog); in ZSTDv06_buildSeqTable()
3216 FSEv06_buildDTable(DTable, norm, max, tableLog); in ZSTDv06_buildSeqTable()
3825 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
3836 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy()
3847 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy()