Home
last modified time | relevance | path

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

/src/stand/ficl/
H A Ddict.c488 int nAvg, nRem, nDepth; in dictHashSummary() local
523 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem; in dictHashSummary()
524 best = (double)nDepth/nWords; in dictHashSummary()
/src/contrib/sqlite3/
H A Dsqlite3.c106457 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);