/third_party/selinux/libsepol/src/ |
H A D | optimize.c | 143 static void destroy_type_map(const policydb_t *p, struct type_vec *type_map) in destroy_type_map() argument 147 type_vec_destroy(&type_map[i]); in destroy_type_map() 148 free(type_map); in destroy_type_map() 200 const struct type_vec *type_map, in is_avrule_redundant() 220 for (i = 0; i < type_map[s_idx].count; i++) { in is_avrule_redundant() 221 st = type_map[s_idx].types[i]; in is_avrule_redundant() 224 for (k = 0; k < type_map[t_idx].count; k++) { in is_avrule_redundant() 225 tt = type_map[t_idx].types[k]; in is_avrule_redundant() 258 const struct type_vec *type_map) in is_cond_rule_redundant() 284 if (!type_vec_contains(&type_map[s in is_cond_rule_redundant() 199 is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, const struct type_vec *type_map, unsigned char not_cond) is_avrule_redundant() argument 257 is_cond_rule_redundant(avtab_ptr_t e1, cond_av_list_t *list, const struct type_vec *type_map) is_cond_rule_redundant() argument 295 optimize_avtab(policydb_t *p, const struct type_vec *type_map) optimize_avtab() argument 323 optimize_cond_av_list(cond_av_list_t **cond, cond_av_list_t **del, policydb_t *p, const struct type_vec *type_map) optimize_cond_av_list() argument 373 optimize_cond_avtab(policydb_t *p, const struct type_vec *type_map) optimize_cond_avtab() argument 442 struct type_vec *type_map; policydb_optimize() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_format_map.py | 118 def parse_format_case(format, type_map): 120 for type, internal_format in sorted(type_map.items()): 149 for format, type_map in sorted(format_map.items()): 150 format_cases += parse_format_case(format, type_map)
|
/third_party/mesa3d/src/amd/registers/ |
H A D | parse_kernel_headers.py | 814 type_map = enum_map[field] 817 if len(type_map) == 1: 818 type_name = type_map[0]; 820 reg_index = type_map.index(name) if name in type_map else -1 822 type_name = type_map[reg_index - 1]
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-statistics-collector.cc | 76 std::unordered_map<const void*, size_t>& type_map, in RecordObjectType() 82 const auto it = type_map.insert({header->GetName().value, type_map.size()}); in RecordObjectType() 75 RecordObjectType( std::unordered_map<const void*, size_t>& type_map, std::vector<HeapStatistics::ObjectStatsEntry>& object_statistics, HeapObjectHeader* header, size_t object_size) RecordObjectType() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_table.py | 53 type_map = { variable 155 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_recv.py | 158 self.type_map = {} 168 self.type_map[ t_name ] = t.glx_name 212 return ' (%-8s)bswap_%-7s( pc + %2s )' % (t, self.type_map[ t_name ], o)
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 10910 /// @param type_map the map to look into. 10916 const istring_type_base_wptrs_map_type& type_map) in lookup_types_in_map() 10918 istring_type_base_wptrs_map_type::const_iterator i = type_map.find(type_name); in lookup_types_in_map() 10919 if (i != type_map.end()) in lookup_types_in_map() 10935 /// @param type_map the map in which to look. 10943 const istring_type_base_wptrs_map_type& type_map) in lookup_type_in_map() 10945 istring_type_base_wptrs_map_type::const_iterator i = type_map.find(type_name); in lookup_type_in_map() 10946 if (i != type_map.end()) in lookup_type_in_map() 10915 lookup_types_in_map(const interned_string& type_name, const istring_type_base_wptrs_map_type& type_map) lookup_types_in_map() argument 10942 lookup_type_in_map(const interned_string& type_name, const istring_type_base_wptrs_map_type& type_map) lookup_type_in_map() argument
|