Searched refs:display_width (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/zaurus/dev/ |
H A D | w100.c | 89 sc->display_width = geom->panel_height; in w100_lcd_geometry() 97 sc->display_width = geom->panel_height; in w100_lcd_geometry() 105 sc->display_width = geom->panel_width; in w100_lcd_geometry() 113 sc->display_width = geom->panel_width; in w100_lcd_geometry() 262 rinfo->ri_width = sc->display_width; in w100_setup_rasops() 411 scr->rinfo.ri_width = sc->display_width; in w100_alloc_screen() 453 wsdisp_info->width = sc->display_width; in w100_ioctl()
|
H A D | w100lcd.c | 224 fbconf->hf_width = sc->display_width; in w100lcd_ioctl() 228 fbconf->hf_bytes_per_line = sc->display_width * in w100lcd_ioctl() 231 fbconf->hf_bytes_per_plane = sc->display_width * in w100lcd_ioctl() 289 dspconf->hd_width = sc->display_width; in w100lcd_ioctl()
|
H A D | w100var.h | 30 short display_width; member
|
/netbsd-src/external/bsd/top/dist/ |
H A D | display.c | 82 static int display_width = MAX_COLS; variable 389 if (x < display_width && (ch != *bufp || newcolor != *colorp)) in display_write() 444 diff = display_width - x; in display_write() 681 display_width = screen_width; in display_resize() 682 if (display_width >= MAX_COLS) in display_resize() 684 display_width = MAX_COLS - 1; in display_resize() 745 return(display_width); in display_columns() 1580 thisline[display_width] = '\0'; in i_process()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 124 s32 display_width, display_height; member 199 stdu->display_width = mode->hdisplay; in vmw_stdu_define_st() 306 0, stdu->display_width, in vmw_stdu_update_st() 354 stdu->display_width = 0; in vmw_stdu_destroy_st()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic.cc | 2419 const int display_width = cpp_display_width (content, line_bytes, policy); in test_diagnostic_get_location_text() local 2420 ASSERT_EQ (line_bytes - 2, display_width); in test_diagnostic_get_location_text() 2434 snprintf (expected, buf_len, "%s:1:%d:", fname, display_width); in test_diagnostic_get_location_text() 2438 snprintf (expected, buf_len, "%s:1:%d:", fname, display_width - 1); in test_diagnostic_get_location_text()
|