Searched refs:INIT (Results 1 - 25 of 49) sorted by relevance

12

/external/valgrind/none/tests/s390x/
H A Dcondloadstore.c75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \
77 FUNC(insn, value, ccset, INIT, 0); \
78 FUNC(insn, value, ccset, INIT, 1); \
79 FUNC(insn, value, ccset, INIT, 2); \
80 FUNC(insn, value, ccset, INIT, 3); \
81 FUNC(insn, value, ccset, INIT, 4); \
82 FUNC(insn, value, ccset, INIT, 5); \
83 FUNC(insn, value, ccset, INIT, 6); \
84 FUNC(insn, value, ccset, INIT, 7); \
85 FUNC(insn, value, ccset, INIT,
[all...]
/external/clang/test/Preprocessor/
H A Dmacro_with_initializer_list.cpp136 #define INIT(var, init) Foo var = init; // expected-note 3{{defined here}} macro
141 INIT(a, Foo());
142 INIT(b, Foo({1, 2, 3}));
143 INIT(c, Foo());
145 INIT(d, Foo{1, 2, 3});
150 INIT(e, {1, 2, 3});
156 INIT(e, {1, 2, 3} + {1, 2, 3});
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon17284
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon17529
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon17772
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/mesa3d/src/mesa/math/
H A Dm_translate.c135 #define INIT init_trans_4_GLbyte_raw macro
143 #define INIT init_trans_3_GLbyte_raw macro
152 #define INIT init_trans_2_GLbyte_raw macro
158 #define INIT init_trans_1_GLbyte_raw macro
190 #define INIT init_trans_4_GLubyte_raw macro
198 #define INIT init_trans_3_GLubyte_raw macro
208 #define INIT init_trans_1_GLubyte_raw macro
236 #define INIT init_trans_4_GLshort_raw macro
244 #define INIT init_trans_3_GLshort_raw macro
253 #define INIT init_trans_2_GLshort_ra macro
259 #define INIT macro
290 #define INIT macro
298 #define INIT macro
307 #define INIT macro
313 #define INIT macro
343 #define INIT macro
351 #define INIT macro
360 #define INIT macro
366 #define INIT macro
397 #define INIT macro
405 #define INIT macro
414 #define INIT macro
420 #define INIT macro
451 #define INIT macro
459 #define INIT macro
468 #define INIT macro
474 #define INIT macro
490 #define INIT macro
498 #define INIT macro
507 #define INIT macro
513 #define INIT macro
[all...]
H A Dm_trans_tmp.h214 static void INIT(void) function
248 #ifdef INIT
249 #undef INIT macro
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_rendertmp.h33 #ifndef INIT
34 #define INIT(x) macro
68 INIT(GL_POINTS);
82 INIT(GL_LINES);
103 INIT(GL_LINE_STRIP);
129 INIT(GL_LINE_LOOP);
168 INIT(GL_TRIANGLES);
201 INIT(GL_TRIANGLE_STRIP);
251 INIT(GL_TRIANGLE_FAN);
298 INIT(GL_POLYGO
473 #undef INIT macro
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimplePatternFormatter.java61 State state = State.INIT;
65 case INIT:
84 state = State.INIT;
91 state = State.INIT;
96 state = State.INIT;
104 case INIT:
308 INIT, enum constant in enum:SimplePatternFormatter.State
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon17249
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon17494
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon17737
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
/external/elfutils/src/tests/
H A Drun-readelf-d.sh55 INIT 0x00000000000005b0
H A Drun-alldts.sh42 INIT 0xdeadbeef
/external/llvm/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
97 #undef INIT macro
120 #define INIT(o, n) ((o) = (n)) macro
/external/mesa3d/src/mesa/x86/
H A Dmmx_blendtmp.h33 INIT
113 #undef INIT macro
H A Dmmx_blend.S270 #define INIT \ define
292 #define INIT define
315 #define INIT \
318 #define INIT \ define
347 #define INIT \
350 #define INIT \ define
379 #define INIT \
382 #define INIT \ define
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp19 INIT, enumerator in enum:SimplePatternFormatterCompileState
196 SimplePatternFormatterCompileState state = INIT;
201 case INIT:
220 state = INIT;
230 state = INIT;
235 state = INIT;
244 case INIT:
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc94 INIT, enumerator in enum:__anon5435
116 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h118 INIT( GL_POINTS );
147 INIT( GL_LINES );
183 INIT( GL_LINE_STRIP );
215 INIT( GL_LINE_STRIP );
280 INIT(GL_TRIANGLES);
312 INIT(GL_TRIANGLE_STRIP);
350 INIT(GL_TRIANGLE_FAN);
390 INIT(GL_POLYGON);
430 INIT(GL_QUAD_STRIP);
515 INIT( GL_TRIANGLE_STRI
[all...]
/external/elfutils/src/lib/
H A Ddynamicsizehash.c176 #define INIT(name) _INIT (name) macro
179 INIT(NAME) (htab, init_size)
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.c111 SM_STATE(CP, INIT)
113 SM_ENTRY(CP, INIT);
340 SM_ENTER(CP, INIT);
344 SM_ENTER(CP, INIT);
491 SM_ENTER(CP, INIT);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c111 SM_STATE(CP, INIT)
113 SM_ENTRY(CP, INIT);
340 SM_ENTER(CP, INIT);
344 SM_ENTER(CP, INIT);
491 SM_ENTER(CP, INIT);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c111 SM_STATE(CP, INIT)
113 SM_ENTRY(CP, INIT);
340 SM_ENTER(CP, INIT);
344 SM_ENTER(CP, INIT);
491 SM_ENTER(CP, INIT);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_render.c150 #define INIT( prim ) \ macro

Completed in 801 milliseconds

12