Searched refs:FSEv05_buildDTable (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c648 FSEv05_buildDTable():
652 size_t FSEv05_buildDTable (FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog);
1209 size_t FSEv05_buildDTable(FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) function
1525 errorCode = FSEv05_buildDTable (dt, counting, maxSymbolValue, tableLog);
3068 FSEv05_buildDTable(DTableLL, norm, max, LLlog);
3092 FSEv05_buildDTable(DTableOffb, norm, max, Offlog);
3116 FSEv05_buildDTable(DTableML, norm, max, MLlog);
3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog);
3692 errorCode = FSEv05_buildDTable(dctx->MLTable, matchlengthNCount, matchlengthMaxValue, matchlengthLog);
3700 errorCode = FSEv05_buildDTable(dct
[all...]

Completed in 175 milliseconds