/src/sys/arch/hp300/dev/ |
diofb_mono.c | 164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); 191 getandputrop(psrc, (sx & 0x1f), 223 getandputrop(psrc, xoffSrc, 0, nend, 245 getandputrop(psrc, xoffSrc, 0, nend, 264 getandputrop(psrc, (sx & 0x1f),
|
maskbits.h | 76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
|
/src/sys/arch/vax/vsa/ |
maskbits.h | 53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro
|
smg.c | 813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); 846 getandputrop(psrc, (sx & ALIGNMASK), 893 getandputrop(psrc, xoffSrc, 0, nend, 915 getandputrop(psrc, xoffSrc, 0, nend, 941 getandputrop(psrc, (sx & ALIGNMASK),
|
/src/sys/arch/hp300/stand/common/ |
maskbits.h | 74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ macro 84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
|
ite_subr.c | 341 getandputrop(psrc, srcBit, dstBit, w, pdst, func); 367 getandputrop(psrc, (sx & 0x1f), (dx & 0x1f),
|