Home
last modified time | relevance | path

Searched refs:pLast (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dlib_object.c170 LIB_OBJECT_NODE* pLast; in libObjectAdd() local
185 pLast = pRoot->pPrevious; in libObjectAdd()
188 if (pLast->key.nHandle == LIB_OBJECT_HANDLE16_MAX) in libObjectAdd()
194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()
196 pLast->pNext = pNew; in libObjectAdd()
197 pNew->pPrevious = pLast; in libObjectAdd()
/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dlib_object.c170 LIB_OBJECT_NODE* pLast; in libObjectAdd() local
185 pLast = pRoot->pPrevious; in libObjectAdd()
188 if (pLast->key.nHandle == LIB_OBJECT_HANDLE16_MAX) in libObjectAdd()
194 pNew->key.nHandle = pLast->key.nHandle + 1; in libObjectAdd()
196 pLast->pNext = pNew; in libObjectAdd()
197 pNew->pPrevious = pLast; in libObjectAdd()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp6469 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
6470 assert(pLast); in Parse()
6472 const Block* const pBlock = pLast->GetBlock(); in Parse()
7595 long Cluster::GetLast(const BlockEntry*& pLast) const in GetLast()
7606 pLast = NULL; in GetLast()
7616 pLast = NULL; in GetLast()
7624 pLast = m_entries[idx]; in GetLast()
7625 assert(pLast); in GetLast()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp7418 const BlockEntry* const pLast = m_entries[idx]; in Parse() local
7419 assert(pLast); in Parse()
7421 const Block* const pBlock = pLast->GetBlock(); in Parse()
8567 long Cluster::GetLast(const BlockEntry*& pLast) const in GetLast()
8578 pLast = NULL; in GetLast()
8588 pLast = NULL; in GetLast()
8596 pLast = m_entries[idx]; in GetLast()
8597 assert(pLast); in GetLast()