HomeSort by relevance Sort by last modified time
    Searched defs:pElem (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.cpp 211 uint8 *pElem = pVars->inputStream.pBuffer + offset;
212 uint16 tmp1 = *(pElem++);
213 uint16 tmp2 = *(pElem);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.c 304 Fts3HashElem *pElem; /* The element that matches key (if any) */
306 pElem = sqlite3Fts3HashFindElem(pH, pKey, nKey);
307 return pElem ? pElem->data : 0;
fts3_write.c 615 Fts3HashElem *pElem;
616 for(pElem=fts3HashFirst(&p->pendingTerms); pElem; pElem=fts3HashNext(pElem)){
617 sqlite3_free(fts3HashData(pElem));
927 Fts3HashElem *pElem = *(pReader->ppNextElem);
928 if( pElem==0 ){
931 PendingList *pList = (PendingList *)fts3HashData(pElem);
932 pReader->zTerm = (char *)fts3HashKey(pElem);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
callback.c 411 HashElem *pElem;
418 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
419 sqlite3DeleteTrigger(0, (Trigger*)sqliteHashData(pElem));
423 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
    [all...]
build.c     [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 733 milliseconds