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

  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 243 int i, header_count, memory_needed, elf_load_image_segment; local
262 header_count = ELFGET16(elf_header.e_phnum);
263 memory_needed = header_count * sizeof (Elf32_External_Phdr);
273 for (i = 0; i < header_count; i++) {
  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 280 profile_count header_count = loop->header->count; local
286 if (!header_count.initialized_p ()
287 || !header_count.nonzero_p ())
294 *ret = (header_count - count_in).to_sreal_scale (count_in, &known);
301 if (header_count < count_in && header_count.differs_from_p (count_in))
309 *reliable = count_in.reliable_p () && header_count.reliable_p ();
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 3514 int header_count = 0;
3552 header_count = backup + 2 + 16;
3555 header_count = backup + 2 + (CPP_OPTION (pfile, preprocessed) ? 16 : 0);
3562 if (header_count)
3574 || (header_count
3584 if (!header_count && linemap_included_from
3607 keyword->val.node.node = n_modules[header_count
3615 pfile->state.directive_file_token = header_count;
3513 int header_count = 0; local
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 3241 int header_count = 0;
3279 header_count = backup + 2 + 16;
3282 header_count = backup + 2 + (CPP_OPTION (pfile, preprocessed) ? 16 : 0);
3289 if (header_count)
3301 || (header_count
3311 if (!header_count && linemap_included_from
3334 keyword->val.node.node = n_modules[header_count
3342 pfile->state.directive_file_token = header_count;
3240 int header_count = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 2169 int header_count; local
2212 header_count = 0;
2216 ++header_count;
2263 Notice that if header_count is zero, this is not a
2266 if (header_count && header_count != template_count + 1)
2496 header_count, template_count + 1); local
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 2151 int header_count; local
2194 header_count = 0;
2198 ++header_count;
2244 Notice that if header_count is zero, this is not a
2247 if (header_count && header_count != template_count + 1)
2477 header_count, template_count + 1); local

Completed in 60 milliseconds