Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c797 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); in ZDICT_analyzeEntropy() local
798 if (FSE_isError(mhSize)) { in ZDICT_analyzeEntropy()
799 eSize = mhSize; in ZDICT_analyzeEntropy()
803 dstPtr += mhSize; in ZDICT_analyzeEntropy()
804 maxDstSize -= mhSize; in ZDICT_analyzeEntropy()
805 eSize += mhSize; in ZDICT_analyzeEntropy()