Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dlib_object.c166 LIB_OBJECT_NODE* pNew, in libObjectAdd() argument
173 *ppRoot = pNew; in libObjectAdd()
174 pNew->pNext = pNew; in libObjectAdd()
175 pNew->pPrevious = pNew; in libObjectAdd()
178 pNew->key.nHandle = 1; in libObjectAdd()
194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()
196 pLast->pNext = pNew; in libObjectAdd()
197 pNew->pPrevious = pLast; in libObjectAdd()
198 pNew->pNext = pRoot; in libObjectAdd()
199 pRoot->pPrevious = pNew; in libObjectAdd()
[all …]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dlib_object.c166 LIB_OBJECT_NODE* pNew, in libObjectAdd() argument
173 *ppRoot = pNew; in libObjectAdd()
174 pNew->pNext = pNew; in libObjectAdd()
175 pNew->pPrevious = pNew; in libObjectAdd()
178 pNew->key.nHandle = 1; in libObjectAdd()
194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()
196 pLast->pNext = pNew; in libObjectAdd()
197 pNew->pPrevious = pLast; in libObjectAdd()
198 pNew->pNext = pRoot; in libObjectAdd()
199 pRoot->pPrevious = pNew; in libObjectAdd()
[all …]