Searched refs:map_type (Results 1 - 25 of 35) sorted by relevance

12

/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/openfst/src/include/fst/script/
H A Dmap.h58 MapType map_type = args->args.arg2; local
66 if (map_type == ARC_SUM_MAPPER) {
69 } else if (map_type == IDENTITY_MAPPER) {
72 } else if (map_type == INVERT_MAPPER) {
75 } else if (map_type == PLUS_MAPPER) {
78 } else if (map_type == QUANTIZE_MAPPER) {
81 } else if (map_type == RMWEIGHT_MAPPER) {
84 } else if (map_type == SUPERFINAL_MAPPER) {
87 } else if (map_type == TIMES_MAPPER) {
90 } else if (map_type
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread.h43 enum map_type type, u64 addr)
49 u8 cpumode, enum map_type type, u64 addr,
53 u8 cpumode, enum map_type type, u64 addr,
H A Dmap.h11 enum map_type { enum
34 u8 /* enum map_type */ type;
91 void map__init(struct map *map, enum map_type type,
96 char *filename, enum map_type type);
97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
115 enum map_type type, int verbose, FILE *fp);
124 struct map_groups *parent, enum map_type type);
143 enum map_type type, u64 addr)
149 enum map_type type)
160 enum map_type typ
[all...]
H A Ddso.h99 static inline void dso__set_loaded(struct dso *dso, enum map_type type)
112 bool dso__loaded(const struct dso *dso, enum map_type type);
114 bool dso__sorted_by_name(const struct dso *dso, enum map_type type);
115 void dso__set_sorted_by_name(struct dso *dso, enum map_type type);
116 void dso__sort_by_name(struct dso *dso, enum map_type type);
151 enum map_type type, FILE *fp);
152 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
H A Dsymbol.h224 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
226 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
228 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
246 bool symbol_type__is_a(char symbol_type, enum map_type map_type);
259 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type);
H A Dmachine.h36 struct map *machine__kernel_map(struct machine *machine, enum map_type type)
117 enum map_type type, u64 addr,
148 enum map_type type, symbol_filter_t filter);
149 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
H A Dmap.c34 void map__init(struct map *map, enum map_type type,
53 enum map_type type)
110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type)
337 enum map_type type, u64 addr,
353 enum map_type type,
375 enum map_type type, int verbose, FILE *fp)
402 enum map_type type,
507 struct map_groups *parent, enum map_type type)
H A Dsymbol.c59 bool symbol_type__is_a(char symbol_type, enum map_type map_type) argument
63 switch (map_type) {
193 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type)
408 enum map_type type, u64 addr)
413 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type)
418 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
424 void dso__sort_by_name(struct dso *dso, enum map_type type)
432 enum map_type type, FILE *fp)
744 enum map_type typ
[all...]
H A Ddso.c424 bool dso__loaded(const struct dso *dso, enum map_type type)
429 bool dso__sorted_by_name(const struct dso *dso, enum map_type type)
434 void dso__set_sorted_by_name(struct dso *dso, enum map_type type)
617 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp)
/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;
H A Dmessages.cpp44 M = new map_type;
46 M->insert(map_type::value_type(key, L));
61 map_type::const_iterator i = M->find(key);
90 map_type::iterator mit(M.find(cat));
/external/lldb/test/lang/cpp/stl/
H A DTestSTL.py122 map_type = associative_array.GetType()
123 self.DebugSBType(map_type)
124 self.assertTrue(map_type, VALID_TYPE)
125 num_template_args = map_type.GetNumberOfTemplateArguments()
131 t = map_type.GetTemplateArgumentType(i)
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py276 map_type = self.valobj.GetType()
277 if map_type.IsReferenceType():
279 map_type = map_type.GetDereferencedType()
281 map_arg_0 = str(map_type.GetTemplateArgumentType(0).GetName())
282 map_arg_1 = str(map_type.GetTemplateArgumentType(1).GetName())
/external/libvorbis/lib/
H A Dcodec_internal.h114 int map_type[64]; member in struct:codec_setup_info
H A Dinfo.c173 _mapping_P[ci->map_type[i]]->free_info(ci->map_param[i]);
319 ci->map_type[i]=oggpack_read(opb,16);
320 if(ci->map_type[i]<0 || ci->map_type[i]>=VI_MAPB)goto err_out;
321 ci->map_param[i]=_mapping_P[ci->map_type[i]]->unpack(vi,opb);
528 oggpack_write(opb,ci->map_type[i],16);
529 _mapping_P[ci->map_type[i]]->pack(vi,ci->map_param[i],opb);
H A Dsynthesis.c86 type=ci->map_type[ci->mode_param[mode]->mapping];
/external/openfst/src/bin/
H A Dfstmap.cc28 DEFINE_string(map_type, "identity",
/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h407 D3D10_MAP map_type,
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
433 D3D10_MAP map_type,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
462 D3D10_MAP map_type,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
492 D3D10_MAP map_type,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
406 Map( D3D10_MAP map_type, unsigned map_flags, void **out_data) argument
431 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, void **out_data) argument
460 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, D3D10_MAPPED_TEXTURE2D *out_mapped_subresource) argument
490 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, D3D10_MAPPED_TEXTURE3D *out_mapped_subresource) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h407 D3D10_MAP map_type,
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
433 D3D10_MAP map_type,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
462 D3D10_MAP map_type,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
492 D3D10_MAP map_type,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
406 Map( D3D10_MAP map_type, unsigned map_flags, void **out_data) argument
431 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, void **out_data) argument
460 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, D3D10_MAPPED_TEXTURE2D *out_mapped_subresource) argument
490 Map( unsigned subresource, D3D10_MAP map_type, unsigned map_flags, D3D10_MAPPED_TEXTURE3D *out_mapped_subresource) argument
/external/chromium_org/third_party/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/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/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc412 int map_type = 0; local
419 map_type = *found_type;
421 if ((map_type & kDeallocatedTypeBit) != 0) {
424 data_addr(), AllocName(map_type & ~kDeallocatedTypeBit));
460 if (alloc_type_ != map_type) {
464 data_addr(), AllocName(alloc_type_), AllocName(map_type));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc414 int map_type = 0; local
421 map_type = *found_type;
423 if ((map_type & kDeallocatedTypeBit) != 0) {
426 data_addr(), AllocName(map_type & ~kDeallocatedTypeBit));
462 if (alloc_type_ != map_type) {
466 data_addr(), AllocName(alloc_type_), AllocName(map_type));

Completed in 568 milliseconds

12