Home
last modified time | relevance | path

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

/qemu/util/
H A Dbitmap.c346 #define ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro
371 index = ALIGN_MASK(index, align_mask); in bitmap_find_next_zero_area()