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

  /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...]
  /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);
  /hardware/ti/omap3/dspbridge/inc/
list.h 202 * pElem: Pointer to list element to be reset
220 * pElem: Pointer to element in list to insert.
226 * - pElem != NULL.
231 IN struct LST_ELEM* pElem,
267 * pList: Pointer to list control structure to which *pElem will be
269 * pElem: Pointer to list element to be added
273 * *pElem and *pList must both exist.
274 * pElem->self = pElem before pElem is passed to this function
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
list.h 202 * pElem: Pointer to list element to be reset
220 * pElem: Pointer to element in list to insert.
226 * - pElem != NULL.
231 IN struct LST_ELEM* pElem,
267 * pList: Pointer to list control structure to which *pElem will be
269 * pElem: Pointer to list element to be added
273 * *pElem and *pList must both exist.
274 * pElem->self = pElem before pElem is passed to this function
    [all...]
  /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/opencv/cvaux/src/
cvlee.cpp     [all...]

Completed in 899 milliseconds