Home
last modified time | relevance | path

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

/external/tpm2/
DPP.c27 MemorySet(&gp.ppList, 0, in PhysicalPresencePreInstall_Init()
34 NvWriteReserved(NV_PP_LIST, &gp.ppList); in PhysicalPresencePreInstall_Init()
57 gp.ppList[bitPos/8] |= 1 << (bitPos % 8); in PhysicalPresenceCommandSet()
83 gp.ppList[bitPos/8] |= (1 << (bitPos % 8)); in PhysicalPresenceCommandClear()
85 gp.ppList[bitPos/8] ^= (1 << (bitPos % 8)); in PhysicalPresenceCommandClear()
110 return ((gp.ppList[bitPos/8] & (1 << (bitPos % 8))) != 0); in PhysicalPresenceIsRequired()
DPP_Commands.c45 NvWriteReserved(NV_PP_LIST, &gp.ppList); in TPM2_PP_Commands()
DGlobal.h733 BYTE ppList[((TPM_CC_PP_LAST - TPM_CC_PP_FIRST + 1) + 7)/8]; member
DNV.c510 s_reservedSize[NV_PP_LIST] = sizeof(gp.ppList); in NvInitStatic()
644 NvReadReserved(NV_PP_LIST, &gp.ppList); in NvReadPersistent()
/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;
161474 char **ppList, /* IN/OUT: Pointer to position list */
161477 char *pList = *ppList;
[all …]
/external/sqlite/dist/
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;
161486 char **ppList, /* IN/OUT: Pointer to position list */
161489 char *pList = *ppList;
[all …]