Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c726 U32 u, huffLog = 11, Offlog = OffFSELog, mlLog = MLFSELog, llLog = LLFSELog, total; in ZDICT_analyzeEntropy() local
788 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy()
794 Offlog = (U32)errorCode; in ZDICT_analyzeEntropy()
826 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy()