HomeSort by relevance Sort by last modified time
    Searched full:plast (Results 1 - 25 of 25) 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;
parse.y     [all...]
wal.c     [all...]
vdbe.c     [all...]
build.c     [all...]
sqliteInt.h     [all...]
pager.c     [all...]
  /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...]
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 285 Msg** plast; local
292 plast = &con->out_msg;
293 while (*plast) {
294 plast = &(*plast)->next;
296 *plast = msg;
  /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/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 101 pLast
  /external/icu4c/i18n/
plurrule_impl.h 96 pLast
  /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...]
  /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/valgrind/main/perf/
tinycc.c 12493 Sym **plast, *s, *first; local
    [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_sl.xtb     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
nb_wordlist.combined.gz 
sl_wordlist.combined.gz 
sv_wordlist.combined.gz 

Completed in 1453 milliseconds