Searched refs:iSrc (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 258 size_t iSrc = 0; in ReadString() local 259 std::tie(iSrc, iMaxLength) = UTF8Decode( in ReadString() 261 Seek(From::Current, iSrc - iLen); in ReadString()
|
/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 | 753 CF2_UInt iSrc = hintmap->count - 1; in cf2_hintmap_insertHint() local 766 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 91659 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 91662 struct SrcList_item *pItem = &pSrc->a[iSrc]; 101493 int iSrc; /* Index in pTabList->a[] of table being read */ 101510 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 101511 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 101512 pTab = pTabList->a[iSrc].pTab; 112798 int iSrc, iDest; /* Cursors from source and destination */ 112967 iSrc = pParse->nTab++; 113002 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 113003 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 91675 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 91678 struct SrcList_item *pItem = &pSrc->a[iSrc]; 101509 int iSrc; /* Index in pTabList->a[] of table being read */ 101526 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 101527 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 101528 pTab = pTabList->a[iSrc].pTab; 112814 int iSrc, iDest; /* Cursors from source and destination */ 112983 iSrc = pParse->nTab++; 113018 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 113019 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); VdbeCoverage(v); [all …]
|