HomeSort by: relevance | last modified time | path
    Searched defs:entry_count (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
changes.cc 177 auto entry_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; local
184 weighted_old_cost += (cfg_bb->count.to_sreal_scale (entry_count)
191 weighted_new_cost += (cfg_bb->count.to_sreal_scale (entry_count)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_trace_buffer.h 65 uint32_t entry_count; member in struct:dmcub_trace_buf
  /src/sys/arch/x86/include/
mpbiosreg.h 83 uint16_t entry_count; member in struct:mpbios_cth
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_master.c 421 int entry_count = 0; local
453 (entry_count + 2) * sizeof(*pcf_master_table));
454 if ((err = pcf_parse_master_entry(pcf_master_table + entry_count,
457 entry_count += 1;
466 pcf_master_table[entry_count].argv = 0;
  /src/external/gpl3/binutils/dist/include/mach-o/
unwind.h 199 unsigned char entry_count[2]; member in struct:mach_o_unwind_regular_second_level_page_header
214 unsigned char entry_count[2]; member in struct:mach_o_unwind_compressed_second_level_page_header
  /src/external/gpl3/binutils.old/dist/include/mach-o/
unwind.h 199 unsigned char entry_count[2]; member in struct:mach_o_unwind_regular_second_level_page_header
214 unsigned char entry_count[2]; member in struct:mach_o_unwind_compressed_second_level_page_header
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 559 // region_copy_start entry will be scaled to entry_count
591 profile_count entry_count)
598 region_copy[i]->count = entry_count;
599 region[i]->count -= entry_count;
622 region_copy[i]->count = entry_count;
642 update_bb_profile_for_threading (region[i], entry_count, e);
653 if (entry_count.nonzero_p () && !was_static)
656 (entry_count));
667 entry_count = e_copy->count ();
930 profile_count entry_count = profile_count::zero () local
    [all...]
tree-ssa-loop-manip.cc 1122 profile_count entry_count = loop_preheader_edge (loop)->src->count; local
1225 loop_preheader_edge (new_loop)->src->count = entry_count;
ipa-fnsummary.cc 2763 const profile_count entry_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; local
2769 freq = bb->count.to_sreal_scale (entry_count);
3053 sreal phdr_freq = phdr_count.to_sreal_scale (entry_count);
3085 sreal phdr_freq = phdr_count.to_sreal_scale (entry_count);
tree-vect-loop.cc 11456 profile_count entry_count = loop_preheader_edge (loop)->count (); local
11462 && loop->header->count > entry_count
11463 && loop->header->count < entry_count * vf)
11472 if (entry_count.nonzero_p ())
11475 entry_count.probability_in (loop->header->count / vf));
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 215 unsigned entry_count; member in struct:btree_node
246 return n->entry_count < (btree_node_is_inner (n) ? (max_fanout_inner / 2)
255 return n->content.children[n->entry_count - 1].separator;
262 for (unsigned index = 0, ec = n->entry_count; index != ec; ++index)
265 return n->entry_count;
272 for (unsigned index = 0, ec = n->entry_count; index != ec; ++index)
275 return n->entry_count;
322 for (unsigned index = n->entry_count; index > slot; --index)
326 n->entry_count++;
394 next_free->entry_count = 0
912 unsigned entry_count = RLOAD (iter->entry_count); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 1138 profile_count entry_count = profile_count::zero (); local
1146 entry_count += e->src->count;
1150 p = entry_count.probability_in (loop->header->count);
ipa-fnsummary.cc 2691 const profile_count entry_count = ENTRY_BLOCK_PTR_FOR_FN (cfun)->count; local
2697 freq = bb->count.to_sreal_scale (entry_count);
2973 sreal phdr_freq = phdr_count.to_sreal_scale (entry_count);
3005 sreal phdr_freq = phdr_count.to_sreal_scale (entry_count);
tree-cfg.cc 6552 profile_count entry_count = profile_count::uninitialized (); local
6612 entry_count = entry->count ();
6615 if (entry_count > total_count)
6616 entry_count = total_count;
6621 if (total_count.initialized_p () && entry_count.initialized_p ())
6624 total_count - entry_count,
6626 scale_bbs_frequencies_profile_count (region_copy, n_region, entry_count,
  /src/external/gpl3/gdb/dist/include/mach-o/
unwind.h 199 unsigned char entry_count[2]; member in struct:mach_o_unwind_regular_second_level_page_header
214 unsigned char entry_count[2]; member in struct:mach_o_unwind_compressed_second_level_page_header
  /src/external/gpl3/gdb.old/dist/include/mach-o/
unwind.h 199 unsigned char entry_count[2]; member in struct:mach_o_unwind_regular_second_level_page_header
214 unsigned char entry_count[2]; member in struct:mach_o_unwind_compressed_second_level_page_header
  /src/sys/dev/pci/
if_bnx.c 1710 int j, entry_count, rc = 0; local
1723 entry_count = sizeof(flash_table) / sizeof(struct flash_spec);
1738 for (j = 0, flash = &flash_table[0]; j < entry_count;
1759 for (j = 0, flash = &flash_table[0]; j < entry_count;
1785 if (j == entry_count) {
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 2114 unsigned int entry_count;
2123 entry_count = bfd_get_16 (abfd, l2->entry_count);
2129 i, entry_count, l2_encodings_count, l2_encodings_offset);
2133 for (j = 0; j < entry_count; j++)
2169 unsigned int entry_count;
2176 entry_count = bfd_get_16 (abfd, l2->entry_count);
2178 i, entry_offset, entry_count);
2183 for (j = 0; j < entry_count; j++
2113 unsigned int entry_count; local
2168 unsigned int entry_count; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 2114 unsigned int entry_count;
2123 entry_count = bfd_get_16 (abfd, l2->entry_count);
2129 i, entry_count, l2_encodings_count, l2_encodings_offset);
2133 for (j = 0; j < entry_count; j++)
2169 unsigned int entry_count;
2176 entry_count = bfd_get_16 (abfd, l2->entry_count);
2178 i, entry_offset, entry_count);
2183 for (j = 0; j < entry_count; j++
2113 unsigned int entry_count; local
2168 unsigned int entry_count; local
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_68k.c 3755 int entry_count = 0; local
4057 entry_count++;
4065 entry_count++;
4075 entry_count++;
4081 entry_count++;
4099 entry_count++;
4148 entry_count++;
4232 RELOC(kernel_pmap_store.pm_stats.resident_count, long) = entry_count;
4233 RELOC(kernel_pmap_store.pm_stats.wired_count, long) = entry_count;
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 8375 unsigned entry_count;
8405 if (map->entry_count == 0)
8409 r = bsearch (&se, map->entry, map->entry_count,
8417 e = map->entry + map->entry_count - 1;
8467 ctx->map->entry_count++;
8499 ctx.map->entry_count = 0;
8513 ctx.map->entry_count++;
8352 unsigned entry_count; member in struct:xlate_map
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 8375 unsigned entry_count;
8405 if (map->entry_count == 0)
8409 r = bsearch (&se, map->entry, map->entry_count,
8417 e = map->entry + map->entry_count - 1;
8467 ctx->map->entry_count++;
8499 ctx.map->entry_count = 0;
8513 ctx.map->entry_count++;
8352 unsigned entry_count; member in struct:xlate_map
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 8373 unsigned entry_count;
8403 if (map->entry_count == 0)
8407 r = bsearch (&se, map->entry, map->entry_count,
8415 e = map->entry + map->entry_count - 1;
8465 ctx->map->entry_count++;
8497 ctx.map->entry_count = 0;
8511 ctx.map->entry_count++;
8350 unsigned entry_count; member in struct:xlate_map
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 8379 unsigned entry_count;
8409 if (map->entry_count == 0)
8413 r = bsearch (&se, map->entry, map->entry_count,
8421 e = map->entry + map->entry_count - 1;
8471 ctx->map->entry_count++;
8503 ctx.map->entry_count = 0;
8517 ctx.map->entry_count++;
8356 unsigned entry_count; member in struct:xlate_map

Completed in 140 milliseconds