HomeSort by relevance Sort by last modified time
    Searched defs:module_init (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/
ftmodapi.h 180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
  /external/freetype/include/
ftmodapi.h 180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
  /external/oprofile/module/
compat22.h 98 /* 2.2.18 introduced module_init */
101 #define module_init(x) int init_module(void) __attribute__((alias(#x))); macro
104 #define module_init(x) int init_module(void) { return x(); } macro
  /development/ndk/platforms/android-3/include/linux/
init.h 79 #define module_init(x) __initcall(x); macro
85 #define core_initcall(fn) module_init(fn)
86 #define postcore_initcall(fn) module_init(fn)
87 #define arch_initcall(fn) module_init(fn)
88 #define subsys_initcall(fn) module_init(fn)
89 #define fs_initcall(fn) module_init(fn)
90 #define device_initcall(fn) module_init(fn)
91 #define late_initcall(fn) module_init(fn)
93 #define security_initcall(fn) module_init(fn)
95 #define module_init(initfn) static inline initcall_t __inittest(void) { return initfn; } int init_module(void) _ (…) macro
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 202 static pthread_once_t module_init = PTHREAD_ONCE_INIT; variable
213 perftools_pthread_once(&module_init, InitModule);
218 perftools_pthread_once(&module_init, InitModule);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 196 static pthread_once_t module_init = PTHREAD_ONCE_INIT; variable
207 perftools_pthread_once(&module_init, InitModule);
212 perftools_pthread_once(&module_init, InitModule);
  /external/openssl/crypto/conf/
conf_mod.c 117 static int module_init(CONF_MODULE *pmod, char *name, char *value,
228 ret = module_init(md, name, value, cnf);
347 static int module_init(CONF_MODULE *pmod, char *name, char *value, function

Completed in 262 milliseconds