Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 18 of 18) sorted by relevance

/external/openfst/src/include/fst/script/
Dmap.h58 MapType map_type = args->args.arg2; in Map() local
62 if (map_type == ARC_SUM_MAPPER) { in Map()
65 } else if (map_type == IDENTITY_MAPPER) { in Map()
68 } else if (map_type == INVERT_MAPPER) { in Map()
71 } else if (map_type == PLUS_MAPPER) { in Map()
74 } else if (map_type == QUANTIZE_MAPPER) { in Map()
77 } else if (map_type == RMWEIGHT_MAPPER) { in Map()
80 } else if (map_type == SUPERFINAL_MAPPER) { in Map()
83 } else if (map_type == TIMES_MAPPER) { in Map()
86 } else if (map_type == TO_LOG_MAPPER) { in Map()
[all …]
/external/linux-tools-perf/util/
Dsymbol.h176 bool dso__loaded(const struct dso *dso, enum map_type type);
177 bool dso__sorted_by_name(const struct dso *dso, enum map_type type);
179 static inline void dso__set_loaded(struct dso *dso, enum map_type type) in dso__set_loaded()
184 void dso__sort_by_name(struct dso *dso, enum map_type type);
196 enum map_type type, symbol_filter_t filter);
197 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
209 enum map_type type, FILE *fp);
210 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
231 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
233 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
[all …]
Dmap.h19 enum map_type { enum
80 struct map *machine__kernel_map(struct machine *self, enum map_type type) in machine__kernel_map()
114 void map__init(struct map *self, enum map_type type,
118 enum map_type type);
135 enum map_type type, int verbose, FILE *fp);
142 struct map_groups *parent, enum map_type type);
185 enum map_type type, u64 addr) in map_groups__find()
191 enum map_type type, u64 addr,
196 enum map_type type,
203 enum map_type type, u64 addr, in machine__find_kernel_symbol()
[all …]
Dthread.h39 enum map_type type, u64 addr) in thread__find_map()
46 enum map_type type, pid_t pid, u64 addr,
51 enum map_type type, pid_t pid, u64 addr,
Dmap.c21 void map__init(struct map *self, enum map_type type, in map__init()
38 enum map_type type) in map__new()
289 enum map_type type, u64 addr, in map_groups__find_symbol()
305 enum map_type type, in map_groups__find_symbol_by_name()
327 enum map_type type, int verbose, FILE *fp) in __map_groups__fprintf_maps()
354 enum map_type type, in __map_groups__fprintf_removed_maps()
459 struct map_groups *parent, enum map_type type) in map_groups__clone()
Dsymbol.c43 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
66 bool dso__loaded(const struct dso *dso, enum map_type type) in dso__loaded()
71 bool dso__sorted_by_name(const struct dso *dso, enum map_type type) in dso__sorted_by_name()
76 static void dso__set_sorted_by_name(struct dso *dso, enum map_type type) in dso__set_sorted_by_name()
81 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a() argument
83 switch (map_type) { in symbol_type__is_a()
116 static void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end()
365 enum map_type type, u64 addr) in dso__find_symbol()
370 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name()
376 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name()
[all …]
Devent.c689 enum map_type type, pid_t pid, u64 addr, in thread__find_addr_map()
765 enum map_type type, pid_t pid, u64 addr, in thread__find_addr_location()
Dsession.c1149 enum map_type i; in perf_session__set_kallsyms_ref_reloc_sym()
/external/stlport/src/
Dmessage_facets.h44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; typedef
111 map_type M;
Dmessages.cpp44 M = new map_type; in insert()
46 M->insert(map_type::value_type(key, L)); in insert()
61 map_type::const_iterator i = M->find(key); in lookup()
90 map_type::iterator mit(M.find(cat)); in erase()
/external/openfst/src/script/
Dmap.cc24 FstClass *Map(const FstClass& ifst, MapType map_type, in Map() argument
26 MapInnerArgs args(ifst, map_type, delta, w); in Map()
/external/iproute2/tc/
Dem_meta.c114 static inline int map_type(char k) in map_type() function
180 if (map_type(*p) == TCF_META_TYPE(needed->kind)) in is_compatible()
205 int type = map_type(*p); in list_meta_ids()
278 obj->kind = entry->id | (map_type(entry->mask[0]) << 12); in parse_object()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc233 const Descriptor* map_type = file->FindMessageTypeByName("Map"); in TEST_F() local
234 ASSERT_TRUE(map_type != NULL); in TEST_F()
237 const FieldDescriptor* items_field = map_type->FindFieldByName("items"); in TEST_F()
/external/openfst/src/bin/
Dfstmap.cc28 DEFINE_string(map_type, "identity",
/external/chromium/net/proxy/
Dproxy_config_service_linux_unittest.cc68 typedef std::map<std::string, value_type*> map_type; typedef
72 typename map_type::const_iterator it = settings.find(key); in Get()
79 map_type settings;
/external/openfst/
DNEWS25 and "to_log64" as supported 'map_type' arguments (1.2.8).
/external/linux-tools-perf/
Dbuiltin-test.c32 enum map_type type = MAP__FUNCTION; in test__vmlinux_matches_kallsyms()
/external/qemu/
Darm-dis.c1542 enum map_type { enum
1548 enum map_type last_type;
3896 enum map_type type = MAP_ARM; in print_insn_arm()