nextfirst         749 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int prevlast, nextfirst, nextlast; /* beginning/end of enabled-segments */
nextfirst         764 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     nextfirst = strtoul(current, &tmp, 0);
nextfirst         768 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       nextlast = nextfirst;
nextfirst         769 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (prevlast+1 <= nextfirst-1)
nextfirst         770 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_bitmap_clr_range(set, prevlast+1, nextfirst-1);