nr_devices         45 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     cl_uint nr_devices;
nr_devices         48 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, 0, NULL, &nr_devices);
nr_devices         52 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     cl_device_id device_ids[nr_devices];
nr_devices         53 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     clret = clGetDeviceIDs(platform_ids[j], CL_DEVICE_TYPE_ALL, nr_devices, device_ids, &nr_devices);
nr_devices         57 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c     for(i=0; i<nr_devices; i++) {