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

1234

/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/r8/src/main/java/com/android/tools/r8/shaking/
H A DProguardMemberType.java12 INIT, enum constant in enum:ProguardMemberType
H A DProguardMemberRule.java192 case INIT:
221 case INIT:
323 case INIT: {
/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/mesa3d/src/mesa/math/
H A Dm_translate.c129 #define INIT init_trans_4_GLbyte_raw macro
137 #define INIT init_trans_3_GLbyte_raw macro
146 #define INIT init_trans_2_GLbyte_raw macro
152 #define INIT init_trans_1_GLbyte_raw macro
184 #define INIT init_trans_4_GLubyte_raw macro
192 #define INIT init_trans_3_GLubyte_raw macro
202 #define INIT init_trans_1_GLubyte_raw macro
230 #define INIT init_trans_4_GLshort_raw macro
238 #define INIT init_trans_3_GLshort_raw macro
247 #define INIT init_trans_2_GLshort_ra macro
253 #define INIT macro
284 #define INIT macro
292 #define INIT macro
301 #define INIT macro
307 #define INIT macro
337 #define INIT macro
345 #define INIT macro
354 #define INIT macro
360 #define INIT macro
391 #define INIT macro
399 #define INIT macro
408 #define INIT macro
414 #define INIT macro
445 #define INIT macro
453 #define INIT macro
462 #define INIT macro
468 #define INIT macro
484 #define INIT macro
492 #define INIT macro
501 #define INIT macro
507 #define INIT macro
[all...]
H A Dm_trans_tmp.h198 static void INIT(void) function
232 #ifdef INIT
233 #undef INIT macro
/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::__anon26838
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::__anon27101
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::__anon27368
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/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);
127 INIT(GL_LINE_LOOP);
169 INIT(GL_TRIANGLES);
202 INIT(GL_TRIANGLE_STRIP);
252 INIT(GL_TRIANGLE_FAN);
299 INIT(GL_POLYGO
474 #undef INIT macro
[all...]
/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::__anon26803
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::__anon27066
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::__anon27333
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
/external/elfutils/tests/
H A Drun-readelf-d.sh55 INIT 0x00000000000005b0
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h76 INIT(GL_POINTS);
103 INIT(GL_LINES);
132 INIT(GL_LINE_STRIP);
158 INIT(GL_LINE_STRIP);
209 INIT(GL_TRIANGLES);
240 INIT(GL_TRIANGLE_STRIP);
270 INIT(GL_TRIANGLE_FAN);
301 INIT(GL_POLYGON);
343 INIT(GL_TRIANGLE_STRIP);
385 INIT(GL_TRIANGLE
[all...]
/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/swiftshader/third_party/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/swiftshader/third_party/llvm-subzero/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/libmojo/mojo/edk/system/
H A Dbroker_messages.h16 INIT,
H A Dbroker_host_posix.cc54 CreateBrokerMessage(BrokerMessageType::INIT, 1, nullptr);
H A Dbroker_posix.cc80 if (WaitForBrokerMessage(sync_channel_.get(), BrokerMessageType::INIT, 1,
/external/xz-embedded/userspace/
H A Dboottest.c15 #define INIT macro
/external/ltp/testcases/commands/logrotate/
H A Dlogrotate_tests.sh96 tst_brkm TBROK "INIT: Unable to create temporary directory"
101 chk_ifexists INIT tst_resm || return $RC
102 chk_ifexists INIT logrotate || return $RC
103 chk_ifexists INIT awk || return $RC

Completed in 1015 milliseconds

1234