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.c869 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); in ZDICT_analyzeEntropy() local
870 if (FSE_isError(mhSize)) { in ZDICT_analyzeEntropy()
871 eSize = mhSize; in ZDICT_analyzeEntropy()
875 dstPtr += mhSize; in ZDICT_analyzeEntropy()
876 maxDstSize -= mhSize; in ZDICT_analyzeEntropy()
877 eSize += mhSize; in ZDICT_analyzeEntropy()