Searched refs:FSEv06_buildDTable (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 721 size_t FSEv06_buildDTable (FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… 1458 size_t FSEv06_buildDTable(FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValu… in FSEv06_buildDTable() function 1668 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress() 3200 FSEv06_buildDTable(DTable, defaultNorm, max, defaultLog); in ZSTDv06_buildSeqTable() 3212 FSEv06_buildDTable(DTable, norm, max, tableLog); in ZSTDv06_buildSeqTable() 3821 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy() 3832 …{ size_t const errorCode = FSEv06_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv06_loadEntropy() 3843 …{ size_t const errorCode = FSEv06_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv06_loadEntropy()
|