needed_count 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; needed_count 137 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_enlarge_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) needed_count 139 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); needed_count 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; needed_count 157 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_realloc_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) needed_count 163 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (needed_count <= set->ulongs_count) needed_count 167 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (hwloc_bitmap_enlarge_by_ulongs(set, needed_count) < 0) needed_count 171 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c for(i=set->ulongs_count; i<needed_count; i++) needed_count 173 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs_count = needed_count; needed_count 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; needed_count 186 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_reset_by_ulongs(struct hwloc_bitmap_s * set, unsigned needed_count) needed_count 188 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (hwloc_bitmap_enlarge_by_ulongs(set, needed_count)) needed_count 190 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs_count = needed_count;