HomeSort by relevance Sort by last modified time
    Searched refs:next_state (Results 1 - 25 of 42) sorted by null

1 2

  /external/bison/lib/
strverscmp.c 71 static const unsigned int next_state[] = local
105 state = next_state[state];
  /external/blktrace/
strverscmp.c 99 static const unsigned int next_state[] = local
133 state = next_state[state];
  /toolchain/binutils/binutils-2.25/libiberty/
strverscmp.c 100 static const unsigned int next_state[] = local
134 state = next_state[state];
  /external/libusb/examples/
dpfp.c 48 static int next_state(void);
161 if (next_state() < 0)
241 static int next_state(void) function
295 if (next_state() < 0) {
305 if (next_state() < 0) {
330 if (next_state() < 0) {
357 return next_state();
dpfp_threaded.c 53 static int next_state(void);
193 if (next_state() < 0)
273 static int next_state(void) function
326 if (next_state() < 0) {
336 if (next_state() < 0) {
360 if (next_state() < 0) {
387 return next_state();
  /external/curl/lib/
smb.c 716 enum smb_req_state next_state = SMB_DONE; local
754 next_state = SMB_OPEN;
760 next_state = SMB_TREE_DISCONNECT;
768 next_state = SMB_UPLOAD;
774 next_state = SMB_DOWNLOAD;
781 next_state = SMB_CLOSE;
799 next_state = SMB_CLOSE;
806 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
812 next_state = SMB_CLOSE;
821 next_state = SMB_CLOSE
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 217 'StateInfo', ['name', 'direction', 'match_fields', 'next_state'])
415 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/v8/src/
compiler.h 229 MUST_USE_RESULT Status UpdateState(Status status, State next_state) {
231 state_ = next_state;
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 180 thai_above_state_t next_state; member in struct:thai_above_state_machine_edge_t
207 thai_below_state_t next_state; member in struct:thai_below_state_machine_edge_t
241 above_state = above_edge.next_state;
242 below_state = below_edge.next_state;
hb-ot-shape-complex-arabic.cc 137 uint16_t next_state; member in struct:arabic_state_table_entry
303 state = entry->next_state;
324 state = entry->next_state;
  /system/bt/stack/btm/
btm_inq.cc 782 if (p_inq->next_state == BTM_FINISH) return BTM_ILLEGAL_VALUE;
    [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 1239 enum iscsi_tx_state next_state; local
1396 enum iscsi_rx_state next_state; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 197 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/libmicrohttpd/src/microhttpd/
postprocessor.c 523 * @param next_state state to which we should advance the post processor
534 enum PP_State next_state, enum PP_State next_dash_state)
571 pp->state = next_state;
625 * by an empty line), transition into next_state.
630 * @param next_state state to which the post processor should
638 size_t *ioffptr, enum PP_State next_state)
658 pp->state = next_state;
692 * @param next_state what state to go into after the
705 enum PP_State next_state,
744 pp->state = next_state;
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.h 186 enum GyroCalDebugState next_state; // Debug state machine next state. member in struct:GyroCal
gyro_cal.c     [all...]
  /external/lisa/libs/utils/analysis/
latency_analysis.py 67 - next_state: the next status for the task
70 next_state
140 task_latency_df['next_state'] = task_latency_df.curr_state.shift(-1)
170 (task_latency_df.next_state == 'A')][['t_delta']]
192 (task_latency_df.next_state == 'A')][['t_delta']]
249 if row['next_state'] in ['R', 'R+', 'S', 'x', 'D']:
261 if row['next_state'] in ['W']:
265 if row['next_state'] in ['n']:
268 row['next_state'], row['t_start'])
278 run_df = run_df[run_df.next_state.isin(['S', 'x'])][['running_time']
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h 316 enum OverTempCalDebugState next_state; // Debug state machine next state. member in struct:OverTempCal
over_temp_cal.c     [all...]
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 444 struct anv_state next_state = state->render_pass_states; local
445 next_state.alloc_size = isl_dev->ss.size;
448 state->null_surface_state = next_state;
449 next_state.offset += ss_stride;
450 next_state.map += ss_stride;
455 state->attachments[i].color_rt_state = next_state;
456 next_state.offset += ss_stride;
457 next_state.map += ss_stride;
461 state->attachments[i].input_att_state = next_state;
462 next_state.offset += ss_stride
    [all...]
  /external/openssh/
krl.c 552 int next_state, state = 0; local
585 next_state = choose_next_state(state, contig, final,
592 if (state != 0 && (force_new_sect || next_state != state ||
613 if (next_state != state || force_new_sect) {
615 next_state));
616 state = next_state;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cris.c 527 relax_substateT next_state; local
578 for (next_state = this_type->rlx_more; next_state;)
580 next_state = 0;
584 this_state = next_state;
586 next_state = this_type->rlx_more;
592 for (next_state = this_type->rlx_more; next_state;)
594 next_state = 0;
598 this_state = next_state;
    [all...]
tc-msp430.c 3816 relax_substateT next_state; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 2202 relax_substateT next_state; local
    [all...]
  /external/boringssl/src/ssl/
handshake_client.cc 221 hs->next_state = SSL3_ST_WRITE_EARLY_DATA;
223 hs->next_state = SSL3_ST_CR_SRVR_HELLO_A;
226 hs->next_state = DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A;
396 hs->next_state = SSL3_ST_FINISH_CLIENT_HANDSHAKE;
411 hs->next_state = SSL3_ST_FALSE_START;
413 hs->next_state = SSL3_ST_CR_SESSION_TICKET_A;
467 hs->state = hs->next_state;
    [all...]

Completed in 910 milliseconds

1 2