HomeSort by relevance Sort by last modified time
    Searched defs:next_state (Results 1 - 25 of 26) 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.27/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.h 202 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 324 enum OverTempCalDebugState next_state; // Debug state machine next state. member in struct:OverTempCal
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 134 uint16_t next_state; member in struct:arabic_state_table_entry
305 state = entry->next_state;
329 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;
  /system/bt/bta/av/
bta_av_ssm.cc 571 uint8_t next_state = BTA_AV_INIT_SST; local
576 p_scb->state, bta_av_sst_code(p_scb->state), next_state,
577 bta_av_sst_code(next_state), p_scb);
579 p_scb->state = next_state;
  /external/curl/lib/
smb.c 727 enum smb_req_state next_state = SMB_DONE; local
766 next_state = SMB_OPEN;
772 next_state = SMB_TREE_DISCONNECT;
781 next_state = SMB_UPLOAD;
789 next_state = SMB_DOWNLOAD;
796 next_state = SMB_CLOSE;
814 next_state = SMB_CLOSE;
821 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
827 next_state = SMB_CLOSE;
836 next_state = SMB_CLOSE
    [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.27/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 3872 relax_substateT next_state; local
    [all...]
tc-msp430.c 4534 relax_substateT next_state; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
write.c 2240 relax_substateT next_state; local
    [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 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 

Completed in 633 milliseconds

1 2