Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Davc_sidtab.c105 int i, chain_len, slots_used, max_chain_len; in sidtab_sid_stats() local
108 slots_used = 0; in sidtab_sid_stats()
113 slots_used++; in sidtab_sid_stats()
127 "chain length %d\n", avc_prefix, s->nel, slots_used, in sidtab_sid_stats()
Davc.c271 int i, chain_len, max_chain_len, slots_used; in avc_av_stats() local
276 slots_used = 0; in avc_av_stats()
281 slots_used++; in avc_av_stats()
297 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_av_stats()
/third_party/selinux/libsepol/src/
Dhashtab.c246 int chain_len, slots_used, max_chain_len; in hashtab_hash_eval() local
249 slots_used = 0; in hashtab_hash_eval()
254 slots_used++; in hashtab_hash_eval()
268 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
Dsidtab.c231 int i, chain_len, slots_used, max_chain_len; in sepol_sidtab_hash_eval() local
234 slots_used = 0; in sepol_sidtab_hash_eval()
239 slots_used++; in sepol_sidtab_hash_eval()
253 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len); in sepol_sidtab_hash_eval()
Davtab.c396 unsigned int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local
399 slots_used = 0; in avtab_hash_eval()
404 slots_used++; in avtab_hash_eval()
418 tag, h->nel, slots_used, h->nslot, max_chain_len); in avtab_hash_eval()
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c362 mark_all_used_slots(nir_variable *var, uint64_t *slots_used, in mark_all_used_slots() argument
367 slots_used[var->data.patch ? 1 : 0] |= slots_used_mask & in mark_all_used_slots()
372 mark_used_slot(nir_variable *var, uint64_t *slots_used, unsigned offset) in mark_used_slot() argument
376 slots_used[var->data.patch ? 1 : 0] |= in mark_used_slot()
383 uint64_t *slots_used, uint64_t *out_slots_read, in remap_slots_and_components() argument
391 slots_used_tmp[0] = *slots_used & BITFIELD64_RANGE(0, VARYING_SLOT_VAR0); in remap_slots_and_components()
414 uint64_t used = var->data.patch ? *p_slots_used : *slots_used; in remap_slots_and_components()
456 *slots_used = slots_used_tmp[0]; in remap_slots_and_components()
/third_party/mbedtls/programs/ssl/
Dssl_server2.c1008 size_t slots_used; member
1020 if( ctx->slots_used >= sizeof( ctx->slots ) / sizeof( *ctx->slots ) ) in ssl_async_set_key()
1022 ctx->slots[ctx->slots_used].cert = cert; in ssl_async_set_key()
1023 ctx->slots[ctx->slots_used].pk = pk; in ssl_async_set_key()
1024 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key()
1025 ctx->slots[ctx->slots_used].pk_owned = pk_take_ownership; in ssl_async_set_key()
1026 ++ctx->slots_used; in ssl_async_set_key()
1080 for( slot = 0; slot < config_data->slots_used; slot++ ) in ssl_async_start()
1087 if( slot == config_data->slots_used ) in ssl_async_start()
3997 for( i = 0; (size_t) i < ssl_async_keys.slots_used; i++ ) in main()
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp3011 const unsigned slots_used = matches.assign_locations( in assign_varying_locations() local
3071 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_out, in assign_varying_locations()
3077 lower_packed_varyings(mem_ctx, slots_used, components, ir_var_shader_in, in assign_varying_locations()
3308 unsigned slots_used = util_bitcount64(reserved_out_slots); in link_varyings() local
3309 if (!check_against_output_limit(ctx, prog, sh_i, slots_used)) { in link_varyings()
3314 unsigned slots_used = util_bitcount64(reserved_in_slots); in link_varyings() local
3315 if (!check_against_input_limit(ctx, prog, sh_next, slots_used)) in link_varyings()
/third_party/mesa3d/src/amd/compiler/
Daco_spill.cpp1434 std::vector<bool>& slots_used, unsigned id) in add_interferences() argument
1442 std::fill(slots_used.begin() + slot, slots_used.begin() + slot + other_rc.size(), true); in add_interferences()
1484 std::vector<bool> slots_used(*num_slots); in assign_spill_slots_helper() local
1495 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper()
1499 find_available_slot(slots_used, ctx.wave_size, ctx.interferences[vec[0]].first.size(), in assign_spill_slots_helper()
1517 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper()
1520 find_available_slot(slots_used, ctx.wave_size, ctx.interferences[id].first.size(), in assign_spill_slots_helper()
1527 *num_slots = slots_used.size(); in assign_spill_slots_helper()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c512 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()
3577 memset(tx->slots_used, 0, sizeof(tx->slots_used)); in tx_ctor()
4010 if (tx->slots_used[i]) { in nine_translate_shader()
4026 if (tx->slots_used[i]) { in nine_translate_shader()