Home
last modified time | relevance | path

Searched refs:slots_used (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libselinux/src/
Davc_sidtab.c106 int i, chain_len, slots_used, max_chain_len; in sidtab_sid_stats() local
109 slots_used = 0; in sidtab_sid_stats()
114 slots_used++; in sidtab_sid_stats()
128 "chain length %d\n", avc_prefix, h->nel, slots_used, in sidtab_sid_stats()
Davc.c268 int i, chain_len, max_chain_len, slots_used; in avc_av_stats() local
273 slots_used = 0; in avc_av_stats()
278 slots_used++; in avc_av_stats()
294 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_av_stats()
/external/selinux/libsepol/src/
Dsidtab.c262 int i, chain_len, slots_used, max_chain_len; in sepol_sidtab_hash_eval() local
265 slots_used = 0; in sepol_sidtab_hash_eval()
270 slots_used++; in sepol_sidtab_hash_eval()
284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len); in sepol_sidtab_hash_eval()
Dhashtab.c290 int chain_len, slots_used, max_chain_len; in hashtab_hash_eval() local
293 slots_used = 0; in hashtab_hash_eval()
298 slots_used++; in hashtab_hash_eval()
312 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
Davtab.c395 unsigned int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local
398 slots_used = 0; in avtab_hash_eval()
403 slots_used++; in avtab_hash_eval()
417 tag, h->nel, slots_used, h->nslot, max_chain_len); in avtab_hash_eval()
/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c271 uint64_t *slots_used, uint64_t *out_slots_read) in remap_slots_and_components() argument
277 *slots_used & (((uint64_t)1 << (VARYING_SLOT_VAR0 - 1)) - 1); in remap_slots_and_components()
302 if (slots & *slots_used) in remap_slots_and_components()
321 *slots_used & (((uint64_t)1 << num_slots) - 1) << var->data.location; in remap_slots_and_components()
341 *slots_used = slots_used_tmp; in remap_slots_and_components()
/external/selinux/policycoreutils/newrole/
Dhashtab.c269 int chain_len, slots_used, max_chain_len; in hashtab_hash_eval() local
272 slots_used = 0; in hashtab_hash_eval()
277 slots_used++; in hashtab_hash_eval()
291 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp2586 const unsigned slots_used = matches.assign_locations( in assign_varying_locations() local
2646 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_out, in assign_varying_locations()
2652 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_in, in assign_varying_locations()
2883 unsigned slots_used = _mesa_bitcount_64(reserved_out_slots); in link_varyings() local
2884 if (!check_against_output_limit(ctx, prog, sh_i, slots_used)) { in link_varyings()
2889 unsigned slots_used = _mesa_bitcount_64(reserved_in_slots); in link_varyings() local
2890 if (!check_against_input_limit(ctx, prog, sh_next, slots_used)) in link_varyings()