Searched refs:SHORT_COST (Results 1 – 1 of 1) sorted by relevance
60 #define SHORT_COST(n) EQUIV ((n) * 10) macro63 #define RAGGED_COST(n) (SHORT_COST (n) / 2)523 cost = SHORT_COST (n); in line_cost()