sendtypes          75 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARGS           const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm
sendtypes          91 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARGS  const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm
sendtypes         167 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sendtypes         183 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sendtypes          25 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     struct ompi_datatype_t * const * sendtypes,
sendtypes          31 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       struct ompi_datatype_t * const * sendtypes,
sendtypes          45 ompi/mca/coll/libnbc/nbc_ialltoallw.c                               struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes          79 ompi/mca/coll/libnbc/nbc_ialltoallw.c     sendtypes = recvtypes;
sendtypes          91 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_copy(sbuf, false, sendcounts[rank], sendtypes[rank],
sendtypes         103 ompi/mca/coll/libnbc/nbc_ialltoallw.c                             sendbuf, sendcounts, sdispls, sendtypes,
sendtypes         130 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                 struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes         133 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sendtypes         152 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                      struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes         172 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
sendtypes         205 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes         208 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes,
sendtypes         227 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     struct ompi_datatype_t * const * sendtypes,
sendtypes         239 ompi/mca/coll/libnbc/nbc_ialltoallw.c     span = opal_datatype_span(&sendtypes[i]->super, sendcounts[i], &gap);
sendtypes         242 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
sendtypes         264 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       struct ompi_datatype_t * const * sendtypes,
sendtypes         276 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[sndpeer], sendtypes[sndpeer], sndpeer, schedule, false);
sendtypes         366 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes         369 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sendtypes         379 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                           struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtypes         382 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sendtypes          47 ompi/mpi/c/alltoallw.c                   const int sdispls[], const MPI_Datatype sendtypes[],
sendtypes          64 ompi/mpi/c/alltoallw.c                 memchecker_datatype(sendtypes[i]);
sendtypes          65 ompi/mpi/c/alltoallw.c                 ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          68 ompi/mpi/c/alltoallw.c                                 sendcounts[i], sendtypes[i]);
sendtypes          92 ompi/mpi/c/alltoallw.c             sendtypes  = recvtypes;
sendtypes          95 ompi/mpi/c/alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         104 ompi/mpi/c/alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         113 ompi/mpi/c/alltoallw.c             ompi_datatype_type_size(sendtypes[me], &sendtype_size);
sendtypes         124 ompi/mpi/c/alltoallw.c     err = comm->c_coll->coll_alltoallw(sendbuf, sendcounts, sdispls, (ompi_datatype_t **) sendtypes,
sendtypes          47 ompi/mpi/c/ialltoallw.c                    const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
sendtypes          65 ompi/mpi/c/ialltoallw.c                 memchecker_datatype(sendtypes[i]);
sendtypes          66 ompi/mpi/c/ialltoallw.c                 ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          69 ompi/mpi/c/ialltoallw.c                                 sendcounts[i], sendtypes[i]);
sendtypes          94 ompi/mpi/c/ialltoallw.c             sendtypes  = recvtypes;
sendtypes          97 ompi/mpi/c/ialltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         106 ompi/mpi/c/ialltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         115 ompi/mpi/c/ialltoallw.c             ompi_datatype_type_size(sendtypes[me], &sendtype_size);
sendtypes         127 ompi/mpi/c/ialltoallw.c                                        sendtypes, recvbuf, recvcounts,
sendtypes          50 ompi/mpi/c/ineighbor_alltoallw.c                             const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
sendtypes          69 ompi/mpi/c/ineighbor_alltoallw.c                     memchecker_datatype(sendtypes[i]);
sendtypes          71 ompi/mpi/c/ineighbor_alltoallw.c                     ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          75 ompi/mpi/c/ineighbor_alltoallw.c                                     sendcounts[i], sendtypes[i]);
sendtypes         104 ompi/mpi/c/ineighbor_alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         113 ompi/mpi/c/ineighbor_alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         147 ompi/mpi/c/ineighbor_alltoallw.c     err = comm->c_coll->coll_ineighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sendtypes          50 ompi/mpi/c/neighbor_alltoallw.c                            const MPI_Datatype sendtypes[], void *recvbuf,
sendtypes          69 ompi/mpi/c/neighbor_alltoallw.c                     memchecker_datatype(sendtypes[i]);
sendtypes          71 ompi/mpi/c/neighbor_alltoallw.c                     ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          75 ompi/mpi/c/neighbor_alltoallw.c                                     sendcounts[i], sendtypes[i]);
sendtypes         100 ompi/mpi/c/neighbor_alltoallw.c         } else if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         109 ompi/mpi/c/neighbor_alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         143 ompi/mpi/c/neighbor_alltoallw.c     err = comm->c_coll->coll_neighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sendtypes         332 ompi/mpi/cxx/comm.h             const int sdispls[], const Datatype sendtypes[],
sendtypes         415 ompi/mpi/cxx/comm_inln.h                      const int sdispls[], const MPI::Datatype sendtypes[],
sendtypes         426 ompi/mpi/cxx/comm_inln.h         data_type_tbl[i_rank] = sendtypes[i_rank];
sendtypes          42 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendtypes          43 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendtypes          62 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendtypes          63 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendtypes          71 ompi/mpi/fortran/mpif-h/alltoallw_f.c 		     MPI_Fint *sdispls, MPI_Fint *sendtypes,
sendtypes          96 ompi/mpi/fortran/mpif-h/alltoallw_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes          42 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          43 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendtypes          62 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          63 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendtypes          71 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                        MPI_Fint *sdispls, MPI_Fint *sendtypes,
sendtypes          97 ompi/mpi/fortran/mpif-h/ialltoallw_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes          45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendtypes          65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendtypes          74 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                                 MPI_Aint *sdispls, MPI_Fint *sendtypes,
sendtypes          96 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes          45 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendtypes          46 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendtypes          65 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendtypes          66 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendtypes          74 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                                MPI_Aint *sdispls, MPI_Fint *sendtypes,
sendtypes          95 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes         100 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallw, mpi_alltoallw, MPI_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr));
sendtypes         268 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallw, mpi_ialltoallw, MPI_IALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtypes         281 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallw, mpi_ineighbor_alltoallw, MPI_INEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtypes         317 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallw, mpi_neighbor_alltoallw, MPI_NEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr));
sendtypes          46 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! arrays* of handles (e.g., the sendtypes and recvtypes arrays
sendtypes          48 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! subroutine takes a *scalar*, and then we pass sendtypes(0)%MPI_VAL.
sendtypes          54 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! will pass a pointer to sendtypes(0)%MPI_VAL (i.e., the first integer
sendtypes         936 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sendtypes         943 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtypes
sendtypes         949 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sendtypes         956 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendtypes
sendtypes        3474 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sendtypes        3483 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtypes, recvtypes
sendtypes        3488 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sendtypes        3497 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtypes, recvtypes
sendtypes          48 ompi/mpiext/pcollreq/c/alltoallw_init.c                         const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
sendtypes          66 ompi/mpiext/pcollreq/c/alltoallw_init.c                 memchecker_datatype(sendtypes[i]);
sendtypes          67 ompi/mpiext/pcollreq/c/alltoallw_init.c                 ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          70 ompi/mpiext/pcollreq/c/alltoallw_init.c                                 sendcounts[i], sendtypes[i]);
sendtypes          95 ompi/mpiext/pcollreq/c/alltoallw_init.c             sendtypes  = recvtypes;
sendtypes          98 ompi/mpiext/pcollreq/c/alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         107 ompi/mpiext/pcollreq/c/alltoallw_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         116 ompi/mpiext/pcollreq/c/alltoallw_init.c             ompi_datatype_type_size(sendtypes[me], &sendtype_size);
sendtypes         128 ompi/mpiext/pcollreq/c/alltoallw_init.c                                             sendtypes, recvbuf, recvcounts,
sendtypes          18 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtypes          35 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtypes          45 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtypes          62 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtypes          51 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                  const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
sendtypes          70 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                     memchecker_datatype(sendtypes[i]);
sendtypes          72 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                     ompi_datatype_type_extent(sendtypes[i], &send_ext);
sendtypes          76 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                     sendcounts[i], sendtypes[i]);
sendtypes         105 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendtypes         114 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendtypes         148 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c     err = comm->c_coll->coll_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sendtypes          43 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          44 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendtypes          63 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          64 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendtypes          72 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             MPI_Fint *sdispls, MPI_Fint *sendtypes,
sendtypes         101 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes          89 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallw_init, mpix_alltoallw_init, MPIX_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtypes         105 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallw_init, mpix_neighbor_alltoallw_init, MPIX_NEIGHBOR_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtypes          46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendtypes          66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtypes          67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendtypes          75 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                                 MPI_Aint *sdispls, MPI_Fint *sendtypes,
sendtypes          99 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c         c_sendtypes[size - 1] = PMPI_Type_f2c(sendtypes[size - 1]);
sendtypes         137 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         150 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in), asynchronous :: sendtypes(*), recvtypes(*)
sendtypes         484 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         498 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in), asynchronous :: sendtypes(*), recvtypes(*)
sendtypes         619 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         632 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in), asynchronous :: sendtypes(*), recvtypes(*)
sendtypes         966 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         980 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtypes(*), recvtypes(*)
sendtypes         249 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         261 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendtypes
sendtypes         273 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         285 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendtypes
sendtypes         935 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         948 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendtypes
sendtypes         960 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendtypes         973 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendtypes