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

  /external/chromium_org/third_party/sqlite/src/src/
update.c 101 int nIdx; /* Number of indices that need updating */
239 for(nIdx=0, pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext, nIdx++){}
240 if( nIdx>0 ){
241 aRegIdx = sqlite3DbMallocRaw(db, sizeof(Index*) * nIdx );
insert.c 755 int nIdx;
758 nIdx = sqlite3OpenTableAndIndices(pParse, pTab, baseCur, OP_OpenWrite);
759 aRegIdx = sqlite3DbMallocRaw(db, sizeof(int)*(nIdx+1));
763 for(i=0; i<nIdx; i++){
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 256 int cIdx, nIdx;
291 nIdx = *refIdxLX;
299 RefPicListX[ nIdx++ ] = RefPicListX[ cIdx ];
311 int cIdx, nIdx;
341 nIdx = *refIdxLX;
347 RefPicListX[ nIdx++ ] = RefPicListX[ cIdx ];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 216 int nIdx = 0,
230 for (nIdx = 0; nIdx < nCntTest1; nIdx++) {
398 printf("%d :: App: Outer %d time Sending OMX_StateExecuting Command: TC6\n",__LINE__, nIdx);
451 if(nIdx != (nCntTest - 1)) {
    [all...]
  /external/svox/pico/lib/
picopam.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 4807 milliseconds