Searched refs:offcodeLog (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/lib/zstd/decompress/ |
D | zstd_decompress.c | 1252 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local 1253 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy() 1256 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1260 offcodeLog, in ZSTD_loadDEntropy()
|
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress.c | 3165 { unsigned offcodeLog; in ZSTD_loadCEntropy() local 3166 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadCEntropy() 3168 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy() 3172 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
|