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

/freebsd-11-stable/stand/ficl/
H A Ddict.c489 int nAvg, nRem, nDepth; local
524 nDepth = size * (nAvg * (nAvg+1))/2 + (nAvg+1)*nRem;
525 best = (double)nDepth/nWords;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10664 int nDepth; /* Depth of subquery recursion. 1 for no recursion */ member in struct:NameContext
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c97092 int nDepth = 0; local
97109 vdbeSorterAddToTree( SortSubtask *pTask, int nDepth, int iSeq, MergeEngine *pRoot, MergeEngine *pLeaf ) argument
97189 int nDepth = vdbeSorterTreeDepth(pTask->nPMA); local
[all...]

Completed in 870 milliseconds