Searched refs:module_size (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 318 uint32_t module_size = static_cast<uint32_t>(wire_bytes.length()); in GetWasmModuleBytes() local 319 bytes_read = module_size - offset >= size ? size : module_size - offset; in GetWasmModuleBytes()
|
/external/freetype/include/freetype/ |
D | ftmodapi.h | 236 FT_Long module_size; member
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 135 double compile_time, size_t module_size) { in ReportCompilationSuccess() argument 139 compile_time, module_size); in ReportCompilationSuccess()
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 2055 int module_size, name_size, res = -1; in save_inst() local 2113 if ((module_size = PyString_Size(module)) < 0 || in save_inst() 2123 if (self->write_func(self, module_str, module_size) < 0) in save_inst() 2197 int module_size, name_size, res = -1; in save_global() local 2213 if ((module_size = PyString_Size(module)) < 0 || in save_global() 2308 if (self->write_func(self, module_str, module_size) < 0) in save_global()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 2541 uint64_t module_size = module->size(); in Read() local 2549 if (!range_map_->StoreRange(base_address, module_size, module_index)) { in Read() 2561 HexString(module_size); in Read() 2568 HexString(module_size); in Read()
|
/external/freetype/src/base/ |
D | ftobjs.c | 4900 if ( FT_ALLOC( module, clazz->module_size ) ) in FT_Add_Module()
|
/external/freetype/ |
D | ChangeLog.21 | 6776 `module_size'.
|