Searched refs:iSrc (Results 1 – 8 of 8) 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/llvm-project/llvm/test/Transforms/InstCombine/ |
D | shift-amount-reassociation-with-truncation-lshr.ll | 5 ; (trunc (iSrc x l>> Q) to iDst) l>> K 7 ; (trunc (iSrc x l>> (Q+K)) to iDst) 8 ; iff (Q+K) is bitwidth(iSrc)-1
|
D | shift-amount-reassociation-with-truncation-ashr.ll | 5 ; (trunc (iSrc x a>> Q) to iDst) a>> K 7 ; (trunc (iSrc x a>> (Q+K)) to iDst) 8 ; iff (Q+K) is bitwidth(iSrc)-1
|
/external/llvm-project/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1883 APInt iSrc(31, 0x00123456); in TEST() local 1887 i31.insertBits(iSrc, 0); in TEST() 1892 i63.insertBits(iSrc, 4); in TEST() 1897 i120.insertBits(iSrc, 8); in TEST() 1902 i127.insertBits(iSrc, 48); in TEST() 1937 uint64_t iSrc = 0x00123456; in TEST() local 1941 i31.insertBits(iSrc, 0, 31); in TEST() 1946 i63.insertBits(iSrc, 4, 31); in TEST() 1951 i120.insertBits(iSrc, 8, 31); in TEST() 1956 i127.insertBits(iSrc, 48, 31); 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/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 98406 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 98409 struct SrcList_item *pItem = &pSrc->a[iSrc]; 103591 int iSrc; 103601 iSrc = sqlite3TableColumnToStorage(pTab, iCol) - pParse->iSelfTab; 103611 sqlite3ExprCodeGeneratedColumn(pParse, pCol, iSrc); 103614 return iSrc; 103618 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); 103622 return iSrc; 110267 int iSrc; /* Index in pTabList->a[] of table being read */ 110285 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 98185 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 98188 struct SrcList_item *pItem = &pSrc->a[iSrc]; 103374 int iSrc; 103384 iSrc = sqlite3TableColumnToStorage(pTab, iCol) - pParse->iSelfTab; 103394 sqlite3ExprCodeGeneratedColumn(pParse, pCol, iSrc); 103397 return iSrc; 103401 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); 103405 return iSrc; 109996 int iSrc; /* Index in pTabList->a[] of table being read */ 110014 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 98201 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 98204 struct SrcList_item *pItem = &pSrc->a[iSrc]; 103390 int iSrc; 103400 iSrc = sqlite3TableColumnToStorage(pTab, iCol) - pParse->iSelfTab; 103410 sqlite3ExprCodeGeneratedColumn(pParse, pCol, iSrc); 103413 return iSrc; 103417 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); 103421 return iSrc; 110012 int iSrc; /* Index in pTabList->a[] of table being read */ 110030 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ [all …]
|