Searched refs:dwidth (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_tvrx.c58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
H A Dite_hy.c61 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
H A Dite_subr.c60 ip->cols = ip->dwidth / ip->ftwidth;
62 if (ip->fbwidth > ip->dwidth) {
66 ip->fontx = ip->dwidth;
68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth;
69 ip->cblankx = ip->dwidth;
H A Dite.c161 ip->dwidth = fb->dwmsb << 8 | fb->dwlsb;
170 if (ip->dwidth > ip->fbwidth)
171 ip->dwidth = ip->fbwidth;
H A Dite_gb.c100 gbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR);
H A Ditevar.h66 short dheight, dwidth; member in struct:ite_data
H A Dite_sti.c193 ip->dwidth = cfg.width;
308 a.in.width = ip->dwidth;
325 ip->cols = ip->dwidth / ip->ftwidth;
H A Dite_dv.c122 dvbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR);
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofbvar.h85 u_int dwidth; /* displayed part width */ member in struct:diofb
H A Ddiofb.c135 if (fb->dwidth == 0 || fb->dheight == 0) {
136 fb->dwidth = (fbr->dwmsb << 8) | fbr->dwlsb;
144 if (fb->dwidth > fb->fbwidth)
145 fb->dwidth = fb->fbwidth;
184 ri->ri_width = fb->dwidth;
308 aprint_normal(": %dx%d", fb->dwidth, fb->dheight);
H A Dgendiofb.c168 ri->ri_width = fb->dwidth;
H A Dtopcat.c373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400) {
374 fb->dwidth = 512;
H A Dgbox.c274 fb->dwidth = 1024;
/netbsd-current/external/cddl/osnet/dev/dtrace/
H A Ddtrace_debug.c250 int dwidth, upper; local
272 sign = 0; dot = 0; dwidth = 0; upper = 0;
298 dwidth = va_arg(ap, int);
315 dwidth = n;
421 for (n = 0; n < dwidth && p[n]; n++)
/netbsd-current/bin/ksh/
H A Dexec.c1388 int nwidth, dwidth; local
1410 for (i = n, dwidth = 1; i >= 10; i /= 10)
1411 dwidth++;
1415 smi.num_width = dwidth;
1417 dwidth + nwidth + 2, 1);

Completed in 295 milliseconds