Searched refs:pNode (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dlib_object.c77 LIB_OBJECT_NODE* pNode,
87 nKey1 == pNode->key.nHandle;
92 &pNode->key.sStorageName,
97 uint32_t nLength2 = pNode->key.f.nFilenameLength;
103 &pNode->key.f.sFilename,
118 LIB_OBJECT_NODE* pNode = pRoot; local
121 if (libObjectKeyEqualNode(pNode, nKey1, pKey2, eNodeType))
124 return pNode;
126 pNode = pNode
76 libObjectKeyEqualNode( LIB_OBJECT_NODE* pNode, uint32_t nKey1, void* pKey2, LIB_OBJECT_NODE_TYPE eNodeType) argument
204 LIB_OBJECT_NODE* pNode = pRoot; local
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.c149 static S_RESULT static_listSortedAddNode(NODE* pList,NODE* pNode) argument
154 nCmp=strcmp(pNode->pName,pList->pName);
163 pList->pRight=pNode;
165 pNode->pPrevious=pList;
166 pNode->pNext=pList->pNext;
169 pList->pNext->pPrevious=pNode;
171 pList->pNext=pNode;
183 pList->pLeft=pNode;
185 pNode->pNext=pList;
186 pNode
202 SMCPropListSortedAdd(LIST* pList,NODE* pNode) argument
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c2343 Node *pNode = LinkedList->pRoot; local
2345 while (pNode != NULL) {
2346 if (pNode->pValue == pValue) {
2347 Node *pTempNode = pNode->pNextNode;
2354 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
2355 free(pNode->pValue);
2356 free(pNode);
2359 pPastNode = pNode;
2360 pNode = pNode
2379 Node *pNode = LinkedList->pRoot; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c485 VIDENCTEST_NODE* pNode = NULL; local
488 pNode = pListHead;
490 while (pNode->pNext != NULL) {
491 if (pNode->pNext->pData == pData) {
492 pTmp = pNode->pNext;
493 pNode->pNext = pTmp->pNext;
501 pNode = pNode->pNext;
524 VIDENCTEST_NODE* pNode = NULL; local
525 pNode
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c3263 Node *pNode = LinkedList->pRoot; local
3265 while (pNode != NULL) {
3266 if (pNode->pValue == pValue) {
3267 Node *pTempNode = pNode->pNextNode;
3274 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
3275 free(pNode->pValue);
3276 pNode->pValue = NULL;
3277 free(pNode);
3278 pNode = NULL;
3281 pPastNode = pNode;
3307 Node *pNode = LinkedList->pRoot; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c3611 Node *pNode = LinkedList->pRoot; local
3613 while (pNode != NULL) {
3614 if (pNode->pValue == pValue) {
3615 Node *pTempNode = pNode->pNextNode;
3622 /*printf("LinkedList:::: Pointer=%p has been freed\n", pNode->pValue); */
3623 free(pNode->pValue);
3624 free(pNode);
3627 pPastNode = pNode;
3628 pNode = pNode
3647 Node *pNode = LinkedList->pRoot; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c269 VIDENC_NODE* pNode = NULL; local
272 pNode = pListHead;
274 while (pNode->pNext != NULL)
276 if (pNode->pNext->pData == pData)
278 pTmp = pNode->pNext;
279 pNode->pNext = pTmp->pNext;
287 pNode = pNode->pNext;
310 VIDENC_NODE* pNode = NULL; local
311 pNode
[all...]

Completed in 164 milliseconds