childset         4170 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_t childset;
childset         4185 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     childset = hwloc_bitmap_alloc();
childset         4192 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       assert(!hwloc_bitmap_intersects(childset, set));
childset         4193 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       hwloc_bitmap_or(childset, childset, set);
childset         4197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!hwloc_bitmap_intersects(parentset, childset));
childset         4198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_or(parentset, parentset, childset);
childset         4199 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc_bitmap_free(childset);