myset            4169 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_t myset;
myset            4173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     myset = hwloc_bitmap_alloc();
myset            4175 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(!hwloc_bitmap_intersects(myset, child->nodeset));
myset            4176 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       hwloc_bitmap_or(myset, myset, child->nodeset);
myset            4179 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!hwloc_bitmap_intersects(myset, parentset));
myset            4180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_or(parentset, parentset, myset);
myset            4181 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_free(myset);