Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dtools.c151 int nAvg, nRem, nDepth; in ficlPrimitiveHashSummary() local
182 nAvg = nWords / size; in ficlPrimitiveHashSummary()
184 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem; in ficlPrimitiveHashSummary()