HomeSort by relevance Sort by last modified time
    Searched refs:next_state (Results 1 - 25 of 41) 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();
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c 1117 static enum GyroCalDebugState next_state = GYRO_IDLE; local
1212 static enum GyroCalDebugState next_state = GYRO_IDLE; local
    [all...]
  /external/curl/lib/
smb.c 715 enum smb_req_state next_state = SMB_DONE; local
753 next_state = SMB_OPEN;
759 next_state = SMB_TREE_DISCONNECT;
767 next_state = SMB_UPLOAD;
773 next_state = SMB_DOWNLOAD;
780 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 217 MUST_USE_RESULT Status UpdateState(Status status, State next_state) {
219 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 784 if (p_inq->next_state == BTM_FINISH) return BTM_ILLEGAL_VALUE;
    [all...]
btm_int_types.h 280 next_state; /*interleaving state to determine next mode to be inquired*/ member in struct:__anon106197
    [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/over_temp/
over_temp_cal.c 1097 static enum OverTempCalDebugState next_state = 0; local
    [all...]
  /external/openssh/
krl.c 553 int next_state, state = 0; local
586 next_state = choose_next_state(state, contig, final,
593 if (state != 0 && (force_new_sect || next_state != state ||
614 if (next_state != state || force_new_sect) {
616 next_state));
617 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...]
tc-m68hc11.c 3876 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.c 223 hs->next_state = SSL3_ST_CR_SRVR_HELLO_A;
225 hs->next_state = DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A;
384 hs->next_state = SSL3_ST_FINISH_CLIENT_HANDSHAKE;
399 hs->next_state = SSL3_ST_FALSE_START;
401 hs->next_state = SSL3_ST_CR_SESSION_TICKET_A;
455 hs->state = hs->next_state;
    [all...]
handshake_server.c 316 hs->next_state = SSL3_ST_SR_CERT_A;
433 hs->next_state = SSL3_ST_SR_CHANGE;
435 hs->next_state = SSL_ST_OK;
445 hs->state = hs->next_state;
    [all...]
  /external/libxml2/
pattern.c     [all...]

Completed in 454 milliseconds

1 2