Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1483 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1484 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1486 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1489 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1482 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1483 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1485 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1488 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c3625 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local
3636 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy()
3639 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v06.c3768 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local
3769 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy()
3772 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
H A Dzstd_v07.c4052 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local
4053 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy()
4056 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c5065 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local
5086 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
5140 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c5066 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local
5087 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
5141 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()