/external/v8/src/ |
D | perf-jit.cc | 248 uint32_t entry_count = 0; in LogWriteDebugInfo() local 251 entry_count++; in LogWriteDebugInfo() 253 if (entry_count == 0) return; in LogWriteDebugInfo() 279 debug_info.entry_count_ = entry_count; in LogWriteDebugInfo() 283 size += entry_count * sizeof(PerfJitDebugEntry); in LogWriteDebugInfo() 285 size += (static_cast<uint32_t>(name_length) + 1) * entry_count; in LogWriteDebugInfo()
|
D | deoptimizer.cc | 2242 int entry_count = data->deopt_entry_code_entries_[type]; in EnsureCodeForDeoptimizationEntry() local 2243 if (max_entry_id < entry_count) return; in EnsureCodeForDeoptimizationEntry() 2244 entry_count = Max(entry_count, Deoptimizer::kMinNumberOfEntries); in EnsureCodeForDeoptimizationEntry() 2245 while (max_entry_id >= entry_count) entry_count *= 2; in EnsureCodeForDeoptimizationEntry() 2246 CHECK(entry_count <= Deoptimizer::kMaxNumberOfEntries); in EnsureCodeForDeoptimizationEntry() 2250 GenerateDeoptimizationEntries(&masm, entry_count, type); in EnsureCodeForDeoptimizationEntry() 2266 data->deopt_entry_code_entries_[type] = entry_count; in EnsureCodeForDeoptimizationEntry()
|
D | isolate.h | 1186 : entry_count(1), in EntryStackItem() 1191 int entry_count; variable
|
D | isolate.cc | 2359 entry_stack_->entry_count++; in Enter() 2386 if (--entry_stack_->entry_count > 0) return; in Exit()
|
D | objects.h | 4728 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in TYPED_ARRAYS()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.h | 274 uint32_t entry_count; member 280 entry_count (0), in OSKextLoadedKextSummaryHeader() 303 entry_count = 0; in Clear()
|
D | DynamicLoaderDarwinKernel.cpp | 1157 m_kext_summary_header.entry_count = data.GetU32(&offset); in ReadKextSummaryHeader() 1406 if (m_kext_summary_header.entry_count > 0 && m_kext_summary_header_addr.IsValid()) in ReadAllKextSummaries() 1410 if (!ParseKextSummaries (summary_addr, m_kext_summary_header.entry_count)) in ReadAllKextSummaries() 1477 m_kext_summary_header.entry_count); in PutToLog()
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 762 uint32_t entry_count, char **entrys) { in loader_add_to_dev_ext_list() argument 790 ext_list->list[idx].entrypoint_count = entry_count; in loader_add_to_dev_ext_list() 792 loader_heap_alloc(inst, sizeof(char *) * entry_count, in loader_add_to_dev_ext_list() 796 for (uint32_t i = 0; i < entry_count; i++) { in loader_add_to_dev_ext_list() 2108 int entry_count; in loader_add_layer_properties() 2115 entry_count = cJSON_GetArraySize(entrypoints); in loader_add_layer_properties() 2116 if (entry_count) in loader_add_layer_properties() 2118 entry_count); in loader_add_layer_properties() 2119 for (j = 0; j < entry_count; j++) { in loader_add_layer_properties() 2130 &ext_prop, entry_count, entry_array); in loader_add_layer_properties()
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirwrite.c | 2579 uint64 entry_count = 0; in _TIFFRewriteField() local 2691 entry_count = value; in _TIFFRewriteField() 2700 memcpy( &entry_count, direntry_raw + 4, sizeof(uint64) ); in _TIFFRewriteField() 2702 TIFFSwabLong8( &entry_count ); in _TIFFRewriteField() 2809 if( entry_count == (uint64)count && entry_type == (uint16) datatype ) in _TIFFRewriteField() 2863 value = (uint32) entry_count; in _TIFFRewriteField() 2875 memcpy( direntry_raw + 4, &entry_count, sizeof(uint64) ); in _TIFFRewriteField()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 409 __le32 entry_count; /* Total number of orphan nodes in current CP */ member
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 482 int32_t entry_count = EntryCount(high_byte); in GlyphId() local 484 if (low_byte < first_code || low_byte >= first_code + entry_count) { in GlyphId()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 169 unsigned int entry_count; member 1219 if(dir->entry_count == 256 || start_block != dir->start_block || in add_dir() 1248 dir_header.count = dir->entry_count - 1; in add_dir() 1259 dir->entry_count = 0; in add_dir() 1271 dir->entry_count ++; in add_dir() 1299 dir_header.count = dir->entry_count - 1; in write_dir() 4012 dir->entry_count = 256; in scan7_init_dir()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 921 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) { in fsck_chk_orphan_node()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 1504 int entry_count = 0; in Parse() local 1516 ++entry_count; in Parse() 1529 m_entries = new (std::nothrow) Entry[entry_count]; in Parse() 1580 assert(count_ <= entry_count); in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1503 int entry_count = 0; in Parse() local 1515 ++entry_count; in Parse() 1528 m_entries = new (std::nothrow) Entry[entry_count]; in Parse() 1579 assert(count_ <= entry_count); in Parse()
|