Home
last modified time | relevance | path

Searched refs:DD (Results 1 – 25 of 205) sorted by relevance

123456789

/external/valgrind/main/VEX/orig_x86/
Dmanyfp.orig693 . 89 C1 31 D2 52 57 DF 2C 24 8B 5D E4 DD 1C FB 47 83 C4 08 39 CF 72 EB
698 . 31 D2 52 57 DF 2C 24 8B 5D E4 DD 1C FB 47 83 C4 08 39 CF 72 EB
718 . 8B 45 F0 8B 55 DC 0F AF C1 8B 4D E4 C1 E0 04 DD 04 11 8B 5D E0 DD 1C 03 DD 44 11 08 DD 5C 03 08 4…
738 …B 55 18 DD 05 20 E9 05 08 31 DB C1 E2 04 8B 45 0C 8B 4D 14 DD 04 18 DD 04 19 DE E1 DD 44 18 08 DC …
742 . DD D8 E9 FA FE FF FF
749 . DD D8 DD 45 20 DD E9 DF E0 F6 C4 45 75 0C
753 . DD D8 31 C0 8D 65 F4 5B 5E 5F C9 C3
1534DD 05 28 E9 05 08 DD 05 30 E9 05 08 DD 05 38 E9 05 08 89 C1 89 F6 31 D2 52 53 DF 2C 24 D9 C0 8B 75…
1539 …9 C0 8B 75 EC D8 C4 D9 C9 8B 45 E8 DD 14 DE D9 C9 DD 1C D8 D9 C0 D8 C3 D9 C9 8B 75 E4 D8 C2 D9 C9 …
1542 . 505 80492DD 16
[all …]
Dfpu_mmx_sse.orig99 …94 C9 FE FF 89 83 78 FB FF FF 8D 83 28 02 00 00 89 83 7C FB FF FF 8D 83 24 DD FE FF 89 44 24 04 8B…
537 . 83 FE 21 7E DD
588 . 55 89 E5 57 56 53 83 EC 38 E8 DD 31 00 00
741 … FF 89 F2 89 4C 24 08 8D 8B 3A F0 FF FF 89 44 24 04 8B 83 30 01 00 00 89 04 24 89 F8 E8 0F DD FF FF
1728 . C1 E9 10 40 38 D1 74 DD
2025 . FF 45 C4 83 C6 05 83 7D C4 03 7E DD
2034 . 8B 45 C4 83 C0 30 E9 DD FB FF FF
2235 … 1C 83 EA 20 89 47 00 89 47 04 89 47 08 89 47 0C 89 47 10 89 47 14 89 47 18 89 47 1C 8D 7F 20 7D DD
2238 … 1C 83 EA 20 89 47 00 89 47 04 89 47 08 89 47 0C 89 47 10 89 47 14 89 47 18 89 47 1C 8D 7F 20 7D DD
2352 . 89 FA 89 F0 E8 F4 DD FF FF
[all …]
/external/clang/lib/Sema/
DDelayedDiagnostic.cpp26 DelayedDiagnostic DD; in makeDeprecation() local
27 DD.Kind = Deprecation; in makeDeprecation()
28 DD.Triggered = false; in makeDeprecation()
29 DD.Loc = Loc; in makeDeprecation()
30 DD.DeprecationData.Decl = D; in makeDeprecation()
31 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass; in makeDeprecation()
38 DD.DeprecationData.Message = MessageData; in makeDeprecation()
39 DD.DeprecationData.MessageLen = Msg.size(); in makeDeprecation()
40 return DD; in makeDeprecation()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h131 DelayedDiagnostic DD; in makeAccess() local
132 DD.Kind = Access; in makeAccess()
133 DD.Triggered = false; in makeAccess()
134 DD.Loc = Loc; in makeAccess()
135 new (&DD.getAccessData()) AccessedEntity(Entity); in makeAccess()
136 return DD; in makeAccess()
143 DelayedDiagnostic DD; in makeForbiddenType() local
144 DD.Kind = ForbiddenType; in makeForbiddenType()
145 DD.Triggered = false; in makeForbiddenType()
146 DD.Loc = loc; in makeForbiddenType()
[all …]
/external/compiler-rt/lib/ppc/
Dmultc3.c32 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3()
33 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3()
39 DD aDD = { .ld = a }; in __multc3()
40 DD bDD = { .ld = b }; in __multc3()
41 DD cDD = { .ld = c }; in __multc3()
42 DD dDD = { .ld = d }; in __multc3()
64 DD acDD = { .ld = ac }; in __multc3()
65 DD bdDD = { .ld = bd }; in __multc3()
66 DD adDD = { .ld = ad }; in __multc3()
67 DD bcDD = { .ld = bc }; in __multc3()
Ddivtc3.c25 DD cDD = { .ld = c }; in __divtc3()
26 DD dDD = { .ld = d }; in __divtc3()
45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; in __divtc3()
46 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; in __divtc3()
55 DD aDD = { .ld = a }; in __divtc3()
56 DD bDD = { .ld = b }; in __divtc3()
57 DD rDD = { .ld = denom }; in __divtc3()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp28 struct DD { struct
29 ~DD() = delete; // expected-note 2{{here}}
36 decltype(DD()) *p = new decltype(DD()); // ok argument
43 decltype(DD(), // expected-error {{deleted function}}
44 DD()) dd1; // expected-error {{deleted function}}
49 decltype(((13, ((DD())))))::n dd_parens; // ok
107 DD operator+(PD &a, PD &b);
112 DD operator,(int a, PD b);
/external/qemu/android/
Duser-config.c24 # define DD(...) D(__VA_ARGS__)
26 # define DD(...) ((void)0) macro
83 DD("looking user-config in: %s", uc->iniPath); in auserConfig_new()
99 DD("creating missing directory: %s", parentPath); in auserConfig_new()
108 DD("reading user-config file"); in auserConfig_new()
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX); in auserConfig_new()
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY); in auserConfig_new()
126 DD(" found %s = %lld", KEY_UUID, uc->uuid); in auserConfig_new()
146 DD(" Generated UUID = %lld", uc->uuid); in auserConfig_new()
198 DD("Generated user-config file:\n%s", temp); in auserConfig_save()
Dadb-qemud.c29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__) macro
342 DD("ADB debugging client %p is disconnected from the guest.", adb_dbg_client); in _adb_dbg_client_close()
359 DD("Connecting ADB debugging guest: '%s'", in _adb_debug_service_connect()
365 DD("Unable to create QEMUD client for ADB debugging guest."); in _adb_debug_service_connect()
402 DD("Registered '%s' qemud service", DEBUG_SERVICE_NAME); in android_adb_service_init()
/external/clang/include/clang/AST/
DDependentDiagnostic.h48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
49 DD->AccessData.Loc = Loc.getRawEncoding(); in Create()
50 DD->AccessData.IsMember = IsMemberAccess; in Create()
51 DD->AccessData.Access = AS; in Create()
52 DD->AccessData.TargetDecl = TargetDecl; in Create()
53 DD->AccessData.NamingClass = NamingClass; in Create()
54 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr(); in Create()
55 return DD; in Create()
DVTableBuilder.h76 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor() argument
78 reinterpret_cast<uintptr_t>(DD)); in MakeCompleteDtor()
81 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor() argument
83 reinterpret_cast<uintptr_t>(DD)); in MakeDeletingDtor()
/external/clang/lib/CodeGen/
DCGCXX.cpp329 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local
330 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualCall()
351 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall() argument
355 const CXXMethodDecl *MD = cast<CXXMethodDecl>(DD); in BuildAppleKextVirtualDestructorCall()
369 DD = cast<CXXDestructorDecl>(DD->getCanonicalDecl()); in BuildAppleKextVirtualDestructorCall()
371 CGM.getVTableContext().getMethodVTableIndex(GlobalDecl(DD, Type)); in BuildAppleKextVirtualDestructorCall()
384 CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type, in BuildVirtualCall() argument
386 DD = cast<CXXDestructorDecl>(DD->getCanonicalDecl()); in BuildVirtualCall()
388 CGM.getVTableContext().getMethodVTableIndex(GlobalDecl(DD, Type)); in BuildVirtualCall()
/external/qemu/android/avd/
Dinfo.c34 #define DD(...) VERBOSE_PRINT(avd_config,__VA_ARGS__) macro
256 DD(" found image search path: %s", path); in _getSearchPaths()
332 DD("Probing skin directory: %s", temp); in _checkSkinSkinsDir()
334 DD(" ignore bad skin directory %s", temp); in _checkSkinSkinsDir()
341 DD(" found skin directory: %s", temp); in _checkSkinSkinsDir()
362 DD(" skin alias '%s' points to skin directory: %s", in _checkSkinSkinsDir()
509 DD("Found target field in root AVD .ini file: '%s'", target); in _avdInfo_getApiLevel()
625 DD("found a total of %d search paths for this AVD", i->numSearchPaths); in _avdInfo_getSearchPaths()
645 DD("found %s in search dir: %s", fileName, searchDir); in _avdInfo_getSdkFilePath()
648 DD(" no %s in search dir: %s", fileName, searchDir); in _avdInfo_getSdkFilePath()
[all …]
/external/compiler-rt/test/Unit/ppc/
Dqadd_test.c107 DD a, b, c, r; in testEdgeCases()
118 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testEdgeCases()
130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases()
1813 DD a, b, c, r; in testAccuracy()
1825 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testAccuracy()
Dqsub_test.c107 DD a, b, c, r; in testEdgeCases()
120 DD c = { .ld = computed }; in testEdgeCases()
132 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases()
1815 DD a, b, c, r; in testAccuracy()
1827 DD c = { .ld = __gcc_qsub(a.ld, b.ld) }; in testAccuracy()
Dqdiv_test.c107 DD a, b, c, r; in testEdgeCases()
118 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testEdgeCases()
130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases()
736 DD a, b, c, r; in testAccuracy()
748 DD c = { .ld = __gcc_qdiv(a.ld, b.ld) }; in testAccuracy()
Dqmul_test.c107 DD a, b, c, r; in testEdgeCases()
118 DD c = { .ld = __gcc_qmul(a.ld, b.ld) }; in testEdgeCases()
130 error = memcmp(&c, &r, sizeof(DD)); in testEdgeCases()
734 DD a, b, c, r; in testAccuracy()
746 DD c = { .ld = __gcc_qmul(a.ld, b.ld) }; in testAccuracy()
Dfloatditf_test.c12 DD expected; in main()
13 DD computed; in main()
Dfloatunditf_test.c12 DD expected; in main()
13 DD computed; in main()
/external/qemu/hw/
Dgoldfish_pipe.c33 # define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
35 # define DD(...) (void)0 macro
355 DD("%s: channel=0x%x numBuffers=%d", __FUNCTION__, in pipeConnector_sendBuffers()
362 DD("%s: buffer data (%3d bytes): '%.*s'", __FUNCTION__, in pipeConnector_sendBuffers()
824DD("%s: sendExpiration=%lld recvExpiration=%lld\n", __FUNCTION__, pipe->sendExpiration, pipe->recv… in throttlePipe_rearm()
837 DD("%s: Arming for %lld\n", __FUNCTION__, minExpiration); in throttlePipe_rearm()
848 DD("%s: TICK! now=%lld sendExpiration=%lld recvExpiration=%lld\n", in throttlePipe_timerFunc()
864 DD("%s: WAKE %d\n", __FUNCTION__, flags); in throttlePipe_timerFunc()
987 DD("%s: CMD_OPEN channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
999 DD("%s: CMD_CLOSE channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
[all …]
/external/llvm/test/Transforms/SCCP/
Dapint-bigint2.ll12 %DD = or i101 %D, 1
13 %E = trunc i101 %DD to i32
/external/clang/test/SemaCXX/
Dconversion-delete-expr.cpp100 struct DD : BB { struct
105 void foo7 (DD d) in foo7()
/external/clang/test/SemaObjC/
Darc-readonly-property-ivar-1.m19 @interface DD interface
25 @implementation DD { implementation
/external/clang/lib/AST/
DMangle.cpp96 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() argument
99 checkMangleDC(DD, BD); in mangleDtorBlock()
102 mangleCXXDtor(DD, DT, Out); in mangleDtorBlock()
/external/valgrind/main/none/tests/arm/
Dvfp.c62 #define TESTINSN_vmovf32_imm(instruction, DD, imm) \ argument
68 "vstmia %0, {" #DD "}\n\t" \
71 : #DD, "memory" \
154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \ argument
162 "vmov.i8 " #DD ", #0x55\n\t" \
164 "vstmia %0, {" #DD "}\n\t" \
167 : #DD, #RN, #RM, "memory" \
169 printf("%s :: "#DD" 0x%08x 0x%08x\n", \
193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument
198 "vmov.i8 " #DD ", #0x55" "\n\t" \
[all …]

123456789