Searched refs:max_width (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/scripts/ |
| H A D | cleanpatch | 11 $max_width = 79; 85 $max_width = shift(@ARGV)+0; 166 if ($max_width && $l_width > $max_width) { 168 "$f:$lineno: adds line exceeds $max_width ",
|
| /openbmc/qemu/util/ |
| H A D | readline.c | 317 int len, i, j, max_width, nb_cols, max_prefix; in readline_completion() local 343 max_width = 0; in readline_completion() 359 if (len > max_width) { in readline_completion() 360 max_width = len; in readline_completion() 367 max_width += 2; in readline_completion() 368 if (max_width < 10) { in readline_completion() 369 max_width = 10; in readline_completion() 370 } else if (max_width > 80) { in readline_completion() 371 max_width = 80; in readline_completion() 373 nb_cols = 80 / max_width; in readline_completion() [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_print.py | 1346 def sprint_func_line(stack_frame, style=None, max_width=160): argument 1414 if len(func_and_args) > max_width: 1415 func_and_args = func_and_args[0:max_width] + "..." 1475 def sprint_executing(stack_frame_ix=None, style=None, max_width=None): argument 1505 if max_width is None: 1506 max_width = 160 - (dft_col1_width + 11) 1507 func_and_args = sprint_func_line(stack_frame, style, max_width=max_width)
|
| H A D | gen_misc.py | 93 print_string = gp.sprint_executing(max_width=2000)
|
| /openbmc/qemu/hw/display/ |
| H A D | xenfb.c | 534 int max_width, max_height; in xenfb_configure_fb() local 559 max_width = row_stride / (depth / 8); in xenfb_configure_fb() 560 if (width < 0 || width > max_width) { in xenfb_configure_fb() 563 width, max_width); in xenfb_configure_fb() 564 width = max_width; in xenfb_configure_fb()
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | util.c | 86 gs.max_width = 0; in str_new()
|
| H A D | lkc.h | 128 int max_width; member
|
| H A D | mconf.c | 793 help.max_width = getmaxx(stdscr) - 10; in show_help()
|
| H A D | expr.c | 1250 if (gs->max_width) { in expr_print_gstr_helper() 1263 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 1568 int max_size, max_width; in send_rect_simple() local 1575 max_width = tight_conf[worker->tight.compression].max_rect_width; in send_rect_simple() 1577 if (split && (w > max_width || w * h > max_size)) { in send_rect_simple() 1578 max_sub_width = (w > max_width) ? max_width : w; in send_rect_simple() 1582 for (dx = 0; dx < w; dx += max_width) { in send_rect_simple()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 6306 + fs.stepwise.max_width, fs.stepwise.max_height, 6308 + if (w >= fs.stepwise.min_width && w <= fs.stepwise.max_width && 6317 + fs.stepwise.max_width, fs.stepwise.max_height, 6319 + if (w >= fs.stepwise.min_width && w <= fs.stepwise.max_width &&
|