weight 126 opal/class/opal_graph.c edge->weight = 0; weight 135 opal/class/opal_graph.c edge->weight = 0; weight 388 opal/class/opal_graph.c return edge->weight; weight 519 opal/class/opal_graph.c distance_from.weight = edge->weight; weight 571 opal/class/opal_graph.c spf = vertex_distance->weight; weight 602 opal/class/opal_graph.c if (vertex_dist1->weight > vertex_dist2->weight) { weight 606 opal/class/opal_graph.c else if (vertex_dist1->weight == vertex_dist2->weight) { weight 633 opal/class/opal_graph.c uint32_t weight; weight 657 opal/class/opal_graph.c Q[i++].weight = (adj_list->vertex == vertex) ? 0 : DISTANCE_INFINITY; weight 672 opal/class/opal_graph.c weight = opal_graph_adjacent(graph, current_vertex->vertex, q_start[i].vertex); weight 680 opal/class/opal_graph.c if (current_vertex->weight + weight < q_start[i].weight) { weight 681 opal/class/opal_graph.c q_start[i].weight = weight + current_vertex->weight; weight 750 opal/class/opal_graph.c new_edge->weight = edge->weight; weight 799 opal/class/opal_graph.c opal_output(0, " E(%s -> %d -> %s)",tmp_str1, edge->weight, tmp_str2); weight 150 opal/class/opal_graph.h uint32_t weight; /* The weight of this edge */ weight 183 opal/class/opal_graph.h uint32_t weight; weight 479 opal/mca/btl/usnic/btl_usnic_proc.c int64_t weight, cost; weight 483 opal/mca/btl/usnic/btl_usnic_proc.c weight = compute_weight(mca_btl_usnic_component.usnic_active_modules[i], weight 489 opal/mca/btl/usnic/btl_usnic_proc.c weight, i, weight 493 opal/mca/btl/usnic/btl_usnic_proc.c if (WEIGHT_UNREACHABLE == weight) { weight 498 opal/mca/btl/usnic/btl_usnic_proc.c cost = -weight; weight 1550 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int weight = 0; weight 1559 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c weight += hwloc_weight_long(set->ulongs[i]); weight 1560 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c return weight; weight 836 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h unsigned chunk, weight; weight 842 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h weight = (unsigned) hwloc_bitmap_weight(cpuset); weight 843 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h if (!weight) weight 847 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h chunk = (( (givenweight+weight) * n + tot_weight-1) / tot_weight) weight 870 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h givenweight += weight; weight 92 opal/mca/reachable/netlink/reachable_netlink_module.c int outgoing_interface, ret, weight, has_gateway; weight 106 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 122 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(local_if->if_bandwidth, weight 127 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(local_if->if_bandwidth, weight 133 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 152 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(local_if->if_bandwidth, weight 157 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(local_if->if_bandwidth, weight 163 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 171 opal/mca/reachable/netlink/reachable_netlink_module.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 178 opal/mca/reachable/netlink/reachable_netlink_module.c return weight; weight 218 opal/mca/reachable/netlink/reachable_netlink_module.c int weight = connection_quality * (MIN(bandwidth_local, bandwidth_remote) + weight 220 opal/mca/reachable/netlink/reachable_netlink_module.c return weight; weight 117 opal/mca/reachable/weighted/reachable_weighted.c int weight; weight 130 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 141 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 146 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 156 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 161 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 168 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 192 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 201 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 206 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 213 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(local_if->if_bandwidth, weight 223 opal/mca/reachable/weighted/reachable_weighted.c weight = calculate_weight(0, 0, CQ_NO_CONNECTION); weight 230 opal/mca/reachable/weighted/reachable_weighted.c return weight; weight 263 opal/mca/reachable/weighted/reachable_weighted.c int weight = connection_quality * (MIN(bandwidth_local, bandwidth_remote) + weight 265 opal/mca/reachable/weighted/reachable_weighted.c return weight;