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

  /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 66 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
309 const int32_t *pRoot;
uresdata.c 40 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
43 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (const char *)(pResData)->pRoot+(keyOffset) : \
157 pResData->pRoot=(const int32_t *)inBytes;
158 pResData->rootRes=(Resource)*pResData->pRoot;
180 const int32_t *indexes=pResData->pRoot+1;
212 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
316 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
335 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
354 const int32_t *p32= offset==0 ? &gEmpty32 : pResData->pRoot+offset
    [all...]
uresbund.c 388 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
389 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
    [all...]
  /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/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {

Completed in 521 milliseconds