super_set        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)
super_set        1074 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned super_count = super_set->ulongs_count;
super_set        1080 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(super_set);
super_set        1083 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		if (super_set->ulongs[i] != (super_set->ulongs[i] | sub_set->ulongs[i]))
super_set        1087 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		if (!super_set->infinite)
super_set        1093 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				if (super_set->ulongs[i] != HWLOC_SUBBITMAP_FULL)
super_set        1097 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (sub_set->infinite && !super_set->infinite)