hwloc_bitmap_and (3) Linux Manual Page
NAME hwlocality_bitmap – The bitmap API Macros #define hwloc_bitmap_foreach_begin(id, bitmap) #define hwloc_bitmap_foreach_end() Typedefs typedef struct hwloc_bitmap_s * hwloc_bitmap_t typedef const struct hwloc_bitmap_s * hwloc_const_bitmap_t Functions hwloc_bitmap_t hwloc_bitmap_alloc (void) hwloc_bitmap_t hwloc_bitmap_alloc_full (void) void hwloc_bitmap_free (hwloc_bitmap_t bitmap) hwloc_bitmap_t hwloc_bitmap_dup (hwloc_const_bitmap_t bitmap) void hwloc_bitmap_copy (hwloc_bitmap_t dst, hwloc_const_bitmap_t src) int hwloc_bitmap_snprintf (char *restrict buf, size_t buflen, hwloc_const_bitmap_t bitmap) int…
