Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 25 of 77) sorted by relevance

1234

/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h40 #define LDMATRIX_0_1_2_3_12_13_14_15(BASE) \ argument
46 #define LDMATRIX_0_1_12_13(BASE) \ argument
50 #define LDMATRIX_0_12_13(BASE) \ argument
54 #define LDMATRIX_0_1_2_12_13_14(BASE) \ argument
60 #define LDMATRIX_0_12_13_14(BASE) \ argument
65 #define LDMATRIX_0_14(BASE) \ argument
69 #define LDMATRIX_0_1_2_3_4_5_6_7_12_13_14_15(BASE) \ argument
77 #define LDMATRIX_0_5_12_13(BASE) \ argument
82 #define LDMATRIX_0_1_2_3_4_5_6_12_13_14(BASE) \ argument
90 #define LDMATRIX_0_5_12_13_14(BASE) \ argument
[all …]
/external/clang/include/clang/Sema/
DTemplate.h405 #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/
DASTFwd.h21 #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
DASTTypeTraits.h131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
134 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
137 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() argument
50 #define DECL(DERIVED, BASE) \ argument
/external/harfbuzz_ng/src/
Dhb-ot-layout-base-table.hh432 struct BASE struct
434 static constexpr hb_tag_t tableTag = HB_OT_TAG_BASE;
436 const Axis &get_axis (hb_direction_t direction) const in get_axis()
439 const VariationStore &get_var_store () const in get_var_store()
442 bool get_baseline (hb_font_t *font, in get_baseline()
461 bool get_min_max (hb_font_t *font, in get_min_max()
480 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
491 FixedVersion<>version; /* Version of the BASE table */
492 OffsetTo<Axis>hAxis; /* Offset to horizontal Axis table, from beginning
494 OffsetTo<Axis>vAxis; /* Offset to vertical Axis table, from beginning
[all …]
/external/clang/lib/AST/
DASTTypeTraits.cpp32 #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
79 #define DECL(DERIVED, BASE) \ in getFromNode() argument
DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
48 #define DECL(DERIVED, BASE) \ argument
106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
147 #define DECL(DERIVED, BASE) \ in PrintStats() argument
163 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
729 #define DECL(NAME, BASE) in castFromDeclContext() argument
736 #define DECL(NAME, BASE) in castFromDeclContext() argument
748 #define DECL(NAME, BASE) in castToDeclContext() argument
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DNoUnit.java22 public static final NoUnit BASE = field in NoUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DNoUnit.java22 public static final NoUnit BASE = field in NoUnit
/external/perfetto/infra/perfetto-get.appspot.com/
Dmain.py21 BASE = 'https://android.googlesource.com/platform/external/perfetto.git/' \ variable
/external/clang/test/CodeGenObjC/
Dforward-class-impl-metadata.m3 @interface BASE { interface
/external/skia/modules/particles/include/
DSkReflected.h103 #define REFLECTED(TYPE, BASE) \ argument
114 #define REFLECTED_ABSTRACT(TYPE, BASE) \ argument
/external/python/cpython2/Include/
Dlongintrepr.h68 #define BASE PyLong_BASE macro
/external/clang/test/SemaCXX/
Dambig-user-defined-conversions.cpp4 struct BASE { struct
Ddecl-init-ref.cpp5 struct BASE { struct
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberRangeFormatter.java142 … private static final UnlocalizedNumberRangeFormatter BASE = new UnlocalizedNumberRangeFormatter(); field in NumberRangeFormatter
/external/freetype/src/gzip/
Dadler32.c10 #define BASE 65521L /* largest prime smaller than 65536 */ macro
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberRangeFormatter.java156 … private static final UnlocalizedNumberRangeFormatter BASE = new UnlocalizedNumberRangeFormatter(); field in NumberRangeFormatter
/external/u-boot/lib/zlib/
Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
/external/curl/tests/unit/
Dunit1303.c49 #define BASE 1000000 macro
/external/autotest/site_utils/lxc/
Dconstants.py13 BASE = global_config.get_config_value('AUTOSERV', 'container_base_name') variable
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DKeyboardSettings.java77 BASE, OMIT, NONE; enumConstant
DModifierKeyCombination.java58 public static final ModifierKeyCombination BASE = ModifierKeyCombination.ofOnKeys( field in ModifierKeyCombination
/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m45 @interface BASE interface

1234