hwloc_bitmap_to_ith_ulong 1636 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     linuxmask[i] = hwloc_bitmap_to_ith_ulong(nodeset, i);
hwloc_bitmap_to_ith_ulong  313 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   ULONG_PTR up = hwloc_bitmap_to_ith_ulong(set, 1);
hwloc_bitmap_to_ith_ulong  325 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   ULONG_PTR up = hwloc_bitmap_to_ith_ulong(set, 2*i+1);
hwloc_bitmap_to_ith_ulong  327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   up |= hwloc_bitmap_to_ith_ulong(set, 2*i);
hwloc_bitmap_to_ith_ulong  330 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_bitmap_to_ith_ulong(set, i);
hwloc_bitmap_to_ith_ulong  232 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC unsigned long hwloc_bitmap_to_ith_ulong(hwloc_const_bitmap_t bitmap, unsigned i) __hwloc_attribute_pure;