/external/clang/test/OpenMP/ |
D | parallel_for_codegen.cpp | 12 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 60 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 108 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 175 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 224 void guided7(float *a, float *b, float *c, float *d) { in guided7() 273 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 325 void runtime(float *a, float *b, float *c, float *d) { in runtime()
|
D | for_codegen.cpp | 13 void without_schedule_clause(float *a, float *b, float *c, float *d) { in without_schedule_clause() 53 void static_not_chunked(float *a, float *b, float *c, float *d) { in static_not_chunked() 93 void static_chunked(float *a, float *b, float *c, float *d) { in static_chunked() 152 void dynamic1(float *a, float *b, float *c, float *d) { in dynamic1() 193 void guided7(float *a, float *b, float *c, float *d) { in guided7() 234 void test_auto(float *a, float *b, float *c, float *d) { in test_auto() 278 void runtime(float *a, float *b, float *c, float *d) { in runtime()
|
/external/libcxx/test/std/containers/associative/ |
D | tree_balance_after_insert.pass.cpp | 37 Node c; in test1() local 38 Node d; in test1() local 92 Node c; in test1() local 93 Node d; in test1() local 147 Node c; in test1() local 148 Node d; in test1() local 202 Node c; in test1() local 203 Node d; in test1() local 257 Node c; in test1() local 258 Node d; in test1() local [all …]
|
D | tree_remove.pass.cpp | 38 Node c; in test1() local 39 Node d; in test1() local 103 Node c; in test1() local 104 Node d; in test1() local 168 Node c; in test1() local 169 Node d; in test1() local 244 Node c; in test1() local 245 Node d; in test1() local 324 Node c; in test2() local 389 Node c; in test2() local [all …]
|
/external/skia/include/core/ |
D | SkDither.h | 22 #define SkDITHER_R32_FOR_565_MACRO(r, d) (r + d - (r >> 5)) argument 23 #define SkDITHER_G32_FOR_565_MACRO(g, d) (g + (d >> 1) - (g >> 6)) argument 24 #define SkDITHER_B32_FOR_565_MACRO(b, d) (b + d - (b >> 5)) argument 26 #define SkDITHER_A32_FOR_4444_MACRO(a, d) (a + 15 - (a >> 4)) argument 27 #define SkDITHER_R32_FOR_4444_MACRO(r, d) (r + d - (r >> 4)) argument 28 #define SkDITHER_G32_FOR_4444_MACRO(g, d) (g + d - (g >> 4)) argument 29 #define SkDITHER_B32_FOR_4444_MACRO(b, d) (b + d - (b >> 4)) argument 32 inline unsigned SkDITHER_R32_FOR_565(unsigned r, unsigned d) in SkDITHER_R32_FOR_565() 40 inline unsigned SkDITHER_G32_FOR_565(unsigned g, unsigned d) in SkDITHER_G32_FOR_565() 48 inline unsigned SkDITHER_B32_FOR_565(unsigned b, unsigned d) in SkDITHER_B32_FOR_565() [all …]
|
/external/clang/test/Sema/ |
D | complex-imag.c | 6 int *c = &__real a; in f1() local 7 int *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'int'}} in f1() local 13 int *c = &__real a; in f2() local 14 int *d = &__imag a; in f2() local 20 double *c = &__real a; in f3() local 21 double *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'double'}} in f3() local 27 double *c = &__real a; in f4() local 28 double *d = &__imag a; in f4() local
|
/external/libgsm/inc/ |
D | proto.h | 42 # define P3(x, a, b, c) (a, b, c) argument 43 # define P4(x, a, b, c, d) (a, b, c, d) argument 44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument 45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument 46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument 47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument 56 # define P3(x, a, b, c) x a; b; c; argument 57 # define P4(x, a, b, c, d) x a; b; c; d; argument 58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; argument 59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; argument [all …]
|
/external/v8/test/webkit/ |
D | get-by-pname.js | 35 var o = {a:1, b:3, c:7}; property 36 var p = {a:1, b:2, c:3, d:4}; property 37 var q = {a:1, b:2, c:3, d:4, e:3457}; property 38 var r = {a:1, b:2, c:3, d:4, e:91, f:12}; property 39 var s = {a:1, b:2, c:3, d:4, e:91, f:12, g:69}; property
|
/external/libcxxabi/test/ |
D | unwind_06.pass.cpp | 35 double c = get(2); in try2() local 45 double c = get(2); in try3() local 46 double d = get(3); in try3() local 56 double c = get(0); in try4() local 57 double d = get(0); in try4() local 68 double c = get(0); in try5() local 69 double d = get(0); in try5() local 81 double c = get(0); in try6() local 82 double d = get(0); in try6() local 95 double c = get(0); in try7() local [all …]
|
/external/boringssl/src/crypto/md5/ |
D | md5.c | 105 #define HASH_MAKE_STRING(c, s) \ argument 125 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument 126 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument 127 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument 128 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument 130 #define R0(a,b,c,d,k,s,t) { \ argument 135 #define R1(a,b,c,d,k,s,t) { \ argument 140 #define R2(a,b,c,d,k,s,t) { \ argument 145 #define R3(a,b,c,d,k,s,t) { \ argument
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 54 const A& c = A(); in test_const_ref() local 95 { A c; in test_scope() local 96 A d; in test_scope() local 133 A c; in test_return() local 242 A c; in test_if_implicit_scope() local 243 else A c; in test_if_implicit_scope() local 321 A c; in test_if_jumps() local 323 A d; in test_if_jumps() local 325 A c; in test_if_jumps() local 327 A d; in test_if_jumps() local [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vbtables.cpp | 9 struct C : virtual A { int c; }; member 10 struct D : virtual B, virtual C { int d; }; member 11 D d; // Force vbtable emission. variable 33 struct C : virtual A { int c; }; member 34 struct D : B, C { int d; }; member 35 D d; // Force vbtable emission. variable 54 struct C : virtual A, virtual B { int c; }; member 55 C c; variable 64 struct C : B, virtual A { int c; }; member 65 C c; // Force vbtable emission. variable [all …]
|
D | mangle-ms-back-references.cpp | 9 void f3(int a, const char* b, const char* c) {} in f3() 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} in f5() 21 void f7(int a, int* b, int c, int* d, bool e, bool f, bool* g) {} in f7() 36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} in g3() 39 void g4(const char* a, struct S* b, const char* c, struct S* d) { in g4() 56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()
|
/external/boringssl/src/crypto/md4/ |
D | md4.c | 84 #define HASH_MAKE_STRING(c, s) \ argument 103 #define F(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument 104 #define G(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument 105 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument 107 #define R0(a, b, c, d, k, s, t) \ argument 113 #define R1(a, b, c, d, k, s, t) \ argument 119 #define R2(a, b, c, d, k, s, t) \ argument 125 void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num) { in md4_block_data_order()
|
/external/valgrind/coregrind/ |
D | pub_core_syscall.h | 61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument 63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument 65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument 67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument 69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument 71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
|
/external/skia/src/opts/ |
D | SkPMFloat_none.h | 8 inline SkPMFloat::SkPMFloat(SkPMColor c) { in SkPMFloat() 21 SkPMColor c = SkPackARGB32(this->a()+0.5f, this->r()+0.5f, this->g()+0.5f, this->b()+0.5f); in round() local 35 SkPMColor c = SkPackARGB32(a+0.5f, r+0.5f, g+0.5f, b+0.5f); in roundClamp() local 41 SkPMFloat* a, SkPMFloat* b, SkPMFloat* c, SkPMFloat* d) { in From4PMColors() 49 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundTo4PMColors() 58 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundClampTo4PMColors()
|
D | SkPMFloat_neon.h | 15 inline SkPMFloat::SkPMFloat(SkPMColor c) { in SkPMFloat() 28 SkPMColor c = vget_lane_u32((uint32x2_t)fix8, 0); in trunc() local 42 SkPMColor c = vget_lane_u32((uint32x2_t)fix8, 0); in roundClamp() local 49 SkPMFloat* a, SkPMFloat* b, SkPMFloat* c, SkPMFloat* d) { in From4PMColors() 57 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundTo4PMColors() 66 const SkPMFloat& a, const SkPMFloat& b, const SkPMFloat&c, const SkPMFloat& d, in RoundClampTo4PMColors()
|
/external/v8/test/mjsunit/ |
D | date.js | 82 var c = new Date(); variable 87 var d = new Date(); variable 160 var d = new Date(); variable 184 d = new Date(1969, 12, 1, 99999999999); variable 186 d = new Date(1969, 12, 1, -99999999999); variable 188 d = new Date(1969, 12, 1, Infinity); variable 190 d = new Date(1969, 12, 1, -Infinity); variable 192 d = new Date(1969, 12, 1, 0); variable 195 d = new Date(1969, 12, 1, 0); variable
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | NFAToDFAConverter.java | 86 DFAState d = (DFAState) work.get(0); in convert() local 201 protected void findNewDFAStatesAndAddDFATransitions(DFAState d) { in findNewDFAStatesAndAddDFATransitions() 408 protected static int addTransition(DFAState d, in addTransition() 457 public void closure(DFAState d) { in closure() 469 NFAConfiguration c = (NFAConfiguration)configs.get(i); in closure() local 481 d, in closure() local 595 DFAState d, in closure() 712 d, in closure() local 759 d, in closure() local 768 d, in closure() local [all …]
|
/external/boringssl/src/crypto/sha/ |
D | sha1.c | 102 #define HASH_MAKE_STRING(c, s) \ argument 141 #define F_00_19(b, c, d) ((((c) ^ (d)) & (b)) ^ (d)) argument 142 #define F_20_39(b, c, d) ((b) ^ (c) ^ (d)) argument 143 #define F_40_59(b, c, d) (((b) & (c)) | (((b) | (c)) & (d))) argument 144 #define F_60_79(b, c, d) F_20_39(b, c, d) argument 146 #define BODY_00_15(i, a, b, c, d, e, f, xi) \ argument 150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 155 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument 160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument 165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | SipHashFunction.java | 39 private final int c; field in SipHashFunction 41 private final int d; field in SipHashFunction 52 SipHashFunction(int c, int d, long k0, long k1) { in SipHashFunction() 98 private final int c; field in SipHashFunction.SipHasher 100 private final int d; field in SipHashFunction.SipHasher 118 SipHasher(int c, int d, long k0, long k1) { in SipHasher()
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
D | p3.cpp | 11 static constexpr int c = 0; member 12 static const int d; member 24 const int S::c; member in S 25 constexpr int S::d = 0; member in S 33 static constexpr T c = T(); // expected-error {{cannot have non-literal type}} member 34 static const T d; member 37 template<typename T> constexpr T U<T>::d = T(); // expected-error {{non-literal type 'const NonLit'… member in U<T>
|
/external/compiler-rt/test/msan/ |
D | vector_select.cc | 10 __m128d select(bool b, __m128d c, __m128d d) in select() 17 __w64d select(bool b, __w64d c, __w64d d) in select()
|
/external/clang/test/Parser/ |
D | arm-windows-calling-convention-handling.c | 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling convention '__cdecl' … in cdecl() 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-warning {{calling convent… in stdcall()
|
/external/clang/test/SemaCXX/ |
D | warn-exit-time-destructors.cpp | 7 A c[10][10]; // expected-warning {{declaration requires an exit-time destructor}} variable 9 A &d = a; variable 20 static A c[10][10]; // expected-warning {{declaration requires an exit-time destructor}} in f() local 22 static A &d = a; in f() local 34 C c; // expected-warning {{exit-time destructor}} variable 41 D d; member
|