Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dbitmap.h77 int slow_bitmap_equal(const unsigned long *bitmap1,
191 return slow_bitmap_equal(src1, src2, nbits); in bitmap_equal()
/qemu/util/
H A Dbitmap.c78 int slow_bitmap_equal(const unsigned long *bitmap1, in slow_bitmap_equal() function