/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/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/nir/ |
D | nir_linking_helpers.c | 341 mark_all_used_slots(nir_variable *var, uint64_t *slots_used, in mark_all_used_slots() argument 346 slots_used[var->data.patch ? 1 : 0] |= slots_used_mask & in mark_all_used_slots() 351 mark_used_slot(nir_variable *var, uint64_t *slots_used, unsigned offset) in mark_used_slot() argument 355 slots_used[var->data.patch ? 1 : 0] |= in mark_used_slot() 362 uint64_t *slots_used, uint64_t *out_slots_read, in remap_slots_and_components() argument 370 slots_used_tmp[0] = *slots_used & BITFIELD64_RANGE(0, VARYING_SLOT_VAR0); in remap_slots_and_components() 393 uint64_t used = var->data.patch ? *p_slots_used : *slots_used; in remap_slots_and_components() 435 *slots_used = slots_used_tmp[0]; in remap_slots_and_components()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 2902 const unsigned slots_used = matches.assign_locations( in assign_varying_locations() local 2962 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_out, in assign_varying_locations() 2968 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_in, in assign_varying_locations() 3199 unsigned slots_used = util_bitcount64(reserved_out_slots); in link_varyings() local 3200 if (!check_against_output_limit(ctx, prog, sh_i, slots_used)) { in link_varyings() 3205 unsigned slots_used = util_bitcount64(reserved_in_slots); in link_varyings() local 3206 if (!check_against_input_limit(ctx, prog, sh_next, slots_used)) in link_varyings()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 1357 std::vector<uint32_t>& slots, std::vector<bool>& slots_used, in add_interferences() argument 1366 std::fill(slots_used.begin() + slot, slots_used.begin() + slot + other_rc.size(), true); in add_interferences() 1408 std::vector<bool> slots_used(*num_slots); in assign_spill_slots_helper() local 1419 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper() 1422 unsigned slot = find_available_slot(slots_used, ctx.wave_size, in assign_spill_slots_helper() 1441 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper() 1443 unsigned slot = find_available_slot(slots_used, ctx.wave_size, in assign_spill_slots_helper() 1451 *num_slots = slots_used.size(); in assign_spill_slots_helper()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 512 boolean slots_used[NINE_MAX_CONST_ALL]; member 579 tx->slots_used[idx] = TRUE; in nine_float_constant_src() 601 tx->slots_used[slot_idx] = TRUE; in nine_integer_constant_src() 629 tx->slots_used[slot_idx] = TRUE; in nine_boolean_constant_src() 3549 memset(tx->slots_used, 0, sizeof(tx->slots_used)); in tx_ctor() 3981 if (tx->slots_used[i]) { in nine_translate_shader() 3997 if (tx->slots_used[i]) { in nine_translate_shader()
|