Searched refs:offcodeLog (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/lib/zstd/ | 
| D | decompress.c | 1892 		U32 offcodeMaxValue = MaxOff, offcodeLog;  in ZSTD_loadEntropy()  local1893 …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()
 
 | 
| D | compress.c | 2645 		unsigned offcodeLog;  in ZSTD_loadZstdDictionary()  local2646 …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()
 
 |