Searched refs:offcodeLog (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1483 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local 1484 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy() 1487 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1491 offcodeLog, in ZSTD_loadDEntropy()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1482 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local 1483 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadDEntropy() 1486 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1490 offcodeLog, in ZSTD_loadDEntropy()
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v05.c | 3625 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local 3636 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy() 3638 if (offcodeLog > OffFSEv05Log) return ERROR(dictionary_corrupted); in ZSTDv05_loadEntropy() 3639 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
|
| H A D | zstd_v06.c | 3768 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local 3769 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy() 3771 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); in ZSTDv06_loadEntropy() 3772 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
|
| H A D | zstd_v07.c | 4052 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local 4053 …ffcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEn… in ZSTDv07_loadEntropy() 4055 if (offcodeLog > OffFSELog) return ERROR(dictionary_corrupted); 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 D | zstd_compress.c | 5085 { unsigned offcodeLog; in ZSTD_loadCEntropy() local 5086 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadCEntropy() 5088 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy() 5092 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 5086 { unsigned offcodeLog; in ZSTD_loadCEntropy() local 5087 …t offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, (size_… in ZSTD_loadCEntropy() 5089 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy() 5093 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
|