Searched defs:map_type (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/script/
H A Dmap.cc24 FstClass *Map(const FstClass& ifst, MapType map_type, argument
26 MapInnerArgs args(ifst, map_type, delta, w);
/external/stlport/src/
H A Dmessage_facets.h44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef in struct:_Catalog_locale_map
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
82 // typedef map<messages_base::catalog,nl_catd_type> map_type;
111 map_type M;
/external/openfst/src/include/fst/script/
H A Dmap.h58 MapType map_type = args->args.arg2; local
62 if (map_type == ARC_SUM_MAPPER) {
65 } else if (map_type == IDENTITY_MAPPER) {
68 } else if (map_type == INVERT_MAPPER) {
71 } else if (map_type == PLUS_MAPPER) {
74 } else if (map_type == QUANTIZE_MAPPER) {
77 } else if (map_type == RMWEIGHT_MAPPER) {
80 } else if (map_type == SUPERFINAL_MAPPER) {
83 } else if (map_type == TIMES_MAPPER) {
86 } else if (map_type
[all...]
/external/iproute2/tc/
H A Dem_meta.c114 static inline int map_type(char k) function
180 if (map_type(*p) == TCF_META_TYPE(needed->kind))
205 int type = map_type(*p);
278 obj->kind = entry->id | (map_type(entry->mask[0]) << 12);
/external/linux-tools-perf/util/
H A Dmap.h19 enum map_type { enum
40 u8 /* enum map_type */ type;
80 struct map *machine__kernel_map(struct machine *self, enum map_type type)
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)
191 enum map_type type, u64 addr,
196 enum map_type typ
[all...]
H A 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)
71 bool dso__sorted_by_name(const struct dso *dso, enum map_type type)
76 static void dso__set_sorted_by_name(struct dso *dso, enum map_type type)
81 bool symbol_type__is_a(char symbol_type, enum map_type map_type) argument
83 switch (map_type) {
116 static void __map_groups__fixup_end(struct map_groups *mg, enum map_type type)
365 enum map_type type, u64 addr)
370 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type typ
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter_unittest.cc233 const Descriptor* map_type = file->FindMessageTypeByName("Map"); local
234 ASSERT_TRUE(map_type != NULL);
237 const FieldDescriptor* items_field = map_type->FindFieldByName("items");
/external/libvorbis/lib/
H A Dcodec_internal.h114 int map_type[64]; member in struct:codec_setup_info
/external/chromium/net/proxy/
H A Dproxy_config_service_linux_unittest.cc68 typedef std::map<std::string, value_type*> map_type; typedef in struct:net::__anon3000::SettingsTable
72 typename map_type::const_iterator it = settings.find(key);
79 map_type settings;
/external/qemu/
H A Darm-dis.c1542 enum map_type { enum
1548 enum map_type last_type;
3896 enum map_type type = MAP_ARM;

Completed in 794 milliseconds