Home
last modified time | relevance | path

Searched refs:maxx (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/thermal/tmon/
H A Dtui.c52 static int maxx, maxy; variable
123 getmaxyx(stdscr, maxy, maxx); in setup_windows()
124 resizeterm(maxy, maxx); in setup_windows()
140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows()
144 NR_LINES_TZDATA + 3, maxx, y_begin, 0); in setup_windows()
146 control_window = subwin(stdscr, 4, maxx, y_begin, 0); in setup_windows()
149 maxwidth = maxx - 18; in setup_windows()
150 status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); in setup_windows()
189 getmaxyx(stdscr, maxy, maxx); /* get the new screen size */ in resize_handler()
194 sig, maxy, maxx); in resize_handler()
[all …]
/openbmc/qemu/include/hw/display/
H A Dedid.h12 uint32_t maxx; member
28 DEFINE_PROP_UINT32("xmax", _state, _edid_info.maxx, 0), \
/openbmc/qemu/hw/display/
H A Dedid-generate.c129 uint32_t maxx, uint32_t maxy) in edid_fill_modes() argument
138 if ((maxx && mode->xres > maxx) || in edid_fill_modes()
510 edid_fill_modes(edid, xtra3, dta, info->maxx, info->maxy); in qemu_edid_generate()
/openbmc/qemu/hw/vfio/
H A Ddisplay.c63 .maxx = dpy->edid_regs->max_xres, in vfio_display_edid_update()
80 if (edid.maxx && edid.prefx > edid.maxx) { in vfio_display_edid_update()
81 edid.prefx = edid.maxx; in vfio_display_edid_update()
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c953 int maxx, maxy; in show_menu() local
973 scale_menu(curses_menu, &maxy, &maxx); in show_menu()
974 maxx = min(maxx, mwin_max_cols-2); in show_menu()
978 maxx, in show_menu()
980 (mwin_max_cols-maxx)/2); in show_menu()
/openbmc/linux/scripts/kconfig/
H A Dnconf.c1025 int maxx, maxy; in show_menu() local
1044 scale_menu(curses_menu, &maxy, &maxx); in show_menu()
1045 maxx = min(maxx, mwin_max_cols-2); in show_menu()
1049 maxx, in show_menu()
1051 (mwin_max_cols-maxx)/2); in show_menu()
/openbmc/qemu/
H A Dqemu-edid.c79 if (qemu_strtoui(optarg, NULL, 10, &info.maxx) < 0) { in main()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py208 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument
213 if label_x + label_w > maxx: