Searched refs:offcodeLog (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | decompress.c | 1891 U32 offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadEntropy() local 1892 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadEntropy() 1895 if (offcodeLog > OffFSELog) in ZSTD_loadEntropy() 1897 …CHECK_E(FSE_buildDTable_wksp(entropy->OFTable, offcodeNCount, offcodeMaxValue, offcodeLog, entropy… in ZSTD_loadEntropy()
|
D | compress.c | 2645 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()
|