Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c62 MemorySet(&gp.ppList, 0, sizeof(gp.ppList)); in PhysicalPresencePreInstall_Init()
69 SET_BIT(commandIndex, gp.ppList); in PhysicalPresencePreInstall_Init()
72 NV_SYNC_PERSISTENT(ppList); in PhysicalPresencePreInstall_Init()
92 SET_BIT(commandIndex, gp.ppList); in PhysicalPresenceCommandSet()
112 CLEAR_BIT(commandIndex, gp.ppList); in PhysicalPresenceCommandClear()
128 return (TEST_BIT(commandIndex, gp.ppList)); in PhysicalPresenceIsRequired()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Misc/
DPP_Commands.c75 NV_SYNC_PERSISTENT(ppList); in TPM2_PP_Commands()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h764 BYTE ppList[(COMMAND_COUNT + 7) / 8]; member
/external/sqlite/dist/orig/
Dsqlite3.c53532 struct RowSetEntry **ppList,
53537 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
53545 pLeft = rowSetNDeepTree(ppList, iDepth-1);
53546 p = *ppList;
53553 *ppList = p->pRight;
53554 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
53556 p = *ppList;
53557 *ppList = p->pRight;
101647 ExprList **ppList, /* ExprList to extend */
101658 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew);
[all …]
/external/sqlite/dist/
Dsqlite3.c53548 struct RowSetEntry **ppList,
53553 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
53561 pLeft = rowSetNDeepTree(ppList, iDepth-1);
53562 p = *ppList;
53569 *ppList = p->pRight;
53570 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
53572 p = *ppList;
53573 *ppList = p->pRight;
101663 ExprList **ppList, /* ExprList to extend */
101674 *ppList = sqlite3ExprListAppend(pParse, *ppList, pNew);
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c51824 struct RowSetEntry **ppList,
51829 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
51837 pLeft = rowSetNDeepTree(ppList, iDepth-1);
51838 p = *ppList;
51845 *ppList = p->pRight;
51846 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
51848 p = *ppList;
51849 *ppList = p->pRight;
182828 char **ppList, /* IN/OUT: Pointer to position list */
182831 char *pList = *ppList;
[all …]