Searched refs:state_flags (Results 1 – 5 of 5) sorted by relevance
/third_party/rust/crates/regex/src/ |
D | dfa.rs | 465 let (empty_flags, state_flags) = dfa.start_flags(text, at); in forward() 467 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in forward() 495 let (empty_flags, state_flags) = dfa.start_flags_reverse(text, at); in reverse() 497 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in reverse() 526 let (empty_flags, state_flags) = dfa.start_flags(text, at); in forward_many() 528 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in forward_many() 950 let mut state_flags = StateFlags::default(); in exec_byte() localVariable 953 state_flags.set_word(); in exec_byte() 965 state_flags.set_match(); in exec_byte() 1008 match self.cached_state(qnext, state_flags, Some(&mut si)) { in exec_byte() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.c | 129 ad->state_flags &= ~ASYNC_DEBUG_FILLED; in _free_async_debug_data() 212 ad->state_flags |= ASYNC_DEBUG_FROZEN; in gst_gl_async_debug_freeze() 226 ad->state_flags &= ~ASYNC_DEBUG_FROZEN; in gst_gl_async_debug_thaw() 459 ad->state_flags |= ASYNC_DEBUG_FILLED; in gst_gl_async_debug_store_log_msg_valist() 472 if ((ad->state_flags & ASYNC_DEBUG_FILLED) != 0 in gst_gl_async_debug_output_log_msg() 473 && (ad->state_flags & ASYNC_DEBUG_FROZEN) == 0) { in gst_gl_async_debug_output_log_msg()
|
D | gstgldebug.h | 39 guint state_flags; member
|
/third_party/mksh/ |
D | lex.c | 155 uint8_t state_flags = statep->ls_flags; \ 159 statep->ls_flags = state_flags; \
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 458 uint8_t state_flags; member
|