Lines Matching refs:left
167 int shift, left, right; in fb_copy_fwd() local
174 left = -shift & (BITS_PER_LONG - 1); in fb_copy_fwd()
180 d0 = fb_left(reorder(fb_read_offset(-1, src), reverse), left); in fb_copy_fwd()
205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
219 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
223 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
227 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd()
243 d0 = fb_left(d0, left); in fb_copy_fwd()
261 int shift, left, right; in fb_copy_rev() local
268 left = -shift & (BITS_PER_LONG-1); in fb_copy_rev()
277 if (src->bits > left) in fb_copy_rev()
278 d0 |= fb_left(reorder(fb_read_offset(0, src), reverse), left); in fb_copy_rev()
281 d0 = fb_left(reorder(fb_read_offset(0, src), reverse), left); in fb_copy_rev()
304 fb_modify_offset(reorder(fb_left(d1, left) | d0, reverse), in fb_copy_rev()
312 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
316 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
320 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
324 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
333 d0 = fb_left(d1, left) | fb_right(d0, right); in fb_copy_rev()
341 if (src->bits > left) in fb_copy_rev()
342 d0 |= fb_left(reorder(fb_read_offset(0, src), reverse), left); in fb_copy_rev()