Home
last modified time | relevance | path

Searched refs:offcodeNCount (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c741 short offcodeNCount[OFFCODE_MAX+1]; in ZDICT_analyzeEntropy() local
820 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy()
858 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1086 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local
1088 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1093 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2904 short* offcodeNCount, unsigned* offcodeMaxValue, in ZSTD_loadCEntropy() argument
2928 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, offcodeMaxValue, &offcodeLog, dictP… in ZSTD_loadCEntropy()
2935 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
2999 short offcodeNCount[MaxOff+1]; in ZSTD_loadZstdDictionary() local
3009 eSize = ZSTD_loadCEntropy(bs, workspace, offcodeNCount, &offcodeMaxValue, dict, dictSize); in ZSTD_loadZstdDictionary()
3020 …FORWARD_IF_ERROR(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff)), ""… in ZSTD_loadZstdDictionary()
H A Dzstd_compress_internal.h1049 short* offcodeNCount, unsigned* offcodeMaxValue,
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1363 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local
1365 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1370 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c3669 short offcodeNCount[MaxOff+1]; in ZSTDv05_loadEntropy() local
3681 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy()
3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
H A Dzstd_v06.c3816 { short offcodeNCount[MaxOff+1]; in ZSTDv06_loadEntropy() local
3818 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy()
3821 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
H A Dzstd_v07.c4103 { short offcodeNCount[MaxOff+1]; in ZSTDv07_loadEntropy() local
4105 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy()
4108 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4317 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy() local
4340 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
4346 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
4394 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()