Searched refs:iSrc (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 228 size_t iSrc = 0; in ReadBlock() local 229 std::tie(iSrc, size) = in ReadBlock() 232 Seek(From::Current, iSrc - iLen); in ReadBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1769 APInt iSrc(31, 0x00123456); in TEST() local 1773 i31.insertBits(iSrc, 0); in TEST() 1778 i63.insertBits(iSrc, 4); in TEST() 1783 i120.insertBits(iSrc, 8); in TEST() 1788 i127.insertBits(iSrc, 48); in TEST()
|
/external/freetype/src/psaux/ |
D | pshints.c | 750 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint() local 763 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
|
/external/sqlite/dist/ |
D | sqlite3.c | 95712 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 95715 struct SrcList_item *pItem = &pSrc->a[iSrc]; 106738 int iSrc; /* Index in pTabList->a[] of table being read */ 106756 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 106757 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 106758 pTab = pTabList->a[iSrc].pTab; 118667 int iSrc, iDest; /* Cursors from source and destination */ 118844 iSrc = pParse->nTab++; 118879 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 118880 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 95696 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 95699 struct SrcList_item *pItem = &pSrc->a[iSrc]; 106722 int iSrc; /* Index in pTabList->a[] of table being read */ 106740 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 106741 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 106742 pTab = pTabList->a[iSrc].pTab; 118651 int iSrc, iDest; /* Cursors from source and destination */ 118828 iSrc = pParse->nTab++; 118863 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 118864 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|