Lines Matching defs:width
137 int width;
144 .width = 14,
148 .width = 14,
152 .width = 7,
156 .width = 7,
160 .width = 14,
164 .width = 14,
168 .width = MAX_COL_WIDTH,
172 .width = 70,
176 .width = NUM_SPARKS + 9,
1350 struct perf_hpp *hpp, int width)
1390 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1710 int width = 0;
1714 width = columns[dfmt->idx].width;
1723 dfmt->header_width = width;
1724 width = (int) strlen(NAME);
1725 if (dfmt->header_width < width)
1726 dfmt->header_width = width;
1744 fmt->width = hpp__width;