Home
last modified time | relevance | path

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

/qemu/util/
H A Dbitmap.c459 unsigned long left_mask, right_mask, last_mask; in bitmap_copy_with_src_offset() local
472 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() local
514 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()