index_            785 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned index_ = HWLOC_SUBBITMAP_INDEX(cpu);
index_            793 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	set->ulongs[index_] |= HWLOC_SUBBITMAP_CPU(cpu);
index_            799 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned index_ = HWLOC_SUBBITMAP_INDEX(cpu);
index_            807 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	set->ulongs[index_] &= ~HWLOC_SUBBITMAP_CPU(cpu);
index_            813 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned index_ = HWLOC_SUBBITMAP_INDEX(cpu);
index_            824 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	set->ulongs[index_] |= HWLOC_SUBBITMAP_CPU(cpu);
index_            897 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned index_ = HWLOC_SUBBITMAP_INDEX(cpu);
index_            908 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	set->ulongs[index_] &= ~HWLOC_SUBBITMAP_CPU(cpu);
index_            971 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned index_ = HWLOC_SUBBITMAP_INDEX(cpu);
index_            975 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	return (HWLOC_SUBBITMAP_READULONG(set, index_) & HWLOC_SUBBITMAP_CPU(cpu)) != 0;
index_           2311 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long index_ = 1;
index_           2321 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       memory->page_types[index_].size = strtoul(dirent->d_name+10, NULL, 0) * 1024ULL;
index_           2326 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	memory->page_types[index_].count = strtoull(line, NULL, 0);
index_           2327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	*remaining_local_memory -= memory->page_types[index_].count * memory->page_types[index_].size;
index_           2328 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	index_++;
index_           2332 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     memory->page_types_len = index_;
index_           3127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned *indexes, index_;
index_           3162 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   index_ = 0;
index_           3164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     indexes[index_] = osnode;
index_           3165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     index_++;
index_           3172 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   for (index_ = 0; index_ < nbnodes; index_++)
index_           3173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     hwloc_debug(" %u", indexes[index_]);