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

/freebsd-11.0-release/contrib/gcc/
H A Dlocal-alloc.c299 static int qty_sugg_compare (int, int);
1581 if (qty_sugg_compare (0, 1) > 0)
1583 if (qty_sugg_compare (1, 2) > 0)
1589 if (qty_sugg_compare (0, 1) > 0)
1761 QTY_CMP_PRI is also used by qty_sugg_compare. */
1801 qty_sugg_compare (int q1, int q2)
1792 qty_sugg_compare (int q1, int q2) function

Completed in 25 milliseconds