Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/msm/
Dactive_state_switching_policies.hpp24 static int after_entry(int,int next_state){return next_state;} in after_entry()
30 static int after_guard(int,int next_state){return next_state;} in after_guard()
31 static int after_exit(int,int next_state){return next_state;} in after_exit()
32 static int after_action(int,int next_state){return next_state;} in after_action()
33 static int after_entry(int,int next_state){return next_state;} in after_entry()
40 static int after_exit(int,int next_state){return next_state;} in after_exit()
41 static int after_action(int,int next_state){return next_state;} in after_action()
42 static int after_entry(int,int next_state){return next_state;} in after_entry()
50 static int after_action(int,int next_state){return next_state;} in after_action()
51 static int after_entry(int,int next_state){return next_state;} in after_entry()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dadam_fusion.cc107 VectorRef next_state = VectorRef({prim::kPrimUpdateState, u_, tuple_load}); in DefinePattern() local
109 VectorRef assign_param = VectorRef({prim::kPrimAssign, param_, next_param, next_state}); in DefinePattern()
110 next_state = VectorRef({prim::kPrimUpdateState, next_state, assign_param}); in DefinePattern()
113 VectorRef assign_m = VectorRef({prim::kPrimAssign, m_, next_m, next_state}); in DefinePattern()
114 next_state = VectorRef({prim::kPrimUpdateState, next_state, assign_m}); in DefinePattern()
117 VectorRef assign_v = VectorRef({prim::kPrimAssign, v_, next_v, next_state}); in DefinePattern()
Dadam_weight_decay_fusion.cc109 VectorRef next_state = VectorRef({prim::kPrimUpdateState, u_, tuple_load}); in DefinePattern() local
111 VectorRef assign_param = VectorRef({prim::kPrimAssign, param_, next_param, next_state}); in DefinePattern()
112 next_state = VectorRef({prim::kPrimUpdateState, next_state, assign_param}); in DefinePattern()
115 VectorRef assign_m = VectorRef({prim::kPrimAssign, m_, next_m, next_state}); in DefinePattern()
116 next_state = VectorRef({prim::kPrimUpdateState, next_state, assign_m}); in DefinePattern()
119 VectorRef assign_v = VectorRef({prim::kPrimAssign, v_, next_v, next_state}); in DefinePattern()
/third_party/curl/lib/
Dsmb.c763 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local
802 next_state = SMB_OPEN; in smb_request_state()
810 next_state = SMB_TREE_DISCONNECT; in smb_request_state()
819 next_state = SMB_UPLOAD; in smb_request_state()
826 next_state = SMB_CLOSE; in smb_request_state()
832 next_state = SMB_DOWNLOAD; in smb_request_state()
840 next_state = SMB_CLOSE; in smb_request_state()
858 next_state = SMB_CLOSE; in smb_request_state()
865 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()
871 next_state = SMB_CLOSE; in smb_request_state()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksclock.c183 KSSTATE next_state = priv->state + addend; in gst_ks_clock_set_state_unlocked() local
186 ks_state_to_string (priv->state), ks_state_to_string (next_state)); in gst_ks_clock_set_state_unlocked()
189 KSPROPERTY_CLOCK_STATE, &next_state, sizeof (next_state), NULL)) { in gst_ks_clock_set_state_unlocked()
190 priv->state = next_state; in gst_ks_clock_set_state_unlocked()
195 ks_state_to_string (next_state)); in gst_ks_clock_set_state_unlocked()
Dgstksvideodevice.c840 KSSTATE next_state = priv->state + addend; in gst_ks_video_device_set_state() local
843 if (addend < 0 && next_state == KSSTATE_ACQUIRE) in gst_ks_video_device_set_state()
844 next_state = KSSTATE_STOP; in gst_ks_video_device_set_state()
847 ks_state_to_string (priv->state), ks_state_to_string (next_state)); in gst_ks_video_device_set_state()
849 if (ks_object_set_connection_state (priv->pin_handle, next_state, in gst_ks_video_device_set_state()
851 priv->state = next_state; in gst_ks_video_device_set_state()
861 ks_state_to_string (next_state)); in gst_ks_video_device_set_state()
/third_party/libusb/examples/
Ddpfp.c157 static int next_state(void);
310 if (next_state() < 0) in cb_mode_changed()
390 static int next_state(void) in next_state() function
442 if (next_state() < 0) in cb_irq()
450 if (next_state() < 0) in cb_irq()
477 if (next_state() < 0) in cb_img()
510 return next_state(); in init_capture()
/third_party/lwip/src/apps/smtp/
Dsmtp.c1270 enum smtp_session_state next_state; in smtp_process() local
1282 next_state = s->state; in smtp_process()
1327 next_state = smtp_prepare_helo(s, &tx_buf_len, pcb); in smtp_process()
1335 next_state = smtp_prepare_auth_or_mail(s, &tx_buf_len); in smtp_process()
1344 next_state = smtp_prepare_mail(s, &tx_buf_len); in smtp_process()
1353 next_state = smtp_prepare_auth_login_uname(s, &tx_buf_len); in smtp_process()
1362 next_state = smtp_prepare_auth_login_pass(s, &tx_buf_len); in smtp_process()
1371 next_state = smtp_prepare_rcpt(s, &tx_buf_len); in smtp_process()
1380 next_state = SMTP_DATA; in smtp_process()
1387 next_state = smtp_prepare_header(s, &tx_buf_len); in smtp_process()
[all …]
/third_party/boost/libs/mpl/example/fsm/
Dplayer2.cpp43 (Transition::current_state > Transition::next_state)
45 : Transition::next_state
197 BOOST_STATIC_CONSTANT(int, next_state = NextState);
205 return next_state; in execute()
Dplayer1.cpp51 return Transition::next_state; in dispatch()
93 static int const next_state = NextState; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
249 above_state = above_edge.next_state; in do_thai_pua_shaping()
250 below_state = below_edge.next_state; in do_thai_pua_shaping()
Dhb-aat-layout-common.hh760 const int next_state = machine.new_state (entry.newState); in drive() local
803 next_state == StateTableT::STATE_START_OF_TEXT in drive()
815 next_state == machine.new_state (wouldbe_entry->newState) in drive()
831 state = next_state; in drive()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-thai.cc180 thai_above_state_t next_state; member
207 thai_below_state_t next_state; member
245 above_state = above_edge.next_state; in do_thai_pua_shaping()
246 below_state = below_edge.next_state; in do_thai_pua_shaping()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
249 above_state = above_edge.next_state; in do_thai_pua_shaping()
250 below_state = below_edge.next_state; in do_thai_pua_shaping()
Dhb-aat-layout-common.hh757 const int next_state = machine.new_state (entry.newState); in drive() local
800 next_state == StateTableT::STATE_START_OF_TEXT in drive()
812 next_state == machine.new_state (wouldbe_entry->newState) in drive()
828 state = next_state; in drive()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c534 enum PP_State next_state, enum PP_State next_dash_state) in find_boundary() argument
571 pp->state = next_state; in find_boundary()
638 size_t *ioffptr, enum PP_State next_state) in process_multipart_headers() argument
658 pp->state = next_state; in process_multipart_headers()
705 enum PP_State next_state, in process_value_to_boundary() argument
744 pp->state = next_state; in process_value_to_boundary()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc698 p->state = *p->next_state++; in parse_next()
804 p->next_state = and_then; in parse_indexed_field_x()
863 p->next_state = and_then; in parse_lithdr_incidx()
877 p->next_state = and_then; in parse_lithdr_incidx_x()
892 p->next_state = and_then; in parse_lithdr_incidx_v()
927 p->next_state = and_then; in parse_lithdr_notidx()
941 p->next_state = and_then; in parse_lithdr_notidx_x()
956 p->next_state = and_then; in parse_lithdr_notidx_v()
991 p->next_state = and_then; in parse_lithdr_nvridx()
1005 p->next_state = and_then; in parse_lithdr_nvridx_x()
[all …]
Dhpack_parser.h56 const grpc_chttp2_hpack_parser_state* next_state; member
/third_party/boost/boost/msm/back/
Dstate_machine.hpp444 … BOOST_STATIC_CONSTANT(int, next_state = (get_state_id<stt,next_state_type>::type::value)); in execute()
457 … fsm.m_states[region_index] = active_state_switching::after_guard(current_state,next_state); in execute()
462 … fsm.m_states[region_index] = active_state_switching::after_exit(current_state,next_state); in execute()
469 … fsm.m_states[region_index] = active_state_switching::after_action(current_state,next_state); in execute()
474 … fsm.m_states[region_index] = active_state_switching::after_entry(current_state,next_state); in execute()
523 … BOOST_STATIC_CONSTANT(int, next_state = (get_state_id<stt,next_state_type>::type::value)); in execute()
536 … fsm.m_states[region_index] = active_state_switching::after_guard(current_state,next_state); in execute()
541 … fsm.m_states[region_index] = active_state_switching::after_exit(current_state,next_state); in execute()
542 … fsm.m_states[region_index] = active_state_switching::after_action(current_state,next_state); in execute()
547 … fsm.m_states[region_index] = active_state_switching::after_entry(current_state,next_state); in execute()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpegtsmux.c507 GstState next_state = states[i % G_N_ELEMENTS (states)]; in GST_START_TEST() local
509 next_state) == GST_STATE_CHANGE_SUCCESS, in GST_START_TEST()
510 "could not set to %s", gst_element_state_get_name (next_state)); in GST_START_TEST()
513 if (GST_STATE_PLAYING == next_state) { in GST_START_TEST()
/third_party/boost/boost/random/detail/
Dqrng_base.hpp89 return curr_elem != dimension() ? load_cached(): next_state(); in operator ()()
223 result_type next_state() in next_state() function in boost::random::qrng_detail::qrng_base
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
821 next_state = NULL; in tre_tnfa_run_backtrack()
834 if (next_state == NULL) in tre_tnfa_run_backtrack()
837 next_state = trans_i->state; in tre_tnfa_run_backtrack()
861 if (next_state != NULL) in tre_tnfa_run_backtrack()
864 state = next_state; in tre_tnfa_run_backtrack()
/third_party/musl/src/regex/
Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
821 next_state = NULL; in tre_tnfa_run_backtrack()
834 if (next_state == NULL) in tre_tnfa_run_backtrack()
837 next_state = trans_i->state; in tre_tnfa_run_backtrack()
861 if (next_state != NULL) in tre_tnfa_run_backtrack()
864 state = next_state; in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
821 next_state = NULL; in tre_tnfa_run_backtrack()
834 if (next_state == NULL) in tre_tnfa_run_backtrack()
837 next_state = trans_i->state; in tre_tnfa_run_backtrack()
861 if (next_state != NULL) in tre_tnfa_run_backtrack()
864 state = next_state; in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
821 next_state = NULL; in tre_tnfa_run_backtrack()
834 if (next_state == NULL) in tre_tnfa_run_backtrack()
837 next_state = trans_i->state; in tre_tnfa_run_backtrack()
861 if (next_state != NULL) in tre_tnfa_run_backtrack()
864 state = next_state; in tre_tnfa_run_backtrack()

12