Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/remoteproc/
Dsandbox_testproc.c73 enum sandbox_state next_state) in sandbox_dev_move_to_state() argument
78 if (ddata->current_state == next_state) in sandbox_dev_move_to_state()
82 next_state); in sandbox_dev_move_to_state()
85 if (next_state == sb_init) in sandbox_dev_move_to_state()
90 if (next_state == sb_reset || next_state == sb_loaded) in sandbox_dev_move_to_state()
95 if (next_state == sb_loaded || next_state == sb_init) in sandbox_dev_move_to_state()
100 if (next_state == sb_reset || next_state == sb_init || in sandbox_dev_move_to_state()
101 next_state == sb_running) in sandbox_dev_move_to_state()
106 if (next_state == sb_reset || next_state == sb_init) in sandbox_dev_move_to_state()
113 ddata->current_state = next_state; in sandbox_dev_move_to_state()
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb197 next_state = @transition[ state ][ c - @min[ state ] ]
198 if next_state < 0
208 state = next_state
263 next_state = @transition[ state ][ c - @min[ state ] ]
264 if next_state < 0
274 state = next_state
/external/libusb/examples/
Ddpfp.c48 static int next_state(void);
161 if (next_state() < 0) in cb_mode_changed()
241 static int next_state(void) in next_state() function
295 if (next_state() < 0) { in cb_irq()
305 if (next_state() < 0) { in cb_irq()
330 if (next_state() < 0) { in cb_img()
357 return next_state(); in init_capture()
Ddpfp_threaded.c53 static int next_state(void);
193 if (next_state() < 0) in cb_mode_changed()
273 static int next_state(void) in next_state() function
326 if (next_state() < 0) { in cb_irq()
336 if (next_state() < 0) { in cb_irq()
360 if (next_state() < 0) { in cb_img()
387 return next_state(); in init_capture()
/external/u-boot/drivers/usb/gadget/
Df_sdp.c101 enum sdp_state next_state; member
268 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete()
279 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
290 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
298 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
306 sdp->next_state = SDP_STATE_JUMP; in sdp_rx_command_complete()
314 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
388 sdp->state = sdp->next_state; in sdp_tx_complete()
392 sdp->state = sdp->next_state; in sdp_tx_complete()
699 sdp_func->next_state = SDP_STATE_IDLE; in sdp_handle_in_ep()
/external/curl/lib/
Dsmb.c743 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local
782 next_state = SMB_OPEN; in smb_request_state()
788 next_state = SMB_TREE_DISCONNECT; in smb_request_state()
797 next_state = SMB_UPLOAD; in smb_request_state()
804 next_state = SMB_CLOSE; in smb_request_state()
810 next_state = SMB_DOWNLOAD; in smb_request_state()
818 next_state = SMB_CLOSE; in smb_request_state()
836 next_state = SMB_CLOSE; in smb_request_state()
843 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()
849 next_state = SMB_CLOSE; in smb_request_state()
[all …]
/external/bcc/src/cc/frontends/p4/compiler/
DebpfDeparser.py47 for branch_case, next_state in parse_state.branch_to.items():
48 if not next_state:
50 if not isinstance(next_state, p4_parse_state):
52 walk_rec(hlir, next_state, prev_hdr_node, tag_stacks_index.copy())
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dattention_wrapper.py739 next_state = alignments
740 return alignments, next_state
838 next_state = alignments
839 return alignments, next_state
1006 next_state = alignments
1007 return alignments, next_state
1131 next_state = alignments
1132 return alignments, next_state
1476 next_state = alignments
1477 return alignments, next_state
[all …]
Dbasic_decoder.py144 (finished, next_inputs, next_state) = self._helper.next_inputs(
150 return (outputs, next_state, next_inputs, finished)
243 (finished, next_inputs, next_state) = self.sampler.next_inputs(
249 return (outputs, next_state, next_inputs, finished)
Ddecoder.py432 next_state = nest.map_structure(
435 next_state = decoder_state
439 return (time + 1, outputs_ta, next_state, next_inputs, next_finished,
/external/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py415 return self._get_state(state.next_state)
582 next_state = self._current_state
583 while next_state != self.STATE_INFO_END:
584 if self._does_packet_match_state(next_state, packet):
585 self._step(next_state, packet)
586 self._check_for_ack(next_state, packet)
588 next_state = self._get_next_state(next_state)
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc180 thai_above_state_t next_state; member
207 thai_below_state_t next_state; member
241 above_state = above_edge.next_state; in do_thai_pua_shaping()
242 below_state = below_edge.next_state; in do_thai_pua_shaping()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/wakeup/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_rnn_cell.py40 root.next_state = tf.function(root.rnn_cell.__call__, autograph=False)
55 root.next_state(
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/context_switch/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/ftrace/wakeup/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/wakeup/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ftrace/context_switch/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/ftrace/context_switch/
Dformat15 field:unsigned char next_state; offset:23; size:1; signed:0;
17 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/wakeup/
Dformat16 field:unsigned char next_state; offset:27; size:1; signed:0;
18 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/ftrace/context_switch/
Dformat16 field:unsigned char next_state; offset:27; size:1; signed:0;
18 …pid, REC->prev_prio, REC->prev_state, REC->next_pid, REC->next_prio, REC->next_state, REC->next_cpu
/external/blktrace/
Dstrverscmp.c99 static const unsigned int next_state[] = in strverscmp() local
133 state = next_state[state]; in strverscmp()
/external/u-boot/arch/arm/mach-keystone/
Dpsc.c249 u32 next_state; in psc_module_keep_in_reset_enabled() local
266 next_state = gate_clocks ? PSC_REG_VAL_MDCTL_NEXT_OFF : in psc_module_keep_in_reset_enabled()
268 mdctl = PSC_REG_MDCTL_SET_NEXT(mdctl, next_state); in psc_module_keep_in_reset_enabled()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc195 TF_ASSIGN_OR_RETURN(std::vector<HloInstruction*> next_state, in MakeCountedLoopBodyComputation()
197 next_state.insert(next_state.begin(), next_indvar); in MakeCountedLoopBodyComputation()
199 body_computation->AddInstruction(HloInstruction::CreateTuple(next_state)); in MakeCountedLoopBodyComputation()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc685 p->state = *p->next_state++; in parse_next()
787 p->next_state = and_then; in parse_indexed_field_x()
829 p->next_state = and_then; in parse_lithdr_incidx()
842 p->next_state = and_then; in parse_lithdr_incidx_x()
856 p->next_state = and_then; in parse_lithdr_incidx_v()
896 p->next_state = and_then; in parse_lithdr_notidx()
909 p->next_state = and_then; in parse_lithdr_notidx_x()
923 p->next_state = and_then; in parse_lithdr_notidx_v()
963 p->next_state = and_then; in parse_lithdr_nvridx()
976 p->next_state = and_then; in parse_lithdr_nvridx_x()
[all …]

12