Searched refs:max_cols (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/Documentation/sphinx/ |
D | rstFlatTable.py | 143 self.max_cols = 0 147 colwidths = self.directive.get_column_widths(self.max_cols) 273 if self.max_cols < len(row): 274 self.max_cols = len(row) 283 x = self.max_cols - len(row)
|
/linux-5.19.10/drivers/input/keyboard/ |
D | stmpe-keypad.c | 76 int max_cols; member 87 .max_cols = 8, 97 .max_cols = 8, 107 .max_cols = 8, 217 for (i = 0; i < variant->max_cols; i++) { in stmpe_keypad_altfunc_init()
|
/linux-5.19.10/tools/lib/subcmd/ |
D | help.c | 111 int max_cols; in pretty_print_string_list() local 115 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list() 117 if (space < max_cols) in pretty_print_string_list() 118 cols = max_cols / space; in pretty_print_string_list()
|
/linux-5.19.10/tools/perf/ui/stdio/ |
D | hist.c | 818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument 868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
|
/linux-5.19.10/tools/perf/util/ |
D | hist.h | 206 int max_cols, float min_pcnt, FILE *fp,
|