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

  /src/sys/arch/hp300/dev/
diofb_mono.c 153 int srcBit, dstBit; /* bit offset of src and dst */
161 dstBit = dx & 0x1f;
164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
  /src/sys/arch/hp300/stand/common/
ite_subr.c 330 int srcBit, dstBit; /* bit offset of src and dst */
338 dstBit = dx & 0x1f;
341 getandputrop(psrc, srcBit, dstBit, w, pdst, func);
  /src/sys/arch/vax/vsa/
smg.c 802 int srcBit, dstBit; /* bit offset of src and dst */
810 dstBit = dx & ALIGNMASK;
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);

Completed in 13 milliseconds