/external/libnl-headers/netlink/cli/ |
utils.h | 55 #ifndef __init 56 #define __init __attribute__((constructor)) macro
|
/bionic/libc/kernel/common/linux/ |
init.h | 22 #define __init __attribute__ ((__section__ (".init.text"))) macro 34 #define __INIT .section ".init.text","ax" 97 #define __init_or_module __init 100 #define __devinit __init 105 #define __cpuinit __init 110 #define __meminit __init
|
/external/oprofile/module/x86/ |
op_apic.c | 81 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)
|
op_fixmap.c | 149 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)
|
cpu_type.c | 145 __init op_cpu get_cpu_type(void)
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
strstream.cpp | 34 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) function in class:strstreambuf 55 __init(__gnext, __n, __pbeg); 64 __init((char*)__gnext, __n, nullptr); 73 __init((char*)__gnext, __n, (char*)__pbeg); 82 __init((char*)__gnext, __n, nullptr); 91 __init((char*)__gnext, __n, (char*)__pbeg); 100 __init((char*)__gnext, __n, nullptr);
|
valarray.cpp | 19 gslice::__init(size_t __start) function in class:gslice
|
/external/linux-tools-perf/util/include/linux/added/ |
hw_breakpoint.h | 36 extern int __init init_hw_breakpoint(void); 113 static inline int __init init_hw_breakpoint(void) { return 0; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 122 int __init snd_chip_uda1341_mixer_new(struct snd_card *card, struct l3_client **clnt);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
mt_allocator.h | 411 static bool __init; local 412 if (__builtin_expect(__init == false, false)) 415 __init = true; 434 static bool __init; local 435 if (__builtin_expect(__init == false, false)) 448 __init = true; 506 static bool __init; local 507 if (__builtin_expect(__init == false, false)) 510 __init = true; 529 static bool __init; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
mt_allocator.h | 413 static bool __init; local 414 if (__builtin_expect(__init == false, false)) 417 __init = true; 436 static bool __init; local 437 if (__builtin_expect(__init == false, false)) 450 __init = true; 508 static bool __init; local 509 if (__builtin_expect(__init == false, false)) 512 __init = true; 531 static bool __init; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
mt_allocator.h | 413 static bool __init; local 414 if (__builtin_expect(__init == false, false)) 417 __init = true; 436 static bool __init; local 437 if (__builtin_expect(__init == false, false)) 450 __init = true; 508 static bool __init; local 509 if (__builtin_expect(__init == false, false)) 512 __init = true; 531 static bool __init; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 411 static bool __init; local 412 if (__builtin_expect(__init == false, false)) 415 __init = true; 434 static bool __init; local 435 if (__builtin_expect(__init == false, false)) 448 __init = true; 506 static bool __init; local 507 if (__builtin_expect(__init == false, false)) 510 __init = true; 529 static bool __init; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 411 static bool __init; local 412 if (__builtin_expect(__init == false, false)) 415 __init = true; 434 static bool __init; local 435 if (__builtin_expect(__init == false, false)) 448 __init = true; 506 static bool __init; local 507 if (__builtin_expect(__init == false, false)) 510 __init = true; 529 static bool __init; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
mt_allocator.h | 411 static bool __init; local 412 if (__builtin_expect(__init == false, false)) 415 __init = true; 434 static bool __init; local 435 if (__builtin_expect(__init == false, false)) 448 __init = true; 506 static bool __init; local 507 if (__builtin_expect(__init == false, false)) 510 __init = true; 529 static bool __init; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
mt_allocator.h | 411 static bool __init; local 412 if (__builtin_expect(__init == false, false)) 415 __init = true; 434 static bool __init; local 435 if (__builtin_expect(__init == false, false)) 448 __init = true; 506 static bool __init; local 507 if (__builtin_expect(__init == false, false)) 510 __init = true; 529 static bool __init; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
mt_allocator.h | 413 static bool __init; local 414 if (__builtin_expect(__init == false, false)) 417 __init = true; 436 static bool __init; local 437 if (__builtin_expect(__init == false, false)) 450 __init = true; 508 static bool __init; local 509 if (__builtin_expect(__init == false, false)) 512 __init = true; 531 static bool __init; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
mt_allocator.h | 413 static bool __init; local 414 if (__builtin_expect(__init == false, false)) 417 __init = true; 436 static bool __init; local 437 if (__builtin_expect(__init == false, false)) 450 __init = true; 508 static bool __init; local 509 if (__builtin_expect(__init == false, false)) 512 __init = true; 531 static bool __init; local [all...] |
/external/e2fsprogs/e2fsck/ |
jfs_user.h | 68 #define __init macro
|
/external/kernel-headers/original/linux/ |
file.h | 92 extern void __init files_defer_init(void);
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
string | [all...] |
/external/libnl-headers/ |
netlink-local.h | 121 #define __init __attribute__ ((constructor)) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
aio.h | 139 extern void aio_init (__const struct aioinit *__init) __THROW __nonnull ((1));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
aio.h | 139 extern void aio_init (__const struct aioinit *__init) __THROW __nonnull ((1));
|