HomeSort by relevance Sort by last modified time
    Searched refs:entries_count (Results 1 - 13 of 13) sorted by null

  /system/core/fastbootd/commands/
partitions.h 92 uint32_t entries_count; member in struct:GPT_header
partitions.c 120 table->partition_table_size = ROUND_UP(content->header.entries_count * sizeof(*table->entries),
318 for (i = 0; i < table->header->entries_count; ++i) {
347 int current = (int) table->header->entries_count;
387 int count = (int) table->header->entries_count;
402 int count = (int) table->header->entries_count;
421 crc = crc32(crc, (void*) table->entries, table->header->entries_count * sizeof(*table->entries));
457 int current = (int) table->header->entries_count;
706 content->header.entries_count = cnode_count(partnode);
707 content->entries = malloc(content->header.entries_count * sizeof(struct GPT_entry_raw));
765 content->header.entries_count * sizeof(*maptable->entries))
    [all...]
  /system/core/fastbootd/other/
gptedit.c 182 for (n = 0; n < table->header->entries_count; n++, entry++) {
211 for (n = 0; n < table->header->entries_count; n++, entry++) {
  /external/chromium_org/chrome/browser/media_galleries/
media_scan_manager.cc 250 int seen_count, entries_count; member in struct:__anon8897::ContainerCount
253 ContainerCount() : seen_count(0), entries_count(-1), is_qualified(false) {}
434 count.entries_count = CountDirectoryEntries(parent_directory);
442 parent_it->second.seen_count * 100 / parent_it->second.entries_count <
  /external/e2fsprogs/ext2ed/
general_com.c 182 remember_lifo.entries_count=0; /* Empty Object memory */
791 entry_num=remember_lifo.entries_count++;
794 remember_lifo.entries_count--;
830 for (entry_num=remember_lifo.entries_count-1;entry_num>=0;entry_num--) {
dir_com.c 561 entry_num=remember_lifo.entries_count++;
564 remember_lifo.entries_count--;
file_com.c 413 entry_num=remember_lifo.entries_count++;
416 remember_lifo.entries_count--;
ext2ed.h 168 long entries_count; member in struct:struct_remember_lifo
init.c 64 remember_lifo.entries_count=0; /* Object memory is empty */
  /system/core/gpttool/
gpttool.c 63 u32 entries_count; member in struct:efi_header
314 hdr->entries_count = 128;
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1054 uint32_t entries_count() const { return entries_count_; } function in class:__anon1109::TestStatsStream
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 639 uint32_t entries_count = local
641 if (time_interval.count != entries_count ||
645 time_interval.count = entries_count,
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 1378 int entries_count = local
    [all...]

Completed in 201 milliseconds