Searched refs:start_x (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config/ |
H A D | 0001-config.txt-reintroduce-start_x.patch | 4 Subject: [PATCH] config.txt: reintroduce start_x 6 Reintroduce configuration "start_x". Based on the experience with 9 "start_x=1" is at the end of the file. Therefore, "start_x=1" 40 +## start_x 48 +#start_x=0
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 515 int start_x = 0, start_y = 0; in show_scroll_win_ext() local 527 start_x = *hscroll; in show_scroll_win_ext() 566 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext() 602 start_x--; in show_scroll_win_ext() 606 start_x++; in show_scroll_win_ext() 627 if (start_x < 0) in show_scroll_win_ext() 628 start_x = 0; in show_scroll_win_ext() 629 if (start_x >= total_cols-text_cols) in show_scroll_win_ext() 630 start_x = total_cols-text_cols; in show_scroll_win_ext() 634 *hscroll = start_x; in show_scroll_win_ext()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 557 int start_x = 0, start_y = 0; in show_scroll_win() local 603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win() 640 start_x--; in show_scroll_win() 644 start_x++; in show_scroll_win() 655 if (start_x < 0) in show_scroll_win() 656 start_x = 0; in show_scroll_win() 657 if (start_x >= total_cols-text_cols) in show_scroll_win() 658 start_x = total_cols-text_cols; in show_scroll_win()
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-config_git.bb | 12 file://0001-config.txt-reintroduce-start_x.patch \ 134 # camera if "start_x=1" is at the end of the file. Therefore, 135 # "start_x=1" has been set to replace the original occurrence in 142 sed -i '/#start_x=/ c\start_x=1' $CONFIG
|
/openbmc/qemu/hw/display/ |
H A D | trace-events | 153 artist_fill_window(unsigned int start_x, unsigned int start_y, unsigned int width, unsigned int hei… 154 artist_block_move(unsigned int start_x, unsigned int start_y, unsigned int dest_x, unsigned int des… 155 artist_draw_line(unsigned int start_x, unsigned int start_y, unsigned int end_x, unsigned int end_y…
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 3037 ushort start_x, cnt; in vt_console_print() local 3064 start_x = vc->state.x; in vt_console_print() 3070 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print() 3075 start_x = vc->state.x; in vt_console_print() 3082 start_x = vc->state.x; in vt_console_print() 3098 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 1419 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local 1440 short val_x = start_x[i]; in sh_css_params_default_morph_table() 1450 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |