Lines Matching refs:fmt_percent
23 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
31 if (fmt_percent) { in __hpp__fmt()
64 if (fmt_percent) { in __hpp__fmt()
73 if (fmt_percent) { in __hpp__fmt()
90 if (fmt_percent) { in __hpp__fmt()
112 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
118 print_fn, fmt_percent); in hpp__fmt()
121 if (fmt_percent) in hpp__fmt()
126 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmt_percent); in hpp__fmt()
131 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt_acc() argument
138 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmt_percent); in hpp__fmt_acc()