Searched refs:iSrc (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_stream.cpp | 804 int32_t iSrc = iLen; in ReadString() local 806 &iSrc, pStr, &iMaxLength, TRUE); in ReadString() 807 m_pStreamImp->Seek(FX_STREAMSEEK_Current, iSrc - iLen); in ReadString()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2hints.c | 700 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint() local 713 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
|
/external/freetype/src/cff/ |
D | cf2hints.c | 700 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/ |
D | sqlite3.c | 84006 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 84009 struct SrcList_item *pItem = &pSrc->a[iSrc]; 92669 int iSrc; /* Index in pTabList->a[] of table being read */ 92686 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 92687 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 92688 pTab = pTabList->a[iSrc].pTab; 103614 int iSrc, iDest; /* Cursors from source and destination */ 103773 iSrc = pParse->nTab++; 103807 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 103808 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 83988 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 83991 struct SrcList_item *pItem = &pSrc->a[iSrc]; 92651 int iSrc; /* Index in pTabList->a[] of table being read */ 92668 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 92669 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 92670 pTab = pTabList->a[iSrc].pTab; 103596 int iSrc, iDest; /* Cursors from source and destination */ 103755 iSrc = pParse->nTab++; 103789 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 103790 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|