Home
last modified time | relevance | path

Searched refs:iSrc (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dfgas_stream.cpp1084 int32_t iSrc = iLen; in ReadString() local
1086 &iSrc, pStr, &iMaxLength, true); in ReadString()
1087 m_pStreamImp->Seek(FX_STREAMSEEK_Current, iSrc - iLen); in ReadString()
/external/freetype/src/cff/
Dcf2hints.c701 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint() local
714 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.c700 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint() local
713 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
/external/sqlite/dist/orig/
Dsqlite3.c90058 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
90061 struct SrcList_item *pItem = &pSrc->a[iSrc];
99774 int iSrc; /* Index in pTabList->a[] of table being read */
99791 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){
99792 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){
99793 pTab = pTabList->a[iSrc].pTab;
110998 int iSrc, iDest; /* Cursors from source and destination */
111168 iSrc = pParse->nTab++;
111203 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead);
111204 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v);
[all …]
/external/sqlite/dist/
Dsqlite3.c90058 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
90061 struct SrcList_item *pItem = &pSrc->a[iSrc];
99774 int iSrc; /* Index in pTabList->a[] of table being read */
99791 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){
99792 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){
99793 pTab = pTabList->a[iSrc].pTab;
110998 int iSrc, iDest; /* Cursors from source and destination */
111168 iSrc = pParse->nTab++;
111203 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead);
111204 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v);
[all …]