Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c766 size_t FSEv07_buildDTable (FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal…
1478 size_t FSEv07_buildDTable(FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValu… in FSEv07_buildDTable() function
1688 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv07_decompress()
3430 FSEv07_buildDTable(DTable, defaultNorm, max, defaultLog); in ZSTDv07_buildSeqTable()
3442 FSEv07_buildDTable(DTable, norm, max, tableLog); in ZSTDv07_buildSeqTable()
4108 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
4118 …{ size_t const errorCode = FSEv07_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv07_loadEntropy()
4128 …{ size_t const errorCode = FSEv07_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv07_loadEntropy()