HomeSort by: relevance | last modified time | path
    Searched defs:pdstLine (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/dev/
diofb_mono.c 124 uint32_t *psrcLine, *pdstLine;
144 pdstLine = ((uint32_t *)fb->fbkva) + ((dy + cy - 1) * width);
148 pdstLine = ((uint32_t *)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...]
  /src/sys/arch/hp300/stand/common/
ite_subr.c 303 uint32_t *psrcLine, *pdstLine;
326 pdstLine = ((uint32_t *)ip->fbbase) + (dy * width);
332 pdstLine += (dx >> 5);
335 pdst = pdstLine;
359 pdstLine += (dx >> 5);
364 pdst = pdstLine;
395 pdstLine += width;
  /src/sys/arch/vax/vsa/
smg.c 779 unsigned int *psrcLine, *pdstLine;
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 += width
    [all...]

Completed in 13 milliseconds