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

/haiku-buildtools/gcc/gcc/
H A Dmcf.c103 gcov_type max_capacity; member in struct:fixup_edge_d
219 if (fedge->max_capacity == CAP_INFINITY)
222 fprintf (file, "%"PRId64 ",", fedge->max_capacity);
397 gcov_type max_capacity)
402 curr_edge->max_capacity = max_capacity;
649 pfedge->max_capacity += (demand_value - supply_value);
654 pfedge->max_capacity += (supply_value - demand_value);
696 r_pfedge->max_capacity);
704 r_pfedge->max_capacity
395 add_fixup_edge(fixup_graph_type *fixup_graph, int src, int dest, edge_type type, gcov_type weight, gcov_type cost, gcov_type max_capacity) argument
[all...]

Completed in 92 milliseconds