Lines Matching defs:BitRight
314 #define BitRight(lw,n) ((lw) >> (n))
317 #define BitRight(lw,n) ((lw) << (n))
322 #define SCRRIGHT(lw, n) BitRight(lw, (n) * PSZ)
439 BitRight(((*((psrc)+1)) &cfbmask[idx+1]), cfb24Shift[idx+1]); \
455 BitRight(((*((pdst)+1)) &cfbmask[idx+1]), cfb24Shift[idx+1]); \
471 *(pdst) |= (BitRight(dstpixel, cfb24Shift[idx]) & cfbmask[idx]); \
489 BitRight(((*((pdst)+1)) &cfbmask[idx+1]), cfb24Shift[idx+1]); \
504 *(pdst) |= (BitRight(dstpixel, cfb24Shift[idx]) & cfbmask[idx]); \
735 dst |= BitRight(((*((unsigned int *) psrc)+1)&cfbmask[index]), cfb4Shift[index]); \
748 dst |= (BitRight((unsigned) *((psrc)+1), 32-(x))); \