Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/scripts/
H A Dcleanpatch11 $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 Dreadline.c317 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 Dgen_print.py1346 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 Dgen_misc.py93 print_string = gp.sprint_executing(max_width=2000)
/openbmc/qemu/hw/display/
H A Dxenfb.c534 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 Dutil.c86 gs.max_width = 0; in str_new()
H A Dlkc.h128 int max_width; member
H A Dmconf.c793 help.max_width = getmaxx(stdscr) - 10; in show_help()
H A Dexpr.c1250 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 Dvnc-enc-tight.c1568 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 D0001-ffmpeg-5.1.4-rpi_24.patch6306 + 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 &&