Searched refs:hb_count_between (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | hbitmap.c | 384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between() function 482 hb->count += n - hb_count_between(hb, first, last); in hbitmap_set() 579 hb->count -= hb_count_between(hb, first, last); in hbitmap_reset() 781 bitmap->count = hb_count_between(bitmap, 0, bitmap->size - 1); in hbitmap_deserialize_finish() 944 result->count = hb_count_between(result, 0, result->size - 1); in hbitmap_merge()
|