| /src/usr.sbin/wsmoused/ | 
| selection.c | 657 	size_t xres = Selmouse.sm_max_x + 1;  local in function:selarea_getrowcol 659 	*row = pos / xres;
 660 	*col = pos - (*row * xres);
 
 | 
| /src/sys/arch/sgimips/gio/ | 
| grtwo.c | 76 	int             xres;  member in struct:grtwo_devconfig 408 	dc->xres = 1280;
 494 	grtwo_fill_rectangle(dc, 0, 0, dc->xres - 1, dc->yres - 1, 0);
 685 			     dc->xres,	/* dx */
 697 			     dc->xres,	/* x2 */
 737 		FBINFO.width = sc->sc_dc->xres;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/radeon/ | 
| radeon_legacy_crtc.c | 60 	int xres = mode->hdisplay;  local in function:radeon_legacy_rmx_mode_set 123 		if (xres > native_mode->hdisplay)
 124 			xres = native_mode->hdisplay;
 128 		if (xres == native_mode->hdisplay)
 138 			fp_horz_stretch |= ((xres/8-1) << 16);
 141 			scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
 162 		fp_horz_stretch |= ((xres/8-1) << 16);
 203 		fp_horz_stretch |= ((xres/8-1) << 16);
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/ | 
| drm_modes.c | 1535 	int xres = 0, yres = 0;  local in function:drm_mode_parse_cmdline_res_mode 1539 	xres = simple_strtol(str, &end_ptr, 10);
 1584 	mode->xres = xres;
 1751  *	<xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
 1919 				    cmd->xres, cmd->yres,
 1925 				    cmd->xres, cmd->yres,
 1934 	if (cmd->xres == 1366)
 
 | 
| /src/sys/external/bsd/drm2/dist/include/drm/ | 
| drm_connector.h | 999 	 * @xres: 1003 	int xres;  member in struct:drm_cmdline_mode
 1051 	 * Add margins to the mode calculation (1.8% of xres rounded
 
 |