Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
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()
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,