HomeSort by relevance Sort by last modified time
    Searched refs:DD (Results 1 - 25 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/builtins/Unit/ppc/
DD.h 12 } DD;
floatditf_test.c 7 #include "DD.h"
12 DD expected;
13 DD computed;
floatunditf_test.c 7 #include "DD.h"
12 DD expected;
13 DD computed;
  /device/generic/goldfish/qemu-props/
qemu-props.c 31 # define DD(...) ALOGI(__VA_ARGS__)
33 # define DD(...) ((void)0)
60 DD("Could not connect after too many tries. Aborting");
64 DD("waiting 1s to wait for qemud.");
69 DD("connected to '%s' qemud service.", QEMUD_SERVICE);
73 DD("could not send command to '%s' service", QEMUD_SERVICE);
83 DD("receiving..");
94 DD("received: %.*s", len, temp);
99 DD("invalid format, ignored.");
105 DD("could not set property '%s' to '%s'", temp, q)
    [all...]
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 30 DelayedDiagnostic DD;
33 DD.Kind = Deprecation;
36 DD.Kind = Unavailable;
41 DD.Triggered = false;
42 DD.Loc = Loc;
43 DD.DeprecationData.Decl = D;
44 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
45 DD.DeprecationData.ObjCProperty = ObjCProperty;
52 DD.DeprecationData.Message = MessageData;
53 DD.DeprecationData.MessageLen = Msg.size()
    [all...]
  /external/boringssl/win-x86_64/crypto/aes/
aes-x86_64.asm 1438 DD 0x90A548F3
1600 DD 0x90AB48F3
1700 DD 0x9066A4F3
1704 DD 0x9066AAF3
1785 DD 0x9066A4F3
1807 DD 0xa56363c6,0xa56363c6
1808 DD 0x847c7cf8,0x847c7cf8
1809 DD 0x997777ee,0x997777ee
1810 DD 0x8d7b7bf6,0x8d7b7bf6
1811 DD 0x0df2f2ff,0x0df2f2f
    [all...]
  /external/compiler-rt/lib/builtins/ppc/
multc3.c 5 #include "DD.h"
28 DD real = { .ld = __gcc_qsub(ac,bd) };
29 DD imag = { .ld = __gcc_qadd(ad,bc) };
35 DD aDD = { .ld = a };
36 DD bDD = { .ld = b };
37 DD cDD = { .ld = c };
38 DD dDD = { .ld = d };
60 DD acDD = { .ld = ac };
61 DD bdDD = { .ld = bd };
62 DD adDD = { .ld = ad }
    [all...]
  /external/valgrind/none/tests/s390x/
dfp-1.c 30 d64_1 = 3.14DD;
31 d64_2 = 0.005DD;
35 d64_1 = -3.14DD;
36 d64_2 = 0.005DD;
40 d64_1 = 3.14DD;
49 d64_1 = 3.14DD;
50 d64_2 = 0.005DD;
54 d64_1 = -3.14DD;
55 d64_2 = 0.005DD;
59 d64_1 = 3.14DD;
    [all...]
dfpext.c 98 d = -1.1DD; \
100 d = 0.DD; \
102 d = 1.DD; \
104 d = 1.4DD; \
106 d = 1.5DD; \
108 d = 1.6DD; \
110 d = 1.6E+4DD; \
112 d = 1.6E+8DD; \
114 d = 1.6E+4DD; \
116 d = 1.6E+12DD; \
    [all...]
dfp-2.c 277 _Decimal64 d64 = 50.0005DD;
282 eedtr(0.DD);
289 esdtr(0.DD);
296 ltdtr(0.0DD);
301 d64 = 12345678.54321DD;
304 sldt(0.DD, 2);
305 sldt(-0.DD, 2);
309 srdt(0.DD, 2);
310 srdt(-0.DD, 2);
323 d64 = 5.000005DD;
    [all...]
