Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bitmap.c31 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 Dbitmap.h286 void bitmap_copy_with_dst_offset(unsigned long *dst, const unsigned long *src,
/openbmc/qemu/util/
H A Dbitmap.c498 void bitmap_copy_with_dst_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_dst_offset() function