/external/swiftshader/third_party/llvm-7.0/llvm/test/SafepointIRVerifier/ |
D | use-derived-unrelocated.ll | 4 define void @test.deriving.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint… 9 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8 17 define void @test.cmp.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-exam… 22 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8 30 define void @test.cmp-long_chain.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "stat… 36 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8 66 define void @test.cmp.fail(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoi… 68 …4 0, i32 0, void ()* undef, i32 0, i32 0, i32 0, i32 0, i8 addrspace(1)* %base2 , i32 -1, i32 0, i… 69 …%base2.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %safepoint_toke… 73 ; CHECK-NEXT: Use: %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated [all …]
|
D | compares.ll | 64 define void @test5(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-examp… 67 %load_addr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 %arg 75 define void @test6(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-examp… 79 …4 0, i32 0, void ()* undef, i32 0, i32 0, i32 0, i32 0, i8 addrspace(1)* %base2 , i32 -1, i32 0, i… 80 …rspace(1)* @llvm.experimental.gc.relocate.p1i8(token %safepoint_token, i32 7, i32 7) ; base2, base2
|
/external/skia/bench/ |
D | HairlinePathBench.cpp | 99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 104 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 136 SkIntToScalar(points[base2+1] + yTrans), in makePath() 164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 170 SkIntToScalar(points[base2+1] + yTrans), in makePath() 199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/external/skqp/bench/ |
D | HairlinePathBench.cpp | 99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 104 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 136 SkIntToScalar(points[base2+1] + yTrans), in makePath() 164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 170 SkIntToScalar(points[base2+1] + yTrans), in makePath() 199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 205 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local 237 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces() 238 superclassTest(base2, base2, classsub1); in testGetCommonSuperclass_interfaces() 239 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces() 240 superclassTest(base2, base2, classsub2); in testGetCommonSuperclass_interfaces() 241 superclassTest(base2, base2, classsub1234); in testGetCommonSuperclass_interfaces() 269 superclassTest(unknown, sub4, base2); in testGetCommonSuperclass_interfaces() 270 superclassTest(unknown, classsub4, base2); in testGetCommonSuperclass_interfaces()
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 94 struct base2 {int x;}; struct 95 struct derived : base1, base2 {}; 104 catch (base2 *p) { in test5() 121 catch (base2 *p) { in test6() 138 catch (base2 *p) { in test7()
|
/external/clang/test/Modules/Inputs/ |
D | dependency-gen-base.modulemap | 4 use "test-base2" 6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
|
D | dependency-gen-base2.modulemap | 1 module "test-base2" {
|
/external/u-boot/lib/ |
D | lmb.c | 44 phys_size_t size1, phys_addr_t base2, phys_size_t size2) in lmb_addrs_overlap() argument 46 return ((base1 < (base2+size2)) && (base2 < (base1+size1))); in lmb_addrs_overlap() 50 phys_addr_t base2, phys_size_t size2) in lmb_addrs_adjacent() argument 52 if (base2 == base1 + size1) in lmb_addrs_adjacent() 54 else if (base1 == base2 + size2) in lmb_addrs_adjacent() 65 phys_addr_t base2 = rgn->region[r2].base; in lmb_regions_adjacent() local 68 return lmb_addrs_adjacent(base1, size1, base2, size2); in lmb_regions_adjacent()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | SubdivisionNode.java | 444 private String getName(SubdivisionNode base2) { in getName() argument 445 return getIsoName(base2.code); in getName() 479 private void print(PrintWriter out, int indent, String prefix, SubdivisionNode base2) { in print() argument 483 prefix += base2.code; in print() 485 out.println(prefix + indentString + getName(base2)); in print() 486 if (base2.children.isEmpty()) { in print() 489 for (SubdivisionNode child : base2.children.values()) { in print() 617 … private void printXml(Appendable output, SubdivisionNode base2, int indent) throws IOException { in printXml() argument 618 if (base2.children.isEmpty()) { in printXml() 621 String type = base2.code; in printXml() [all …]
|
/external/clang/test/FixIt/ |
D | fixit-cxx11-attributes.cpp | 38 struct base2 {}; struct 48 …public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]]; 52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20]; 58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]]; 52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20]; 58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
|
/external/u-boot/arch/arm/mach-mvebu/ |
D | dram.c | 118 u32 reg, base, size, base2; in mv_xor_init2() local 136 base2 = ((base / (64 << 10)) << XEBARX_BASE_OFFS) | in mv_xor_init2() 139 base2); in mv_xor_init2()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | shifter_operand.ll | 31 define i32 @test3(i32 %base, i32 %base2, i32 %offset) { 44 %tmp4 = add i32 %base2, %tmp1
|
/external/testng/src/test/java/test/failures/ |
D | Base1.java | 7 public void base2() { in base2() method in Base1
|
/external/libxml2/result/scripts/ |
D | base2 | 1 / > ./test/scripts/base2.xml
|
/external/clang/test/Modules/ |
D | dependency-gen.modulemap | 14 use "test-base2" 22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | rematerialize-derived-pointers.ll | 273 %base2 = call i32 addrspace(1)* @new_instance() 283 …; CHECK: %basephi.base = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ], !is_base_val… 284 ; CHECK: %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ] 294 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ] 306 %base2 = call i32 addrspace(1)* @new_instance() 316 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/ |
D | strip-gc-relocates.ll | 82 %base2 = call i32 addrspace(1)* @new_instance() 95 %basephi.base = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ], !is_base_value !0 96 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
|
/external/libxml2/ |
D | runtest.c | 3067 const char *base2; in schemasTest() local 3122 base2 = baseFilename(instance); in schemasTest() 3123 len = strlen(base2); in schemasTest() 3124 if ((len > 6) && (base2[len - 6] == '_')) { in schemasTest() 3125 count = base2[len - 5]; in schemasTest() 3244 const char *base2; in rngTest() local 3287 base2 = baseFilename(instance); in rngTest() 3288 len = strlen(base2); in rngTest() 3289 if ((len > 6) && (base2[len - 6] == '_')) { in rngTest() 3290 count = base2[len - 5]; in rngTest() [all …]
|
D | regressions.py | 36 def compFiles(res, expected, base1, base2): argument 51 j = string.find(exp[i],base2)
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq12.h | 103 VeryLargeInt const* exp1, Fq12Elem const* base2,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pr33367.ll | 93 %base2 = load i64*, i64** %pbase2, !tbaa !142 94 %absaddr2 = getelementptr i64, i64* %base2, i64 %reg
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq12.c | 132 VeryLargeInt const* exp1, Fq12Elem const* base2, in Fq12MultiExp() argument 139 Fq12Exp(&tmp, base2, exp2); in Fq12MultiExp()
|