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

  /src/external/gpl3/binutils/dist/bfd/
format.c 453 int match_count, best_count, best_match; local
575 best_count = 0;
658 best_count = 0;
664 best_count++;
688 if (best_count == 1)
738 if (match_count > 1 && best_count != match_count)
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 464 int match_count, best_count, best_match; local
565 best_count = 0;
641 best_count = 0;
647 best_count++;
672 if (best_count == 1)
722 if (matching_vector && match_count > 1 && best_count != match_count)
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 406 int match_count, best_count, best_match; local
495 best_count = 0;
564 best_count = 0;
570 best_count++;
595 if (best_count == 1)
645 if (matching_vector && match_count > 1 && best_count != match_count)
  /src/external/gpl3/gdb/dist/bfd/
format.c 452 int match_count, best_count, best_match; local
579 best_count = 0;
653 best_count = 0;
659 best_count++;
684 if (best_count == 1)
734 if (matching_vector && match_count > 1 && best_count != match_count)
  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 342 profile_count best_count = profile_count::uninitialized ();
367 if (e->count () > best_count)
369 best_count = e->count ();
382 best_count = e->count ();
388 if (!best_edge || e->count () > best_count)
390 best_count = e->count ();
507 profile_count best_count = profile_count::uninitialized ();
547 best_count = count;
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count,
566 best_count = count
341 profile_count best_count = profile_count::uninitialized (); local
506 profile_count best_count = profile_count::uninitialized (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 342 profile_count best_count = profile_count::uninitialized ();
367 if (e->count () > best_count)
369 best_count = e->count ();
382 best_count = e->count ();
388 if (!best_edge || e->count () > best_count)
390 best_count = e->count ();
507 profile_count best_count = profile_count::uninitialized ();
547 best_count = count;
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count,
566 best_count = count
341 profile_count best_count = profile_count::uninitialized (); local
506 profile_count best_count = profile_count::uninitialized (); local
    [all...]

Completed in 30 milliseconds