hwloc_bitmap_s     84 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c struct hwloc_bitmap_s * hwloc_bitmap_alloc(void)
hwloc_bitmap_s     86 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   struct hwloc_bitmap_s * set;
hwloc_bitmap_s     88 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   set = malloc(sizeof(struct hwloc_bitmap_s));
hwloc_bitmap_s    108 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c struct hwloc_bitmap_s * hwloc_bitmap_alloc_full(void)
hwloc_bitmap_s    110 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   struct hwloc_bitmap_s * set = hwloc_bitmap_alloc();
hwloc_bitmap_s    118 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c void hwloc_bitmap_free(struct hwloc_bitmap_s * set)
hwloc_bitmap_s    135 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_enlarge_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) __hwloc_attribute_warn_unused_result;
hwloc_bitmap_s    137 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_enlarge_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count)
hwloc_bitmap_s    155 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_realloc_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) __hwloc_attribute_warn_unused_result;
hwloc_bitmap_s    157 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_realloc_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count)
hwloc_bitmap_s    184 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_reset_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) __hwloc_attribute_warn_unused_result;
hwloc_bitmap_s    186 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_reset_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count)
hwloc_bitmap_s    199 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c struct hwloc_bitmap_s * hwloc_bitmap_tma_dup(struct hwloc_tma *tma, const struct hwloc_bitmap_s * old)
hwloc_bitmap_s    201 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   struct hwloc_bitmap_s * new;
hwloc_bitmap_s    208 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   new = hwloc_tma_malloc(tma, sizeof(struct hwloc_bitmap_s));
hwloc_bitmap_s    227 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c struct hwloc_bitmap_s * hwloc_bitmap_dup(const struct hwloc_bitmap_s * old)
hwloc_bitmap_s    232 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_copy(struct hwloc_bitmap_s * dst, const struct hwloc_bitmap_s * src)
hwloc_bitmap_s    251 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    346 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_asprintf(char ** strp, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    361 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string)
hwloc_bitmap_s    423 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_list_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    472 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_list_asprintf(char ** strp, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    487 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_list_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string)
hwloc_bitmap_s    540 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_taskset_snprintf(char * __hwloc_restrict buf, size_t buflen, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    613 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_taskset_asprintf(char ** strp, const struct hwloc_bitmap_s * __hwloc_restrict set)
hwloc_bitmap_s    628 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_taskset_sscanf(struct hwloc_bitmap_s *set, const char * __hwloc_restrict string)
hwloc_bitmap_s    696 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c static void hwloc_bitmap__zero(struct hwloc_bitmap_s *set)
hwloc_bitmap_s    704 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c void hwloc_bitmap_zero(struct hwloc_bitmap_s * set)
hwloc_bitmap_s    717 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c static void hwloc_bitmap__fill(struct hwloc_bitmap_s * set)
hwloc_bitmap_s    725 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c void hwloc_bitmap_fill(struct hwloc_bitmap_s * set)
hwloc_bitmap_s    738 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_from_ulong(struct hwloc_bitmap_s *set, unsigned long mask)
hwloc_bitmap_s    753 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_from_ith_ulong(struct hwloc_bitmap_s *set, unsigned i, unsigned long mask)
hwloc_bitmap_s    769 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c unsigned long hwloc_bitmap_to_ulong(const struct hwloc_bitmap_s *set)
hwloc_bitmap_s    776 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c unsigned long hwloc_bitmap_to_ith_ulong(const struct hwloc_bitmap_s *set, unsigned i)
hwloc_bitmap_s    783 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_only(struct hwloc_bitmap_s * set, unsigned cpu)
hwloc_bitmap_s    797 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_allbut(struct hwloc_bitmap_s * set, unsigned cpu)
hwloc_bitmap_s    811 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_set(struct hwloc_bitmap_s * set, unsigned cpu)
hwloc_bitmap_s    828 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_set_range(struct hwloc_bitmap_s * set, unsigned begincpu, int _endcpu)
hwloc_bitmap_s    884 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_set_ith_ulong(struct hwloc_bitmap_s *set, unsigned i, unsigned long mask)
hwloc_bitmap_s    895 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_clr(struct hwloc_bitmap_s * set, unsigned cpu)
hwloc_bitmap_s    912 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_clr_range(struct hwloc_bitmap_s * set, unsigned begincpu, int _endcpu)
hwloc_bitmap_s    969 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_isset(const struct hwloc_bitmap_s * set, unsigned cpu)
hwloc_bitmap_s    978 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_iszero(const struct hwloc_bitmap_s *set)
hwloc_bitmap_s    992 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_isfull(const struct hwloc_bitmap_s *set)
hwloc_bitmap_s   1006 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_isequal (const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1039 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_intersects (const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1072 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_isincluded (const struct hwloc_bitmap_s *sub_set, const struct hwloc_bitmap_s *super_set)
hwloc_bitmap_s   1103 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_or (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1144 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_and (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1185 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_andnot (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1226 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_xor (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
hwloc_bitmap_s   1261 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_not (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set)
hwloc_bitmap_s   1279 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_first(const struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1298 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_first_unset(const struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1317 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_last(const struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1336 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_last_unset(const struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1355 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_next(const struct hwloc_bitmap_s * set, int prev_cpu)
hwloc_bitmap_s   1387 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_next_unset(const struct hwloc_bitmap_s * set, int prev_cpu)
hwloc_bitmap_s   1419 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_singlify(struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1455 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_compare_first(const struct hwloc_bitmap_s * set1, const struct hwloc_bitmap_s * set2)
hwloc_bitmap_s   1503 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_compare(const struct hwloc_bitmap_s * set1, const struct hwloc_bitmap_s * set2)
hwloc_bitmap_s   1548 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_weight(const struct hwloc_bitmap_s * set)
hwloc_bitmap_s   1563 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_compare_inclusion(const struct hwloc_bitmap_s * set1, const struct hwloc_bitmap_s * set2)
hwloc_bitmap_s     55 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h typedef struct hwloc_bitmap_s * hwloc_bitmap_t;
hwloc_bitmap_s     57 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h typedef const struct hwloc_bitmap_s * hwloc_const_bitmap_t;