Searched refs:offcodeNCount (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 716 short offcodeNCount[OFFCODE_MAX+1]; in ZDICT_analyzeEntropy() local 788 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy() 826 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy()
|
| /dflybsd-src/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 1097 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local 1099 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1104 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
| /dflybsd-src/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 3170 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy() local 3193 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 3199 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy() 3247 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|