Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h248 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
249 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
254 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()