outw              424 ompi/debuggers/ompi_common_dll.c         ompi_field_offset(i_info->mca_topo_base_module_t.offset.mtc_dist_graph.outw,
outw              426 ompi/debuggers/ompi_common_dll.c                           outw);
outw              231 ompi/debuggers/ompi_common_dll_defs.h                 int outw;
outw              154 ompi/mca/topo/base/topo_base_dist_graph_create.c             topo->outw = (int*)malloc(sizeof(int) * topo->outdegree);
outw              155 ompi/mca/topo/base/topo_base_dist_graph_create.c             if (NULL == topo->outw) {
outw              253 ompi/mca/topo/base/topo_base_dist_graph_create.c                 topo->outw[current_pos] = temp[2 * j + 1 + (count - left_over)];
outw              328 ompi/mca/topo/base/topo_base_dist_graph_create.c     dist_graph->outw = NULL;
outw              344 ompi/mca/topo/base/topo_base_dist_graph_create.c     if (NULL != dist_graph->outw) {
outw              345 ompi/mca/topo/base/topo_base_dist_graph_create.c         free(dist_graph->outw);
outw               59 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     topo->out = topo->outw = NULL;
outw               85 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c         topo->outw = NULL;
outw               88 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c                 topo->outw = (int*)malloc(sizeof(int) * topo->outdegree);
outw               89 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c                 if (NULL == topo->outw) {
outw               92 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c                 memcpy(topo->outw, destweights, sizeof(int) * topo->outdegree);
outw              112 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c             if( NULL != topo->outw ) free(topo->outw);
outw               49 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c         if (MPI_UNWEIGHTED != destweights && NULL != dg->outw) {
outw               50 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c             destweights[i] = dg->outw[i];
outw              108 ompi/mca/topo/topo.h     int *outw;
outw              401 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 local_pattern[topo->out[i]] += topo->outw[i];
outw              749 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     local_pattern[grank_to_lrank[topo->out[i]]] += topo->outw[i];