Searched refs:dstBit (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/luna88k/dev/ |
H A D | omrasops1.c | 139 int srcBit, dstBit; /* bit offset of src and dst */ in om1_windowmove() local 147 dstBit = dx & 0x1f; in om1_windowmove() 150 getandputrop(P0(psrc), srcBit, dstBit, cx, P0(pdst), rop); in om1_windowmove() 304 int srcBit, dstBit; /* bit offset of src and dst */ in om4_windowmove() local 312 dstBit = dx & 0x1f; in om4_windowmove() 315 getandputrop(P0(psrc), srcBit, dstBit, cx, P0(pdst), rop); in om4_windowmove() 316 getandputrop(P1(psrc), srcBit, dstBit, cx, P1(pdst), rop); in om4_windowmove() 317 getandputrop(P2(psrc), srcBit, dstBit, cx, P2(pdst), rop); in om4_windowmove() 318 getandputrop(P3(psrc), srcBit, dstBit, cx, P3(pdst), rop); in om4_windowmove()
|