/external/webp/src/dsp/ |
D | mips_macro.h | 27 I0, I1) \ argument 28 "addq.ph %[" #O0 "], %[" #I0 "], %[" #I1 "] \n\t" \ 29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t" 35 I0, I1) \ argument 36 "lh %[" #O0 "], " #I0 "(%[in]) \n\t" \ 42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument 43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t" \ 44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \ 45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \ 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log | 36 I0 158 (I0 320 I0 380 (I0 446 I0 592 (I0 658 I0 804 (I0 927 I0 935 I0 [all …]
|
/external/clang/test/SemaObjC/ |
D | sizeof-interface.m | 3 @class I0; // expected-note 2{{forward declaration of class here}} 6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} 9 void *g3(I0 *P) { 10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}} 12 …4]; // expected-error{{expected method to read array element not found on object of type 'I0 *'}} 17 @interface I0 { interface 26 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… 29 @implementation I0 implementation 35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… 53 int bar(I0 *P) { [all …]
|
D | missing-atend-metadata.m | 3 @interface I0 // expected-note {{receiver is instance of class declared here}} interface 6 @implementation I0 // expected-note {{implementation started here}} implementation 9 @interface I1 : I0 // expected-error {{missing '@end'}} 15 @interface I2 : I0 // expected-error {{missing '@end'}}
|
D | property-category-1.m | 39 @interface I0 interface 43 @interface I0 (Cat0) interface in Cat0 46 @interface I0 (Cat1) interface in Cat1 49 @implementation I0 // expected-warning {{property 'p0' requires method 'p0' to be define}} implementation
|
/external/clang/test/CodeGenObjC/ |
D | interface.m | 6 @interface I0 { interface 14 static int f0(I0 *a0) { 18 static int f1(I0 *a0) { 22 static int f2(I0 *a0) { 27 I0 *a = alloca(sizeof(*a) * 4);
|
D | objc2-retain-codegen.m | 4 @interface I0 { interface 5 I0 *_f0; 10 @implementation I0 implementation
|
D | debug-info-crash.m | 12 @interface I0 { interface 13 I0 *_iv0; 20 - (I0<P0> *) im0 {
|
D | next-objc-dispatch.m | 55 @interface I0 : NSObject interface 59 @implementation I0 implementation 70 void f0(I0 *a) { 71 [I0 alloc];
|
D | function-decay.m | 3 @interface I0 @end interface 4 @implementation I0 implementation
|
D | no-sanitize.m | 3 @interface I0 @end interface 4 @implementation I0 implementation
|
D | class-type.m | 6 @interface I0 { interface 21 @interface I2 : I0
|
D | synthesize_ivar.m | 32 @interface I0 @end interface 35 I0<P0> *iv0;
|
D | property-complex.m | 4 @interface I0 { interface 15 @implementation I0 implementation 42 void f0(I0 *a0) {
|
D | bitfield-ivar-offsets.m | 11 @interface I0 { interface 23 @implementation I0 implementation
|
/external/llvm/unittests/IR/ |
D | ValueTest.cpp | 130 Instruction *I0 = &*BB.begin(); in TEST() local 131 ASSERT_TRUE(I0); in TEST() 152 CHECK_PRINT(I0, " %0 = add i32 %y, 1"); in TEST() 171 CHECK_PRINT_AS_OPERAND(I0, false, "%0"); in TEST() 173 CHECK_PRINT_AS_OPERAND(I0, true, "i32 %0"); in TEST() 200 Instruction *I0 = &*EntryBB.begin(); in TEST() local 201 ASSERT_TRUE(I0); in TEST() 207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log | 92 I0 113 I0 176 (I0 308 I0 327 I0 385 (I0 525 I0 583 (I0 726 I0 784 (I0 [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 291 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) in verifyLeafProcRegUse() 317 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) { in remapRegsForLeafProc() 321 unsigned mapped_reg = reg - SP::I0 + SP::O0; in remapRegsForLeafProc() 328 if ((reg - SP::I0) % 2 == 0) { in remapRegsForLeafProc() 329 unsigned preg = (reg - SP::I0) / 2 + SP::I0_I1; in remapRegsForLeafProc() 344 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) { in remapRegsForLeafProc() 348 MBB->addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
|
D | DelaySlotFiller.cpp | 387 if (reg < SP::I0 || reg > SP::I7) in combineRestoreADD() 399 AddMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreADD() 415 if (reg < SP::I0 || reg > SP::I7) in combineRestoreOR() 438 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreOR() 453 if (reg < SP::I0 || reg > SP::I7) in combineRestoreSETHIi() 472 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreSETHIi()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log | 176 (I0 308 I0 385 (I0 525 I0 726 I0 925 I0 1004 (I0 1148 I0 1414 I0 1431 I0 [all …]
|
/external/clang/test/Driver/ |
D | darwin-iphone-defaults.m | 13 @interface I0 interface 17 @implementation I0 implementation
|
/external/webrtc/webrtc/common_audio/ |
D | window_generator.cc | 25 complex<float> I0(complex<float> x) { in I0() function 59 sum += I0(static_cast<float>(M_PI) * alpha * sqrt(1.0f - r * r)).real(); in KaiserBesselDerived()
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | ObjectsBenchmark.java | 29 private static final Integer I0 = -45; field in ObjectsBenchmark 75 dummy += Objects.hashCode(I2, S1, D1, S2, I0); in hashMixed_5()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log | 176 (I0 308 I0 385 (I0 583 (I0 784 (I0 925 I0 1004 (I0 1129 I0 1148 I0 1224 (I0 [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcCallingConv.td | 20 CCIfType<[i32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>, 30 CCIfType<[i32, f32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
|