HomeSort by relevance Sort by last modified time
    Searched refs:INIT (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target-hooks-macros.h 20 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
21 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
24 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
27 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
target.h 167 #define DEFHOOKPOD(NAME, DOC, TYPE, INIT) TYPE NAME;
168 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS;
hashtab.h 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /external/valgrind/none/tests/s390x/
condloadstore.c 75 #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, 8);
    [all...]
  /system/connectivity/dhcp_client/
dhcp.h 35 INIT,
  /cts/tools/dasm/src/java_cup/
sym.java 13 static final int INIT = 9;
  /external/clang/test/Preprocessor/
macro_with_initializer_list.cpp 136 #define INIT(var, init) Foo var = init; // expected-note 3{{defined here}}
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});
  /frameworks/base/tools/preload/
Operation.java 32 LOAD, INIT
100 case INIT: return loadedClass.medianInitTimeMicros();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
dyn-sec64.d 21 INIT .* 0x0001234000003000
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
init-cmpct.d 1 #source: init.s
12 0x0000000c \(INIT\) .*[02468ace]
init-media.d 1 #source: init.s
12 0x0000000c \(INIT\) .*[13579bdf]
init64.d 1 #source: init.s
12 0x000000000000000c \(INIT\) .*[13579bdf]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_vendor_test.c 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
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) {
178 eap->init = eap_vendor_test_init;
  /external/mesa3d/src/mesa/math/
m_translate.c 135 #define INIT init_trans_4_GLbyte_raw
143 #define INIT init_trans_3_GLbyte_raw
152 #define INIT init_trans_2_GLbyte_raw
158 #define INIT init_trans_1_GLbyte_raw
190 #define INIT init_trans_4_GLubyte_raw
198 #define INIT init_trans_3_GLubyte_raw
208 #define INIT init_trans_1_GLubyte_raw
236 #define INIT init_trans_4_GLshort_raw
244 #define INIT init_trans_3_GLshort_raw
253 #define INIT init_trans_2_GLshort_ra
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 33 #ifndef INIT
34 #define INIT(x)
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_POLYGON)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_12.d 20 .method public <init>()V
23 invoke-direct {v0}, java/lang/Object/<init>()V
33 if-nez v0, INIT
37 INIT:
39 invoke-direct {v1, v0}, java/lang/Integer/<init>(I)V
  /device/google/marlin/common/
base.mk 218 #INIT
219 INIT := init.qcom.composition_type.sh
220 INIT += init.target.8x25.sh
221 INIT += init.qcom.mdm_links.sh
222 INIT += init.qcom.modem_links.sh
223 INIT += init.qcom.sensor.s
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 25 enum { INIT, CONFIRM, SUCCESS } state;
40 data->state = INIT;
82 if (data->state == INIT && *pos != 1) {
84 "%d in INIT state", *pos);
125 if (data->state == INIT) {
179 eap->init = eap_vendor_test_init;
  /external/elfutils/tests/
run-readelf-d.sh 55 INIT 0x00000000000005b0
  /toolchain/binutils/binutils-2.25/include/
hashtab.h 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /external/llvm/lib/Support/
regexec.c 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
97 #undef INIT
120 #define INIT(o, n) ((o) = (n))
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 69 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
95 #undef INIT
118 #define INIT(o, n) ((o) = (n))
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 33 INIT
113 #undef INIT
  /frameworks/av/cmds/screenrecord/
Overlay.h 112 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1157 #define INIT(t) t c_code = init_##t
1185 INIT (DSP32Mac);
    [all...]

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 9