Lines Matching refs:fmt_percent
27 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
35 if (fmt_percent) { in __hpp__fmt()
68 if (fmt_percent) { in __hpp__fmt()
77 if (fmt_percent) { in __hpp__fmt()
94 if (fmt_percent) { in __hpp__fmt()
116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
122 print_fn, fmt_percent); in hpp__fmt()
125 if (fmt_percent) in hpp__fmt()
130 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
135 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument
142 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()