Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1098 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
1099 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy()
1102 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1106 offcodeLog, in ZSTD_loadDEntropy()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3821 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local
3822 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy()
3824 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); in ZSTDv06_loadEntropy()
3825 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
H A Dzstd_v05.c3674 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local
3685 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy()
3687 if (offcodeLog > OffFSEv05Log) return ERROR(dictionary_corrupted); in ZSTDv05_loadEntropy()
3688 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v07.c4108 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local
4109 …ffcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTDv07_loadEntropy()
4111 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); in ZSTDv07_loadEntropy()
4112 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c3192 { unsigned offcodeLog; in ZSTD_loadCEntropy() local
3193 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadCEntropy()
3195 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
3199 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16010 { unsigned offcodeLog; in ZSTD_loadCEntropy() local
16011 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, offcodeMaxValue, &offcodeLog, dictP… in ZSTD_loadCEntropy()
16013 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
16018 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
25592 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local
25593 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTD_loadDEntropy()
25596 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
25600 offcodeLog); in ZSTD_loadDEntropy()