| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 668 short offcodeNCount[OFFCODE_MAX+1]; in ZDICT_analyzeEntropy() local 748 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy() 786 … { 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 D | zstd_decompress.c | 1482 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local 1484 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1489 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1481 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local 1483 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1488 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v05.c | 3624 short offcodeNCount[MaxOff+1]; in ZSTDv05_loadEntropy() local 3636 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy() 3639 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
|
| H A D | zstd_v06.c | 3767 { short offcodeNCount[MaxOff+1]; in ZSTDv06_loadEntropy() local 3769 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy() 3772 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
|
| H A D | zstd_v07.c | 4051 { short offcodeNCount[MaxOff+1]; in ZSTDv07_loadEntropy() local 4053 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy() 4056 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 5064 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy() local 5086 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 5092 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy() 5140 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 5065 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy() local 5087 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 5093 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy() 5141 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|