Home
last modified time | relevance | path

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

/lib/zstd/
Ddecompress.c1892 U32 offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadEntropy() local
1893 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadEntropy()
1896 if (offcodeLog > OffFSELog) in ZSTD_loadEntropy()
1898 …CHECK_E(FSE_buildDTable_wksp(entropy->OFTable, offcodeNCount, offcodeMaxValue, offcodeLog, entropy… in ZSTD_loadEntropy()
Dcompress.c2645 unsigned offcodeLog; in ZSTD_loadZstdDictionary() local
2646 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadZstdDictionary()
2649 if (offcodeLog > OffFSELog) in ZSTD_loadZstdDictionary()
2652 …CHECK_E(FSE_buildCTable_wksp(cctx->offcodeCTable, offcodeNCount, offcodeMaxValue, offcodeLog, cctx… in ZSTD_loadZstdDictionary()