Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dbitmap.h83 void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
151 slow_bitmap_or(dst, src1, src2, nbits); in bitmap_or()
/qemu/util/
H A Dbitmap.c125 void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_or() function