Home
last modified time | relevance | path

Searched refs:total_width (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c249 int total_width; in btn_dialog() local
278 total_width = max(msg_width, btns_width); in btn_dialog()
281 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
290 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
293 1+(total_width+2-btns_width)/2); in btn_dialog()
296 1+(total_width+2-msg_width)/2); in btn_dialog()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21153 self.add_field('total_width', u.unpack_one("<H"))