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

1 2

  /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/bison/lib/
strverscmp.c 71 static const unsigned int next_state[] = local
105 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.h 186 enum GyroCalDebugState next_state; // Debug state machine next state. member in struct:GyroCal
  /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
  /external/harfbuzz_ng/src/
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;
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;
  /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/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...]
  /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/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...]
  /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-m68hc11.c 3876 relax_substateT next_state; local
    [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/
internal.h 1029 int next_state; member in struct:ssl_handshake_st
    [all...]
  /system/bt/stack/btm/
btm_int_types.h 296 next_state; /*interleaving state to determine next mode to be inquired*/ member in struct:__anon113618
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 762 milliseconds

1 2