Home
last modified time | relevance | path

Searched defs:next_state (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs162 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() functions
H A Ddfa.rs196 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
255 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
324 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
391 fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
477 fn next_state(&self, from: S, byte: u8) -> S { in next_state() functions
H A Dnfa.rs154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state() functions
265 fn next_state(&self, mut current: S, input: u8) -> S { in next_state() functions
316 fn next_state(&self, input: u8) -> S { in next_state() functions
394 fn next_state(&self, input: u8) -> S { in next_state() functions
[all...]
/third_party/ffmpeg/libavcodec/
H A Djpeg2000_parser.c173 uint32_t next_state = (buf[i + m->skip_bytes] << 8) | buf[i + m->skip_bytes + 1]; in find_frame_end() local
/third_party/node/deps/v8/src/init/
H A Dv8.cc61 V8StartupState next_state = in AdvanceStartupState() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
H A Dhb-aat-layout-common.hh760 const int next_state = machine.new_state (entry.newState); in drive() local
H A Dhb-ot-shape-complex-arabic.cc136 uint16_t next_state; member
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
/third_party/musl/src/regex/
H A Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h266 V8_WARN_UNUSED_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dpostprocessor.c530 find_boundary(struct MHD_PostProcessor *pp, const char *boundary, size_t blen, size_t *ioffptr, enum PP_State next_state, enum PP_State next_dash_state) find_boundary() argument
637 process_multipart_headers(struct MHD_PostProcessor *pp, size_t *ioffptr, enum PP_State next_state) process_multipart_headers() argument
701 process_value_to_boundary(struct MHD_PostProcessor *pp, size_t *ioffptr, const char *boundary, size_t blen, enum PP_State next_state, enum PP_State next_dash_state) process_value_to_boundary() argument
[all...]
H A Dconnection.c1747 check_write_done(struct MHD_Connection *connection, enum MHD_CONNECTION_STATE next_state) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c519 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, enum mesh_plink_state next_state) mesh_mpm_plink_open() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c527 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, enum mesh_plink_state next_state) mesh_mpm_plink_open() argument
/third_party/rust/crates/regex/src/
H A Ddfa.rs1343 fn next_state( in next_state() functions
/third_party/curl/lib/
H A Dsmb.c947 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c1254 fmass_task_state next_state; in fmass_set_next_command() local
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c1270 enum smtp_session_state next_state; in smtp_process() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c1580 struct anv_state next_state = gfx->att_states; in anv_cmd_buffer_init_attachments() local

Completed in 42 milliseconds