Searched refs:pLast (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c864 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); local
866 if (!pLast)
869 *pLast &= ~NDEF_ME_MASK;
1047 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg); local
1049 if (!pLast)
1052 *pLast &= ~NDEF_ME_MASK;
/external/icu4c/i18n/
H A Dplurrule_impl.h96 pLast enumerator in enum:PluralKey
/external/libvpx/libwebm/
H A Dmkvparser.cpp6462 const BlockEntry* const pLast = m_entries[idx];
6463 assert(pLast);
6465 const Block* const pBlock = pLast->GetBlock();
7588 long Cluster::GetLast(const BlockEntry*& pLast) const
7599 pLast = NULL;
7609 pLast = NULL;
7617 pLast = m_entries[idx];
7618 assert(pLast);
/external/sqlite/dist/orig/
H A Dsqlite3.c11287 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
15550 struct MemBlockHdr *pLast; member in struct:__anon13385
15718 pHdr->pPrev = mem.pLast;
15719 if( mem.pLast ){
15720 mem.pLast->pNext = pHdr;
15724 mem.pLast = pHdr;
15779 assert( mem.pLast==pHdr );
15780 mem.pLast = pHdr->pPrev;
37969 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
38032 struct RowSetEntry *pLast; /* The last prior entry */ local
48052 PgHdr *pLast = 0; /* Last frame in list */ local
65109 Mem *pLast; /* Last field of the record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11287 TriggerStep *pLast; /* Last element in link-list. Valid for 1st elem only */ member in struct:TriggerStep
15550 struct MemBlockHdr *pLast; member in struct:__anon13410
15718 pHdr->pPrev = mem.pLast;
15719 if( mem.pLast ){
15720 mem.pLast->pNext = pHdr;
15724 mem.pLast = pHdr;
15779 assert( mem.pLast==pHdr );
15780 mem.pLast = pHdr->pPrev;
37997 struct RowSetEntry *pLast; /* Last entry on the pEntry list */ member in struct:RowSet
38060 struct RowSetEntry *pLast; /* The last prior entry */ local
48080 PgHdr *pLast = 0; /* Last frame in list */ local
65137 Mem *pLast; /* Last field of the record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]

Completed in 687 milliseconds