Searched refs:iSrc (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c143 int iSrc; /* Index in pTabList->a[] of table being read */ local
160 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){
161 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){
162 pTab = pTabList->a[iSrc].pTab;
H A Dinsert.c1619 int iSrc, iDest; /* Cursors from source and destination */ local
1752 iSrc = pParse->nTab++;
1773 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead);
1774 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0);
1778 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
1787 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid);
1790 sqlite3VdbeAddOp2(v, OP_RowData, iSrc, regData);
1794 sqlite3VdbeAddOp2(v, OP_Next, iSrc, addr1);
1800 sqlite3VdbeAddOp2(v, OP_Close, iSrc, 0);
1803 sqlite3VdbeAddOp4(v, OP_OpenRead, iSrc, pSrcId
[all...]
H A Dresolve.c407 ** from datasource iSrc in SrcList pSrc.
409 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ argument
412 struct SrcList_item *pItem = &pSrc->a[iSrc];
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1087 SkIRect iSrc; local
1088 srcRect.roundOut(&iSrc);
1090 SkPoint offset = SkPoint::Make(SkIntToScalar(iSrc.fLeft),
1091 SkIntToScalar(iSrc.fTop));
1093 if (!bitmap.extractSubset(&tmp, iSrc)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1118 SkIRect iSrc; local
1119 srcRect.roundOut(&iSrc);
1121 SkPoint offset = SkPoint::Make(SkIntToScalar(iSrc.fLeft),
1122 SkIntToScalar(iSrc.fTop));
1124 if (!bitmap.extractSubset(&tmp, iSrc)) {
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c673 CF2_Int iSrc = hintmap->count - 1; local
686 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
/external/freetype/src/cff/
H A Dcf2hints.c702 CF2_Int iSrc = hintmap->count - 1; local
715 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c674 CF2_Int iSrc = hintmap->count - 1; local
687 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c69940 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
76731 int iSrc; /* Index in pTabList->a[] of table being read */ local
86102 int iSrc, iDest; /* Cursors from source and destination */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c77292 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
85983 int iSrc; /* Index in pTabList->a[] of table being read */ local
96556 int iSrc, iDest; /* Cursors from source and destination */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c77312 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
86003 int iSrc; /* Index in pTabList->a[] of table being read */ local
96576 int iSrc, iDest; /* Cursors from source and destination */ local
[all...]

Completed in 4008 milliseconds