Lines Matching defs:byteshift
610 int byteshift;
629 byteshift = (pScrn->bitsPerPixel >> 4);
631 ((pScrn->displayWidth * dsty + dstx) << byteshift)) & ~15;
632 l = ((dstx << byteshift) % 16) >> byteshift;
953 int byteshift;
971 byteshift = (pScrn->bitsPerPixel >> 4);
973 ((pScrn->displayWidth * dsty + dstx) << byteshift)) & ~15;
974 l = ((dstx << byteshift) % 16) >> byteshift;