Searched refs:xbitmap32 (Results 1 – 3 of 3) sorted by relevance
39 struct xbitmap32 { struct43 void xbitmap32_init(struct xbitmap32 *bitmap); argument44 void xbitmap32_destroy(struct xbitmap32 *bitmap);46 int xbitmap32_clear(struct xbitmap32 *bitmap, uint32_t start, uint32_t len);47 int xbitmap32_set(struct xbitmap32 *bitmap, uint32_t start, uint32_t len);48 int xbitmap32_disunion(struct xbitmap32 *bitmap, struct xbitmap32 *sub);49 uint32_t xbitmap32_hweight(struct xbitmap32 *bitmap);59 int xbitmap32_walk(struct xbitmap32 *bitmap, xbitmap32_walk_fn fn,62 bool xbitmap32_empty(struct xbitmap32 *bitmap);63 bool xbitmap32_test(struct xbitmap32 *bitmap, uint32_t start, uint32_t *len);[all …]
12 struct xbitmap32 rgbitmap;
12 struct xbitmap32 agbitmap;