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

/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c697 short litLengthNCount[MaxLL+1]; local
787 errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL);
829 { size_t const lhSize = FSE_writeNCount(dstPtr, maxDstSize, litLengthNCount, MaxLL, llLog);

Completed in 100 milliseconds