Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1086 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1087 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadDEntropy()
1090 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1094 offcodeLog); in ZSTD_loadDEntropy()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1364 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1365 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy()
1368 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1372 offcodeLog, in ZSTD_loadDEntropy()
/freebsd/sys/contrib/zstd/lib/legacy/
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()
3683 if (offcodeLog > OffFSEv05Log) return ERROR(dictionary_corrupted); in ZSTDv05_loadEntropy()
3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
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()
3820 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); in ZSTDv06_loadEntropy()
3821 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
H A Dzstd_v07.c4104 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local
4105 …ffcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTDv07_loadEntropy()
4107 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); in ZSTDv07_loadEntropy()
4108 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2926 { unsigned offcodeLog; in ZSTD_loadCEntropy() local
2927 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, offcodeMaxValue, &offcodeLog, dictP… in ZSTD_loadCEntropy()
2929 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
2934 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4339 { unsigned offcodeLog; in ZSTD_loadCEntropy() local
4340 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadCEntropy()
4342 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
4346 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()