Searched refs:bitmap_copy_with_dst_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitmap.c | 31 bitmap_copy_with_dst_offset(bmap2, bmap1, 115, total); in check_bitmap_copy_with_offset() 33 bitmap_copy_with_dst_offset(bmap3, bmap2, 85, total + 115); in check_bitmap_copy_with_offset() 51 bitmap_copy_with_dst_offset(bmap3, bmap1, 35, 250); in check_bitmap_copy_with_offset()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 286 void bitmap_copy_with_dst_offset(unsigned long *dst, const unsigned long *src,
|
/openbmc/qemu/util/ |
H A D | bitmap.c | 498 void bitmap_copy_with_dst_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_dst_offset() function
|