Home
last modified time | relevance | path

Searched refs:ppList (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnresourceca.c135 IppsBigNumState* cpBigNumListGet(BigNumNode** ppList) in cpBigNumListGet() argument
137 if(*ppList) { in cpBigNumListGet()
138 IppsBigNumState* ret = (*ppList)->pBN; in cpBigNumListGet()
139 *ppList = (*ppList)->pNext; in cpBigNumListGet()
/external/sqlite/dist/orig/
Dsqlite3.c47650 struct RowSetEntry **ppList,
47655 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
47663 pLeft = rowSetNDeepTree(ppList, iDepth-1);
47664 p = *ppList;
47671 *ppList = p->pRight;
47672 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
47674 p = *ppList;
47675 *ppList = p->pRight;
161473 char **ppList, /* IN/OUT: Pointer to position list */
161476 char *pList = *ppList;
[all …]
/external/sqlite/dist/
Dsqlite3.c47666 struct RowSetEntry **ppList,
47671 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
47679 pLeft = rowSetNDeepTree(ppList, iDepth-1);
47680 p = *ppList;
47687 *ppList = p->pRight;
47688 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
47690 p = *ppList;
47691 *ppList = p->pRight;
161501 char **ppList, /* IN/OUT: Pointer to position list */
161504 char *pList = *ppList;
[all …]