Lines Matching refs:right
167 int shift, left, right; in fb_copy_fwd() local
173 right = shift & (BITS_PER_LONG - 1); in fb_copy_fwd()
182 d0 |= fb_right(reorder(fb_read_offset(0, src), reverse), right); in fb_copy_fwd()
189 d0 = fb_right(reorder(fb_read_offset(0, src), reverse), right); 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()
247 right); in fb_copy_fwd()
261 int shift, left, right; in fb_copy_rev() local
267 right = shift & (BITS_PER_LONG-1); in fb_copy_rev()
276 d0 = fb_right(reorder(fb_read_offset(1, src), reverse), right); in fb_copy_rev()
283 d0 |= fb_right(reorder(fb_read_offset(1, src), reverse), right); in fb_copy_rev()
296 if (fb_right(~0UL, right) & last) in fb_copy_rev()
297 d0 = fb_right(reorder(fb_read_offset(end + 1, src), reverse), right); 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()
340 d0 = fb_right(d0, right); in fb_copy_rev()