loc 415 ompi/communicator/comm.c int i, loc; loc 471 ompi/communicator/comm.c for( loc = 0, i = 0; i < size; i++ ) { loc 473 ompi/communicator/comm.c sorted[(2*loc)+0] = i; /* copy org rank */ loc 474 ompi/communicator/comm.c sorted[(2*loc)+1] = results[(2*i)+1]; /* copy key */ loc 475 ompi/communicator/comm.c loc++; loc 529 ompi/communicator/comm.c for( loc = 0, i = 0; i < rsize; i++ ) { loc 531 ompi/communicator/comm.c rsorted[(2*loc)+0] = i; /* org rank */ loc 532 ompi/communicator/comm.c rsorted[(2*loc)+1] = rresults[(2*i)+1]; /* key */ loc 533 ompi/communicator/comm.c loc++; loc 236 opal/mca/btl/smcuda/btl_smcuda.c char *loc, *mynuma; loc 247 opal/mca/btl/smcuda/btl_smcuda.c &wildcard_rank, &loc, OPAL_STRING); loc 250 opal/mca/btl/smcuda/btl_smcuda.c mca_btl_smcuda_component.num_mem_nodes = num_mem_nodes = strtoul(loc, NULL, 10); loc 251 opal/mca/btl/smcuda/btl_smcuda.c free(loc); loc 270 opal/mca/btl/smcuda/btl_smcuda.c &OPAL_PROC_MY_NAME, &loc, OPAL_STRING); loc 272 opal/mca/btl/smcuda/btl_smcuda.c if (NULL == loc) { loc 276 opal/mca/btl/smcuda/btl_smcuda.c mynuma = opal_hwloc_base_get_location(loc, HWLOC_OBJ_NODE, 0); loc 291 opal/mca/btl/smcuda/btl_smcuda.c free(loc); loc 2260 opal/mca/hwloc/base/hwloc_base_util.c char **loc; loc 2304 opal/mca/hwloc/base/hwloc_base_util.c loc = opal_argv_split(locality, ':'); loc 2305 opal/mca/hwloc/base/hwloc_base_util.c for (n=0; NULL != loc[n]; n++) { loc 2306 opal/mca/hwloc/base/hwloc_base_util.c if (0 == strncmp(loc[n], srch, 2)) { loc 2307 opal/mca/hwloc/base/hwloc_base_util.c ans = strdup(&loc[n][2]); loc 2311 opal/mca/hwloc/base/hwloc_base_util.c opal_argv_free(loc); loc 108 opal/mca/timer/linux/timer_linux_component.c char *loc; loc 127 opal/mca/timer/linux/timer_linux_component.c loc = find_info(fp, "timebase", buf, 1024); loc 128 opal/mca/timer/linux/timer_linux_component.c if (NULL != loc) { loc 130 opal/mca/timer/linux/timer_linux_component.c ret = sscanf(loc, "%d", &freq); loc 140 opal/mca/timer/linux/timer_linux_component.c loc = find_info(fp, "bogomips", buf, 1024); loc 141 opal/mca/timer/linux/timer_linux_component.c if (NULL != loc) { loc 142 opal/mca/timer/linux/timer_linux_component.c ret = sscanf(loc, "%f", &cpu_f); loc 154 opal/mca/timer/linux/timer_linux_component.c loc = find_info(fp, "cpu MHz", buf, 1024); loc 155 opal/mca/timer/linux/timer_linux_component.c if (NULL != loc) { loc 156 opal/mca/timer/linux/timer_linux_component.c ret = sscanf(loc, "%f", &cpu_f); loc 166 opal/mca/timer/linux/timer_linux_component.c loc = find_info(fp, "Cpu0ClkTck", buf, 1024); loc 167 opal/mca/timer/linux/timer_linux_component.c if (NULL != loc) { loc 169 opal/mca/timer/linux/timer_linux_component.c ret = sscanf(loc, "%x", &freq); loc 1469 orte/mca/plm/base/plm_base_launch_support.c int i, loc; loc 1475 orte/mca/plm/base/plm_base_launch_support.c loc = 0; loc 1480 orte/mca/plm/base/plm_base_launch_support.c loc = i; loc 1486 orte/mca/plm/base/plm_base_launch_support.c return loc; loc 446 orte/runtime/data_type_support/orte_dt_print_fns.c hwloc_obj_t loc=NULL; loc 516 orte/runtime/data_type_support/orte_dt_print_fns.c if (orte_get_attribute(&src->attributes, ORTE_PROC_HWLOC_LOCALE, (void**)&loc, OPAL_PTR)) { loc 517 orte/runtime/data_type_support/orte_dt_print_fns.c if (NULL != loc) { loc 518 orte/runtime/data_type_support/orte_dt_print_fns.c if (OPAL_ERR_NOT_BOUND == opal_hwloc_base_cset2mapstr(locale, sizeof(locale), src->node->topology->topo, loc->cpuset)) {