Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dlocal-alloc.c1755 #define QTY_CMP_PRI(q) \ macro
1762 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_compare()
1769 int tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_compare_1()
1799 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_sugg_compare()
1811 tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_sugg_compare_1()
1821 #undef QTY_CMP_PRI
H A DChangeLog-200115938 * local-alloc.c (QTY_CMP_PRI): Likewise.
20014 (QTY_CMP_PRI): Use freq.
H A DFSFChangeLog.119127 (QTY_CMP_PRI, QTY_CMP_SUGG): New macros.