Home
last modified time | relevance | path

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

/dflybsd-src/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()
/dflybsd-src/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()