dfpconv.c 57 d = -1.1DD; \
59 d = 0.DD; \
61 d = 1.DD; \
63 d = 1.4DD; \
65 d = 1.5DD; \
67 d = 1.6DD; \
69 d = 1.6E+4DD; \
71 d = 1.6E+8DD; \
73 d = 1.6E+4DD; \
75 d = 1.6E+12DD; \
    [all...]
dfp-4.c 11 d64_1 = 5.000005DD;
12 d64_2 = 60000.4DD;
  /external/clang/test/CodeGenCXX/
strict-vtable-pointers.cpp 61 DynamicDerived DD;
62 DD.foo();
105 DynamicDerived *DD = new (DB) DynamicDerived;
106 DD->foo();
107 DD->~DynamicDerived();
  /external/clang/include/clang/AST/
DependentDiagnostic.h 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
49 DD->AccessData.Loc = Loc.getRawEncoding();
50 DD->AccessData.IsMember = IsMemberAccess;
51 DD->AccessData.Access = AS;
52 DD->AccessData.TargetDecl = TargetDecl;
53 DD->AccessData.NamingClass = NamingClass;
54 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr();
55 return DD;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 31 DeadlockDetectorTLS<DDBV> dd; member in struct:__sanitizer::DDLogicalThread
36 struct DD : public DDetector {
38 DeadlockDetector<DDBV> dd; member in struct:__sanitizer::DD
41 explicit DD(const DDFlags *flags);
64 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
65 return new(mem) DD(flags);
68 DD::DD(const DDFlags *flags)
70 dd.clear();
73 DDPhysicalThread* DD::CreatePhysicalThread()
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 136 DelayedDiagnostic DD;
137 DD.Kind = Access;
138 DD.Triggered = false;
139 DD.Loc = Loc;
140 new (&DD.getAccessData()) AccessedEntity(Entity);
141 return DD;
148 DelayedDiagnostic DD;
149 DD.Kind = ForbiddenType;
150 DD.Triggered = false;
151 DD.Loc = loc
    [all...]
  /external/clang/test/Misc/
diag-line-wrapping.cpp 7 struct DD : D1, D2 {
12 // CHECK: struct DD -> struct D1 -> struct B
13 // CHECK: struct DD -> struct D2 -> struct B
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.asm 28 mCode16Size DD _TEXT16SIZE
52 DD offset NullSegSel
61 _EDI DD ?
62 _ESI DD ?
63 _EBP DD ?
64 _ESP DD ?
65 _EBX DD ?
66 _EDX DD ?
67 _ECX DD ?
68 _EAX DD ?
    [all...]
  /external/clang/lib/AST/
CXXABI.h 63 TypedefNameDecl *DD) = 0;
69 DeclaratorDecl *DD) = 0;
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 100 struct DD : BB {
105 void foo7 (DD d)
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 47 @* DD MM YYYY Author(s) Changes
64 @* DD MM YYYY Author(s) Changes
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 28 struct DD {
29 ~DD() = delete; // expected-note 2{{here}}
34 DD dd();
39 decltype(dd()) *p = new decltype(dd()); // ok
47 decltype(dd(), // expected-error {{deleted function}}
48 dd()) dd1;
50 dd()) dd2; // expected-error {{deleted function}}
55 decltype(((13, ((dd())))))::n dd_parens; // o
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.asm 49 gSmmCr3 DD ?
54 gSmmCr4 DD ?
57 gSmmCr0 DD ?
62 DD @32bit
71 gSmmInitStack DD ?
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Thunk16.asm 55 _EDI DD ?
56 _ESI DD ?
57 _EBP DD ?
58 _ESP DD ?
59 _EBX DD ?
60 _EDX DD ?
61 _ECX DD ?
62 _EAX DD ?
68 _EIP DD ?
74 RetEip DD ?
    [all...]
Thunk16.S 55 #_EDI DD ?
56 #_ESI DD ?
57 #_EBP DD ?
58 #_ESP DD ?
59 #_EBX DD ?
60 #_EDX DD ?
61 #_ECX DD ?
62 #_EAX DD ?
68 #_EIP DD ?
74 #RetEip DD ?
    [all...]

Completed in 3891 milliseconds

1 2 3 4 5 6 7 8 91011>>