begincpu 828 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_set_range(struct hwloc_bitmap_s * set, unsigned begincpu, int _endcpu) begincpu 836 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (endcpu < begincpu) begincpu 838 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (set->infinite && begincpu >= set->ulongs_count * HWLOC_BITS_PER_LONG) begincpu 846 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (hwloc_bitmap_realloc_by_cpu_index(set, begincpu) < 0) begincpu 850 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c beginset = HWLOC_SUBBITMAP_INDEX(begincpu); begincpu 851 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs[beginset] |= HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu)); begincpu 868 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c beginset = HWLOC_SUBBITMAP_INDEX(begincpu); begincpu 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)); begincpu 873 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs[beginset] |= HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu)); begincpu 912 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_clr_range(struct hwloc_bitmap_s * set, unsigned begincpu, int _endcpu) begincpu 920 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (endcpu < begincpu) begincpu 923 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (!set->infinite && begincpu >= set->ulongs_count * HWLOC_BITS_PER_LONG) begincpu 931 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (hwloc_bitmap_realloc_by_cpu_index(set, begincpu) < 0) begincpu 935 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c beginset = HWLOC_SUBBITMAP_INDEX(begincpu); begincpu 936 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs[beginset] &= ~HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu)); begincpu 953 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c beginset = HWLOC_SUBBITMAP_INDEX(begincpu); begincpu 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)); begincpu 958 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c set->ulongs[beginset] &= ~HWLOC_SUBBITMAP_ULBIT_FROM(HWLOC_SUBBITMAP_CPU_ULBIT(begincpu));