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

/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c818 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); local
819 if (FSE_isError(mhSize)) {
824 dstPtr += mhSize;
825 maxDstSize -= mhSize;
826 eSize += mhSize;

Completed in 188 milliseconds