Searched refs:shiftL (Results 1 – 1 of 1) sorted by relevance
1124 CopyBits(char *dst, int shiftL, char *src, int bytes) in CopyBits() argument1127 int shiftR = 8 - shiftL; in CopyBits()1130 *dst |= SHIFT_L(*src, shiftL); in CopyBits()