Searched defs:module_size (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_info.h18 uint32_t module_size)
20 size(module_size),
16 ModuleInfo(const base::char16* const module_name, uintptr_t module_base_address, uint32_t module_size) argument
/external/oprofile/daemon/
H A Dopd_kernel.c144 int module_size; local
179 module_name, &module_size, ref_count,
188 start_address + module_size);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmodapi.h168 /* module_size :: The size of one module object/instance in */
189 FT_Long module_size; member in struct:FT_Module_Class_
/external/freetype/include/
H A Dftmodapi.h168 /* module_size :: The size of one module object/instance in */
189 FT_Long module_size; member in struct:FT_Module_Class_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmodapi.h168 /* module_size :: The size of one module object/instance in */
189 FT_Long module_size; member in struct:FT_Module_Class_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmodapi.h168 /* module_size :: The size of one module object/instance in */
189 FT_Long module_size; member in struct:FT_Module_Class_
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c479 unsigned long module_size; member in struct:_PDB_SYMBOLS_OLD
494 unsigned long module_size; member in struct:_PDB_SYMBOLS
1180 symbols->module_size = old->module_size;
2074 while ( file - symbols_image < header_size + symbols.module_size ) {

Completed in 3281 milliseconds