/third_party/mbedtls/library/ |
H A D | psa_crypto_slot_management.c | 111 size_t slot_idx; in psa_get_and_lock_key_slot_in_memory() local 130 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_get_and_lock_key_slot_in_memory() 131 slot = &global_data.key_slots[slot_idx]; in psa_get_and_lock_key_slot_in_memory() 138 status = (slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT) ? in psa_get_and_lock_key_slot_in_memory() 165 size_t slot_idx; in psa_wipe_all_key_slots() local 167 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx in psa_wipe_all_key_slots() 181 size_t slot_idx; psa_reserve_free_key_slot() local 652 size_t slot_idx; mbedtls_psa_get_stats() local [all...] |
/third_party/libinput/src/ |
H A D | evdev-fallback.c | 226 int slot_idx, in fallback_flush_mt_down() 238 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_down() 256 touch_notify_touch_down(base, time, slot_idx, seat_slot, in fallback_flush_mt_down() 265 int slot_idx, in fallback_flush_mt_motion() 276 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_motion() 287 touch_notify_touch_motion(base, time, slot_idx, seat_slot, in fallback_flush_mt_motion() 296 int slot_idx, in fallback_flush_mt_up() 307 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_up() 316 touch_notify_touch_up(base, time, slot_idx, seat_slot); in fallback_flush_mt_up() 324 int slot_idx, in fallback_flush_mt_cancel() 224 fallback_flush_mt_down(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_down() argument 263 fallback_flush_mt_motion(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_motion() argument 294 fallback_flush_mt_up(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_up() argument 322 fallback_flush_mt_cancel(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_cancel() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 1344 uint32_t slot_idx = declared_function_index(module(), code->index()); in PublishCodeLocked() 1345 WasmCode* prior_code = code_table_[slot_idx]; in PublishCodeLocked() 1365 code_table_[slot_idx] = code; in PublishCodeLocked() 1373 PatchJumpTablesLocked(slot_idx, code->instruction_start()); in PublishCodeLocked() 1396 uint32_t slot_idx = declared_function_index(module(), code->index()); in ReinstallDebugCode() 1397 if (WasmCode* prior_code = code_table_[slot_idx]) { in ReinstallDebugCode() 1403 code_table_[slot_idx] = code; in ReinstallDebugCode() 1407 PatchJumpTablesLocked(slot_idx, code->instruction_start()); in ReinstallDebugCode() 1778 uint32_t slot_idx = declared_function_index(module(), func_index); in GetJumpTableOffset() local 1779 return JumpTableAssembler::JumpSlotIndexToOffset(slot_idx); in GetJumpTableOffset() 1849 uint32_t slot_idx = JumpTableAssembler::SlotOffsetToIndex(slot_offset); GetFunctionIndexFromJumpTableSlot() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 596 unsigned slot_idx = tx->info->const_i_base + idx; in nine_integer_constant_src() local 598 slot_idx = tx->slot_map[slot_idx]; in nine_integer_constant_src() 599 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_integer_constant_src() 601 tx->slots_used[slot_idx] = TRUE; in nine_integer_constant_src() 603 if (tx->num_slots < (slot_idx + 1)) in nine_integer_constant_src() 604 tx->num_slots = slot_idx + 1; in nine_integer_constant_src() 624 unsigned slot_idx = tx->info->const_b_base + r; in nine_boolean_constant_src() local 626 slot_idx = tx->slot_map[slot_idx]; in nine_boolean_constant_src() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 1451 unroll_struct_type(struct ntv_context *ctx, const struct glsl_type *slot_type, unsigned *slot_idx, SpvId *deref, const struct glsl_type **arraytype) in unroll_struct_type() argument 1458 for (unsigned i = 0; i < glsl_get_length(slot_type) && cur_slot <= *slot_idx; i++, cur_slot += slot_count) { in unroll_struct_type() 1466 *slot_idx -= (cur_slot - slot_count); in unroll_struct_type() 1506 unsigned slot_idx = slot - base_slot; in emit_so_outputs() local 1508 unsigned array_idx = slot_idx / struct_slots; in emit_so_outputs() 1511 slot_idx %= glsl_count_vec4_slots(bare_type, false, false); in emit_so_outputs() 1519 array_idx = slot_idx / struct_slots; in emit_so_outputs() 1521 slot_idx -= array_idx * struct_slots; in emit_so_outputs() 1524 * - slot_idx is incremented to reflect the current value in emit_so_outputs() 1528 bare_type = unroll_struct_type(ctx, bare_type, &slot_idx, in emit_so_outputs() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 763 unroll_struct_type(const struct glsl_type *slot_type, unsigned *slot_idx) in unroll_struct_type() argument 769 for (unsigned i = 0; i < glsl_get_length(slot_type) && cur_slot <= *slot_idx; i++, cur_slot += slot_count) { in unroll_struct_type() 775 *slot_idx -= (cur_slot - slot_count); in unroll_struct_type() 778 type = clamp_slot_type(type, *slot_idx); in unroll_struct_type() 788 unsigned slot_idx = slot - so_slot; in get_slot_components() local 790 slot_idx %= glsl_count_vec4_slots(type, false, false); in get_slot_components() 793 type = unroll_struct_type(type, &slot_idx); in get_slot_components()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 4759 int slot_idx = 0; in AssembleConstructFrame() local 4761 __ Movdqu(Operand(rsp, kQuadWordSize * slot_idx), reg); in AssembleConstructFrame() 4762 slot_idx++; in AssembleConstructFrame() 4797 int slot_idx = 0; in AssembleReturn() local 4799 __ Movdqu(reg, Operand(rsp, kQuadWordSize * slot_idx)); in AssembleReturn() 4800 slot_idx++; in AssembleReturn()
|