/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksclock.c | 183 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()
|
D | gstksvideodevice.c | 840 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/rust/crates/aho-corasick/src/ |
D | nfa.rs | 154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state() method 155 self.states[current.to_usize()].next_state(input) in next_state() 265 fn next_state(&self, mut current: S, input: u8) -> S { in next_state() method 273 let next = state.next_state(input); in next_state() 316 fn next_state(&self, input: u8) -> S { in next_state() method 317 self.trans.next_state(input) in next_state() 394 fn next_state(&self, input: u8) -> S { in next_state() method 702 let next = self.nfa.state(prev).next_state(b); in build_trie() 919 while it.nfa().state(fail).next_state(b) == fail_id() { in fill_failure_transitions() 922 fail = it.nfa().state(fail).next_state(b); in fill_failure_transitions() [all …]
|
D | dfa.rs | 196 fn next_state(&self, current: S, input: u8) -> S { in next_state() method 255 fn next_state(&self, current: S, input: u8) -> S { in next_state() method 324 fn next_state(&self, current: S, input: u8) -> S { in next_state() method 391 fn next_state(&self, current: S, input: u8) -> S { in next_state() method 477 fn next_state(&self, from: S, byte: u8) -> S { in next_state() method 705 return dfa.next_state(current, input); in nfa_next_state_memoized() 707 let next = nfa.next_state(current, input); in nfa_next_state_memoized()
|
D | automaton.rs | 162 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method 167 let next = self.next_state(current, input); in next_state_no_fail()
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 1270 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/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 184 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()
|
D | hb-aat-layout-common.hh | 757 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()
|
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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 184 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()
|
D | hb-aat-layout-common.hh | 760 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()
|
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()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 180 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()
|
D | hb-ot-shape-complex-arabic.cc | 133 uint16_t next_state; member 303 state = entry->next_state; in arabic_joining() 327 state = entry->next_state; in arabic_joining()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | postprocessor.c | 534 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/musl/src/regex/ |
D | regexec.c | 741 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/ |
D | regexec.c | 741 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/kernel/src/regex/ |
D | regexec.c | 741 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/ |
D | regexec.c | 741 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/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mpegtsmux.c | 507 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/rust/crates/regex/src/ |
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() method
|
/third_party/libxml2/ |
D | pattern.c | 1986 goto next_state; in xmlStreamPushInternal() 1992 goto next_state; in xmlStreamPushInternal() 1997 goto next_state; in xmlStreamPushInternal() 2010 goto next_state; in xmlStreamPushInternal() 2012 goto next_state; in xmlStreamPushInternal() 2087 next_state: in xmlStreamPushInternal()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage.c | 1254 fmass_task_state next_state; in fmass_set_next_command() local 1296 next_state = FMASS_TASK_REQ_DATA_PHASE; in fmass_set_next_command() 1300 next_state = FMASS_TASK_REQ_STATUS_PHASE; in fmass_set_next_command() 1302 fmass_task_change_state(fmass, next_state); in fmass_set_next_command()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.h | 253 #define GST_STATE_NEXT(elem) (GST_ELEMENT_CAST(elem)->next_state) 768 GstState next_state; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_mpm.c | 523 enum mesh_plink_state next_state) in mesh_mpm_plink_open() argument 532 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
|