Home | History | Annotate | Download | only in common

Lines Matching defs:psrc

305 	uint32_t *psrc;		/* pointer to current src longword */
334 psrc = psrcLine;
341 getandputrop(psrc, srcBit, dstBit, w, pdst, func);
343 psrc += width;
363 psrc = psrcLine;
367 getandputrop(psrc, (sx & 0x1f), (dx & 0x1f),
371 psrc++;
378 DoRop(*pdst, func, *psrc++, *pdst);
384 getunalignedword(psrc, xoffSrc, tmpSrc);
387 psrc++;
392 getandputrop0(psrc, xoffSrc, nend, pdst, func);