/external/libcxxabi/test/ |
D | dynamic_cast.pass.cpp | 30 struct C3 { virtual ~C3() {} Pad1 _; }; in ~C3() argument 103 struct C3 { virtual ~C3() {} Pad2 _; }; in ~C3() struct
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 456 const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 484 const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 520 const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 576 const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 604 const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 640 const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 75 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
/external/clang/test/Layout/ |
D | ms-x86-empty-nonvirtual-bases.cpp | 17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %p\n", this);} }; in C3() argument
|
D | ms-x86-empty-virtual-base.cpp | 17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in C3() argument
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
D | ShadowMapTest.java | 25 private static final String C3 = C3.class.getName(); field in ShadowMapTest 112 static class C3 {} class in ShadowMapTest
|
/external/clang/test/Parser/ |
D | cxx-concept-declaration.cpp | 14 A<void>::Boolean concept C3(!0); variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 86 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 150 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
/external/clang/test/SemaCXX/ |
D | class.cpp | 101 struct C3 { struct 107 const C3 c3 = { 1, 2 }; in f() argument
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-non-virtual-base-ordering.cpp | 7 struct C3 : C0, C1, C2 {} a; struct
|
D | vtt-layout.cpp | 36 class C3 : public X1 { int i; }; class 55 class C3 : public X1 { int i; }; class
|
D | lto-visibility-inference.cpp | 13 struct __declspec(dllexport) C3 { struct
|
D | vtable-layout-extreme.cpp | 21 class C3 class
|
/external/fdlibm/ |
D | k_cos.c | 59 C3 = 2.48015872894767294178e-05, /* 0x3EFA01A0, 0x19CB1590 */ variable
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 9 template<typename T> concept bool C3() { return (throw 0, true); } in C3() function
|
/external/speex/libspeexdsp/ |
D | math_approx.h | 140 #define C3 4204 macro 311 #define C3 0.0414877472f macro
|
/external/skia/include/core/ |
D | SkPostConfig.h | 179 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 185 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
|
/external/skqp/include/core/ |
D | SkPostConfig.h | 179 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument 185 # define SK_PMCOLOR_BYTE_ORDER(C0, C1, C2, C3) \ argument
|
/external/arm-optimized-routines/math/ |
D | exp2.c | 17 #define C3 __exp_data.exp2_poly[2] macro
|
D | exp.c | 19 #define C3 __exp_data.poly[6 - EXP_POLY_ORDER] macro
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 148 LazyCallGraph::Node &C3 = (I++)->getNode(CG); in TEST() local 612 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local 698 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local 1125 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local
|
/external/clang/test/CXX/special/class.dtor/ |
D | p5-0x.cpp | 83 struct C3 : virtual DeletedDtor { C3(); } c3; // expected-error {{deleted function}} expected-note … struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 251 LazyCallGraph::Node &C3 = (I++)->getNode(); in TEST() local 764 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local 856 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local 1102 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local 1767 LazyCallGraph::Node &C3 = *CG.lookup(lookupFunction(*M, "c3")); in TEST() local
|
/external/webp/src/dsp/ |
D | common_sse2.h | 180 const __m128i C3 = _mm_unpackhi_epi8(B2, B3); in VP8L32bToPlanar_SSE2() local
|