/third_party/mbedtls/library/ |
D | psa_crypto_slot_management.c | 102 size_t slot_idx; in psa_get_and_lock_key_slot_in_memory() local 123 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_get_and_lock_key_slot_in_memory() 124 slot = &global_data.key_slots[slot_idx]; in psa_get_and_lock_key_slot_in_memory() 129 status = (slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT) ? in psa_get_and_lock_key_slot_in_memory() 154 size_t slot_idx; in psa_wipe_all_key_slots() local 156 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_wipe_all_key_slots() 157 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_wipe_all_key_slots() 168 size_t slot_idx; in psa_get_empty_key_slot() local 177 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_get_empty_key_slot() 178 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_get_empty_key_slot() [all …]
|
/third_party/libinput/src/ |
D | evdev-fallback.c | 350 int slot_idx, in fallback_flush_mt_down() argument 362 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_down() 380 touch_notify_touch_down(base, time, slot_idx, seat_slot, in fallback_flush_mt_down() 389 int slot_idx, in fallback_flush_mt_motion() argument 400 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_motion() 411 touch_notify_touch_motion(base, time, slot_idx, seat_slot, in fallback_flush_mt_motion() 420 int slot_idx, in fallback_flush_mt_up() argument 431 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_up() 440 touch_notify_touch_up(base, time, slot_idx, seat_slot); in fallback_flush_mt_up() 448 int slot_idx, in fallback_flush_mt_cancel() argument [all …]
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.cc | 1344 uint32_t slot_idx = declared_function_index(module(), code->index()); in PublishCodeLocked() local 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() local 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() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
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() 627 src = ureg_src_register(TGSI_FILE_CONSTANT, slot_idx); in nine_boolean_constant_src() 629 tx->slots_used[slot_idx] = TRUE; in nine_boolean_constant_src() [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1451 unroll_struct_type(struct ntv_context *ctx, const struct glsl_type *slot_type, unsigned *slot_idx, … in unroll_struct_type() argument 1458 …for (unsigned i = 0; i < glsl_get_length(slot_type) && cur_slot <= *slot_idx; i++, cur_slot += slo… 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() 1528 bare_type = unroll_struct_type(ctx, bare_type, &slot_idx, &src, &out_type); in emit_so_outputs() 1533 matrix_offset = slot_idx; in emit_so_outputs()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
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 += slo… 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/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 1196 - touch_notify_touch_down(base, time, slot_idx, seat_slot, 1202 + touch_notify_touch_down(base, time, slot_idx, seat_slot, slot->pressure, 1220 slot = &dispatch->mt.slots[slot_idx]; 1231 - touch_notify_touch_motion(base, time, slot_idx, seat_slot, 1237 + touch_notify_touch_motion(base, time, slot_idx, seat_slot, slot->pressure, 1254 - touch_notify_touch_up(base, time, slot_idx, seat_slot); 1257 + touch_notify_touch_up(base, time, slot_idx, seat_slot, tool_type); 2545 + int slot_idx = tp->slot; 2557 + touchpad_notify_touch_down(base, time, slot_idx, seat_slot, pressure, tool_type, axis, &point, &r… 2566 + int slot_idx = tp->slot; [all …]
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
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()
|