sdispls            74 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARGS           const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sdispls            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
sdispls            90 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARGS  const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sdispls            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
sdispls           166 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sdispls           167 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sdispls           182 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sdispls           183 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sdispls           177 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallv(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           235 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallv_inter(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           285 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
sdispls           306 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           362 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallv_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           411 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
sdispls            25 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const int *sdispls, MPI_Aint sndext, MPI_Datatype sendtype,
sdispls            30 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls            44 ompi/mca/coll/libnbc/nbc_ialltoallv.c static int nbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls            85 ompi/mca/coll/libnbc/nbc_ialltoallv.c     sdispls = rdispls;
sdispls           103 ompi/mca/coll/libnbc/nbc_ialltoallv.c     sbuf = (char *) sendbuf + sdispls[rank] * sndext;
sdispls           117 ompi/mca/coll/libnbc/nbc_ialltoallv.c                             sendbuf, sendcounts, sdispls, sndext, sendtype,
sdispls           143 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_ialltoallv(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           147 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype,
sdispls           165 ompi/mca/coll/libnbc/nbc_ialltoallv.c static int nbc_alltoallv_inter_init (const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           198 ompi/mca/coll/libnbc/nbc_ialltoallv.c       char *sbuf = (char *) sendbuf + sdispls[i] * sndext;
sdispls           231 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_ialltoallv_inter (const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           235 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype,
sdispls           254 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls           267 ompi/mca/coll/libnbc/nbc_ialltoallv.c       char *sbuf = ((char *) sendbuf) + (sdispls[i] * sndext);
sdispls           289 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls           301 ompi/mca/coll/libnbc/nbc_ialltoallv.c       char *sbuf = ((char *) sendbuf) + (sdispls[sndpeer] * sndext);
sdispls           391 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           395 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sdispls           404 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_alltoallv_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           408 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sdispls            24 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls            30 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls            44 ompi/mca/coll/libnbc/nbc_ialltoallw.c static int nbc_alltoallw_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls            78 ompi/mca/coll/libnbc/nbc_ialltoallw.c     sdispls = rdispls;
sdispls            90 ompi/mca/coll/libnbc/nbc_ialltoallw.c     sbuf = (char *) sendbuf + sdispls[rank];
sdispls           103 ompi/mca/coll/libnbc/nbc_ialltoallw.c                             sendbuf, sendcounts, sdispls, sendtypes,
sdispls           129 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_ialltoallw(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           133 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sdispls           151 ompi/mca/coll/libnbc/nbc_ialltoallw.c static int nbc_alltoallw_inter_init (const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           171 ompi/mca/coll/libnbc/nbc_ialltoallw.c       sbuf = (char *) sendbuf + sdispls[i];
sdispls           204 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_ialltoallw_inter(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           208 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes,
sdispls           226 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls           241 ompi/mca/coll/libnbc/nbc_ialltoallw.c       char *sbuf = (char *) sendbuf + sdispls[i];
sdispls           263 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sdispls           275 ompi/mca/coll/libnbc/nbc_ialltoallw.c       char *sbuf = (char *) sendbuf + sdispls[sndpeer];
sdispls           365 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_alltoallw_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           369 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sdispls           378 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_alltoallw_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sdispls           382 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sdispls            47 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c static int nbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
sdispls           113 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         res = NBC_Sched_send ((char *) sbuf + sdispls[i] * sndext, false, scounts[i], stype, dsts[i], schedule, false);
sdispls           174 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
sdispls           178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
sdispls           193 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
sdispls           197 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
sdispls           664 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     int *scounts, *sdispls, *rcounts, *rdispls;
sdispls           692 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     sdispls = ADIOI_Malloc(nprocs*sizeof(int));
sdispls           742 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	sdispls[i] = scount_total;
sdispls           761 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c         memcpy(sbuf_copy_of_req_info + sdispls[i] * sizeof(ADIO_Offset),
sdispls           768 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		  scounts, sdispls, ADIO_OFFSET,
sdispls           785 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c         memcpy(sbuf_copy_of_req_info + sdispls[i] * sizeof(ADIO_Offset),
sdispls           792 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		  scounts, sdispls, ADIO_OFFSET,
sdispls           808 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     ADIOI_Free (sdispls);
sdispls          1149 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     int  *sdispls, *rdispls;
sdispls          1173 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     sdispls = (int *) ADIOI_Malloc( nprocs * sizeof(int) );
sdispls          1175 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=0; i<nprocs; i++) { sdispls[i] = stail; stail += send_size[i]; }
sdispls          1187 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             sbuf_ptr = all_send_buf + sdispls[i];
sdispls          1204 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     DBG_FPRINTF(stderr, "\tsdispls   =  [%d]%2d,",0,sdispls[0]);
sdispls          1205 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=1; i<nprocs; i++) if(sdispls[i-1]!=sdispls[i]){ DBG_FPRINTF(stderr, "\t\t[%d]%2d,", i,sdispls  [i] ); }
sdispls          1218 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             all_send_buf, send_size, sdispls, MPI_BYTE,
sdispls          1252 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Free( sdispls );
sdispls          1550 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     int  *sdispls, *rdispls;
sdispls          1579 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     sdispls = (int *) ADIOI_Malloc( nprocs * sizeof(int) );
sdispls          1581 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     for (i=0; i<nprocs; i++) { sdispls[i] = stail; stail += send_size[i]; }
sdispls          1589 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		sbuf_ptr = all_send_buf + sdispls[i];
sdispls          1597 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    send_buf[i] = all_send_buf + sdispls[i];
sdispls          1614 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             all_send_buf, send_size, sdispls, MPI_BYTE,
sdispls          1619 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Free(sdispls);
sdispls            47 ompi/mpi/c/alltoallv.c                   const int sdispls[], MPI_Datatype sendtype,
sdispls            73 ompi/mpi/c/alltoallv.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            96 ompi/mpi/c/alltoallv.c             sdispls = rdispls;
sdispls           100 ompi/mpi/c/alltoallv.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           129 ompi/mpi/c/alltoallv.c     err = comm->c_coll->coll_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sdispls            47 ompi/mpi/c/alltoallw.c                   const int sdispls[], const MPI_Datatype sendtypes[],
sdispls            67 ompi/mpi/c/alltoallw.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            91 ompi/mpi/c/alltoallw.c             sdispls    = rdispls;
sdispls            95 ompi/mpi/c/alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           124 ompi/mpi/c/alltoallw.c     err = comm->c_coll->coll_alltoallw(sendbuf, sendcounts, sdispls, (ompi_datatype_t **) sendtypes,
sdispls            46 ompi/mpi/c/ialltoallv.c int MPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            74 ompi/mpi/c/ialltoallv.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            97 ompi/mpi/c/ialltoallv.c             sdispls = rdispls;
sdispls           101 ompi/mpi/c/ialltoallv.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           130 ompi/mpi/c/ialltoallv.c     err = comm->c_coll->coll_ialltoallv(sendbuf, sendcounts, sdispls,
sdispls            46 ompi/mpi/c/ialltoallw.c int MPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            68 ompi/mpi/c/ialltoallw.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            93 ompi/mpi/c/ialltoallw.c             sdispls    = rdispls;
sdispls            97 ompi/mpi/c/ialltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           126 ompi/mpi/c/ialltoallw.c     err = comm->c_coll->coll_ialltoallw(sendbuf, sendcounts, sdispls,
sdispls            49 ompi/mpi/c/ineighbor_alltoallv.c int MPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            79 ompi/mpi/c/ineighbor_alltoallv.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls           104 ompi/mpi/c/ineighbor_alltoallv.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           147 ompi/mpi/c/ineighbor_alltoallv.c     err = comm->c_coll->coll_ineighbor_alltoallv(sendbuf, sendcounts, sdispls,
sdispls            49 ompi/mpi/c/ineighbor_alltoallw.c int MPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sdispls            74 ompi/mpi/c/ineighbor_alltoallw.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            84 ompi/mpi/c/ineighbor_alltoallw.c                                 (char *)(recvbuf)+sdispls[i]*recv_ext,
sdispls           104 ompi/mpi/c/ineighbor_alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           147 ompi/mpi/c/ineighbor_alltoallw.c     err = comm->c_coll->coll_ineighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sdispls            49 ompi/mpi/c/neighbor_alltoallv.c int MPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            79 ompi/mpi/c/neighbor_alltoallv.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls           104 ompi/mpi/c/neighbor_alltoallv.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           147 ompi/mpi/c/neighbor_alltoallv.c     err = comm->c_coll->coll_neighbor_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sdispls            49 ompi/mpi/c/neighbor_alltoallw.c int MPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sdispls            74 ompi/mpi/c/neighbor_alltoallw.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            82 ompi/mpi/c/neighbor_alltoallw.c                                 (char *)(recvbuf)+sdispls[i]*recv_ext,
sdispls           100 ompi/mpi/c/neighbor_alltoallw.c         } else if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           143 ompi/mpi/c/neighbor_alltoallw.c     err = comm->c_coll->coll_neighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sdispls           326 ompi/mpi/cxx/comm.h 	    const int sdispls[], const Datatype & sendtype,
sdispls           332 ompi/mpi/cxx/comm.h             const int sdispls[], const Datatype sendtypes[],
sdispls           400 ompi/mpi/cxx/comm_inln.h                      const int sdispls[], const MPI::Datatype & sendtype,
sdispls           407 ompi/mpi/cxx/comm_inln.h 			const_cast<int *>(sdispls), sendtype, recvbuf,
sdispls           415 ompi/mpi/cxx/comm_inln.h                      const int sdispls[], const MPI::Datatype sendtypes[],
sdispls           432 ompi/mpi/cxx/comm_inln.h                         const_cast<int *>(sdispls),
sdispls            42 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sdispls            43 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sdispls            62 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sdispls            63 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sdispls            70 ompi/mpi/fortran/mpif-h/alltoallv_f.c void ompi_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            79 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            89 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls            99 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           108 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            43 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sdispls            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),
sdispls            63 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sdispls            71 ompi/mpi/fortran/mpif-h/alltoallw_f.c 		     MPI_Fint *sdispls, MPI_Fint *sendtypes,
sdispls            80 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            91 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           107 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           116 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            42 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sdispls            43 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sdispls            62 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sdispls            63 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sdispls            70 ompi/mpi/fortran/mpif-h/ialltoallv_f.c void ompi_ialltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            80 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            90 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           100 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           110 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            43 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sdispls            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),
sdispls            63 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sdispls            71 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                        MPI_Fint *sdispls, MPI_Fint *sendtypes,
sdispls            81 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            92 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           108 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           118 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sdispls            46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sdispls            65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sdispls            66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sdispls            73 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c void ompi_ineighbor_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            83 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            93 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           103 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                                      OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           113 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sdispls            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),
sdispls            66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sdispls            74 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                                 MPI_Aint *sdispls, MPI_Fint *sendtypes,
sdispls           107 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                                      sdispls,
sdispls            45 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sdispls            46 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sdispls            65 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sdispls            66 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sdispls            73 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c void ompi_neighbor_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            82 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            92 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           102 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                                     OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           111 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            46 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sdispls            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),
sdispls            66 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sdispls            74 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                                MPI_Aint *sdispls, MPI_Fint *sendtypes,
sdispls           106 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                                     sdispls,
sdispls            99 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallv, mpi_alltoallv, MPI_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sdispls           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));
sdispls           267 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallv, mpi_ialltoallv, MPI_IALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sdispls           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));
sdispls           280 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallv, mpi_ineighbor_alltoallv, MPI_INEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sdispls           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));
sdispls           316 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallv, mpi_neighbor_alltoallv, MPI_NEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sdispls           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));
sdispls           909 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sdispls           915 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           922 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sdispls           928 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           936 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sdispls           942 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           949 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sdispls           955 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls          3447 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sdispls          3454 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls          3460 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sdispls          3467 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls          3474 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sdispls          3482 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
sdispls          3488 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sdispls          3496 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
sdispls          2314 ompi/mpi/java/java/Comm.java 			Object sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sdispls          2338 ompi/mpi/java/java/Comm.java 		allToAllv(handle, sendbuf, sdb, sendoff, sendcount, sdispls,
sdispls          2346 ompi/mpi/java/java/Comm.java 			int[] sendCount, int[] sdispls, long sendType, int sendBaseType,
sdispls          2368 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sdispls          2375 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
sdispls          2383 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, long sendtype,
sdispls          2712 ompi/mpi/java/java/Comm.java 			Object sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sdispls          2737 ompi/mpi/java/java/Comm.java 				sendbuf, sdb, sendoff, sendcount, sdispls,
sdispls          2745 ompi/mpi/java/java/Comm.java 			int[] sendCount, int[] sdispls, long sendType, int sendBaseType,
sdispls          2764 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sdispls          2771 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
sdispls          2779 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendBuf, int[] sendCount, int[] sdispls, long sType,
sdispls            47 ompi/mpiext/pcollreq/c/alltoallv_init.c int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            75 ompi/mpiext/pcollreq/c/alltoallv_init.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            98 ompi/mpiext/pcollreq/c/alltoallv_init.c             sdispls = rdispls;
sdispls           102 ompi/mpiext/pcollreq/c/alltoallv_init.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           131 ompi/mpiext/pcollreq/c/alltoallv_init.c     err = comm->c_coll->coll_alltoallv_init(sendbuf, sendcounts, sdispls,
sdispls            47 ompi/mpiext/pcollreq/c/alltoallw_init.c int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            69 ompi/mpiext/pcollreq/c/alltoallw_init.c                                 (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            94 ompi/mpiext/pcollreq/c/alltoallw_init.c             sdispls    = rdispls;
sdispls            98 ompi/mpiext/pcollreq/c/alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           127 ompi/mpiext/pcollreq/c/alltoallw_init.c     err = comm->c_coll->coll_alltoallw_init(sendbuf, sendcounts, sdispls,
sdispls            17 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sdispls            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);
sdispls            34 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sdispls            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);
sdispls            44 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sdispls            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);
sdispls            61 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sdispls            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);
sdispls            50 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sdispls            80 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls           105 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sdispls           148 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c     err = comm->c_coll->coll_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls,
sdispls            50 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sdispls            75 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                     (char *)(sendbuf)+sdispls[i]*send_ext,
sdispls            85 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                 (char *)(recvbuf)+sdispls[i]*recv_ext,
sdispls           105 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sdispls           148 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c     err = comm->c_coll->coll_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sdispls            43 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sdispls            44 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sdispls            63 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sdispls            64 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sdispls            71 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c void ompix_alltoallv_init_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            82 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            93 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           103 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                                   OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           113 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            44 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sdispls            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),
sdispls            64 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sdispls            72 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             MPI_Fint *sdispls, MPI_Fint *sendtypes,
sdispls            83 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            96 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           112 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                                   OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           122 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            88 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallv_init, mpix_alltoallv_init, MPIX_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sdispls            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));
sdispls           104 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallv_init, mpix_neighbor_alltoallv_init, MPIX_NEIGHBOR_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sdispls           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));
sdispls            46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sdispls            47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sdispls            66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sdispls            67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sdispls            74 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c void ompix_neighbor_alltoallv_init_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sdispls            85 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_NAME_DECL(sdispls);
sdispls            96 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT(sdispls, size);
sdispls           106 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                                            OMPI_ARRAY_NAME_CONVERT(sdispls),
sdispls           116 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sdispls);
sdispls            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),
sdispls            47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sdispls            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),
sdispls            67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sdispls            75 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                                 MPI_Aint *sdispls, MPI_Fint *sendtypes,
sdispls           110 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                                            sdispls,
sdispls           115 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           127 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           137 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           149 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           462 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           474 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           484 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           497 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer(mpi_address_kind), intent(in), asynchronous :: sdispls(*), rdispls(*)
sdispls           597 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           609 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           619 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           631 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           944 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           956 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sdispls           966 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           979 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer(mpi_address_kind), intent(in), asynchronous :: sdispls(*), rdispls(*)
sdispls           201 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           212 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           225 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           236 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           249 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           260 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           273 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           284 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           887 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           898 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           911 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sdispls           922 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sdispls
sdispls           935 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           947 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer(kind=mpi_address_kind), dimension(*), intent(in) :: sdispls
sdispls           960 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sdispls           972 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer(kind=mpi_address_kind), dimension(*), intent(in) :: sdispls
sdispls            95 test/datatype/large_data.c     int sdispls[2] = {3*per_process, 0*per_process};
sdispls           110 test/datatype/large_data.c     ompi_datatype_create_indexed(2, scounts, sdispls, ddt, &stype);