Home
last modified time | relevance | path

Searched refs:shiftL (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.c1124 CopyBits(char *dst, int shiftL, char *src, int bytes) in CopyBits() argument
1127 int shiftR = 8 - shiftL; in CopyBits()
1130 *dst |= SHIFT_L(*src, shiftL); in CopyBits()