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

/illumos-gate/usr/src/common/ficl/
H A Dtools.c150 int nAvg, nRem, nDepth; local
183 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem;
184 best = (double)nDepth/nWords;

Completed in 308 milliseconds