Home
last modified time | relevance | path

Searched refs:qty_compare (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dlocal-alloc.c300 static int qty_compare (int, int);
1623 if (qty_compare (0, 1) > 0) in block_alloc()
1625 if (qty_compare (1, 2) > 0) in block_alloc()
1631 if (qty_compare (0, 1) > 0) in block_alloc()
1760 qty_compare (int q1, int q2) in qty_compare() function