Searched refs:__init (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_init.h44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
46 #define UTIL_INIT(f) static void f##__init(void) __attribute__((constructor)); static void f##__init(void) {f();}
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_init.h44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
46 #define UTIL_INIT(f) static void f##__init(void) __attribute__((constructor)); static void f##__init(void) {f();}
/external/oprofile/module/ia64/
H A Dcpu_type.c17 __init op_cpu get_cpu_type(void)
/external/oprofile/module/
H A Dop_init.c21 int __init stub_init(void)
/external/libnl/lib/route/sch/
H A Dblackhole.c28 static void __init blackhole_init(void)
H A Dfifo.c187 static void __init fifo_init(void)
/external/libcxx/src/
H A Dsystem_error.cpp152 system_error::__init(const error_code& ec, string what_arg) function in class:system_error
164 : runtime_error(__init(ec, what_arg)),
170 : runtime_error(__init(ec, what_arg)),
176 : runtime_error(__init(ec, "")),
182 : runtime_error(__init(error_code(ev, ecat), what_arg)),
188 : runtime_error(__init(error_code(ev, ecat), what_arg)),
194 : runtime_error(__init(error_code(ev, ecat), "")),
H A Dvalarray.cpp21 gslice::__init(size_t __start) function in class:gslice
H A Dstrstream.cpp34 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) function in class:strstreambuf
55 __init(__gnext, __n, __pbeg);
64 __init(const_cast<char *>(__gnext), __n, nullptr);
73 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__pbeg));
82 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr);
91 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__pbeg));
100 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr);
/external/libnl/lib/route/cls/ematch/
H A Dcontainer.c31 static void __init container_init(void)
H A Dcmp.c106 static void __init cmp_init(void)
/external/oprofile/module/x86/
H A Dop_fixmap.c149 static int __init mpf_checksum(unsigned char * mp, int len)
159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp)
171 static int __init smp_scan_config (unsigned long base, unsigned long length)
186 static int __init find_intel_smp(void)
H A Dop_apic.c81 void __init lvtpc_apic_setup(void * dummy)
96 /* not safe to mark as __exit since used from __init code */
110 static int __init enable_apic(void)
151 static void __init do_apic_setup(void)
192 static int __init check_cpu_ok(void)
206 int __init apic_setup(void)
H A Dcpu_type.c145 __init op_cpu get_cpu_type(void)
/external/libnl/src/cls/
H A Dcgroup.c70 static void __init cgroup_init(void)
/external/libnl/include/netlink/cli/
H A Dutils.h55 #ifndef __init
56 #define __init __attribute__((constructor)) macro
/external/libnl/lib/route/
H A Droute_utils.c58 static void __init init_routing_table_names(void)
103 static void __init init_proto_names(void)
H A Dpktloc.c160 static int __init pktloc_init(void)
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dhw_breakpoint.h9 extern int __init init_hw_breakpoint(void);
89 static inline int __init init_hw_breakpoint(void) { return 0; }
/external/e2fsprogs/e2fsck/
H A Djfs_user.h69 #define __init macro
/external/libnl/lib/route/cls/
H A Dcgroup.c131 static void __init cgroup_init(void)
H A Dbasic.c201 static void __init basic_init(void)
H A Dfw.c170 static void __init fw_init(void)
/external/libnl/lib/netfilter/
H A Dlog.c241 static void __init log_init(void)
H A Dqueue.c241 static void __init nfnl_queue_init(void)

Completed in 3054 milliseconds

123