Lines Matching defs:width
18 int width;
22 .width = 15,
26 .width = 14,
30 .width = 11,
34 .width = 10,
38 .width = 70,
42 .width = 20,
171 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width,
181 return block_fmt->width;
184 static int color_pct(struct perf_hpp *hpp, int width, double pct)
189 width - 1, pct);
192 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct);
206 return color_pct(hpp, block_fmt->width, 100.0 * ratio);
248 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width,
265 return color_pct(hpp, block_fmt->width, 100.0 * ratio);
279 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width,
311 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf);
321 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width,
325 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width,
336 block_fmt->width = block_columns[block_fmt->idx].width;
339 fmt->width = block_column_width;