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

  /src/sys/arch/hp300/dev/
diofb_mono.c 153 int srcBit, dstBit; /* bit offset of src and dst */
160 srcBit = sx & 0x1f;
164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
diofb_mono.c 153 int srcBit, dstBit; /* bit offset of src and dst */
160 srcBit = sx & 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 */
337 srcBit = sx & 0x1f;
341 getandputrop(psrc, srcBit, dstBit, w, pdst, func);
ite_subr.c 330 int srcBit, dstBit; /* bit offset of src and dst */
337 srcBit = sx & 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 */
809 srcBit = sx & ALIGNMASK;
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
smg.c 802 int srcBit, dstBit; /* bit offset of src and dst */
809 srcBit = sx & ALIGNMASK;
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);

Completed in 24 milliseconds