/external/selinux/libselinux/src/ |
D | avc_sidtab.c | 106 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()
|
D | avc.c | 268 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/ |
D | sidtab.c | 262 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()
|
D | hashtab.c | 290 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()
|
D | avtab.c | 395 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/ |
D | nir_linking_helpers.c | 271 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/ |
D | hashtab.c | 269 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/ |
D | link_varyings.cpp | 2586 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()
|