c_destweights      80 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c     int *c_destweights, *c_sourceweights;
c_destweights     100 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c         c_destweights = MPI_UNWEIGHTED;
c_destweights     102 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c         c_destweights = MPI_WEIGHTS_EMPTY;
c_destweights     105 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c         c_destweights = OMPI_ARRAY_NAME_CONVERT(destweights);
c_destweights     113 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c                                                             c_destweights,
c_destweights     126 ompi/mpi/fortran/mpif-h/dist_graph_create_adjacent_f.c     if( MPI_UNWEIGHTED != c_destweights && MPI_WEIGHTS_EMPTY != c_destweights ) {