Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h87 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src,
189 slow_bitmap_complement(dst, src, nbits); in bitmap_complement()
/openbmc/qemu/util/
H A Dbitmap.c98 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src, in slow_bitmap_complement() function