Searched refs:left_mask (Results 1 – 1 of 1) sorted by relevance
459 unsigned long left_mask, right_mask, last_mask; in bitmap_copy_with_src_offset() local472 left_mask = ~right_mask; in bitmap_copy_with_src_offset()475 *dst = (*src & left_mask) >> shift; in bitmap_copy_with_src_offset()483 *dst = (*src & left_mask) >> shift; in bitmap_copy_with_src_offset()501 unsigned long left_mask, right_mask, last_mask; in bitmap_copy_with_dst_offset() local514 left_mask = ~right_mask; in bitmap_copy_with_dst_offset()519 dst[1] = (*src & left_mask) >> (BITS_PER_LONG - shift); in bitmap_copy_with_dst_offset()