Lines Matching refs:per
769 double per;
772 per = get_percent(c2c_he);
776 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per);
778 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per);
827 double per;
830 per = percent_hitm(c2c_he);
831 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
901 double per = PERCENT(he, rmt_hitm);
904 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
932 double per = PERCENT(he, lcl_hitm);
935 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
963 double per = PERCENT(he, st_l1hit);
966 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
994 double per = PERCENT(he, st_l1miss);
997 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));