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

  /external/blktrace/
strverscmp.c 99 static const unsigned int next_state[] = local
133 state = next_state[state];
  /external/bison/lib/
strverscmp.c 71 static const unsigned int next_state[] = local
105 state = next_state[state];
  /ndk/sources/host-tools/sed-4.2.1/lib/
strverscmp.c 73 static const unsigned int next_state[] = local
107 state = next_state[state];
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 132 int next_state = parser_state[state][input]; local
134 bool transition = (next_state != state);
163 state = next_state;
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 238 phHciNfc_eState_t next_state = state; local
243 switch(next_state)
261 switch(next_state)
286 if ((hciState_Test == next_state )
287 || (hciState_IO == next_state)
288 || (hciState_Release == next_state))
297 switch(next_state)
328 switch(next_state)
362 switch(next_state)
389 switch(next_state)
    [all...]
  /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 49 static int next_state(void);
190 if (next_state() < 0)
270 static int next_state(void) function
323 if (next_state() < 0) {
333 if (next_state() < 0) {
357 if (next_state() < 0) {
384 return next_state();
  /external/chromium/net/server/
http_server.cc 295 int next_state = parser_state[state][input]; local
297 bool transition = (next_state != state);
334 state = next_state;
  /external/chromium/net/http/
http_network_transaction.cc 309 State next_state = STATE_NONE; local
331 next_state = STATE_READ_BODY;
336 next_state_ = next_state;
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 168 uint8_t next_state; member in struct:phNfc_sState
  /external/openssl/include/openssl/
dtls1.h 253 int next_state; member in struct:dtls1_state_st
ssl3.h 514 int next_state; member in struct:ssl3_state_st::__anon10139
  /external/openssl/ssl/
dtls1.h 253 int next_state; member in struct:dtls1_state_st
ssl3.h 514 int next_state; member in struct:ssl3_state_st::__anon10152
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1608 milliseconds