Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.gui.c248 int total_width; in btn_dialog() local
277 total_width = max(msg_width, btns_width); in btn_dialog()
280 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
289 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
292 1+(total_width+2-btns_width)/2); in btn_dialog()
295 1+(total_width+2-msg_width)/2); in btn_dialog()
/OK3568_Linux_fs/buildroot/support/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()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.gui.c248 int total_width; in btn_dialog() local
277 total_width = max(msg_width, btns_width); in btn_dialog()
280 x = (getmaxx(stdscr)-(total_width+4))/2; in btn_dialog()
289 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
292 1+(total_width+2-btns_width)/2); in btn_dialog()
295 1+(total_width+2-msg_width)/2); in btn_dialog()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dghes_edac.c67 u16 total_width; member
179 if (entry->total_width == entry->data_width) in assign_dmi_dimm_info()
196 entry->total_width, entry->data_width); in assign_dmi_dimm_info()
H A Di7core_edac.c1852 u16 total_width; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A Dltdc.c535 u32 total_width, total_height; in ltdc_crtc_mode_set_nofb() local
591 total_width = accum_act_w + vm.hfront_porch; in ltdc_crtc_mode_set_nofb()
625 val = (total_width << 16) | total_height; in ltdc_crtc_mode_set_nofb()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2055 int c, total_width = 0, max_height = 0, this_x = 0; in drmmode_set_target_scanout_pixmap_gpu() local
2076 this_x = total_width; in drmmode_set_target_scanout_pixmap_gpu()
2077 total_width += ppix->drawable.width; in drmmode_set_target_scanout_pixmap_gpu()
2081 total_width += iter->mode.HDisplay; in drmmode_set_target_scanout_pixmap_gpu()
2087 if (total_width != screenpix->drawable.width || in drmmode_set_target_scanout_pixmap_gpu()
2090 if (!drmmode_xf86crtc_resize(crtc->scrn, total_width, max_height)) in drmmode_set_target_scanout_pixmap_gpu()
2094 screen->width = screenpix->drawable.width = total_width; in drmmode_set_target_scanout_pixmap_gpu()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch578 total_width = total_length = 0;