Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h274 uint32_t entry_count; member
280 entry_count (0), in OSKextLoadedKextSummaryHeader()
303 entry_count = 0; in Clear()
DDynamicLoaderDarwinKernel.cpp1157 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/v8/src/
Ddeoptimizer.cc2799 int entry_count = data->deopt_entry_code_entries_[type]; in EnsureCodeForDeoptimizationEntry() local
2800 if (max_entry_id < entry_count) return; in EnsureCodeForDeoptimizationEntry()
2801 entry_count = Max(entry_count, Deoptimizer::kMinNumberOfEntries); in EnsureCodeForDeoptimizationEntry()
2802 while (max_entry_id >= entry_count) entry_count *= 2; in EnsureCodeForDeoptimizationEntry()
2803 CHECK(entry_count <= Deoptimizer::kMaxNumberOfEntries); in EnsureCodeForDeoptimizationEntry()
2807 GenerateDeoptimizationEntries(&masm, entry_count, type); in EnsureCodeForDeoptimizationEntry()
2820 data->deopt_entry_code_entries_[type] = entry_count; in EnsureCodeForDeoptimizationEntry()
Disolate.h1157 : entry_count(1), in EntryStackItem()
1162 int entry_count; variable
Disolate.cc2061 entry_stack_->entry_count++; in Enter()
2088 if (--entry_stack_->entry_count > 0) return; in Exit()
Dobjects.h4874 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in TYPED_ARRAYS()
Druntime.cc14890 int entry_count = 0 in RUNTIME_FUNCTION() local
14896 Handle<FixedArray> elements = factory->NewFixedArray(entry_count); in RUNTIME_FUNCTION()
14921 DCHECK_EQ(index, entry_count); in RUNTIME_FUNCTION()
/external/f2fs-tools/include/
Df2fs_fs.h409 __le32 entry_count; /* Total number of orphan nodes in current CP */ member
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc482 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/
Dmksquashfs.c159 unsigned int entry_count; member
1138 if(dir->entry_count == 256 || start_block != dir->start_block || in add_dir()
1167 dir_header.count = dir->entry_count - 1; in add_dir()
1178 dir->entry_count = 0; in add_dir()
1190 dir->entry_count ++; in add_dir()
1218 dir_header.count = dir->entry_count - 1; in write_dir()
3913 dir->entry_count = 256; in scan7_init_dir()
/external/f2fs-tools/fsck/
Dfsck.c921 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) { in fsck_chk_orphan_node()
/external/libvpx/libwebm/
Dmkvparser.cpp1691 int entry_count = 0; in Parse() local
1703 ++entry_count; in Parse()
1713 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1762 assert(count_ <= entry_count); in Parse()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp1689 int entry_count = 0; in Parse() local
1701 ++entry_count; in Parse()
1711 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1760 assert(count_ <= entry_count); in Parse()