Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1086 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1087 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1089 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1092 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd-14.2/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1364 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1365 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1367 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1370 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2903 short* offcodeNCount, unsigned* offcodeMaxValue, in ZSTD_loadCEntropy() argument
2927 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, offcodeMaxValue, &offcodeLog, dictP… in ZSTD_loadCEntropy()
2999 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadZstdDictionary() local
3008 eSize = ZSTD_loadCEntropy(bs, workspace, offcodeNCount, &offcodeMaxValue, dict, dictSize); in ZSTD_loadZstdDictionary()
3019 …FORWARD_IF_ERROR(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff)), ""… in ZSTD_loadZstdDictionary()
H A Dzstd_compress_internal.h1048 short* offcodeNCount, unsigned* offcodeMaxValue,
/freebsd-14.2/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3817 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local
3818 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy()
3821 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
H A Dzstd_v05.c3670 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local
3681 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy()
3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v07.c4104 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local
4105 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy()
4108 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4318 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local
4340 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
4394 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()