bitmap.h | 8 typedef struct bitmap_info_s bitmap_info_t; typedef in typeref:struct:bitmap_info_s 49 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits); 50 size_t bitmap_info_ngroups(const bitmap_info_t *binfo); 52 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo); 59 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo); 60 bool bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit); 61 void bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit); 62 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo); 63 void bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit); 68 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo [all...] |