/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-arabic.cc | 136 uint16_t next_state; member 304 state = entry->next_state; in arabic_joining() 328 state = entry->next_state; in arabic_joining()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 673 enum sdma_states next_state) in sdma_set_state() 682 sdma_state_names[next_state]); in sdma_set_state() 687 ss->current_state = next_state; in sdma_set_state() 690 next_state == sdma_state_s99_running) in sdma_set_state() 693 if (action[next_state].op_enable) in sdma_set_state() 696 if (action[next_state].op_intenable) in sdma_set_state() 699 if (action[next_state].op_halt) in sdma_set_state() 702 if (action[next_state].op_cleanup) in sdma_set_state() 705 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 708 if (action[next_state] in sdma_set_state() 672 sdma_set_state(struct sdma_engine *sde, enum sdma_states next_state) sdma_set_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 631 enum sdma_states next_state) in sdma_set_state() 640 sdma_state_names[next_state]); in sdma_set_state() 645 ss->current_state = next_state; in sdma_set_state() 648 next_state == sdma_state_s99_running) in sdma_set_state() 651 if (action[next_state].op_enable) in sdma_set_state() 654 if (action[next_state].op_intenable) in sdma_set_state() 657 if (action[next_state].op_halt) in sdma_set_state() 660 if (action[next_state].op_cleanup) in sdma_set_state() 663 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 666 if (action[next_state] in sdma_set_state() 630 sdma_set_state(struct sdma_engine *sde, enum sdma_states next_state) sdma_set_state() argument [all...] |
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 708 next_si = match self.next_state(qcur, qnext, prev_si, byte) { in exec_at() 732 prev_si = match self.next_state(qcur, qnext, prev_si, Byte::eof()) { in exec_at() 813 next_si = match self.next_state(qcur, qnext, prev_si, byte) { in exec_at_reverse() 834 prev_si = match self.next_state(qcur, qnext, prev_si, Byte::eof()) { in exec_at_reverse() 1343 fn next_state( in next_state() functions
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_osdep.h | 203 void i40iw_term_modify_qp(struct i40iw_sc_qp *qp, u8 next_state, u8 term, u8 term_len);
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | isci.h | 536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | isci.h | 536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 388 transaction->next_state) { in iwl_advance_tt_handler() 391 transaction->next_state; in iwl_advance_tt_handler()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 383 transaction->next_state) { in iwl_advance_tt_handler() 386 transaction->next_state; in iwl_advance_tt_handler()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.h | 266 V8_WARN_UNUSED_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() argument 269 state_ = next_state; in UpdateState()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 150 add T1, d_64 # e(next_state) = d + T1 153 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c) 155 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
|
H A D | sha512-ssse3-asm.S | 144 add T1, d_64 # e(next_state) = d + T1 147 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c) 149 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 141 add T1, d_64 # e(next_state) = d + T1 144 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c) 146 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
|
H A D | sha512-avx-asm.S | 147 add T1, d_64 # e(next_state) = d + T1 150 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c) 152 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_output.c | 926 T = task_index_to_char(field->next_state); in trace_ctxwake_print() 963 T = task_index_to_char(field->next_state); in trace_ctxwake_raw() 999 T = task_index_to_char(field->next_state); in trace_ctxwake_hex() 1038 SEQ_PUT_FIELD(s, field->next_state); in trace_ctxwake_bin()
|
H A D | trace_sched_wakeup.c | 397 entry->next_state = task_state_index(next); in tracing_sched_switch_trace() 425 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 1050 enum vfio_device_mig_state next_state; in hisi_acc_vfio_pci_set_device_state() local 1058 new_state, &next_state); in hisi_acc_vfio_pci_set_device_state() 1064 res = hisi_acc_vf_set_device_state(hisi_acc_vdev, next_state); in hisi_acc_vfio_pci_set_device_state() 1067 hisi_acc_vdev->mig_state = next_state; in hisi_acc_vfio_pci_set_device_state()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/ |
H A D | main.c | 1165 enum vfio_device_mig_state next_state; in mlx5vf_pci_set_device_state() local 1172 new_state, &next_state); in mlx5vf_pci_set_device_state() 1177 res = mlx5vf_pci_step_device_state_locked(mvdev, next_state); in mlx5vf_pci_set_device_state() 1180 mvdev->mig_state = next_state; in mlx5vf_pci_set_device_state()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | proto.c | 966 u8 next_state = DCCP_CLOSED; in dccp_terminate_connection() local 982 next_state = DCCP_ACTIVE_CLOSEREQ; in dccp_terminate_connection() 984 next_state = DCCP_CLOSING; in dccp_terminate_connection() 987 dccp_set_state(sk, next_state); in dccp_terminate_connection()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 99 attrs.next_state = C4IW_QP_STATE_TERMINATE; in post_qp_event()
|
H A D | qp.c | 1847 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp() 1891 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp() 1896 switch (attrs->next_state) { in c4iw_modify_qp() 1932 switch (attrs->next_state) { in c4iw_modify_qp() 1984 if (!internal && (qhp->ibqp.uobject || attrs->next_state != in c4iw_modify_qp() 1989 switch (attrs->next_state) { in c4iw_modify_qp() 2006 if (attrs->next_state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp() 2082 attrs.next_state = C4IW_QP_STATE_ERROR; in c4iw_destroy_qp() 2208 qhp->attr.next_state = C4IW_QP_STATE_IDLE; in c4iw_create_qp() 2389 attrs.next_state in c4iw_ib_modify_qp() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 99 attrs.next_state = C4IW_QP_STATE_TERMINATE; in post_qp_event()
|
H A D | qp.c | 1847 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp() 1891 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp() 1896 switch (attrs->next_state) { in c4iw_modify_qp() 1932 switch (attrs->next_state) { in c4iw_modify_qp() 1983 if (!internal && (qhp->ibqp.uobject || attrs->next_state != in c4iw_modify_qp() 1988 switch (attrs->next_state) { in c4iw_modify_qp() 2005 if (attrs->next_state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp() 2081 attrs.next_state = C4IW_QP_STATE_ERROR; in c4iw_destroy_qp() 2198 qhp->attr.next_state = C4IW_QP_STATE_IDLE; in c4iw_create_qp() 2380 attrs.next_state in c4iw_ib_modify_qp() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 1065 enum bnx2x_q_state state, next_state; member 1330 enum bnx2x_func_state state, next_state; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 1065 enum bnx2x_q_state state, next_state; member 1330 enum bnx2x_func_state state, next_state; member
|