Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c718 unsigned matchLengthCount[MaxML+1]; in ZDICT_analyzeEntropy() local
738 for (u=0; u<=MaxML; u++) matchLengthCount[u] = 1; in ZDICT_analyzeEntropy()
758 countLit, offcodeCount, matchLengthCount, litLengthCount, repOffset, in ZDICT_analyzeEntropy()
796 total=0; for (u=0; u<=MaxML; u++) total+=matchLengthCount[u]; in ZDICT_analyzeEntropy()
797 …errorCode = FSE_normalizeCount(matchLengthNCount, mlLog, matchLengthCount, total, MaxML, /* useLow… in ZDICT_analyzeEntropy()