Searched refs:pdstLine (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb_mono.c124 unsigned int *psrcLine, *pdstLine; local
144 pdstLine = ((u_int *)fb->fbkva) + ((dy + cy - 1) * width);
148 pdstLine = ((u_int *)fb->fbkva) + (dy * width);
155 pdstLine += (dx >> 5);
158 pdst = pdstLine;
183 pdstLine += (dx >> 5);
188 pdst = pdstLine;
227 pdstLine += width;
231 pdstLine += ((dx + cx) >> 5);
242 pdst = pdstLine;
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_subr.c304 unsigned int *psrcLine, *pdstLine; local
327 pdstLine = ((unsigned int *) ip->fbbase) + (dy * width);
333 pdstLine += (dx >> 5);
336 pdst = pdstLine;
360 pdstLine += (dx >> 5);
365 pdst = pdstLine;
396 pdstLine += width;
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c779 unsigned int *psrcLine, *pdstLine; local
798 psrcLine = pdstLine = ((u_int *)ri->ri_bits) + (y * width);
804 pdstLine += (dx >> 5);
807 pdst = pdstLine;
838 pdstLine += (dx >> 5);
843 pdst = pdstLine;
897 pdstLine += width;
901 pdstLine += ((dx + cx) >> 5);
912 pdst = pdstLine;
946 pdstLine
[all...]

Completed in 85 milliseconds