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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivcanon.cc 134 int overall; member in struct:loop_size
223 size->overall = 0;
332 size->overall += num;
341 if ((size->overall * 3 / 2 - size->eliminated_by_peeling
383 fprintf (dump_file, "size: %i-%i, last_iteration: %i-%i\n", size->overall,
405 * (HOST_WIDE_INT) (size->overall
792 unsigned HOST_WIDE_INT ninsns = size.overall;
980 return MAX (npeel * (HOST_WIDE_INT) (size->overall
bitmap.cc 2547 BITMAP_WORD overall = 0;
2553 overall |= and_elt.bits[ix];
2555 if (!overall)
2615 BITMAP_WORD overall;
2634 overall = 0;
2639 overall |= and_elt.bits[ix];
2644 if (!overall)
2534 BITMAP_WORD overall = 0; local
2602 BITMAP_WORD overall; local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivcanon.cc 135 int overall; member in struct:loop_size
268 size->overall = 0;
377 size->overall += num;
386 if ((size->overall * 3 / 2 - size->eliminated_by_peeling
428 fprintf (dump_file, "size: %i-%i, last_iteration: %i-%i\n", size->overall,
450 * (HOST_WIDE_INT) (size->overall
838 unsigned HOST_WIDE_INT ninsns = size.overall;
1032 return MAX (npeel * (HOST_WIDE_INT) (size->overall
bitmap.cc 2580 BITMAP_WORD overall = 0;
2586 overall |= and_elt.bits[ix];
2588 if (!overall)
2648 BITMAP_WORD overall;
2667 overall = 0;
2672 overall |= and_elt.bits[ix];
2677 if (!overall)
2567 BITMAP_WORD overall = 0; local
2635 BITMAP_WORD overall; local
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 2055 XCharStruct overall;
2079 /* overall font height */
2101 &overall);
2107 xp=x-overall.rbearing/2;
2109 xp=x-overall.rbearing;
2302 XCharStruct overall;
2331 &overall);
2333 item->max_width=overall.rbearing;
2341 &overall);
2343 if(overall.rbearing>item->max_width
2048 XCharStruct overall; local
2295 XCharStruct overall; local
2827 XCharStruct overall; local
    [all...]

Completed in 19 milliseconds