Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h665 OMX_U32 nDepth; member
/third_party/sqlite/src/
Dsqlite3.c101911 int nDepth = 0;
101915 nDepth++;
101917 return nDepth;
101930 int nDepth, /* Depth of tree according to TreeDepth() */
101943 for(i=1; i<nDepth; i++){
101947 for(i=1; i<nDepth && rc==SQLITE_OK; i++){
102008 int nDepth = vdbeSorterTreeDepth(pTask->nPMA);
102025 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger);