/external/mesa3d/src/mesa/sparc/ |
D | sparc_matrix.h | 52 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \ argument 58 #define LDMATRIX_0_1_12_13(BASE) \ argument 62 #define LDMATRIX_0_12_13(BASE) \ argument 66 #define LDMATRIX_0_1_2_12_13_14(BASE) \ argument 72 #define LDMATRIX_0_12_13_14(BASE) \ argument 77 #define LDMATRIX_0_14(BASE) \ argument 81 #define LDMATRIX_0_1_2_3_4_5_6_7_12_13_14_15(BASE) \ argument 89 #define LDMATRIX_0_5_12_13(BASE) \ argument 94 #define LDMATRIX_0_1_2_3_4_5_6_12_13_14(BASE) \ argument 102 #define LDMATRIX_0_5_12_13_14(BASE) \ argument [all …]
|
/external/clang/include/clang/Sema/ |
D | Template.h | 405 #define DECL(DERIVED, BASE) \ argument 410 #define OBJCCONTAINER(DERIVED, BASE) argument 411 #define FILESCOPEASM(DERIVED, BASE) argument 412 #define IMPORT(DERIVED, BASE) argument 413 #define LINKAGESPEC(DERIVED, BASE) argument 414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 415 #define OBJCMETHOD(DERIVED, BASE) argument 416 #define OBJCTYPEPARAM(DERIVED, BASE) argument 417 #define OBJCIVAR(DERIVED, BASE) argument 418 #define OBJCPROPERTY(DERIVED, BASE) argument [all …]
|
/external/clang/include/clang/AST/ |
D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 24 #define STMT(DERIVED, BASE) class DERIVED; argument 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
D | ASTTypeTraits.h | 129 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 132 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 135 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
D | ExprOpenMP.h | 46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
|
D | DeclBase.h | 84 #define DECL(DERIVED, BASE) DERIVED, argument 86 #define DECL_RANGE(BASE, START, END) \ argument 88 #define LAST_DECL_RANGE(BASE, START, END) \ argument
|
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 83 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 48 #define DECL(DERIVED, BASE) \ argument 105 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 125 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 140 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 146 #define DECL(DERIVED, BASE) \ in PrintStats() argument 162 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 686 #define DECL(NAME, BASE) in castFromDeclContext() argument 693 #define DECL(NAME, BASE) in castFromDeclContext() argument 705 #define DECL(NAME, BASE) in castToDeclContext() argument [all …]
|
/external/clang/test/CodeGenObjC/ |
D | forward-class-impl-metadata.m | 3 @interface BASE { interface
|
/external/clang/test/SemaCXX/ |
D | ambig-user-defined-conversions.cpp | 4 struct BASE { struct
|
D | decl-init-ref.cpp | 5 struct BASE { struct
|
/external/freetype/src/gzip/ |
D | adler32.c | 10 #define BASE 65521L /* largest prime smaller than 65536 */ macro
|
/external/curl/tests/unit/ |
D | unit1303.c | 45 #define BASE 1000000 macro
|
/external/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 45 @interface BASE interface
|
/external/pdfium/third_party/libtiff/ |
D | tif_packbits.c | 73 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; in PackBitsEncode() enumerator
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_packbits.c | 73 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; in PackBitsEncode() enumerator
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | PolynomialSolver.h | 293 #define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES( BASE ) \ argument
|
/external/zlib/src/ |
D | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
|
/external/pdfium/third_party/zlib_v128/ |
D | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
|
/external/opencv3/3rdparty/zlib/ |
D | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 45 const int32_t Tag::BASE = TAG('B', 'A', 'S', 'E'); member in sfntly::Tag
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 20 private static final int BASE = 36; field in Punycode
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 22 private static final int BASE = 36; field in Punycode
|
/external/icu/icu4c/source/common/ |
D | punycode.cpp | 62 #define BASE 36 macro
|