assignment_weight  178 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     int assignment_weight = 0;
assignment_weight  188 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             assignment_weight += weights[i][a[i]-1];
assignment_weight  197 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                 && assignment_weight > max_assignment_weight)) {
assignment_weight  202 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         max_assignment_weight = assignment_weight;
assignment_weight  236 opal/mca/btl/tcp/btl_tcp_proc.c     int assignment_weight = 0;
assignment_weight  246 opal/mca/btl/tcp/btl_tcp_proc.c             assignment_weight += proc_data->weights[i][a[i]-1];
assignment_weight  255 opal/mca/btl/tcp/btl_tcp_proc.c                 && assignment_weight > proc_data->max_assignment_weight)) {
assignment_weight  260 opal/mca/btl/tcp/btl_tcp_proc.c         proc_data->max_assignment_weight = assignment_weight;