beginset          831 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned beginset,endset;
beginset          850 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		beginset = HWLOC_SUBBITMAP_INDEX(begincpu);
beginset          851 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		set->ulongs[beginset] |= HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu));
beginset          853 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		for(i=beginset+1; i<set->ulongs_count; i++)
beginset          868 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		beginset = HWLOC_SUBBITMAP_INDEX(begincpu);
beginset          870 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		if (beginset == endset) {
beginset          871 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			set->ulongs[beginset] |= HWLOC_SUBBITMAP_ULBIT_FROMTO(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu), HWLOC_SUBBITMAP_CPU_ULBIT(endcpu));
beginset          873 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			set->ulongs[beginset] |= HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu));
beginset          877 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		for(i=beginset+1; i<endset; i++)
beginset          915 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned beginset,endset;
beginset          935 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		beginset = HWLOC_SUBBITMAP_INDEX(begincpu);
beginset          936 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		set->ulongs[beginset] &= ~HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu));
beginset          938 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		for(i=beginset+1; i<set->ulongs_count; i++)
beginset          953 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		beginset = HWLOC_SUBBITMAP_INDEX(begincpu);
beginset          955 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		if (beginset == endset) {
beginset          956 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			set->ulongs[beginset] &= ~HWLOC_SUBBITMAP_ULBIT_FROMTO(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu), HWLOC_SUBBITMAP_CPU_ULBIT(endcpu));
beginset          958 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			set->ulongs[beginset] &= ~HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu));
beginset          962 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		for(i=beginset+1; i<endset; i++)