HomeSort by relevance Sort by last modified time
    Searched refs:map_type (Results 51 - 75 of 80) sorted by null

1 23 4

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 188 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
189 typedef map_type::value_type entry_type;
190 typedef map_type::const_iterator const_iterator;
191 typedef map_type::const_reference const_reference;
228 static map_type&
231 static map_type _S_map;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 180 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
181 typedef map_type::value_type entry_type;
182 typedef map_type::const_iterator const_iterator;
183 typedef map_type::const_reference const_reference;
220 static map_type&
223 static map_type _S_map;
  /external/iproute2/tc/
em_meta.c 114 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
flow.h 5 #include <isl/map_type.h>
local_space.h 7 #include <isl/map_type.h>
dim.h 8 #include <isl/map_type.h>
union_map.h 5 #include <isl/map_type.h>
set.h 13 #include <isl/map_type.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
flow.h 5 #include <isl/map_type.h>
local_space.h 7 #include <isl/map_type.h>
dim.h 8 #include <isl/map_type.h>
union_map.h 5 #include <isl/map_type.h>
set.h 13 #include <isl/map_type.h>
  /external/linux-tools-perf/src/tools/perf/util/
symbol.c 59 bool symbol_type__is_a(char symbol_type, enum map_type map_type)
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 type
    [all...]
dso.c 397 bool dso__loaded(const struct dso *dso, enum map_type type)
402 bool dso__sorted_by_name(const struct dso *dso, enum map_type type)
407 void dso__set_sorted_by_name(struct dso *dso, enum map_type type)
590 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp)
machine.c 509 enum map_type type;
533 enum map_type type;
637 enum map_type type, symbol_filter_t filter)
655 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
1006 enum map_type type;
1053 enum map_type type;
    [all...]
event.c 624 enum map_type type, u64 addr,
702 u8 cpumode, enum map_type type, u64 addr,
symbol-elf.c 70 static bool elf_sym__is_a(GElf_Sym *sym, enum map_type type)
107 enum map_type type)
  /external/libvorbis/lib/
info.c 173 _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);
synthesis.c 86 type=ci->map_type[ci->mode_param[mode]->mapping];
vorbisenc.c 608 ci->map_type[i]=0;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 238 const Descriptor* map_type = file->FindMessageTypeByName("Map"); local
239 ASSERT_TRUE(map_type != NULL);
242 const FieldDescriptor* items_field = map_type->FindFieldByName("items");
  /external/linux-tools-perf/src/tools/perf/tests/
vmlinux-kallsyms.c 28 enum map_type type = MAP__FUNCTION;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]
  /art/runtime/
dex_file_verifier.cc 31 static uint32_t MapTypeToBitMask(uint32_t map_type) {
32 switch (map_type) {
55 static bool IsDataSectionType(uint32_t map_type) {
56 switch (map_type) {
    [all...]

Completed in 241 milliseconds

1 23 4