Searched refs:FSEv07_buildDTable (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 770 size_t FSEv07_buildDTable (FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolVal… 1482 size_t FSEv07_buildDTable(FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValu… in FSEv07_buildDTable() function 1692 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv07_decompress() 3434 FSEv07_buildDTable(DTable, defaultNorm, max, defaultLog); in ZSTDv07_buildSeqTable() 3446 FSEv07_buildDTable(DTable, norm, max, tableLog); in ZSTDv07_buildSeqTable() 4112 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy() 4122 …{ size_t const errorCode = FSEv07_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValu… in ZSTDv07_loadEntropy() 4132 …{ size_t const errorCode = FSEv07_buildDTable(dctx->LLTable, litlengthNCount, litlengthMaxValue, l… in ZSTDv07_loadEntropy()
|