Searched refs:nDepth (Results 1 – 2 of 2) sorted by relevance
488 int nAvg, nRem, nDepth; in dictHashSummary() local523 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem; in dictHashSummary()524 best = (double)nDepth/nWords; in dictHashSummary()
106457 int nDepth = 0;106461 nDepth++;106463 return nDepth;106476 int nDepth, /* Depth of tree according to TreeDepth() */106489 for(i=1; i<nDepth; i++){106493 for(i=1; i<nDepth && rc==SQLITE_OK; i++){106554 int nDepth = vdbeSorterTreeDepth(pTask->nPMA);106571 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger);