Searched refs:srcBit (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb_mono.c153 int srcBit, dstBit; /* bit offset of src and dst */ local
160 srcBit = sx & 0x1f;
164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_subr.c331 int srcBit, dstBit; /* bit offset of src and dst */ local
338 srcBit = sx & 0x1f;
342 getandputrop(psrc, srcBit, dstBit, w, pdst, func);
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c802 int srcBit, dstBit; /* bit offset of src and dst */ local
809 srcBit = sx & ALIGNMASK;
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);

Completed in 105 milliseconds