Searched defs:module_init (Results 1 - 9 of 9) sorted by relevance

/external/qemu/include/qemu/
H A Dmodule.h18 #define module_init(function, type) \ macro
32 #define block_init(function) module_init(function, MODULE_INIT_BLOCK)
33 #define device_init(function) module_init(function, MODULE_INIT_DEVICE) // TODO(digit): Remove this.
34 #define machine_init(function) module_init(function, MODULE_INIT_MACHINE)
35 #define qapi_init(function) module_init(function, MODULE_INIT_QAPI)
36 #define type_init(function) module_init(function, MODULE_INIT_QOM)
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmodapi.h180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/freetype/include/
H A Dftmodapi.h180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmodapi.h180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmodapi.h180 /* module_init :: The initializing function. */
196 FT_Module_Constructor module_init; member in struct:FT_Module_Class_
/external/oprofile/module/
H A Dcompat22.h98 /* 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
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc202 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/
H A Dmalloc_extension.cc196 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/
H A Dconf_mod.c117 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 3904 milliseconds