/external/bcc/src/cc/ |
D | bcc_proc.c | 192 uint32_t entry_count; member 207 uint32_t entry_count; member 223 (const char *)(ldcache->entries + ldcache->entry_count); in read_cache1() 227 (struct ld_lib *)malloc(ldcache->entry_count * sizeof(struct ld_lib)); in read_cache1() 228 lib_cache_count = (int)ldcache->entry_count; in read_cache1() 230 for (i = 0; i < ldcache->entry_count; ++i) { in read_cache1() 250 (struct ld_lib *)malloc(ldcache->entry_count * sizeof(struct ld_lib)); in read_cache2() 251 lib_cache_count = (int)ldcache->entry_count; in read_cache2() 253 for (i = 0; i < ldcache->entry_count; ++i) { in read_cache2() 289 (cache1->entry_count * sizeof(struct ld_cache1_entry)); in load_ld_cache()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Idmap.java | 75 if (input_entry_id >= dtohs(header.entry_count)) { in Lookup() 176 (dtohs(entry_header.entry_count))) { in Load() 178 (int) dtohs(entry_header.entry_count))); in Load() 183 if (dtohs(entry_header.entry_count) != 0) { in Load() 193 SIZEOF_CPTR + (dtohs(entry_header.entry_count) * SIZEOF_INT); in Load()
|
D | LoadedArsc.java | 231 int entry_count = dtohl(header.entryCount); in VerifyResTableType() local 233 if (entry_count > 0xffff) { in VerifyResTableType() 234 logError("RES_TABLE_TYPE_TYPE has too many entries (" + entry_count + ")."); in VerifyResTableType() 241 int offsets_length = 4 * entry_count; in VerifyResTableType() 380 int entry_count = dtohl(type_chunk.entryCount); in GetEntryOffset() local 397 for (int i = 0; i < entry_count; i++) { in GetEntryOffset() 418 if (entry_index >= entry_count) { in GetEntryOffset() 517 int entry_count = type.entryCount; in FindEntryByName() local 519 for (int entry_idx = 0; entry_idx < entry_count; entry_idx++) { in FindEntryByName() 650 int entry_count = dtohl(type_spec.entryCount); in Load() local [all …]
|
D | CppAssetManager2.java | 115 public int entry_count; field in CppAssetManager2.ResolvedBag 993 final int entry_count = (map_entry_end - curOffset) / ResTable_map.SIZEOF; in GetBag() local 997 ResolvedBag.Entry[] new_entry = new_bag.entries = new Entry[entry_count]; in GetBag() 1038 new_bag.entry_count = entry_count; in GetBag() 1058 final int max_count = parent_bag.entry_count + dtohl(map.count); in GetBag() 1069 final int parentEntryCount = parent_bag.entry_count; in GetBag() 1165 while (parentEntryIndex != parent_bag.entry_count) { in GetBag() 1190 new_bag.entry_count = actual_count; in GetBag() 1390 int entry_count; field in CppAssetManager2.Theme.ThemeType 1473 type.entry_count = entry_idx + 1; in ApplyStyle() [all …]
|
D | ResourceTypes.java | 1544 short entry_count; field in ResourceTypes.IdmapEntry_header 1553 entry_count = buf.getShort(offset + 4); in IdmapEntry_header() 1555 entries = new int[entry_count]; in IdmapEntry_header()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 299 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in radv_descriptor_set_create() 312 pool->entries[pool->entry_count].offset = pool->current_offset; in radv_descriptor_set_create() 313 pool->entries[pool->entry_count].size = layout_size; in radv_descriptor_set_create() 314 pool->entries[pool->entry_count].set = set; in radv_descriptor_set_create() 315 pool->entry_count++; in radv_descriptor_set_create() 322 for (index = 0; index < pool->entry_count; ++index) { in radv_descriptor_set_create() 336 sizeof(pool->entries[0]) * (pool->entry_count - index)); in radv_descriptor_set_create() 340 pool->entry_count++; in radv_descriptor_set_create() 377 for (int i = 0; i < pool->entry_count; ++i) { in radv_descriptor_set_destroy() 380 sizeof(pool->entries[i]) * (pool->entry_count - i - 1)); in radv_descriptor_set_destroy() [all …]
|
D | radv_private.h | 693 uint32_t entry_count; member 724 uint32_t entry_count; member
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_controllers.c | 45 efi_uintn_t entry_count; in count_child_controllers() local 50 &entry_buffer, &entry_count); in count_child_controllers() 53 if (!entry_count) in count_child_controllers() 55 while (entry_count) { in count_child_controllers() 56 if (entry_buffer[--entry_count].attributes & in count_child_controllers()
|
/external/v8/src/ |
D | perf-jit.cc | 327 uint32_t entry_count = 0; in LogWriteDebugInfo() local 330 entry_count++; in LogWriteDebugInfo() 332 if (entry_count == 0) return; in LogWriteDebugInfo() 343 debug_info.entry_count_ = entry_count; in LogWriteDebugInfo() 347 size += entry_count * sizeof(PerfJitDebugEntry); in LogWriteDebugInfo()
|
D | isolate.h | 1587 : entry_count(1), in EntryStackItem() 1592 int entry_count; variable
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 910 int[] array = new int[bag.entry_count]; in nativeGetStyleAttributes() 915 for (int i = 0; i < bag.entry_count; i++) { in nativeGetStyleAttributes() 934 String[] array = new String[bag.entry_count]; in nativeGetResourceStringArray() 939 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceStringArray() 994 int[] array = new int[bag.entry_count * 2]; in nativeGetResourceStringArrayInfo() 1004 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceStringArrayInfo() 1038 int[] array = new int[bag.entry_count]; in nativeGetResourceIntArray() 1048 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceIntArray() 1077 return (int) (bag.entry_count); in nativeGetResourceArraySize() 1096 if ((int) (bag.entry_count) > out_data_length * STYLE_NUM_ENTRIES) { in nativeGetResourceArray() [all …]
|
D | ShadowArscAssetManager9.java | 906 int[] array = new int[bag.entry_count]; in nativeGetStyleAttributes() 911 for (int i = 0; i < bag.entry_count; i++) { in nativeGetStyleAttributes() 930 String[] array = new String[bag.entry_count]; in nativeGetResourceStringArray() 935 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceStringArray() 990 int[] array = new int[bag.entry_count * 2]; in nativeGetResourceStringArrayInfo() 1000 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceStringArrayInfo() 1034 int[] array = new int[bag.entry_count]; in nativeGetResourceIntArray() 1044 for (int i = 0; i < bag.entry_count; i++) { in nativeGetResourceIntArray() 1073 return (int) (bag.entry_count); in nativeGetResourceArraySize() 1092 if ((int) (bag.entry_count) > out_data_length * STYLE_NUM_ENTRIES) { in nativeGetResourceArray() [all …]
|
/external/u-boot/arch/arm/include/asm/ti-common/ |
D | keystone_nav.h | 48 u32 entry_count; member
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 58 static int entry_count; variable 90 int ret = entry_count++ == 0; in __efi_entry_check() 102 int ret = --entry_count == 0; in __efi_exit_check() 1985 efi_uintn_t *entry_count) in efi_open_protocol_information() argument 1994 entry_count); in efi_open_protocol_information() 2011 *entry_count = count; in efi_open_protocol_information()
|
/external/v8/src/objects/ |
D | code.h | 903 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in LengthFor() argument
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 815 for (uint32_t i = 0; i < template->entry_count; i++) { in anv_descriptor_set_write_template() 901 template->entry_count = pCreateInfo->descriptorUpdateEntryCount; in anv_CreateDescriptorUpdateTemplateKHR() 902 for (uint32_t i = 0; i < template->entry_count; i++) { in anv_CreateDescriptorUpdateTemplateKHR()
|
/external/avb/examples/uefi/ |
D | uefi_avb_ops.c | 58 uint32_t entry_count; member 157 for (int n = 0; n < gpt_header->entry_count; n++) { in find_partition_entry_by_name()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 1664 u32 entry_count; in fsck_chk_orphan_node() local 1683 entry_count = le32_to_cpu(orphan_blk->entry_count); in fsck_chk_orphan_node() 1685 for (j = 0; j < entry_count; j++) { in fsck_chk_orphan_node() 1712 entry_count != new_entry_count) { in fsck_chk_orphan_node() 1713 new_blk->entry_count = cpu_to_le32(new_entry_count); in fsck_chk_orphan_node()
|
/external/oj-libjdwp/src/share/back/ |
D | ObjectReferenceImpl.c | 221 (void)outStream_writeInt(out, info.entry_count); in monitorInfo()
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirwrite.c | 2668 uint64 entry_count = 0; in _TIFFRewriteField() local 2780 entry_count = value; in _TIFFRewriteField() 2789 memcpy( &entry_count, direntry_raw + 4, sizeof(uint64) ); in _TIFFRewriteField() 2791 TIFFSwabLong8( &entry_count ); in _TIFFRewriteField() 2898 if( entry_count == (uint64)count && entry_type == (uint16) datatype ) in _TIFFRewriteField() 2952 value = (uint32) entry_count; in _TIFFRewriteField() 2964 memcpy( direntry_raw + 4, &entry_count, sizeof(uint64) ); in _TIFFRewriteField()
|
/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 | 175 unsigned int entry_count; member 1283 if(dir->entry_count == 256 || start_block != dir->start_block || in add_dir() 1312 dir_header.count = dir->entry_count - 1; in add_dir() 1323 dir->entry_count = 0; in add_dir() 1335 dir->entry_count ++; in add_dir() 1363 dir_header.count = dir->entry_count - 1; in write_dir() 4088 dir->entry_count = 256; in scan7_init_dir()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1505 int entry_count = 0; in Parse() local 1517 ++entry_count; in Parse() 1530 if (entry_count > 0) { in Parse() 1531 m_entries = new (std::nothrow) Entry[entry_count]; in Parse() 1561 if (id == libwebm::kMkvSeek && entry_count > 0) { in Parse() 1585 assert(count_ <= entry_count); in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1505 int entry_count = 0; in Parse() local 1517 ++entry_count; in Parse() 1530 if (entry_count > 0) { in Parse() 1531 m_entries = new (std::nothrow) Entry[entry_count]; in Parse() 1561 if (id == libwebm::kMkvSeek && entry_count > 0) { in Parse() 1585 assert(count_ <= entry_count); in Parse()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1505 int entry_count = 0; in Parse() local 1517 ++entry_count; in Parse() 1530 if (entry_count > 0) { in Parse() 1531 m_entries = new (std::nothrow) Entry[entry_count]; in Parse() 1561 if (id == libwebm::kMkvSeek && entry_count > 0) { in Parse() 1585 assert(count_ <= entry_count); in Parse()
|