Searched refs:offcodeMaxValue (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 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1255 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1258 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress.c | 3144 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local 3166 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 3220 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|