Searched defs:START (Results 1 - 25 of 26) sorted by relevance

12

/external/elfutils/libelf/
H A Dexttypes.h40 #define START(Bits, Name, EName) typedef struct { macro
80 #undef START macro
H A Dgelf_xlate.c105 #define START(Bits, Name, EName) \ macro
/external/openssl/crypto/bn/
H A Dbnspeed.c125 #define START 0 macro
134 if (s == START)
149 if (s == START)
197 Time_F(START);
210 Time_F(START);
225 Time_F(START);
H A Dexpspeed.c151 #define START 0 macro
160 if (s == START)
175 if (s == START)
271 Time_F(START);
/external/openssl/crypto/rc2/
H A Drc2speed.c135 #define START 0 macro
144 if (s == START)
159 if (s == START)
202 Time_F(START);
221 Time_F(START);
239 Time_F(START);
261 Time_F(START);
/external/openssl/crypto/rc4/
H A Drc4speed.c135 #define START 0 macro
144 if (s == START)
159 if (s == START)
202 Time_F(START);
220 Time_F(START);
238 Time_F(START);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_tls.c28 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon7076
36 case START:
37 return "START";
66 data->state = START;
126 case START:
H A Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon7082
40 case START:
41 return "START";
105 data->state = registrar ? START : MSG;
233 case START:
H A Deap_sim.c36 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator in enum:eap_sim_data::__anon7071
50 case START:
51 return "START";
89 data->state = START;
309 case START:
345 case START:
705 case START:
H A Deap_tnc.c24 enum { START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::__anon7078
51 data->state = START;
246 case START:
H A Deap_fast.c39 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon7050
83 case START:
84 return "START";
434 data->state = START;
865 case START:
H A Deap_peap.c41 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon7065
68 case START:
69 return "START";
184 data->state = START;
503 case START:
H A Deap_ttls.c45 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon7080
65 case START:
66 return "START";
389 data->state = START;
564 case START:
/external/chromium/net/base/
H A Dtransport_security_state.cc88 START, enumerator in enum:net::ParserState
94 } state = START;
101 case START:
156 case START:
/external/openssl/apps/
H A Ds_time.c322 #define START 0 macro
398 tm_Time_F(START);
490 tm_Time_F(START);
/external/openssl/crypto/des/
H A Ddes_opts.c357 #define START 0 macro
366 if (s == START)
381 if (s == START)
404 Time_F(START); \
458 Time_F(START);
H A Dspeed.c140 #define START 0 macro
149 if (s == START)
164 if (s == START)
209 Time_F(START);
230 Time_F(START);
243 Time_F(START);
262 Time_F(START);
279 Time_F(START);
298 Time_F(START);
/external/webkit/WebCore/editing/
H A DSelectionController.h139 enum EPositionType { START, END, BASE, EXTENT }; enumerator in enum:WebCore::SelectionController::EPositionType
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java40 // IMPORTANT - All keyword matches should be between START and END
41 public static final int START = 2048; field in class:LexerCore
42 public static final int END = START + 2048;
106 if (value > START) {
208 if (tok > START && tok < END) {
/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen_impl.h153 START, enumerator in enum:FormatParser::TokenStatus
/external/icu4c/i18n/
H A Ddtptngen_impl.h153 START, enumerator in enum:FormatParser::TokenStatus
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java35 public static final int START = LexerCore.START; field in interface:TokenTypes
40 public static final int SIP = START + 3;
41 public static final int REGISTER = START + 4;
42 public static final int INVITE = START + 5;
43 public static final int ACK = START + 6;
44 public static final int BYE = START + 7;
45 public static final int OPTIONS = START + 8;
46 public static final int CANCEL = START + 9;
47 public static final int ERROR_INFO = START
[all...]
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py70 START = 0xfa variable
81 START,
/external/chromium/third_party/icu/source/test/intltest/
H A Dwbnf.cpp792 enum StateType {START, IN_NUM, IN_VAR_FIRST, IN_VAR, IN_QUOTE, IN_QUOTE_BSLASH, IN_BSLASH, IN_STRING, DONE}; enumerator in enum:Scanner::StateType
818 state = START;
822 if (c == 0 && state != START){//avoid buffer overflow. for IN_QUOE, IN_ESCAPE
827 case START:
850 break; // START
857 if (isWhiteSpace(c)){ // state = START; //do nothing
862 break;//START
/external/icu4c/test/intltest/
H A Dwbnf.cpp792 enum StateType {START, IN_NUM, IN_VAR_FIRST, IN_VAR, IN_QUOTE, IN_QUOTE_BSLASH, IN_BSLASH, IN_STRING, DONE}; enumerator in enum:Scanner::StateType
818 state = START;
822 if (c == 0 && state != START){//avoid buffer overflow. for IN_QUOE, IN_ESCAPE
827 case START:
850 break; // START
857 if (isWhiteSpace(c)){ // state = START; //do nothing
862 break;//START

Completed in 360 milliseconds

12