Lines Matching refs:per
797 double per;
800 per = get_percent(c2c_he);
804 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per);
806 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per);
860 double per;
863 per = percent_costly_snoop(c2c_he);
864 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
937 double per = PERCENT(he, rmt_hitm);
940 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
968 double per = PERCENT(he, lcl_hitm);
971 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
999 double per = PERCENT(he, lcl_peer);
1002 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1030 double per = PERCENT(he, rmt_peer);
1033 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1061 double per = PERCENT(he, st_l1hit);
1064 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1092 double per = PERCENT(he, st_l1miss);
1095 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1123 double per = PERCENT(he, st_na);
1126 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));