Searched defs:_init (Results 1 – 25 of 47) sorted by relevance
12
37 #define _init __attribute__((constructor)) my_init macro41 # define _init _INIT macro
16 private static native int _init(); in _init() method in CGI
113 private native long _init(long ptr); in _init() method in CS
79 {
63 void _init(void) in _init() function
73 void _init(void) in _init() function
103 _init(void) in _init() function
121 void _init(void) in _init() function
189 void _init(void) in _init() function
146 void _init(void) in _init() function
163 void _init(void) in _init() function
122 void _init(void) in _init() function
111 void _init(void) in _init() function
128 void _init(void) in _init() function
136 void _init(void) in _init() function
148 void _init(void) in _init() function
149 void _init(void) in _init() function
131 void _init(void) in _init() function
217 void _init(void) in _init() function
139 void _init(void) in _init() function
245 void _init(void) in _init() function
158 void _init(void) in _init() function
160 void _init(void) in _init() function
43 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64