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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 43 * [in/out] pLast pointer to last status flag
82 OMX_U8 * pLast,
118 *pLast = armGetBits(ppBitStream, pBitOffset, 1);
143 *pLast,
174 *pLast = 0;
211 *pLast = 1;
245 *pLast,
251 *pLast = armGetBits(ppBitStream, pBitOffset, 1);
268 *pLast,
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 106 struct RowSetEntry *pLast; /* Last entry on the pEntry list */
133 p->pLast = 0;
156 p->pLast = 0;
169 struct RowSetEntry *pLast; /* The last prior entry */
186 pLast = p->pLast;
187 if( pLast ){
188 if( p->isSorted && rowid<=pLast->v ){
191 pLast->pRight = pEntry;
196 p->pLast = pEntry
    [all...]
mem2.c 93 struct MemBlockHdr *pLast;
261 pHdr->pPrev = mem.pLast;
262 if( mem.pLast ){
263 mem.pLast->pNext = pHdr;
267 mem.pLast = pHdr;
322 assert( mem.pLast==pHdr );
323 mem.pLast = pHdr->pPrev;
wal.c     [all...]
vdbe.c     [all...]
parse.y     [all...]
sqliteInt.h     [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_object.c 170 LIB_OBJECT_NODE* pLast;
185 pLast = pRoot->pPrevious;
188 if (pLast->key.nHandle == LIB_OBJECT_HANDLE16_MAX)
194 pNew->key.nHandle = pLast->key.nHandle + 1;
196 pLast->pNext = pNew;
197 pNew->pPrevious = pLast;
  /external/lzma/CPP/Common/
MyString.h 121 const T *pLast = NULL;
126 if (pLast == NULL)
127 pLast = p;
130 pLast = NULL;
133 if (pLast != NULL)
135 int i = (int)(pLast - _chars);
445 const T *pLast = NULL;
450 if (pLast == NULL)
451 pLast = p;
454 pLast = NULL;
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 864 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg);
866 if (!pLast)
869 *pLast &= ~NDEF_ME_MASK;
1047 UINT8 *pLast = NDEF_MsgGetLastRecInMsg (p_msg);
1049 if (!pLast)
1052 *pLast &= ~NDEF_ME_MASK;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 101 pLast
  /external/icu4c/i18n/
plurrule_impl.h 96 pLast
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 329 * [in/out] pLast pointer to last status flag
368 OMX_U8 * pLast,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 329 * [in/out] pLast pointer to last status flag
368 OMX_U8 * pLast,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 329 * [in/out] pLast pointer to last status flag
368 OMX_U8 * pLast,
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2546 milliseconds