Searched refs:supply_value (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dmcf.c472 gcov_type supply_value = 1, demand_value = 0; local
604 /* Set supply_value to 1 to avoid zero count function ENTRY. */
606 1 /* supply_value */, 0, 1 /* supply_value */);
632 supply_value -= diff_out_in[i];
640 fprintf (dump_file, "supply_value=%"PRId64 "\n",
641 supply_value);
646 if (demand_value > supply_value)
649 pfedge->max_capacity += (demand_value - supply_value);
654 pfedge->max_capacity += (supply_value
[all...]

Completed in 85 milliseconds