Searched refs:srcbit (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/rcons/ |
H A D | raster_op.c | 697 int srcbit, dstbyte, i; in raster_op_noclip() local 720 srcbit = sx & 31; in raster_op_noclip() 731 /*s*/ *srclong & raster_bitmask[srcbit], in raster_op_noclip() 736 if ( srcbit == 31 ) in raster_op_noclip() 738 srcbit = 0; in raster_op_noclip() 742 ++srcbit; in raster_op_noclip() 770 int srcbit, dstbyte, i; in raster_op_noclip() local 792 srcbit = sx & 31; in raster_op_noclip() 803 /*s*/ *srclong & raster_bitmask[srcbit], in raster_op_noclip() 808 if ( srcbit == 31 ) in raster_op_noclip() [all …]
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | maskbits.h | 74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ argument 78 FASTGETBITS(psrc, srcbit, width, _tmpsrc); \ 83 #define getandputrop0(psrc, srcbit, width, pdst, rop) \ argument 84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
|
/netbsd-src/sys/arch/vax/vsa/ |
H A D | maskbits.h | 53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ argument 64 FASTGETBITS(psrc, srcbit, width, _tmpdst); \
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | maskbits.h | 76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \ argument 82 FASTGETBITS(psrc, srcbit, width, _tmpdst); \
|