Searched refs:_init (Results 1 - 25 of 150) sorted by relevance

123456

/external/iptables/extensions/
H A Dlibip6t_eui64.c12 void _init(void) function
H A Dlibipt_MIRROR.c12 void _init(void) function
H A Dlibipt_unclean.c12 void _init(void) function
H A Dlibxt_TRACE.c18 void _init(void) function
H A Dlibxt_standard.c21 void _init(void) function
H A Dlibext.mk20 # LOCAL_CFLAGS+=-D_INIT=lib$*_init
35 echo "extern void lib$${i}_init(void);" >>$@; \
41 echo " ""lib$${i}_init();" >>$@; \
H A Dlibxt_comment.c64 void _init(void) function
H A Dlibxt_AUDIT.c98 void _init(void) function
H A Dlibxt_CHECKSUM.c74 void _init(void) function
H A Dlibxt_CLASSIFY.c89 void _init(void) function
H A Dlibxt_IDLETIMER.c93 void _init(void) function
H A Dlibxt_SECMARK.c85 void _init(void) function
H A Dlibxt_cpu.c60 void _init(void) function
H A Dlibxt_helper.c60 void _init(void) function
/external/iproute2/include/
H A Diptables_common.h37 #define _init __attribute__((constructor)) my_init macro
40 # undef _init macro
41 # define _init _INIT macro
H A Dxt-internal.h64 extern void _init(void);
/external/libunwind/doc/
H A Dunw_init_local.tex8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\
19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
28 For all other cases, \Func{unw\_init\_remote}() must be used instead.
41 \Func{unw\_init\_local}(). Also, \Func{unw\_init\_local}() is
43 including \File{$<$libunwind.h$>$}, whereas \Func{unw\_init\_remot
[all...]
H A Dunw_init_remote.tex8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
38 generally preferable to use \Func{unw\_init\_local}() instead, because
43 On successful completion, \Func{unw\_init\_remote}() returns 0.
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remot
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc29 _init(false),
54 if(_init)
121 if(!_init)
126 if(!_init)
157 if(!_init)
223 _init = true;
241 if(!_init)
320 if(!_init)
380 if(!_init)
396 if(!_init)
[all...]
H A Dudp_socket2_manager_win.h89 bool _init; member in class:webrtc::test::IoContextPool
113 bool _init; member in class:webrtc::test::UdpSocket2WorkerWindows
152 bool _init; member in class:webrtc::test::UdpSocket2ManagerWindows
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) function
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) function
/external/jsilver/src/org/clearsilver/jni/
H A DJniCs.java42 csptr = _init(ho.hdfptr);
146 private native long _init(long ptr); method in class:JniCs
/external/chromium_org/third_party/icu/source/common/
H A Duvectr64.cpp30 _init(DEFAULT_CAPACITY, status);
39 _init(initialCapacity, status);
44 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { function in class:UVector64
/external/icu/icu4c/source/common/
H A Duvectr64.cpp30 _init(DEFAULT_CAPACITY, status);
39 _init(initialCapacity, status);
44 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { function in class:UVector64

Completed in 789 milliseconds

123456