Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dlib_object.c111 LIB_OBJECT_NODE* pRoot, in libObjectSearch() argument
116 if (pRoot != NULL) in libObjectSearch()
118 LIB_OBJECT_NODE* pNode = pRoot; in libObjectSearch()
128 while (pNode != pRoot); in libObjectSearch()
138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16); in libObjectHandle16Search()
147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME); in libObjectStorageNameSearch()
156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME); in libObjectFilenameSearch()
169 LIB_OBJECT_NODE* pRoot; in libObjectAdd() local
184 pRoot = *ppRoot; in libObjectAdd()
185 pLast = pRoot->pPrevious; in libObjectAdd()
[all …]
Dlib_object.h100 LIB_OBJECT_NODE_HANDLE16* pRoot; member
174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member
245 LIB_OBJECT_NODE_FILENAME* pRoot; member
313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member
Dpkcs11_session.c97 pSession->sSecondarySessionTable.pRoot = NULL_PTR; in C_OpenSession()
/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dlib_object.c111 LIB_OBJECT_NODE* pRoot, in libObjectSearch() argument
116 if (pRoot != NULL) in libObjectSearch()
118 LIB_OBJECT_NODE* pNode = pRoot; in libObjectSearch()
128 while (pNode != pRoot); in libObjectSearch()
138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16); in libObjectHandle16Search()
147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME); in libObjectStorageNameSearch()
156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME); in libObjectFilenameSearch()
169 LIB_OBJECT_NODE* pRoot; in libObjectAdd() local
184 pRoot = *ppRoot; in libObjectAdd()
185 pLast = pRoot->pPrevious; in libObjectAdd()
[all …]
Dlib_object.h100 LIB_OBJECT_NODE_HANDLE16* pRoot; member
174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member
245 LIB_OBJECT_NODE_FILENAME* pRoot; member
313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member
Dpkcs11_session.c97 pSession->sSecondarySessionTable.pRoot = NULL_PTR; in C_OpenSession()
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c214 if (pList->pRoot==NULL) in SMCPropListSortedAdd()
216 pList->pRoot=pNode; in SMCPropListSortedAdd()
222 nResult=static_listSortedAddNode(pList->pRoot,pNode); in SMCPropListSortedAdd()
235 if (pList->pRoot!=NULL) in SMCPropListFindElement()
237 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive); in SMCPropListFindElement()
Dsmc_properties_parser.h69 NODE* pRoot; member
/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties_parser.c215 if (pList->pRoot==NULL) in SMCPropListSortedAdd()
217 pList->pRoot=pNode; in SMCPropListSortedAdd()
223 nResult=static_listSortedAddNode(pList->pRoot,pNode); in SMCPropListSortedAdd()
236 if (pList->pRoot!=NULL) in SMCPropListFindElement()
238 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive); in SMCPropListFindElement()
Dsmc_properties_parser.h69 NODE* pRoot; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c2320 LinkedList->pRoot = NULL; in LinkedList_Create()
2331 if(LinkedList->pRoot == NULL) { in LinkedList_AddElement()
2335 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement()
2338 LinkedList->pRoot = pNewNode; in LinkedList_AddElement()
2343 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement()
2349 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement()
2367 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll()
2368 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll()
2370 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
2371 free(LinkedList->pRoot); in LinkedList_FreeAll()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c3232 LinkedList->pRoot = NULL; in LinkedList_Create()
3246 if(LinkedList->pRoot == NULL) { in LinkedList_AddElement()
3250 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement()
3253 LinkedList->pRoot = pNewNode; in LinkedList_AddElement()
3263 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement()
3269 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement()
3291 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll()
3292 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll()
3294 if(LinkedList->pRoot->pValue != NULL) { in LinkedList_FreeAll()
3295 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c3588 LinkedList->pRoot = NULL; in LinkedList_Create()
3599 if (LinkedList->pRoot == NULL) { in LinkedList_AddElement()
3603 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement()
3606 LinkedList->pRoot = pNewNode; in LinkedList_AddElement()
3611 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement()
3617 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement()
3635 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll()
3636 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll()
3638 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll()
3639 free(LinkedList->pRoot); in LinkedList_FreeAll()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h45 Node *pRoot; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h124 Node *pRoot; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h86 Node *pRoot; member