Home | History | Annotate | Download | only in callgrind

Lines Matching refs:commify

1491 Int commify(ULong n, int field_width, HChar* buf)
1555 commify(total[fullOffset(EG_IR) +1], l1, buf1);
1558 commify(total[fullOffset(EG_IR) +2], l1, buf1);
1585 commify( D_total[0], l1, buf1);
1586 commify(total[fullOffset(EG_DR)], l2, buf2);
1587 commify(total[fullOffset(EG_DW)], l3, buf3);
1591 commify( D_total[1], l1, buf1);
1592 commify(total[fullOffset(EG_DR)+1], l2, buf2);
1593 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1597 commify( D_total[2], l1, buf1);
1598 commify(total[fullOffset(EG_DR)+2], l2, buf2);
1599 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1638 commify(LL_total, l1, buf1);
1639 commify(LL_total_r, l2, buf2);
1640 commify(LL_total_w, l3, buf3);
1652 commify(LL_total_m, l1, buf1);
1653 commify(LL_total_mr, l2, buf2);
1654 commify(LL_total_mw, l3, buf3);