inw 418 ompi/debuggers/ompi_common_dll.c ompi_field_offset(i_info->mca_topo_base_module_t.offset.mtc_dist_graph.inw, inw 420 ompi/debuggers/ompi_common_dll.c inw); inw 229 ompi/debuggers/ompi_common_dll_defs.h int inw; inw 140 ompi/mca/topo/base/topo_base_dist_graph_create.c topo->inw = (int*)malloc(sizeof(int) * topo->indegree); inw 141 ompi/mca/topo/base/topo_base_dist_graph_create.c if (NULL == topo->inw) { inw 216 ompi/mca/topo/base/topo_base_dist_graph_create.c topo->inw[current_pos] = temp[2 * j + 1 + (count - left_over)]; inw 326 ompi/mca/topo/base/topo_base_dist_graph_create.c dist_graph->inw = NULL; inw 338 ompi/mca/topo/base/topo_base_dist_graph_create.c if (NULL != dist_graph->inw) { inw 339 ompi/mca/topo/base/topo_base_dist_graph_create.c free(dist_graph->inw); inw 58 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c topo->in = topo->inw = NULL; inw 71 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c topo->inw = (int*)malloc(sizeof(int) * topo->indegree); inw 72 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c if( NULL == topo->inw ) { inw 75 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c memcpy( topo->inw, sourceweights, sizeof(int) * topo->indegree ); inw 108 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c if( NULL != topo->inw ) free(topo->inw); inw 43 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c if (MPI_UNWEIGHTED != sourceweights && NULL != dg->inw) { inw 44 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c sourceweights[i] = dg->inw[i]; inw 106 ompi/mca/topo/topo.h int *inw; inw 399 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c local_pattern[topo->in[i]] += topo->inw[i]; inw 746 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c local_pattern[grank_to_lrank[topo->in[i]]] += topo->inw[i];