Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c1317 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1318 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy()
1321 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1325 offcodeLog, in ZSTD_loadDEntropy()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c4248 { unsigned offcodeLog; in ZSTD_loadCEntropy() local
4249 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadCEntropy()
4251 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
4255 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()