Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.c837 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); in ZDICT_analyzeEntropy() local
838 if (FSE_isError(mhSize)) { in ZDICT_analyzeEntropy()
839 eSize = mhSize; in ZDICT_analyzeEntropy()
843 dstPtr += mhSize; in ZDICT_analyzeEntropy()
844 maxDstSize -= mhSize; in ZDICT_analyzeEntropy()
845 eSize += mhSize; in ZDICT_analyzeEntropy()