Home
last modified time | relevance | path

Searched refs:max_cols (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/Documentation/sphinx/
DrstFlatTable.py143 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-v6.6/drivers/input/keyboard/
Dstmpe-keypad.c77 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()
/Linux-v6.6/tools/lib/subcmd/
Dhelp.c123 int max_cols; in pretty_print_string_list() local
127 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
129 if (space < max_cols) in pretty_print_string_list()
130 cols = max_cols / space; in pretty_print_string_list()
/Linux-v6.6/tools/perf/ui/stdio/
Dhist.c818 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-v6.6/tools/perf/util/
Dhist.h212 int max_cols, float min_pcnt, FILE *fp,