Searched refs:pRoot (Results 1 - 16 of 16) sorted by relevance

/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dlib_object.c111 LIB_OBJECT_NODE* pRoot,
116 if (pRoot != NULL)
118 LIB_OBJECT_NODE* pNode = pRoot;
128 while (pNode != pRoot);
138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16);
147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME);
156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME);
169 LIB_OBJECT_NODE* pRoot; local
184 pRoot = *ppRoot;
185 pLast = pRoot
110 libObjectSearch( LIB_OBJECT_NODE* pRoot, uint32_t nKey1, void* pKey2, LIB_OBJECT_NODE_TYPE eNodeType) argument
375 libObjectNext(LIB_OBJECT_NODE* pRoot, LIB_OBJECT_NODE* pObject) argument
[all...]
H A Dlib_object.h100 LIB_OBJECT_NODE_HANDLE16* pRoot; member in struct:__anon5514
174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member in struct:__anon5516
245 LIB_OBJECT_NODE_FILENAME* pRoot; member in struct:__anon5518
313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member in struct:__anon5520
H A Dpkcs11_session.c97 pSession->sSecondarySessionTable.pRoot = NULL_PTR;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dlib_object.c111 LIB_OBJECT_NODE* pRoot,
116 if (pRoot != NULL)
118 LIB_OBJECT_NODE* pNode = pRoot;
128 while (pNode != pRoot);
138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16);
147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME);
156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME);
169 LIB_OBJECT_NODE* pRoot; local
184 pRoot = *ppRoot;
185 pLast = pRoot
110 libObjectSearch( LIB_OBJECT_NODE* pRoot, uint32_t nKey1, void* pKey2, LIB_OBJECT_NODE_TYPE eNodeType) argument
375 libObjectNext(LIB_OBJECT_NODE* pRoot, LIB_OBJECT_NODE* pObject) argument
[all...]
H A Dlib_object.h100 LIB_OBJECT_NODE_HANDLE16* pRoot; member in struct:__anon5617
174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member in struct:__anon5619
245 LIB_OBJECT_NODE_FILENAME* pRoot; member in struct:__anon5621
313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member in struct:__anon5623
H A Dpkcs11_session.c97 pSession->sSecondarySessionTable.pRoot = NULL_PTR;
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties_parser.h69 NODE* pRoot; member in struct:__anon5538
H A Dsmc_properties_parser.c215 if (pList->pRoot==NULL)
217 pList->pRoot=pNode;
223 nResult=static_listSortedAddNode(pList->pRoot,pNode);
236 if (pList->pRoot!=NULL)
238 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.h69 NODE* pRoot; member in struct:__anon5639
H A Dsmc_properties_parser.c214 if (pList->pRoot==NULL)
216 pList->pRoot=pNode;
222 nResult=static_listSortedAddNode(pList->pRoot,pNode);
235 if (pList->pRoot!=NULL)
237 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c2320 LinkedList->pRoot = NULL;
2331 if(LinkedList->pRoot == NULL) {
2335 pNewNode->pNextNode = LinkedList->pRoot;
2338 LinkedList->pRoot = pNewNode;
2343 Node *pNode = LinkedList->pRoot;
2349 LinkedList->pRoot = pTempNode;
2367 while (LinkedList->pRoot != NULL) {
2368 pTempNode = LinkedList->pRoot->pNextNode;
2369 /*printf("LinkedList:::: Pointer=%p has been freed\n", LinkedList->pRoot->pValue); */
2370 free(LinkedList->pRoot
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c3232 LinkedList->pRoot = NULL;
3246 if(LinkedList->pRoot == NULL) {
3250 pNewNode->pNextNode = LinkedList->pRoot;
3253 LinkedList->pRoot = pNewNode;
3263 Node *pNode = LinkedList->pRoot;
3269 LinkedList->pRoot = pTempNode;
3291 while (LinkedList->pRoot != NULL) {
3292 pTempNode = LinkedList->pRoot->pNextNode;
3293 /*printf("LinkedList:::: Pointer=%p has been freed\n", LinkedList->pRoot->pValue); */
3294 if(LinkedList->pRoot
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h45 Node *pRoot; member in struct:LinkedList
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c3588 LinkedList->pRoot = NULL;
3599 if (LinkedList->pRoot == NULL) {
3603 pNewNode->pNextNode = LinkedList->pRoot;
3606 LinkedList->pRoot = pNewNode;
3611 Node *pNode = LinkedList->pRoot;
3617 LinkedList->pRoot = pTempNode;
3635 while (LinkedList->pRoot != NULL) {
3636 pTempNode = LinkedList->pRoot->pNextNode;
3637 /*printf("LinkedList:::: Pointer=%p has been freed\n", LinkedList->pRoot->pValue); */
3638 free(LinkedList->pRoot
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h86 Node *pRoot; member in struct:LinkedList
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h124 Node *pRoot; member in struct:LinkedList

Completed in 314 milliseconds