Searched refs:max_cols (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | rstFlatTable.py | 153 self.max_cols = 0 157 colwidths = self.directive.get_column_widths(self.max_cols) 245 * recount the :py:member:`max_cols` 283 if self.max_cols < len(row): 284 self.max_cols = len(row) 293 x = self.max_cols - len(row)
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | rstFlatTable.py | 143 self.max_cols = 0 147 colwidths = self.directive.get_column_widths(self.max_cols) 235 * recount the :py:member:`max_cols` 273 if self.max_cols < len(row): 274 self.max_cols = len(row) 283 x = self.max_cols - len(row)
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | stmpe-keypad.c | 66 * @max_cols: maximum number of columns supported 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()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | stmpe-keypad.c | 67 * @max_cols: maximum number of columns supported 77 int max_cols; member 88 .max_cols = 8, 98 .max_cols = 8, 108 .max_cols = 8, 218 for (i = 0; i < variant->max_cols; i++) { in stmpe_keypad_altfunc_init()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | help.c | 121 int max_cols; in pretty_print_string_list() local 125 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list() 127 if (space < max_cols) in pretty_print_string_list() 128 cols = max_cols / space; in pretty_print_string_list()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | help.c | 133 int max_cols; in pretty_print_string_list() local 137 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list() 139 if (space < max_cols) in pretty_print_string_list() 140 cols = max_cols / space; in pretty_print_string_list()
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() 868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf() 817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() 868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf() 817 hists__fprintf(struct hists *hists, bool show_header, int max_rows, int max_cols, float min_pcnt, FILE *fp, bool ignore_callchains) hists__fprintf() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 197 int max_cols, float min_pcnt, FILE *fp,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 212 int max_cols, float min_pcnt, FILE *fp,
|
Completed in 10 milliseconds