xbitmap32
struct xbitmap32 agbitmap;
struct xbitmap32 aginobitmap;
struct xbitmap32 *bitmap,
struct xbitmap32 *bitmap,
struct xbitmap32 *bitmap)
struct xbitmap32 *bitmap)
struct xbitmap32 *bitmap,
struct xbitmap32 *sub)
struct xbitmap32 *bitmap)
struct xbitmap32 *bitmap,
struct xbitmap32 *bitmap)
struct xbitmap32 *bitmap,
struct xbitmap32 *bitmap)
void xbitmap32_init(struct xbitmap32 *bitmap);
void xbitmap32_destroy(struct xbitmap32 *bitmap);
int xbitmap32_clear(struct xbitmap32 *bitmap, uint32_t start, uint32_t len);
int xbitmap32_set(struct xbitmap32 *bitmap, uint32_t start, uint32_t len);
int xbitmap32_disunion(struct xbitmap32 *bitmap, struct xbitmap32 *sub);
uint32_t xbitmap32_hweight(struct xbitmap32 *bitmap);
int xbitmap32_walk(struct xbitmap32 *bitmap, xbitmap32_walk_fn fn,
bool xbitmap32_empty(struct xbitmap32 *bitmap);
bool xbitmap32_test(struct xbitmap32 *bitmap, uint32_t start, uint32_t *len);
uint32_t xbitmap32_count_set_regions(struct xbitmap32 *bitmap);
struct xbitmap32 dabitmap;
struct xbitmap32 rgbitmap;