Searched refs:abbrev (Results 1 – 6 of 6) sorted by relevance
27 #define DECLARE_INPUT_SET(type, abbrev) \28 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \29 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \30 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \31 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;46 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \47 volatile type func##_rand_##abbrev##1_##abbrev##1; \48 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \49 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \50 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;[all …]
29 #define DECLARE_INPUT_SET(type, abbrev) \30 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \31 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \32 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \33 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;48 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \49 volatile type func##_rand_##abbrev##1_##abbrev##1; \50 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \51 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \52 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;[all …]
102 auto& abbrev = it->second; in ReadOneDie() local104 std::unique_ptr<DwarfDie> die(new DwarfDie(cu, parent_die, offset, abbrev.tag())); in ReadOneDie()106 for (auto& abbrev_attr : abbrev.attributes()) { in ReadOneDie()114 if (abbrev.tag() != DW_TAG_compile_unit) { in ReadOneDie()130 if (abbrev.has_children()) { in ReadOneDie()261 DwarfAbbrev abbrev(code, entry_tag, has_children == DW_CHILDREN_yes); in ReadAbbrev() local293 abbrev.AddAttribute(std::move(abbrev_attribute)); in ReadAbbrev()296 abbrev_map[code] = std::move(abbrev); in ReadAbbrev()
205 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { in getDayOfWeekString() argument208 switch (abbrev) { in getDayOfWeekString()250 public static String getMonthString(int month, int abbrev) { in getMonthString() argument253 switch (abbrev) { in getMonthString()400 public static CharSequence formatDuration(long millis, int abbrev) { in formatDuration() argument402 switch (abbrev) { in formatDuration()
44 /* abbrev. of RE @ref binutils ld/ldlex.l */
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...