Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A 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()
H A 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/
H A 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()
H A Dsidtab.c228 int i, chain_len, slots_used, max_chain_len; in sepol_sidtab_hash_eval() local
231 slots_used = 0; in sepol_sidtab_hash_eval()
236 slots_used++; in sepol_sidtab_hash_eval()
250 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len); in sepol_sidtab_hash_eval()
H A 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/
H A Dnir_linking_helpers.c379 mark_all_used_slots(nir_variable *var, uint64_t *slots_used, in mark_all_used_slots() argument
384 slots_used[var->data.patch ? 1 : 0] |= slots_used_mask & in mark_all_used_slots()
389 mark_used_slot(nir_variable *var, uint64_t *slots_used, unsigned offset) in mark_used_slot() argument
393 slots_used[var->data.patch ? 1 : 0] |= in mark_used_slot()
400 uint64_t *slots_used, uint64_t *out_slots_read, in remap_slots_and_components()
408 slots_used_tmp[0] = *slots_used & BITFIELD64_RANGE(0, VARYING_SLOT_VAR0); in remap_slots_and_components()
431 uint64_t used = var->data.patch ? *p_slots_used : *slots_used; in remap_slots_and_components()
473 *slots_used = slots_used_tmp[0]; in remap_slots_and_components()
398 remap_slots_and_components(nir_shader *shader, nir_variable_mode mode, struct varying_loc (*remap)[4], uint64_t *slots_used, uint64_t *out_slots_read, uint32_t *p_slots_used, uint32_t *p_out_slots_read) remap_slots_and_components() argument
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c1102 size_t slots_used; member
1114 if (ctx->slots_used >= sizeof(ctx->slots) / sizeof(*ctx->slots)) { in ssl_async_set_key()
1117 ctx->slots[ctx->slots_used].cert = cert; in ssl_async_set_key()
1118 ctx->slots[ctx->slots_used].pk = pk; in ssl_async_set_key()
1119 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key()
1120 ctx->slots[ctx->slots_used].pk_owned = pk_take_ownership; in ssl_async_set_key()
1121 ++ctx->slots_used; in ssl_async_set_key()
1177 for (slot = 0; slot < config_data->slots_used; slot++) { in ssl_async_start()
1184 if (slot == config_data->slots_used) { in ssl_async_start()
4250 for (i = 0; (size_t) i < ssl_async_keys.slots_used; in main()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c2777 const unsigned slots_used = in assign_final_varying_locations() local
2789 gl_nir_lower_packed_varyings(consts, prog, mem_ctx, slots_used, components, in assign_final_varying_locations()
2801 gl_nir_lower_packed_varyings(consts, prog, mem_ctx, slots_used, components, in assign_final_varying_locations()
3135 unsigned slots_used = util_bitcount64(reserved_out_slots); in link_varyings() local
3136 if (!check_against_output_limit(consts, api, prog, sh_i, slots_used)) in link_varyings()
3140 unsigned slots_used = util_bitcount64(reserved_in_slots); in link_varyings() local
3141 if (!check_against_input_limit(consts, api, prog, sh_next, slots_used)) in link_varyings()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1571 std::vector<bool>& slots_used, unsigned id) in add_interferences()
1579 std::fill(slots_used.begin() + slot, slots_used.begin() + slot + other_rc.size(), true); in add_interferences()
1620 std::vector<bool> slots_used; in assign_spill_slots_helper() local
1631 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper()
1635 slots_used, ctx.wave_size, ctx.interferences[vec[0]].first.size(), type == RegType::sgpr); in assign_spill_slots_helper()
1652 add_interferences(ctx, is_assigned, slots, slots_used, id); in assign_spill_slots_helper()
1655 slots_used, ctx.wave_size, ctx.interferences[id].first.size(), type == RegType::sgpr); in assign_spill_slots_helper()
1661 *num_slots = slots_used.size(); in assign_spill_slots_helper()
1570 add_interferences(spill_ctx& ctx, std::vector<bool>& is_assigned, std::vector<uint32_t>& slots, std::vector<bool>& slots_used, unsigned id) add_interferences() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A 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()

Completed in 23 milliseconds