Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp140 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
142 …N(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_EN…
143 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
146 if (ITTNOTIFY_NAME(name) && ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init))) \
153 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
155 …N(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_EN…
156 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
159 if (ITTNOTIFY_NAME(name) && ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init))) \
171 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
173 …N(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_END
[all …]
/external/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h86 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument
90 .init = _init, \
97 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument
101 .init = _init, \
Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
59 .init = _init, \
/external/iptables/extensions/
DGNUmakefile.in115 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=$*_init ${CFLAGS} -o $@ …
127 …${AM_VERBOSE_CC} ${CC} ${AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -D_INIT=lib$*_init -DPIC -fPIC $…
147 …{AM_CPPFLAGS} ${AM_DEPFLAGS} ${AM_CFLAGS} -DNO_SHARED_LIBS=1 -D_INIT=lib$*_init ${CFLAGS} -o $@ -c…
200 echo "extern void lib$${i}_init(void);" >>$@; \
206 echo " ""lib$${i}_init();" >>$@; \
216 echo "extern void lib$${i}_init(void);" >>$@; \
222 echo " ""lib$${i}_init();" >>$@; \
232 echo "extern void lib$${i}_init(void);" >>$@; \
238 echo " ""lib$${i}_init();" >>$@; \
248 echo "extern void lib$${i}_init(void);" >>$@; \
[all …]
DAndroid.bp29 // All of the extension source files have the same function name (_init). Since we don't support
34 // all of the renamed _init functions (libext*_init)
/external/llvm-project/lld/test/ELF/
Drelocatable-sections.s8 # CHECK: .text._init
9 # CHECK-NEXT: .rela.text._init
21 .section .text._init,"ax"
Dinit-fini.s57 .global _start,_init,_fini,_foo,_bar,_undef
59 _init = 0x11010 define
Dppc64-long-branch-init.s15 # CHECK-LABEL: <_init>:
28 .globl _init symbol
29 _init: label
Dcgprofile-txt.s71 .globl _init symbol
72 _init: label
157 # CHECK: Name: _init
182 # NOSORT: Name: _init
/external/arm-trusted-firmware/include/lib/pmf/
Dpmf_helpers.h130 _init, _getts) \ argument
132 _init, _getts)
139 _init, _getts) argument
226 _init, _getts_by_mpidr) \ argument
240 .init = _init, \
/external/python/cpython3/Lib/asyncio/
Dqueues.py50 self._init(maxsize)
54 def _init(self, maxsize): member in Queue
232 def _init(self, maxsize): member in PriorityQueue
245 def _init(self, maxsize): member in LifoQueue
/external/python/cpython2/Lib/
DQueue.py28 self._init(maxsize)
197 def _init(self, maxsize): member in Queue
218 def _init(self, maxsize): member in PriorityQueue
234 def _init(self, maxsize): member in LifoQueue
/external/linux-kselftest/tools/testing/selftests/
Dkselftest_module.h35 static int __init __module##_init(void) \
45 module_init(__module##_init); \
/external/python/cpython3/Lib/
Dqueue.py36 self._init(maxsize)
206 def _init(self, maxsize): member in Queue
229 def _init(self, maxsize): member in PriorityQueue
245 def _init(self, maxsize): member in LifoQueue
/external/mesa3d/src/gallium/targets/libgl-xlib/
Dxlib.c87 static void _init( void ) __attribute__((constructor));
88 static void _init( void ) in _init() function
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dmetric_utils.py31 def _init(): function
67 _init()
/external/llvm-project/llvm/tools/opt-viewer/
Doptpmap.py9 def _init(current, total): function
47 pool = multiprocessing.Pool(initializer=_init,
/external/icu/icu4c/source/common/
Duvectr64.cpp32 _init(DEFAULT_CAPACITY, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
41 _init(initialCapacity, status); in UVector64()
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init() function in UVector64
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
Ddelocate.h55 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
57 CRYPTO_once(name##_once_bss_get(), name##_init); \
/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h55 static void name##_init(void) { name##_do_init(name##_storage_bss_get()); } \
57 CRYPTO_once(name##_once_bss_get(), name##_init); \
/external/autotest/client/site_tests/cellular_DeferredRegistration/
Dcellular_DeferredRegistration.py29 def _init(self): member in cellular_DeferredRegistration
76 self._init()
/external/grpc-grpc/templates/src/core/
Dplugin_registry.template30 void ${plugin}_init(void);
36 grpc_register_plugin(${plugin}_init,
/external/iproute2/include/
Dxtables.h509 # undef _init
510 # define _init _INIT macro
516 # define _init __attribute__((constructor)) _INIT macro
559 extern void _init(void);
/external/jsilver/src/org/clearsilver/jni/
DJniCs.java42 csptr = _init(ho.hdfptr); in JniCs()
146 private native long _init(long ptr); in _init() method in JniCs
/external/iptables/include/
Dxtables.h589 # undef _init
590 # define _init _INIT macro
596 # define _init __attribute__((constructor)) _INIT macro
647 extern void _init(void);

1234567891011