Home
last modified time | relevance | path

Searched refs:type_strs (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/src/
Dkernel_to_cil.c2170 struct strs *strs, *type_strs; in write_role_decl_rules_to_cil() local
2233 rc = strs_init(&type_strs, pdb->p_types.nprim); in write_role_decl_rules_to_cil()
2237 rc = ebitmap_to_strs(types, type_strs, pdb->p_type_val_to_name); in write_role_decl_rules_to_cil()
2239 strs_destroy(&type_strs); in write_role_decl_rules_to_cil()
2242 strs_sort(type_strs); in write_role_decl_rules_to_cil()
2244 num_types = strs_num_items(type_strs); in write_role_decl_rules_to_cil()
2246 type = strs_read_at_index(type_strs, j); in write_role_decl_rules_to_cil()
2249 strs_destroy(&type_strs); in write_role_decl_rules_to_cil()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp55 static const std::array<std::string,7> type_strs = { variable
235 s += type_strs[val]; in create_binary_from_spirv()