HomeSort by relevance Sort by last modified time
    Searched refs:pRoot (Results 1 - 21 of 21) sorted by null

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_object.c 111 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;
184 pRoot = *ppRoot;
185 pLast = pRoot->pPrevious
    [all...]
lib_object.h 100 LIB_OBJECT_NODE_HANDLE16* pRoot;
174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot;
245 LIB_OBJECT_NODE_FILENAME* pRoot;
313 LIB_OBJECT_NODE_UNINDEXED* pRoot;
pkcs11_session.c 97 pSession->sSecondarySessionTable.pRoot = NULL_PTR;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 142 InputTree& enterGroup(TreeIteratorBase pRoot);
145 InputTree& insert(TreeIteratorBase pRoot,
148 InputTree& merge(TreeIteratorBase pRoot,
152 InputTree& insert(TreeIteratorBase pRoot,
156 InputTree& enterGroup(TreeIteratorBase pRoot,
175 mcld::InputTree::enterGroup(mcld::TreeIteratorBase pRoot)
178 if (pRoot.isRoot())
179 proxy::hook<TreeIteratorBase::Leftward>(pRoot.m_pNode,
182 proxy::hook<DIRECT>(pRoot.m_pNode,
188 mcld::InputTree& mcld::InputTree::insert(mcld::TreeIteratorBase pRoot,
    [all...]
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 19 InputTree& InputTree::merge(TreeIteratorBase pRoot,
27 pMover.connect(pRoot, iterator(pTree.m_Root.node.right));
36 InputTree& InputTree::enterGroup(TreeIteratorBase pRoot,
40 pMover.connect(pRoot, iterator(node));
44 InputTree& InputTree::insert(TreeIteratorBase pRoot,
50 pMover.connect(pRoot, iterator(node));
  /frameworks/compile/mclinker/include/mcld/LD/
GroupReader.h 41 /// readGroup - handle the input sub-tree wich its root is pRoot
42 /// @param pRoot - the root Group node of the sub-tree
43 bool readGroup(Module::input_iterator pRoot,
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 69 NODE* pRoot;
smc_properties_parser.c 214 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);
  /external/icu4c/common/
uresdata.h 67 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
315 const int32_t *pRoot;
uresdata.c 42 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
45 (const char *)(pResData)->pRoot+(keyOffset) : \
50 (const char *)(pResData)->pRoot+(keyOffset) : \
164 pResData->pRoot=(const int32_t *)inBytes;
165 pResData->rootRes=(Resource)*pResData->pRoot;
187 const int32_t *indexes=pResData->pRoot+1;
219 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
323 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
361 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset
    [all...]
uresbund.cpp 385 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
386 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 35 bool GroupReader::readGroup(Module::input_iterator pRoot,
48 Module::input_iterator input = --pRoot;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 45 Node *pRoot;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 86 Node *pRoot;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 124 Node *pRoot;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {

Completed in 910 milliseconds