Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1098 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1099 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1101 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1104 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_compress.c3171 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local
3193 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
3247 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()