MPI_Datatype       51 examples/spc_example.c     MPI_Datatype datatype;
MPI_Datatype      105 ompi/attribute/attribute.h typedef int (MPI_Type_internal_copy_attr_function)(MPI_Datatype, int, void *,
MPI_Datatype      107 ompi/attribute/attribute.h                                                    MPI_Datatype);
MPI_Datatype       75 ompi/communicator/comm.c typedef int ompi_comm_allgatherfct (void* inbuf, int incount, MPI_Datatype intype,
MPI_Datatype       76 ompi/communicator/comm.c                                     void* outbuf, int outcount, MPI_Datatype outtype,
MPI_Datatype       80 ompi/communicator/comm.c static int ompi_comm_allgather_emulate_intra (void* inbuf, int incount, MPI_Datatype intype,
MPI_Datatype       82 ompi/communicator/comm.c                                               MPI_Datatype outtype,
MPI_Datatype     1344 ompi/communicator/comm.c                                               MPI_Datatype intype, void* outbuf,
MPI_Datatype     1345 ompi/communicator/comm.c                                               int outcount, MPI_Datatype outtype,
MPI_Datatype       31 ompi/contrib/libompitrace/accumulate.c int MPI_Accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       33 ompi/contrib/libompitrace/accumulate.c                    MPI_Datatype target_datatype, MPI_Op op, MPI_Win win)
MPI_Datatype       31 ompi/contrib/libompitrace/allgather.c int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       32 ompi/contrib/libompitrace/allgather.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       31 ompi/contrib/libompitrace/allgatherv.c int MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       33 ompi/contrib/libompitrace/allgatherv.c                    MPI_Datatype recvtype, MPI_Comm comm)
MPI_Datatype       32 ompi/contrib/libompitrace/allreduce.c                   MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       29 ompi/contrib/libompitrace/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
MPI_Datatype       31 ompi/contrib/libompitrace/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       28 ompi/contrib/libompitrace/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
MPI_Datatype       33 ompi/contrib/libompitrace/reduce.c                MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm)
MPI_Datatype       31 ompi/contrib/libompitrace/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       32 ompi/contrib/libompitrace/sendrecv.c int MPI_Sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       34 ompi/contrib/libompitrace/sendrecv.c                  MPI_Datatype recvtype, int source, int recvtag,
MPI_Datatype       84 ompi/datatype/ompi_datatype_args.c             (AC) * sizeof(ptrdiff_t) + (DC) * sizeof(MPI_Datatype); \
MPI_Datatype       99 ompi/datatype/ompi_datatype_args.c             buf += pArgs->cd * sizeof(MPI_Datatype);                    \
MPI_Datatype      363 ompi/datatype/ompi_datatype_args.c             memcpy( d, pArgs->d, pArgs->cd * sizeof(MPI_Datatype) );
MPI_Datatype      345 ompi/include/ompi/memchecker.h static inline int memchecker_datatype(MPI_Datatype type)
MPI_Datatype      247 ompi/mca/coll/hcoll/coll_hcoll_dtypes.h static int hcoll_type_attr_del_fn(MPI_Datatype type, int keyval, void *attr_val, void *extra) {
MPI_Datatype      266 ompi/mca/coll/hcoll/coll_hcoll_dtypes.h static int hcoll_type_attr_del_fn(MPI_Datatype type, int keyval, void *attr_val, void *extra) {
MPI_Datatype      486 ompi/mca/coll/hcoll/coll_hcoll_rte.c     *mpi_datatype_size = sizeof(MPI_Datatype);
MPI_Datatype      165 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      166 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      168 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      169 ompi/mca/coll/libnbc/coll_libnbc.h                                  MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      171 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      174 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoall(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      175 ompi/mca/coll/libnbc/coll_libnbc.h                                MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      178 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      179 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      187 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      193 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      194 ompi/mca/coll/libnbc/coll_libnbc.h                              MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      196 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      197 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      200 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      203 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      210 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      213 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      214 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      217 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      218 ompi/mca/coll/libnbc/coll_libnbc.h                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      223 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      224 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      226 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      227 ompi/mca/coll/libnbc/coll_libnbc.h                                  MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      229 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      232 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoall_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      233 ompi/mca/coll/libnbc/coll_libnbc.h                                MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      236 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      237 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      245 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      248 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      249 ompi/mca/coll/libnbc/coll_libnbc.h                              MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      251 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      252 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      255 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      258 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter_inter(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      265 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatter_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      266 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      269 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      270 ompi/mca/coll/libnbc/coll_libnbc.h                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      275 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      276 ompi/mca/coll/libnbc/coll_libnbc.h                                          int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      278 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgatherv(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      279 ompi/mca/coll/libnbc/coll_libnbc.h                                           const int *rcounts, const int *displs, MPI_Datatype rtype,
MPI_Datatype      282 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoall(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      283 ompi/mca/coll/libnbc/coll_libnbc.h                                         int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      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,
MPI_Datatype      286 ompi/mca/coll/libnbc/coll_libnbc.h                                          void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
MPI_Datatype      294 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      295 ompi/mca/coll/libnbc/coll_libnbc.h                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      297 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      298 ompi/mca/coll/libnbc/coll_libnbc.h                                      MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      300 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      303 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoall_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      304 ompi/mca/coll/libnbc/coll_libnbc.h                                    MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      307 ompi/mca/coll/libnbc/coll_libnbc.h                                     MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      308 ompi/mca/coll/libnbc/coll_libnbc.h                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      316 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      322 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      323 ompi/mca/coll/libnbc/coll_libnbc.h                                  MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      325 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      326 ompi/mca/coll/libnbc/coll_libnbc.h                                   void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      329 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      332 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      338 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      341 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      342 ompi/mca/coll/libnbc/coll_libnbc.h                                   void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      345 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      346 ompi/mca/coll/libnbc/coll_libnbc.h                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      350 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      351 ompi/mca/coll/libnbc/coll_libnbc.h                                           MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      353 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      354 ompi/mca/coll/libnbc/coll_libnbc.h                                            MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      356 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      359 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoall_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      360 ompi/mca/coll/libnbc/coll_libnbc.h                                          MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      363 ompi/mca/coll/libnbc/coll_libnbc.h                                           MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      364 ompi/mca/coll/libnbc/coll_libnbc.h                                           MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      372 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      375 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      376 ompi/mca/coll/libnbc/coll_libnbc.h                                        MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      378 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      379 ompi/mca/coll/libnbc/coll_libnbc.h                                         void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      382 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      385 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_inter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      392 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatter_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      393 ompi/mca/coll/libnbc/coll_libnbc.h                                         void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      396 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      397 ompi/mca/coll/libnbc/coll_libnbc.h                                          void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      401 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      402 ompi/mca/coll/libnbc/coll_libnbc.h                                              int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      404 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      405 ompi/mca/coll/libnbc/coll_libnbc.h                                               const int *rcounts, const int *displs, MPI_Datatype rtype,
MPI_Datatype      408 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      409 ompi/mca/coll/libnbc/coll_libnbc.h                                             int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info,
MPI_Datatype      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,
MPI_Datatype      412 ompi/mca/coll/libnbc/coll_libnbc.h                                              void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
MPI_Datatype      120 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_send_internal (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, bool local, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      144 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      148 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      153 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_recv_internal (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, bool local, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      177 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      181 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      186 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
MPI_Datatype      213 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_copy (void *src, char tmpsrc, int srccount, MPI_Datatype srctype, void *tgt, char tmptgt, int tgtcount,
MPI_Datatype      214 ompi/mca/coll/libnbc/nbc.c                     MPI_Datatype tgttype, NBC_Schedule *schedule, bool barrier) {
MPI_Datatype      241 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
MPI_Datatype       52 ompi/mca/coll/libnbc/nbc_iallgather.c static int nbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype       53 ompi/mca/coll/libnbc/nbc_iallgather.c                               MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      193 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_iallgather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      194 ompi/mca/coll/libnbc/nbc_iallgather.c                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      213 ompi/mca/coll/libnbc/nbc_iallgather.c static int nbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      214 ompi/mca/coll/libnbc/nbc_iallgather.c                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      270 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_iallgather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      271 ompi/mca/coll/libnbc/nbc_iallgather.c 				      MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      392 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      393 ompi/mca/coll/libnbc/nbc_iallgather.c                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      404 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      405 ompi/mca/coll/libnbc/nbc_iallgather.c                                           MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype       37 ompi/mca/coll/libnbc/nbc_iallgatherv.c static int nbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype       38 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      122 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_iallgatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      123 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                  MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      141 ompi/mca/coll/libnbc/nbc_iallgatherv.c static int nbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      142 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                      MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      201 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_iallgatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      202 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                        MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      220 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      221 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                      MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      232 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
MPI_Datatype      233 ompi/mca/coll/libnbc/nbc_iallgatherv.c                                            MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype       29 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf,
MPI_Datatype       31 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring(int rank, int p, int count, MPI_Datatype datatype, const void *sendbuf,
MPI_Datatype       35 ompi/mca/coll/libnbc/nbc_iallreduce.c                                       MPI_Datatype datatype, ptrdiff_t gap, MPI_Op op, int ext, int size,
MPI_Datatype       38 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
MPI_Datatype       61 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      219 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      238 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      302 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      356 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf, void *recvbuf,
MPI_Datatype      473 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring (int r, int p, int count, MPI_Datatype datatype, const void *sendbuf, void *recvbuf, MPI_Op op,
MPI_Datatype      673 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_linear(int rank, int rsize, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      814 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
MPI_Datatype     1024 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype     1036 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype       25 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype       26 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    int recvcount, MPI_Datatype recvtype, MPI_Comm comm);
MPI_Datatype       28 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype       29 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      int recvcount, MPI_Datatype recvtype, MPI_Comm comm);
MPI_Datatype       31 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype       32 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  int recvcount, MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf);
MPI_Datatype       34 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm);
MPI_Datatype       57 ompi/mca/coll/libnbc/nbc_ialltoall.c static int nbc_alltoall_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype       58 ompi/mca/coll/libnbc/nbc_ialltoall.c                              MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      284 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_ialltoall(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      285 ompi/mca/coll/libnbc/nbc_ialltoall.c                                MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      303 ompi/mca/coll/libnbc/nbc_ialltoall.c static int nbc_alltoall_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      304 ompi/mca/coll/libnbc/nbc_ialltoall.c                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      368 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_ialltoall_inter (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      369 ompi/mca/coll/libnbc/nbc_ialltoall.c 				      MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      388 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      389 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      MPI_Datatype recvtype, MPI_Comm comm) {
MPI_Datatype      417 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      418 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    MPI_Datatype recvtype, MPI_Comm comm) {
MPI_Datatype      444 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      445 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf) {
MPI_Datatype      538 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm) {
MPI_Datatype      594 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_alltoall_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      595 ompi/mca/coll/libnbc/nbc_ialltoall.c                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      606 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_alltoall_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
MPI_Datatype      607 ompi/mca/coll/libnbc/nbc_ialltoall.c                                           MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype       25 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const int *sdispls, MPI_Aint sndext, MPI_Datatype sendtype,
MPI_Datatype       27 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const int *rdispls, MPI_Aint rcvext, MPI_Datatype recvtype);
MPI_Datatype       31 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint sndext, MPI_Datatype sendtype,
MPI_Datatype       33 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint rcvext, MPI_Datatype recvtype);
MPI_Datatype       37 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Aint ext, MPI_Datatype type, ptrdiff_t gap);
MPI_Datatype       45 ompi/mca/coll/libnbc/nbc_ialltoallv.c                               MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype       46 ompi/mca/coll/libnbc/nbc_ialltoallv.c                               MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      144 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      145 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                 MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      166 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                      MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      167 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                      MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      232 ompi/mca/coll/libnbc/nbc_ialltoallv.c 				       MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      233 ompi/mca/coll/libnbc/nbc_ialltoallv.c 				       MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request,
MPI_Datatype      255 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Aint sndext, MPI_Datatype sendtype,
MPI_Datatype      257 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Aint rcvext, MPI_Datatype recvtype) {
MPI_Datatype      290 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint sndext, MPI_Datatype sendtype,
MPI_Datatype      292 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint rcvext, MPI_Datatype recvtype) {
MPI_Datatype      323 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Aint ext, MPI_Datatype type, ptrdiff_t gap) {
MPI_Datatype      392 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      393 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype      405 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                           MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
MPI_Datatype      406 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                           MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request,
MPI_Datatype       24 ompi/mca/coll/libnbc/nbc_ibcast.c                                        MPI_Datatype datatype);
MPI_Datatype       26 ompi/mca/coll/libnbc/nbc_ibcast.c                                      MPI_Datatype datatype);
MPI_Datatype       28 ompi/mca/coll/libnbc/nbc_ibcast.c                                     MPI_Datatype datatype, int fragsize, size_t size);
MPI_Datatype       30 ompi/mca/coll/libnbc/nbc_ibcast.c                                       int count, MPI_Datatype datatype, int knomial_radix);
MPI_Datatype       50 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      194 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      238 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_binomial(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
MPI_Datatype      278 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_linear(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
MPI_Datatype      304 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_chain(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype, int fragsize, size_t size) {
MPI_Datatype      375 ompi/mca/coll/libnbc/nbc_ibcast.c     int count, MPI_Datatype datatype, int knomial_radix)
MPI_Datatype      411 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      463 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      482 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype      494 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
MPI_Datatype       28 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
MPI_Datatype       32 ompi/mca/coll/libnbc/nbc_iexscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
MPI_Datatype       54 ompi/mca/coll/libnbc/nbc_iexscan.c static int nbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      168 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_iexscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      187 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      215 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
MPI_Datatype      297 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype, MPI_Op op, char inplace,
MPI_Datatype       47 ompi/mca/coll/libnbc/nbc_igather.c static int nbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype       48 ompi/mca/coll/libnbc/nbc_igather.c                            int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      176 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_igather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype      177 ompi/mca/coll/libnbc/nbc_igather.c                              int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      196 ompi/mca/coll/libnbc/nbc_igather.c static int nbc_gather_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype      197 ompi/mca/coll/libnbc/nbc_igather.c                                   int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      256 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_igather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype      257 ompi/mca/coll/libnbc/nbc_igather.c                                    int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      276 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype      277 ompi/mca/coll/libnbc/nbc_igather.c                                  int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      289 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_gather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
MPI_Datatype      290 ompi/mca/coll/libnbc/nbc_igather.c                                        int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype       32 ompi/mca/coll/libnbc/nbc_igatherv.c static int nbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       33 ompi/mca/coll/libnbc/nbc_igatherv.c                             void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      108 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_igatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      109 ompi/mca/coll/libnbc/nbc_igatherv.c                               void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      128 ompi/mca/coll/libnbc/nbc_igatherv.c static int nbc_gatherv_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      129 ompi/mca/coll/libnbc/nbc_igatherv.c                                    void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      188 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_igatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      189 ompi/mca/coll/libnbc/nbc_igatherv.c                                     void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      208 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      209 ompi/mca/coll/libnbc/nbc_igatherv.c                                   void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype      221 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_gatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      222 ompi/mca/coll/libnbc/nbc_igatherv.c                                         void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c static int nbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype       48 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                        int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      166 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int ompi_coll_libnbc_ineighbor_allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      167 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                          int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      185 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int ompi_coll_libnbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      186 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                              int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype       47 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c static int nbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype       48 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c                                         const int *rcounts, const int *displs, MPI_Datatype rtype,
MPI_Datatype      167 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int ompi_coll_libnbc_ineighbor_allgatherv(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      168 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c 					  const int *rcounts, const int *displs, MPI_Datatype rtype,
MPI_Datatype      186 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int ompi_coll_libnbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      187 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c                                               const int *rcounts, const int *displs, MPI_Datatype rtype,
MPI_Datatype       44 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c static int nbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype       45 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                       int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      170 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int ompi_coll_libnbc_ineighbor_alltoall(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      171 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                         int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
MPI_Datatype      188 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int ompi_coll_libnbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf,
MPI_Datatype      189 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                             int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info,
MPI_Datatype       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,
MPI_Datatype       48 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                        void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
MPI_Datatype      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,
MPI_Datatype      175 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                          void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
MPI_Datatype      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,
MPI_Datatype      194 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                              void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
MPI_Datatype       95 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      106 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      120 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      130 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype srctype;
MPI_Datatype      131 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype tgttype;
MPI_Datatype      143 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      149 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier);
MPI_Datatype      150 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest,NBC_Schedule *schedule, bool barrier);
MPI_Datatype      151 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
MPI_Datatype      152 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
MPI_Datatype      153 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
MPI_Datatype      155 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_copy (void *src, char tmpsrc, int srccount, MPI_Datatype srctype, void *tgt, char tmptgt, int tgtcount,
MPI_Datatype      156 ompi/mca/coll/libnbc/nbc_internal.h                     MPI_Datatype tgttype, NBC_Schedule *schedule, bool barrier);
MPI_Datatype      157 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
MPI_Datatype      176 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
MPI_Datatype      179 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype recvtype;
MPI_Datatype      187 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
MPI_Datatype      190 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype recvtype;
MPI_Datatype      199 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      208 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      217 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
MPI_Datatype      220 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype recvtype;
MPI_Datatype      230 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      241 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
MPI_Datatype      250 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
MPI_Datatype      253 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype recvtype;
MPI_Datatype      270 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Type_intrinsic(MPI_Datatype type);
MPI_Datatype      478 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Type_intrinsic(MPI_Datatype type) {
MPI_Datatype      502 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Copy(const void *src, int srccount, MPI_Datatype srctype, void *tgt, int tgtcount, MPI_Datatype tgttype, MPI_Comm comm) {
MPI_Datatype      514 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Unpack(void *src, int srccount, MPI_Datatype srctype, void *tgt, MPI_Comm comm) {
MPI_Datatype       29 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
MPI_Datatype       31 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype       34 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
MPI_Datatype       38 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
MPI_Datatype       62 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      240 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      258 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      306 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      356 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
MPI_Datatype      461 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      539 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
MPI_Datatype      651 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
MPI_Datatype      940 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype      952 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
MPI_Datatype       45 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c static int nbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      212 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_ireduce_scatter (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      229 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c static int nbc_reduce_scatter_inter_init (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      354 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_ireduce_scatter_inter (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      372 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype      384 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_reduce_scatter_inter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
MPI_Datatype       43 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c static int nbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
MPI_Datatype      210 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
MPI_Datatype      349 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block_inter(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
MPI_Datatype      367 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
MPI_Datatype      379 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_inter_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
MPI_Datatype       28 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
MPI_Datatype       32 ompi/mca/coll/libnbc/nbc_iscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
MPI_Datatype       54 ompi/mca/coll/libnbc/nbc_iscan.c static int nbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      185 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
MPI_Datatype      255 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype, MPI_Op op, char inplace,
MPI_Datatype      315 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype      333 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
MPI_Datatype       48 ompi/mca/coll/libnbc/nbc_iscatter.c static int nbc_scatter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mca/coll/libnbc/nbc_iscatter.c                              void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      171 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_iscatter (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      172 ompi/mca/coll/libnbc/nbc_iscatter.c                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      190 ompi/mca/coll/libnbc/nbc_iscatter.c static int nbc_scatter_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      191 ompi/mca/coll/libnbc/nbc_iscatter.c                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      250 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_iscatter_inter (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      251 ompi/mca/coll/libnbc/nbc_iscatter.c                                      void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      269 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_scatter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      270 ompi/mca/coll/libnbc/nbc_iscatter.c                                   void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      282 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_scatter_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype      283 ompi/mca/coll/libnbc/nbc_iscatter.c                                         void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype       31 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype       32 ompi/mca/coll/libnbc/nbc_iscatterv.c                              void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      106 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      107 ompi/mca/coll/libnbc/nbc_iscatterv.c                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      125 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_inter_init (const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      126 ompi/mca/coll/libnbc/nbc_iscatterv.c                                     void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      184 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      185 ompi/mca/coll/libnbc/nbc_iscatterv.c                                      void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      203 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      204 ompi/mca/coll/libnbc/nbc_iscatterv.c                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      216 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
MPI_Datatype      217 ompi/mca/coll/libnbc/nbc_iscatterv.c                                          void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Datatype      201 ompi/mca/coll/portals4/coll_portals4.h         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      206 ompi/mca/coll/portals4/coll_portals4.h         MPI_Datatype dype, MPI_Op op,
MPI_Datatype      214 ompi/mca/coll/portals4/coll_portals4.h         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      218 ompi/mca/coll/portals4/coll_portals4.h         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype       36 ompi/mca/coll/portals4/coll_portals4_allreduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      384 ompi/mca/coll/portals4/coll_portals4_allreduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      413 ompi/mca/coll/portals4/coll_portals4_allreduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype       35 ompi/mca/coll/portals4/coll_portals4_reduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      380 ompi/mca/coll/portals4/coll_portals4_reduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype      415 ompi/mca/coll/portals4/coll_portals4_reduce.c         MPI_Datatype dtype, MPI_Op op,
MPI_Datatype       49 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     MPI_Datatype type;
MPI_Datatype       59 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   MPI_Datatype datatype,
MPI_Datatype      534 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   MPI_Datatype datatype,
MPI_Datatype      559 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     MPI_Datatype byte = MPI_BYTE;
MPI_Datatype      847 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     MPI_Datatype send_type;
MPI_Datatype       49 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     MPI_Datatype type;
MPI_Datatype       61 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    MPI_Datatype datatype,
MPI_Datatype      596 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    MPI_Datatype datatype,
MPI_Datatype      623 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     MPI_Datatype byte = MPI_BYTE;
MPI_Datatype       39 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       43 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       50 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       54 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       59 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                                MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       64 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       33 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype       82 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c extern void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
MPI_Datatype       92 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      500 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype      851 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Datatype send_type;
MPI_Datatype       42 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Exch_and_write(ADIO_File fd, const void *buf, MPI_Datatype
MPI_Datatype      110 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      611 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Exch_and_write(ADIO_File fd, const void *buf, MPI_Datatype
MPI_Datatype     1023 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Datatype *recv_types;
MPI_Datatype     1039 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     recv_types = (MPI_Datatype *)
MPI_Datatype     1040 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_Malloc((nprocs_recv+1)*sizeof(MPI_Datatype)); 
MPI_Datatype       30 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       34 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       38 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       42 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       56 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       64 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       68 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       72 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       76 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c     MPI_Datatype copy_etype, copy_filetype;
MPI_Datatype      104 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      191 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 				 MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      379 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      110 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      204 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				 MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      374 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       23 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       52 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                              MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       56 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                               MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       60 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       64 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       68 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       72 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      117 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      121 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      190 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      198 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					MPI_Datatype datatype, int nprocs,
MPI_Datatype       63 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 				   MPI_Datatype datatype,
MPI_Datatype      287 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					MPI_Datatype datatype, int nprocs,
MPI_Datatype      637 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Datatype *recv_types;
MPI_Datatype      649 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     recv_types = (MPI_Datatype *) ADIOI_Malloc((nprocs_recv + 1) *
MPI_Datatype      650 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					       sizeof(MPI_Datatype));
MPI_Datatype      148 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       48 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       52 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       56 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       60 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       74 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       78 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c                 MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      164 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      268 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       32 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       36 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       40 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       44 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       58 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c                 MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      170 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       39 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c 			  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       38 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       42 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       46 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c                 MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       23 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       33 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       13 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c     MPI_Datatype copy_etype, copy_filetype;
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       62 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       31 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       35 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       41 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       45 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       14 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       20 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       87 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      105 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       13 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       88 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      458 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       23 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       33 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       37 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       47 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       51 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       55 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       59 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       63 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       68 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       72 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       36 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       45 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       25 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       62 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       66 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int convert_named(MPI_Datatype *mpi_dtype,
MPI_Datatype       75 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h                       MPI_Datatype *arr_dtype);
MPI_Datatype       77 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int convert_mpi_pvfs2_dtype(MPI_Datatype *mpi_dtype,
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      210 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c int convert_mpi_pvfs2_dtype(MPI_Datatype *mpi_dtype, 
MPI_Datatype      217 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     MPI_Datatype *arr_dtype = NULL;
MPI_Datatype      253 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     if ((arr_dtype = ADIOI_Malloc(sizeof(MPI_Datatype)*num_dtype)) == NULL)
MPI_Datatype      582 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c int convert_named(MPI_Datatype *mpi_dtype, 
MPI_Datatype      690 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		      MPI_Datatype *arr_dtype)
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      153 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     MPI_Datatype open_status_type;
MPI_Datatype      154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       97 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      119 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      109 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      120 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      132 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 			MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       24 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       32 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       50 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       54 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       58 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       62 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       66 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       42 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 				MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c 				  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c 				   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       44 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       48 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       31 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       20 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       22 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       26 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       32 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       36 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 	    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       76 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       85 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       71 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Datatype open_status_type;
MPI_Datatype       72 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       18 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				       MPI_Datatype *file_realm_types);
MPI_Datatype       24 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				 MPI_Datatype *file_realm_types);
MPI_Datatype       29 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				   MPI_Datatype *file_realm_types);
MPI_Datatype       31 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 			      MPI_Datatype *simpletype);
MPI_Datatype       35 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 		      MPI_Datatype *file_realm_types);
MPI_Datatype       43 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype *file_realm_types = NULL;
MPI_Datatype       69 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 	    file_realm_types   = (MPI_Datatype *)
MPI_Datatype       70 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 		ADIOI_Malloc (sizeof(MPI_Datatype));
MPI_Datatype       86 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 	file_realm_types   = (MPI_Datatype *)
MPI_Datatype       87 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 	    ADIOI_Malloc (nprocs_for_coll * sizeof(MPI_Datatype));
MPI_Datatype      132 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				       MPI_Datatype *file_realm_types)
MPI_Datatype      137 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype simpletype;
MPI_Datatype      171 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				 MPI_Datatype *file_realm_types)
MPI_Datatype      174 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype simpletype;
MPI_Datatype      212 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 				   MPI_Datatype *file_realm_types)
MPI_Datatype      218 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype simpletype;
MPI_Datatype      238 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 			      MPI_Datatype *simpletype)
MPI_Datatype      242 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype old_types[1];
MPI_Datatype      243 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype inttype;
MPI_Datatype      258 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 		      MPI_Datatype *file_realm_types)
MPI_Datatype      278 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 				  MPI_Datatype *fr_type_p,
MPI_Datatype      337 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 				MPI_Datatype *fr_type_p,
MPI_Datatype      452 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			 MPI_Datatype *client_comm_dtype_arr,
MPI_Datatype      455 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			 MPI_Datatype *agg_dtype_p)
MPI_Datatype      463 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     MPI_Datatype *fr_type_arr = fd->file_realm_types;
MPI_Datatype      892 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			    MPI_Datatype *agg_comm_dtype_arr)
MPI_Datatype      904 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     MPI_Datatype *fr_type_arr = fd->file_realm_types;
MPI_Datatype     1254 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     MPI_Datatype *fr_type_arr = fd->file_realm_types;
MPI_Datatype     1783 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			   MPI_Datatype *agg_comm_dtype_p)
MPI_Datatype     1794 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     MPI_Datatype *fr_type_arr = fd->file_realm_types;
MPI_Datatype       63 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c ADIOI_Flatlist_node * ADIOI_Add_contig_flattened(MPI_Datatype contig_type)
MPI_Datatype      111 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 			   MPI_Datatype datatype, ADIO_Offset off,
MPI_Datatype       13 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 		     MPI_Datatype type_old, MPI_Datatype *type_new,
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 		      MPI_Datatype type_old, MPI_Datatype *type_new,
MPI_Datatype       24 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 			    int order, MPI_Datatype oldtype, 
MPI_Datatype       25 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 			    MPI_Datatype *newtype) 
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Datatype type_old, type_new=MPI_DATATYPE_NULL, inttype;
MPI_Datatype      149 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 		     MPI_Datatype type_old, MPI_Datatype *type_new,
MPI_Datatype      211 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 		      MPI_Datatype type_old, MPI_Datatype *type_new,
MPI_Datatype      218 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Datatype type_tmp, type_tmp1, types[3];
MPI_Datatype       37 ompi/mca/io/romio321/romio/adio/common/ad_init.c static void my_consensus(void *invec, void *inoutvec, int *len, MPI_Datatype *datatype)
MPI_Datatype       29 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			   MPI_Datatype *client_comm_dtype_arr,
MPI_Datatype       36 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		       MPI_Datatype agg_comm_dtype,
MPI_Datatype       45 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       65 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Datatype agg_dtype; /* aggregated file datatype */
MPI_Datatype       78 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Datatype *client_comm_dtype_arr; /* aggregator perspective */
MPI_Datatype       79 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Datatype *agg_comm_dtype_arr;    /* client perspective */
MPI_Datatype      223 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     client_comm_dtype_arr = (MPI_Datatype *)
MPI_Datatype      224 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	ADIOI_Calloc (1, nprocs * sizeof(MPI_Datatype));
MPI_Datatype      236 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     agg_comm_dtype_arr = (MPI_Datatype *)
MPI_Datatype      237 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	ADIOI_Malloc (nprocs * sizeof(MPI_Datatype));
MPI_Datatype      699 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_Calc_bounds (ADIO_File fd, int count, MPI_Datatype buftype,
MPI_Datatype      876 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      877 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		      ADIO_Offset offset, MPI_Datatype custom_ftype, 
MPI_Datatype      880 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Datatype user_filetype;
MPI_Datatype      881 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Datatype user_etype;
MPI_Datatype     1072 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			   MPI_Datatype *client_comm_dtype_arr,
MPI_Datatype     1120 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		       MPI_Datatype agg_comm_dtype,
MPI_Datatype       39 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       72 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       31 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype;
MPI_Datatype       76 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype;
MPI_Datatype      202 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      335 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype      520 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype      578 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype     1031 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype send_type;
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       43 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       48 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      188 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       29 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype;
MPI_Datatype       77 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype;
MPI_Datatype      167 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype *recv_types;
MPI_Datatype      225 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      353 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype      554 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype      626 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
MPI_Datatype     1086 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype *recv_types;
MPI_Datatype     1096 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     recv_types = (MPI_Datatype *)
MPI_Datatype     1097 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_Malloc((nprocs_recv+1)*sizeof(MPI_Datatype));
MPI_Datatype     1201 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype *recv_types = vars->recv_types;
MPI_Datatype     1301 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype *recv_types = vars->recv_types;
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       47 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c                              MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       23 ompi/mca/io/romio321/romio/adio/common/ad_open.c 		   int access_mode, ADIO_Offset disp, MPI_Datatype etype, 
MPI_Datatype       24 ompi/mca/io/romio321/romio/adio/common/ad_open.c 		   MPI_Datatype filetype,
MPI_Datatype       24 ompi/mca/io/romio321/romio/adio/common/ad_read.c 			  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype       56 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      277 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
MPI_Datatype      497 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c static void ADIOI_Read_and_exch(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype      787 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Datatype send_type;
MPI_Datatype       43 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c                        MPI_Datatype buftype, int file_ptr_type,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c void ADIO_Set_view(ADIO_File fd, ADIO_Offset disp, MPI_Datatype etype, 
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c 		MPI_Datatype filetype, MPI_Info info,  int *error_code) 
MPI_Datatype       19 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c 	MPI_Datatype copy_etype, copy_filetype;
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c 			      MPI_Datatype oldtype, 
MPI_Datatype       17 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c 			      MPI_Datatype *newtype)
MPI_Datatype       21 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c     MPI_Datatype tmp1, tmp2, inttype;
MPI_Datatype       26 ompi/mca/io/romio321/romio/adio/common/ad_write.c 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_Exch_and_write(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype       55 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      295 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c static void ADIOI_Exch_and_write(ADIO_File fd, void *buf, MPI_Datatype
MPI_Datatype      582 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Datatype *recv_types;
MPI_Datatype      598 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     recv_types = (MPI_Datatype *)
MPI_Datatype      599 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_Malloc((nprocs_recv+1)*sizeof(MPI_Datatype)); 
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      112 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype       12 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c                        MPI_Datatype buftype, int file_ptr_type,
MPI_Datatype       37 ompi/mca/io/romio321/romio/adio/common/flatten.c int ADIOI_Type_get_envelope (MPI_Datatype datatype, int *num_integers,
MPI_Datatype       60 ompi/mca/io/romio321/romio/adio/common/flatten.c int ADIOI_Type_get_contents (MPI_Datatype datatype, int max_integers,
MPI_Datatype       62 ompi/mca/io/romio321/romio/adio/common/flatten.c                              MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[])
MPI_Datatype      103 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Flatten_datatype(MPI_Datatype datatype)
MPI_Datatype      191 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Flatten(MPI_Datatype datatype, ADIOI_Flatlist_node *flat, 
MPI_Datatype      205 ompi/mca/io/romio321/romio/adio/common/flatten.c     MPI_Datatype *types;
MPI_Datatype      213 ompi/mca/io/romio321/romio/adio/common/flatten.c     types = (MPI_Datatype *) ADIOI_Malloc((ntypes+1)*sizeof(MPI_Datatype));
MPI_Datatype      256 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    MPI_Datatype stype;
MPI_Datatype      277 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    MPI_Datatype dtype;
MPI_Datatype      932 ompi/mca/io/romio321/romio/adio/common/flatten.c MPI_Count ADIOI_Count_contiguous_blocks(MPI_Datatype datatype, MPI_Count *curr_index)
MPI_Datatype      940 ompi/mca/io/romio321/romio/adio/common/flatten.c     MPI_Datatype *types;
MPI_Datatype      949 ompi/mca/io/romio321/romio/adio/common/flatten.c     types = (MPI_Datatype *) ADIOI_Malloc((ntypes+1)*sizeof(MPI_Datatype));
MPI_Datatype      970 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    MPI_Datatype stype;
MPI_Datatype      992 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    MPI_Datatype dtype;
MPI_Datatype     1269 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Delete_flattened(MPI_Datatype datatype)
MPI_Datatype     1286 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIOI_Flatlist_node * ADIOI_Flatten_and_find(MPI_Datatype datatype)
MPI_Datatype       14 ompi/mca/io/romio321/romio/adio/common/iscontig.c void MPIR_Datatype_iscontig(MPI_Datatype datatype, int *flag);
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
MPI_Datatype       35 ompi/mca/io/romio321/romio/adio/common/iscontig.c int hpmp_dtiscontig(MPI_Datatype datatype);
MPI_Datatype       37 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
MPI_Datatype       44 ompi/mca/io/romio321/romio/adio/common/iscontig.c int MPI_SGI_type_is_contig(MPI_Datatype datatype);
MPI_Datatype       46 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
MPI_Datatype       65 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
MPI_Datatype       70 ompi/mca/io/romio321/romio/adio/common/iscontig.c     MPI_Datatype *types;
MPI_Datatype       81 ompi/mca/io/romio321/romio/adio/common/iscontig.c 	types = (MPI_Datatype *) ADIOI_Malloc((ntypes+1)*sizeof(MPI_Datatype));
MPI_Datatype      189 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Datatype datatype,
MPI_Datatype      866 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       MPI_Datatype *targetAggDataTypes=NULL;
MPI_Datatype      930 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggDataTypes = (MPI_Datatype *)ADIOI_Malloc(maxNumContigOperations * sizeof(MPI_Datatype));
MPI_Datatype     1012 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Datatype sourceBufferDerivedDataType, targetBufferDerivedDataType;
MPI_Datatype     1226 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Datatype datatype,
MPI_Datatype     1968 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       MPI_Datatype *sourceAggDataTypes=NULL;
MPI_Datatype     2016 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggDataTypes = (MPI_Datatype *)ADIOI_Malloc(maxNumContigOperations * sizeof(MPI_Datatype));
MPI_Datatype     2096 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Datatype recvBufferDerivedDataType, sourceBufferDerivedDataType;
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, 
MPI_Datatype       27 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype,
MPI_Datatype       16 ompi/mca/io/romio321/romio/adio/common/utils.c 	MPI_Datatype oldtype, MPI_Datatype *newtype)
MPI_Datatype       23 ompi/mca/io/romio321/romio/adio/common/utils.c     MPI_Datatype chunks, remainder;
MPI_Datatype       26 ompi/mca/io/romio321/romio/adio/common/utils.c     MPI_Datatype types[2];
MPI_Datatype       60 ompi/mca/io/romio321/romio/adio/common/utils.c 		MPI_Datatype oldtype,
MPI_Datatype       61 ompi/mca/io/romio321/romio/adio/common/utils.c 		MPI_Datatype *newtype)
MPI_Datatype       64 ompi/mca/io/romio321/romio/adio/common/utils.c     MPI_Datatype *types;
MPI_Datatype       68 ompi/mca/io/romio321/romio/adio/common/utils.c     types = ADIOI_Malloc(count*sizeof(MPI_Datatype));
MPI_Datatype      219 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype etype;      /* reqd. for MPI-IO */
MPI_Datatype      220 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype filetype;   /* reqd. for MPI-IO */
MPI_Datatype      228 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype split_datatype; /* datatype used for split collectives */
MPI_Datatype      243 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype *file_realm_types;  /* file realm datatypes */
MPI_Datatype      262 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype etype;
MPI_Datatype      263 ompi/mca/io/romio321/romio/adio/include/adio.h     MPI_Datatype filetype;
MPI_Datatype      353 ompi/mca/io/romio321/romio/adio/include/adio.h 		   int access_mode, ADIO_Offset disp, MPI_Datatype etype,
MPI_Datatype      354 ompi/mca/io/romio321/romio/adio/include/adio.h 		   MPI_Datatype filetype,
MPI_Datatype      359 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadContig(ADIO_File fd, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype      363 ompi/mca/io/romio321/romio/adio/include/adio.h                      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      367 ompi/mca/io/romio321/romio/adio/include/adio.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      371 ompi/mca/io/romio321/romio/adio/include/adio.h                       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      389 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      393 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      397 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      401 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      405 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      409 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      413 ompi/mca/io/romio321/romio/adio/include/adio.h                MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      417 ompi/mca/io/romio321/romio/adio/include/adio.h                MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      431 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_Set_view(ADIO_File fd, ADIO_Offset disp, MPI_Datatype etype, 
MPI_Datatype      432 ompi/mca/io/romio321/romio/adio/include/adio.h 		MPI_Datatype filetype, MPI_Info info,  int *error_code);
MPI_Datatype      441 ompi/mca/io/romio321/romio/adio/include/adio.h                               MPI_Datatype oldtype,
MPI_Datatype      442 ompi/mca/io/romio321/romio/adio/include/adio.h                               MPI_Datatype *newtype);
MPI_Datatype      446 ompi/mca/io/romio321/romio/adio/include/adio.h 			    int order, MPI_Datatype oldtype, 
MPI_Datatype      447 ompi/mca/io/romio321/romio/adio/include/adio.h 			    MPI_Datatype *newtype);
MPI_Datatype      113 ompi/mca/io/romio321/romio/adio/include/adioi.h     MPI_Datatype type;
MPI_Datatype      161 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      164 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      167 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      170 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      179 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      182 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      186 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type, 
MPI_Datatype      189 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      200 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      203 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      211 ompi/mca/io/romio321/romio/adio/include/adioi.h            MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      214 ompi/mca/io/romio321/romio/adio/include/adioi.h            int count, MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      350 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Type_get_envelope (MPI_Datatype datatype, int *num_integers,
MPI_Datatype      352 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Type_get_contents (MPI_Datatype datatype, int max_integers,
MPI_Datatype      354 ompi/mca/io/romio321/romio/adio/include/adioi.h                              MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[]);
MPI_Datatype      356 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Flatten_datatype(MPI_Datatype type);
MPI_Datatype      357 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Flatten(MPI_Datatype type, ADIOI_Flatlist_node *flat,
MPI_Datatype      359 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Delete_flattened(MPI_Datatype datatype);
MPI_Datatype      360 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Flatlist_node * ADIOI_Flatten_and_find(MPI_Datatype);
MPI_Datatype      361 ompi/mca/io/romio321/romio/adio/include/adioi.h MPI_Count ADIOI_Count_contiguous_blocks(MPI_Datatype type, MPI_Count *curr_index);
MPI_Datatype      367 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag);
MPI_Datatype      389 ompi/mca/io/romio321/romio/adio/include/adioi.h 			  MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      395 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      399 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      403 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      407 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      411 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      415 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      430 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype buftype, int file_ptr_type,
MPI_Datatype      434 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      438 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      442 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      446 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      451 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      458 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      463 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      469 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
MPI_Datatype      644 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Calc_bounds (ADIO_File fd, int count, MPI_Datatype buftype,
MPI_Datatype      651 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      652 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      ADIO_Offset offset, MPI_Datatype custom_ftype,
MPI_Datatype      656 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      660 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Flatlist_node * ADIOI_Add_contig_flattened(MPI_Datatype contig_type);
MPI_Datatype      663 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, ADIO_Offset off,
MPI_Datatype      673 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 MPI_Datatype *client_comm_dtype_arr,
MPI_Datatype      676 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 MPI_Datatype *agg_dtype_p);
MPI_Datatype      682 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype *agg_comm_dtype_arr);
MPI_Datatype      696 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype *agg_comm_dtype_p);
MPI_Datatype      720 ompi/mca/io/romio321/romio/adio/include/adioi.h         MPI_Datatype datatype,
MPI_Datatype      733 ompi/mca/io/romio321/romio/adio/include/adioi.h         MPI_Datatype datatype,
MPI_Datatype      750 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, MPI_Count nbytes);
MPI_Datatype      757 ompi/mca/io/romio321/romio/adio/include/adioi.h 		MPI_Datatype oldtype,
MPI_Datatype      758 ompi/mca/io/romio321/romio/adio/include/adioi.h 		MPI_Datatype *newtype);
MPI_Datatype      764 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      768 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      772 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      776 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     MPI_Datatype datatype, int file_ptr_type,
MPI_Datatype      789 ompi/mca/io/romio321/romio/adio/include/adioi.h 		    MPI_Datatype datatype,
MPI_Datatype      797 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     MPI_Datatype datatype,
MPI_Datatype      805 ompi/mca/io/romio321/romio/adio/include/adioi.h 			MPI_Datatype datatype,
MPI_Datatype      813 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 MPI_Datatype datatype,
MPI_Datatype      821 ompi/mca/io/romio321/romio/adio/include/adioi.h 			      MPI_Datatype datatype,
MPI_Datatype      828 ompi/mca/io/romio321/romio/adio/include/adioi.h 			       MPI_Datatype datatype,
MPI_Datatype      843 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      MPI_Datatype datatype,
MPI_Datatype      851 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     MPI_Datatype datatype,
MPI_Datatype      859 ompi/mca/io/romio321/romio/adio/include/adioi.h             MPI_Datatype datatype,
MPI_Datatype      867 ompi/mca/io/romio321/romio/adio/include/adioi.h             MPI_Datatype datatype,
MPI_Datatype       11 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_write_external32_conversion_fn (const void *userbuf, MPI_Datatype datatype,
MPI_Datatype       13 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_read_external32_conversion_fn(void *userbuf, MPI_Datatype datatype,
MPI_Datatype       15 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size);
MPI_Datatype       20 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     MPI_Datatype datatype_c;
MPI_Datatype      113 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype,
MPI_Datatype      116 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype,
MPI_Datatype      104 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     MPI_Datatype etype_c, filetype_c;
MPI_Datatype      153 ompi/mca/io/romio321/romio/mpi-io/fortran/get_viewf.c     MPI_Datatype etype_c, filetype_c;
MPI_Datatype      104 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     MPI_Datatype datatype_c;
MPI_Datatype      116 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c 			MPI_Fint *count,MPI_Datatype *datatype,
MPI_Datatype      120 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c                       MPI_Fint *count,MPI_Datatype *datatype,
MPI_Datatype      102 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     MPI_Datatype datatype_c;
MPI_Datatype      112 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c 		    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
MPI_Datatype      115 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c                    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
MPI_Datatype      102 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     MPI_Datatype datatype_c;
MPI_Datatype      112 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c 		     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
MPI_Datatype      115 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c                    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
MPI_Datatype      104 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     MPI_Datatype datatype_c;
MPI_Datatype      115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
MPI_Datatype      119 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     MPI_Datatype datatype_c;
MPI_Datatype      112 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c 			     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr ); 
MPI_Datatype      115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c                     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
MPI_Datatype      102 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     MPI_Datatype datatype_c;
MPI_Datatype      113 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c 		      MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
MPI_Datatype      116 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c                     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     MPI_Datatype datatype_c;
MPI_Datatype      119 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype) *datatype);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     MPI_Datatype datatype_c;
MPI_Datatype      118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,(MPI_Datatype) *datatype);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     MPI_Datatype datatype_c;
MPI_Datatype      118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     MPI_Datatype datatype_c;
MPI_Datatype      123 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     MPI_Datatype datatype_c;
MPI_Datatype      119 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     MPI_Datatype datatype_c;
MPI_Datatype      118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     MPI_Datatype datatype_c;
MPI_Datatype      118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      100 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     MPI_Datatype datatype_c;
MPI_Datatype      117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     MPI_Datatype datatype_c;
MPI_Datatype      119 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
MPI_Datatype      108 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c     MPI_Datatype etype_c, filetype_c;
MPI_Datatype      141 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c void mpi_file_set_view_(MPI_Fint *fh,MPI_Offset *disp,MPI_Datatype *etype,
MPI_Datatype      142 ompi/mca/io/romio321/romio/mpi-io/fortran/set_viewf.c    MPI_Datatype *filetype,_fcd datarep_fcd,MPI_Fint *info, MPI_Fint *ierr)
MPI_Datatype      102 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     MPI_Datatype datatype_c;
MPI_Datatype      120 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype);
MPI_Datatype       99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     MPI_Datatype datatype_c;
MPI_Datatype      115 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
MPI_Datatype      100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     MPI_Datatype datatype_c;
MPI_Datatype      103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     MPI_Datatype datatype_c;
MPI_Datatype      103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     MPI_Datatype datatype_c;
MPI_Datatype      100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     MPI_Datatype datatype_c;
MPI_Datatype      100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     MPI_Datatype datatype_c;
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     MPI_Datatype datatype_c;
MPI_Datatype      101 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     MPI_Datatype datatype_c;
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) __attribute__((weak,alias("PMPI_File_get_type_extent")));
MPI_Datatype       40 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/get_view.c int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype,
MPI_Datatype       47 ompi/mca/io/romio321/romio/mpi-io/get_view.c                       MPI_Datatype *filetype, char *datarep)
MPI_Datatype       53 ompi/mca/io/romio321/romio/mpi-io/get_view.c     MPI_Datatype copy_etype, copy_filetype;
MPI_Datatype       10 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c int MPI_Type_size_x(MPI_Datatype datatype, MPI_Count *size)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request)
MPI_Datatype       47 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       77 ompi/mca/io/romio321/romio/mpi-io/iread.c 		     MPI_Datatype datatype, char *myname, MPI_Request *request)
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                        MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       83 ompi/mca/io/romio321/romio/mpi-io/iread_all.c             MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, 
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c                           MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       49 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c                           int count, MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       47 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c                           MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		    MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       82 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		      MPI_Datatype datatype,
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c                         MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       77 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c             MPI_Datatype datatype,
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c                        MPI_Datatype datatype, MPIO_Request *request)
MPI_Datatype       50 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c                        int count, MPI_Datatype datatype, 
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c                            MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       49 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c                            int count, MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 			   MPI_Datatype datatype, MPIO_Request *request)
MPI_Datatype       15 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_write_external32_conversion_fn (const void *userbuf, MPI_Datatype datatype,
MPI_Datatype       78 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_read_external32_conversion_fn(void *userbuf, MPI_Datatype datatype,
MPI_Datatype      130 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size)
MPI_Datatype      148 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf)
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c                                MPI_Datatype datatype) __attribute__((weak,alias("PMPI_File_read_at_all_begin")));
MPI_Datatype       44 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 			       int count, MPI_Datatype datatype)
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       45 ompi/mca/io/romio321/romio/mpi-io/read.c                   MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       72 ompi/mca/io/romio321/romio/mpi-io/read.c 		    MPI_Datatype datatype,
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       45 ompi/mca/io/romio321/romio/mpi-io/read_all.c                       MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       74 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi-io/read_allb.c                             MPI_Datatype datatype)
MPI_Datatype       62 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 			      MPI_Datatype datatype,
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/read_at.c 		     int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          int count, MPI_Datatype datatype, 
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/read_ord.c                           MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c 				MPI_Datatype datatype)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 			 MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype,
MPI_Datatype       42 ompi/mca/io/romio321/romio/mpi-io/set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype,
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi-io/set_view.c 		      MPI_Datatype filetype, ROMIO_CONST char *datarep, MPI_Info info)
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c                                 MPI_Datatype datatype) __attribute__((weak,alias("PMPI_File_write_at_all_begin")));
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 				int count, MPI_Datatype datatype)
MPI_Datatype       19 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       45 ompi/mca/io/romio321/romio/mpi-io/write.c                    MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       72 ompi/mca/io/romio321/romio/mpi-io/write.c 		     MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/write_all.c                        MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       74 ompi/mca/io/romio321/romio/mpi-io/write_all.c 			 MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
MPI_Datatype       42 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			     MPI_Datatype datatype)
MPI_Datatype       61 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			       MPI_Datatype datatype,
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       47 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           int count, MPI_Datatype datatype, 
MPI_Datatype       21 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       47 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 			   MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c 				 MPI_Datatype datatype)
MPI_Datatype       20 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mca/io/romio321/romio/mpi-io/write_sh.c                           MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       48 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c                            int order, MPI_Datatype oldtype, 
MPI_Datatype       49 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c                            MPI_Datatype *newtype) 
MPI_Datatype      105 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c     MPI_Datatype oldtype_c, newtype_c;
MPI_Datatype      104 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c     MPI_Datatype oldtype_c, newtype_c;
MPI_Datatype       43 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c                              int order, MPI_Datatype oldtype, 
MPI_Datatype       44 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c                              MPI_Datatype *newtype)
MPI_Datatype       20 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     MPI_Datatype type_oldtypes[MAX_OFF_LENS];
MPI_Datatype      106 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     MPI_Datatype filetype;
MPI_Datatype       24 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Datatype newtype;
MPI_Datatype       31 ompi/mca/io/romio321/romio/test/big_extents.c static void typestats(MPI_Datatype type) 
MPI_Datatype       44 ompi/mca/io/romio321/romio/test/big_extents.c static int verify_type(char *filename, MPI_Datatype type, 
MPI_Datatype      100 ompi/mca/io/romio321/romio/test/big_extents.c static int testtype(char *filename, MPI_Datatype type, int64_t expected_extent)
MPI_Datatype      136 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Datatype baseindex, indexed1G, indexed3G, indexed6G; 
MPI_Datatype      137 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Datatype subarray1G, subarray3G, subarray6G;
MPI_Datatype       23 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Datatype newtype;
MPI_Datatype       34 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Datatype newtype;
MPI_Datatype       34 ompi/mca/io/romio321/romio/test/darray_read.c   MPI_Datatype darray;
MPI_Datatype       56 ompi/mca/io/romio321/romio/test/hindexed.c     MPI_Datatype ftype;
MPI_Datatype       25 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Datatype typevec, newtype, t[3];
MPI_Datatype       22 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Datatype newtype;
MPI_Datatype       24 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Datatype typevec, newtype, t[3];
MPI_Datatype       24 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Datatype typevec, newtype, t[3];
MPI_Datatype      353 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Datatype typevec, newtype, t[3];
MPI_Datatype       23 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Datatype newtype;
MPI_Datatype       39 ompi/mca/io/romio321/romio/test/types_with_zeros.c     MPI_Datatype filetype;
MPI_Datatype       40 ompi/mca/io/romio321/romio/test/types_with_zeros.c     MPI_Datatype types[MAXLEN];
MPI_Datatype       37 ompi/mca/io/romio321/src/io_romio321_module.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag);
MPI_Datatype      133 ompi/mca/io/romio321/src/io_romio321_module.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
MPI_Datatype       66 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
MPI_Datatype       32 ompi/mca/sharedfp/individual/sharedfp_individual_read.c 				   void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       39 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
MPI_Datatype       32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       65 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
MPI_Datatype       32 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                            void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog_protocol.h                                                     MPI_Datatype *event_dtt)
MPI_Datatype       46 ompi/mpi/c/accumulate.c int MPI_Accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       48 ompi/mpi/c/accumulate.c                    MPI_Datatype target_datatype, MPI_Op op, MPI_Win win)
MPI_Datatype       47 ompi/mpi/c/allgather.c int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/allgather.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mpi/c/allgatherv.c int MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpi/c/allgatherv.c                    const int displs[], MPI_Datatype recvtype, MPI_Comm comm)
MPI_Datatype       47 ompi/mpi/c/allreduce.c                   MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       48 ompi/mpi/c/alltoall.c int MPI_Alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpi/c/alltoall.c                  void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mpi/c/alltoallv.c                   const int sdispls[], MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpi/c/alltoallv.c                   MPI_Datatype recvtype, MPI_Comm comm)
MPI_Datatype       47 ompi/mpi/c/alltoallw.c                   const int sdispls[], const MPI_Datatype sendtypes[],
MPI_Datatype       49 ompi/mpi/c/alltoallw.c                   const MPI_Datatype recvtypes[], MPI_Comm comm)
MPI_Datatype       58 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_DELETE_FN( MPI_Datatype datatype, int type_keyval,
MPI_Datatype       66 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_COPY_FN( MPI_Datatype datatype, int type_keyval,
MPI_Datatype       76 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_DUP_FN( MPI_Datatype datatype, int type_keyval,
MPI_Datatype       41 ompi/mpi/c/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mpi/c/bsend.c int MPI_Bsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/bsend_init.c int MPI_Bsend_init(const void *buf, int count, MPI_Datatype type,
MPI_Datatype       47 ompi/mpi/c/compare_and_swap.c                          MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Win win)
MPI_Datatype       46 ompi/mpi/c/exscan.c                MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/fetch_and_op.c int MPI_Fetch_and_op(const void *origin_addr, void *result_addr, MPI_Datatype datatype,
MPI_Datatype       40 ompi/mpi/c/file_get_type_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype,
MPI_Datatype       40 ompi/mpi/c/file_get_view.c                       MPI_Datatype *etype,
MPI_Datatype       41 ompi/mpi/c/file_get_view.c                       MPI_Datatype *filetype, char *datarep)
MPI_Datatype       44 ompi/mpi/c/file_iread.c                    MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       46 ompi/mpi/c/file_iread_all.c                        MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       44 ompi/mpi/c/file_iread_at.c                       int count, MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       46 ompi/mpi/c/file_iread_at_all.c                           int count, MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       44 ompi/mpi/c/file_iread_shared.c                           MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       46 ompi/mpi/c/file_iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype
MPI_Datatype       48 ompi/mpi/c/file_iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype
MPI_Datatype       47 ompi/mpi/c/file_iwrite_at.c                        int count, MPI_Datatype datatype,
MPI_Datatype       49 ompi/mpi/c/file_iwrite_at_all.c                            int count, MPI_Datatype datatype,
MPI_Datatype       47 ompi/mpi/c/file_iwrite_shared.c                            MPI_Datatype datatype, MPI_Request *request)
MPI_Datatype       42 ompi/mpi/c/file_read.c                   MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       41 ompi/mpi/c/file_read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype
MPI_Datatype       42 ompi/mpi/c/file_read_all_begin.c                             MPI_Datatype datatype)
MPI_Datatype       42 ompi/mpi/c/file_read_at.c                      int count, MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       42 ompi/mpi/c/file_read_at_all.c                          int count, MPI_Datatype datatype,
MPI_Datatype       42 ompi/mpi/c/file_read_at_all_begin.c                                int count, MPI_Datatype datatype)
MPI_Datatype       41 ompi/mpi/c/file_read_ordered.c                           MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       42 ompi/mpi/c/file_read_ordered_begin.c                                 MPI_Datatype datatype)
MPI_Datatype       42 ompi/mpi/c/file_read_shared.c                          MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       46 ompi/mpi/c/file_set_view.c int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype,
MPI_Datatype       47 ompi/mpi/c/file_set_view.c                       MPI_Datatype filetype, const char *datarep, MPI_Info info)
MPI_Datatype       45 ompi/mpi/c/file_write.c                    MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       44 ompi/mpi/c/file_write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype
MPI_Datatype       45 ompi/mpi/c/file_write_all_begin.c                              MPI_Datatype datatype)
MPI_Datatype       45 ompi/mpi/c/file_write_at.c                       int count, MPI_Datatype datatype,
MPI_Datatype       45 ompi/mpi/c/file_write_at_all.c                           int count, MPI_Datatype datatype,
MPI_Datatype       45 ompi/mpi/c/file_write_at_all_begin.c                                 int count, MPI_Datatype datatype)
MPI_Datatype       45 ompi/mpi/c/file_write_ordered.c                            MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       45 ompi/mpi/c/file_write_ordered_begin.c                                  MPI_Datatype datatype)
MPI_Datatype       45 ompi/mpi/c/file_write_shared.c                           MPI_Datatype datatype, MPI_Status *status)
MPI_Datatype       47 ompi/mpi/c/gather.c int MPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/gather.c                void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       45 ompi/mpi/c/gatherv.c int MPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       47 ompi/mpi/c/gatherv.c                 MPI_Datatype recvtype, int root, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/get.c             MPI_Datatype origin_datatype, int target_rank,
MPI_Datatype       48 ompi/mpi/c/get.c             MPI_Datatype target_datatype, MPI_Win win)
MPI_Datatype       47 ompi/mpi/c/get_accumulate.c int MPI_Get_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       48 ompi/mpi/c/get_accumulate.c                        void *result_addr, int result_count, MPI_Datatype result_datatype,
MPI_Datatype       50 ompi/mpi/c/get_accumulate.c                        MPI_Datatype target_datatype, MPI_Op op, MPI_Win win)
MPI_Datatype       45 ompi/mpi/c/get_count.c int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count)
MPI_Datatype       44 ompi/mpi/c/get_elements.c int MPI_Get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count)
MPI_Datatype       44 ompi/mpi/c/get_elements_x.c int MPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
MPI_Datatype       47 ompi/mpi/c/iallgather.c int MPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/iallgather.c                    void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mpi/c/iallgatherv.c int MPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpi/c/iallgatherv.c                     MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       48 ompi/mpi/c/iallreduce.c                    MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       47 ompi/mpi/c/ialltoall.c int MPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/ialltoall.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mpi/c/ialltoallv.c                    MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
MPI_Datatype       48 ompi/mpi/c/ialltoallv.c                    const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       47 ompi/mpi/c/ialltoallw.c                    const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
MPI_Datatype       48 ompi/mpi/c/ialltoallw.c                    const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
MPI_Datatype       35 ompi/mpi/c/ibcast.c int MPI_Ibcast(void *buffer, int count, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mpi/c/ibsend.c int MPI_Ibsend(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       46 ompi/mpi/c/iexscan.c                 MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       47 ompi/mpi/c/igather.c int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/igather.c                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       45 ompi/mpi/c/igatherv.c int MPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       47 ompi/mpi/c/igatherv.c                  MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       32 ompi/mpi/c/imrecv.c int MPI_Imrecv(void *buf, int count, MPI_Datatype type,
MPI_Datatype       50 ompi/mpi/c/ineighbor_allgather.c int MPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       51 ompi/mpi/c/ineighbor_allgather.c                             void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       50 ompi/mpi/c/ineighbor_allgatherv.c int MPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       52 ompi/mpi/c/ineighbor_allgatherv.c                              MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       50 ompi/mpi/c/ineighbor_alltoall.c int MPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       51 ompi/mpi/c/ineighbor_alltoall.c                            void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       50 ompi/mpi/c/ineighbor_alltoallv.c                             MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
MPI_Datatype       51 ompi/mpi/c/ineighbor_alltoallv.c                             const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       50 ompi/mpi/c/ineighbor_alltoallw.c                             const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
MPI_Datatype       51 ompi/mpi/c/ineighbor_alltoallw.c                             const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
MPI_Datatype       42 ompi/mpi/c/irecv.c int MPI_Irecv(void *buf, int count, MPI_Datatype type, int source,
MPI_Datatype       48 ompi/mpi/c/ireduce.c                 MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       48 ompi/mpi/c/ireduce_scatter.c                         MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       48 ompi/mpi/c/ireduce_scatter_block.c                               MPI_Datatype datatype, MPI_Op op,
MPI_Datatype       46 ompi/mpi/c/irsend.c int MPI_Irsend(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       47 ompi/mpi/c/iscan.c               MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       47 ompi/mpi/c/iscatter.c int MPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/iscatter.c                  void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       46 ompi/mpi/c/iscatterv.c                   MPI_Datatype sendtype, void *recvbuf, int recvcount,
MPI_Datatype       47 ompi/mpi/c/iscatterv.c                   MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request)
MPI_Datatype       46 ompi/mpi/c/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       45 ompi/mpi/c/issend.c int MPI_Issend(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       36 ompi/mpi/c/mrecv.c int MPI_Mrecv(void *buf, int count, MPI_Datatype type,
MPI_Datatype       50 ompi/mpi/c/neighbor_allgather.c int MPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       51 ompi/mpi/c/neighbor_allgather.c                            void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       51 ompi/mpi/c/neighbor_allgatherv.c int MPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       53 ompi/mpi/c/neighbor_allgatherv.c                             MPI_Datatype recvtype, MPI_Comm comm)
MPI_Datatype       49 ompi/mpi/c/neighbor_alltoall.c int MPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       50 ompi/mpi/c/neighbor_alltoall.c                           void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       50 ompi/mpi/c/neighbor_alltoallv.c                            MPI_Datatype sendtype, void *recvbuf,
MPI_Datatype       52 ompi/mpi/c/neighbor_alltoallv.c                            MPI_Datatype recvtype, MPI_Comm comm)
MPI_Datatype       50 ompi/mpi/c/neighbor_alltoallw.c                            const MPI_Datatype sendtypes[], void *recvbuf,
MPI_Datatype       52 ompi/mpi/c/neighbor_alltoallw.c                            const MPI_Datatype recvtypes[], MPI_Comm comm)
MPI_Datatype       45 ompi/mpi/c/pack.c int MPI_Pack(const void *inbuf, int incount, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mpi/c/pack_external.c                       MPI_Datatype datatype, void *outbuf,
MPI_Datatype       46 ompi/mpi/c/pack_external_size.c                            MPI_Datatype datatype, MPI_Aint *size)
MPI_Datatype       41 ompi/mpi/c/pack_size.c int MPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm,
MPI_Datatype       46 ompi/mpi/c/put.c int MPI_Put(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       48 ompi/mpi/c/put.c             MPI_Datatype target_datatype, MPI_Win win)
MPI_Datatype       47 ompi/mpi/c/raccumulate.c int MPI_Raccumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       49 ompi/mpi/c/raccumulate.c                    MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request)
MPI_Datatype       42 ompi/mpi/c/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
MPI_Datatype       42 ompi/mpi/c/recv_init.c int MPI_Recv_init(void *buf, int count, MPI_Datatype type, int source,
MPI_Datatype       47 ompi/mpi/c/reduce.c                MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm)
MPI_Datatype       47 ompi/mpi/c/reduce_local.c                      MPI_Datatype datatype, MPI_Op op)
MPI_Datatype       47 ompi/mpi/c/reduce_scatter.c                        MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       48 ompi/mpi/c/reduce_scatter_block.c                              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/rget.c              MPI_Datatype origin_datatype, int target_rank,
MPI_Datatype       48 ompi/mpi/c/rget.c              MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
MPI_Datatype       48 ompi/mpi/c/rget_accumulate.c int MPI_Rget_accumulate(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       49 ompi/mpi/c/rget_accumulate.c                         void *result_addr, int result_count, MPI_Datatype result_datatype,
MPI_Datatype       51 ompi/mpi/c/rget_accumulate.c                         MPI_Datatype target_datatype, MPI_Op op, MPI_Win win, MPI_Request *request)
MPI_Datatype       46 ompi/mpi/c/rput.c int MPI_Rput(const void *origin_addr, int origin_count, MPI_Datatype origin_datatype,
MPI_Datatype       48 ompi/mpi/c/rput.c              MPI_Datatype target_datatype, MPI_Win win, MPI_Request *request)
MPI_Datatype       45 ompi/mpi/c/rsend.c int MPI_Rsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/rsend_init.c int MPI_Rsend_init(const void *buf, int count, MPI_Datatype type,
MPI_Datatype       47 ompi/mpi/c/scan.c              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
MPI_Datatype       47 ompi/mpi/c/scatter.c int MPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpi/c/scatter.c                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       46 ompi/mpi/c/scatterv.c                  MPI_Datatype sendtype, void *recvbuf, int recvcount,
MPI_Datatype       47 ompi/mpi/c/scatterv.c                  MPI_Datatype recvtype, int root, MPI_Comm comm)
MPI_Datatype       45 ompi/mpi/c/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
MPI_Datatype       46 ompi/mpi/c/send_init.c int MPI_Send_init(const void *buf, int count, MPI_Datatype type,
MPI_Datatype       44 ompi/mpi/c/sendrecv.c int MPI_Sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       46 ompi/mpi/c/sendrecv.c                  MPI_Datatype recvtype, int source, int recvtag,
MPI_Datatype       45 ompi/mpi/c/sendrecv_replace.c int MPI_Sendrecv_replace(void * buf, int count, MPI_Datatype datatype,
MPI_Datatype       45 ompi/mpi/c/ssend.c int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
MPI_Datatype       46 ompi/mpi/c/ssend_init.c int MPI_Ssend_init(const void *buf, int count, MPI_Datatype type,
MPI_Datatype       43 ompi/mpi/c/status_set_elements.c int MPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count)
MPI_Datatype       43 ompi/mpi/c/status_set_elements_x.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
MPI_Datatype       41 ompi/mpi/c/type_c2f.c MPI_Fint MPI_Type_c2f(MPI_Datatype datatype)
MPI_Datatype       41 ompi/mpi/c/type_commit.c int MPI_Type_commit(MPI_Datatype *type)
MPI_Datatype       45 ompi/mpi/c/type_contiguous.c                         MPI_Datatype oldtype,
MPI_Datatype       46 ompi/mpi/c/type_contiguous.c                         MPI_Datatype *newtype)
MPI_Datatype       51 ompi/mpi/c/type_create_darray.c                            MPI_Datatype oldtype,
MPI_Datatype       52 ompi/mpi/c/type_create_darray.c                            MPI_Datatype *newtype)
MPI_Datatype       50 ompi/mpi/c/type_create_f90_complex.c int MPI_Type_create_f90_complex(int p, int r, MPI_Datatype *newtype)
MPI_Datatype       46 ompi/mpi/c/type_create_f90_integer.c int MPI_Type_create_f90_integer(int r, MPI_Datatype *newtype)
MPI_Datatype       50 ompi/mpi/c/type_create_f90_real.c int MPI_Type_create_f90_real(int p, int r, MPI_Datatype *newtype)
MPI_Datatype       46 ompi/mpi/c/type_create_hindexed.c                              MPI_Datatype oldtype,
MPI_Datatype       47 ompi/mpi/c/type_create_hindexed.c                              MPI_Datatype *newtype)
MPI_Datatype       39 ompi/mpi/c/type_create_hindexed_block.c                                    MPI_Datatype oldtype,
MPI_Datatype       40 ompi/mpi/c/type_create_hindexed_block.c                                    MPI_Datatype *newtype)
MPI_Datatype       46 ompi/mpi/c/type_create_hvector.c                             MPI_Datatype oldtype,
MPI_Datatype       47 ompi/mpi/c/type_create_hvector.c                             MPI_Datatype *newtype)
MPI_Datatype       46 ompi/mpi/c/type_create_indexed_block.c                                   MPI_Datatype oldtype,
MPI_Datatype       47 ompi/mpi/c/type_create_indexed_block.c                                   MPI_Datatype *newtype)
MPI_Datatype       40 ompi/mpi/c/type_create_resized.c int MPI_Type_create_resized(MPI_Datatype oldtype,
MPI_Datatype       43 ompi/mpi/c/type_create_resized.c                             MPI_Datatype *newtype)
MPI_Datatype       46 ompi/mpi/c/type_create_struct.c                            const MPI_Datatype array_of_types[],
MPI_Datatype       47 ompi/mpi/c/type_create_struct.c                            MPI_Datatype *newtype)
MPI_Datatype       49 ompi/mpi/c/type_create_subarray.c                              MPI_Datatype oldtype,
MPI_Datatype       50 ompi/mpi/c/type_create_subarray.c                              MPI_Datatype *newtype)
MPI_Datatype       41 ompi/mpi/c/type_delete_attr.c int MPI_Type_delete_attr (MPI_Datatype type, int type_keyval)
MPI_Datatype       41 ompi/mpi/c/type_dup.c int MPI_Type_dup (MPI_Datatype type,
MPI_Datatype       42 ompi/mpi/c/type_dup.c                   MPI_Datatype *newtype)
MPI_Datatype       42 ompi/mpi/c/type_f2c.c MPI_Datatype MPI_Type_f2c(MPI_Fint datatype)
MPI_Datatype       65 ompi/mpi/c/type_f2c.c     return (MPI_Datatype)opal_pointer_array_get_item(&ompi_datatype_f_to_c_table, datatype_index);
MPI_Datatype       41 ompi/mpi/c/type_free.c int MPI_Type_free(MPI_Datatype *type)
MPI_Datatype       41 ompi/mpi/c/type_get_attr.c int MPI_Type_get_attr (MPI_Datatype type,
MPI_Datatype       40 ompi/mpi/c/type_get_contents.c int MPI_Type_get_contents(MPI_Datatype mtype,
MPI_Datatype       46 ompi/mpi/c/type_get_contents.c                           MPI_Datatype array_of_datatypes[])
MPI_Datatype       49 ompi/mpi/c/type_get_contents.c     MPI_Datatype newtype;
MPI_Datatype       40 ompi/mpi/c/type_get_envelope.c int MPI_Type_get_envelope(MPI_Datatype type,
MPI_Datatype       41 ompi/mpi/c/type_get_extent.c int MPI_Type_get_extent(MPI_Datatype type, MPI_Aint *lb, MPI_Aint *extent)
MPI_Datatype       41 ompi/mpi/c/type_get_extent_x.c int MPI_Type_get_extent_x(MPI_Datatype type, MPI_Count *lb, MPI_Count *extent)
MPI_Datatype       45 ompi/mpi/c/type_get_name.c int MPI_Type_get_name(MPI_Datatype type, char *type_name, int *resultlen)
MPI_Datatype       41 ompi/mpi/c/type_get_true_extent.c int MPI_Type_get_true_extent(MPI_Datatype datatype,
MPI_Datatype       41 ompi/mpi/c/type_get_true_extent_x.c int MPI_Type_get_true_extent_x(MPI_Datatype datatype,
MPI_Datatype       45 ompi/mpi/c/type_indexed.c                      MPI_Datatype oldtype,
MPI_Datatype       46 ompi/mpi/c/type_indexed.c                      MPI_Datatype *newtype)
MPI_Datatype       41 ompi/mpi/c/type_match_size.c int MPI_Type_match_size(int typeclass, int size, MPI_Datatype *type)
MPI_Datatype       51 ompi/mpi/c/type_match_size.c         *type = (MPI_Datatype)ompi_datatype_match_size( size, OMPI_DATATYPE_FLAG_DATA_FLOAT, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       54 ompi/mpi/c/type_match_size.c         *type = (MPI_Datatype)ompi_datatype_match_size( size, OMPI_DATATYPE_FLAG_DATA_INT, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       57 ompi/mpi/c/type_match_size.c         *type = (MPI_Datatype)ompi_datatype_match_size( size, OMPI_DATATYPE_FLAG_DATA_COMPLEX, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       41 ompi/mpi/c/type_set_attr.c int MPI_Type_set_attr (MPI_Datatype type,
MPI_Datatype       48 ompi/mpi/c/type_set_name.c int MPI_Type_set_name (MPI_Datatype type, const char *type_name)
MPI_Datatype       43 ompi/mpi/c/type_size.c int MPI_Type_size(MPI_Datatype type, int *size)
MPI_Datatype       43 ompi/mpi/c/type_size_x.c int MPI_Type_size_x(MPI_Datatype type, MPI_Count *size)
MPI_Datatype       45 ompi/mpi/c/type_vector.c                     MPI_Datatype oldtype,
MPI_Datatype       46 ompi/mpi/c/type_vector.c                     MPI_Datatype *newtype)
MPI_Datatype       43 ompi/mpi/c/unpack.c                void *outbuf, int outcount, MPI_Datatype datatype,
MPI_Datatype       46 ompi/mpi/c/unpack_external.c                          MPI_Datatype datatype)
MPI_Datatype      421 ompi/mpi/cxx/comm_inln.h     MPI_Datatype *const data_type_tbl = new MPI_Datatype [2*comm_size];
MPI_Datatype       36 ompi/mpi/cxx/datatype.h   inline Datatype(MPI_Datatype i) : pmpi_datatype(i) { }
MPI_Datatype       56 ompi/mpi/cxx/datatype.h   inline Datatype& operator= (const MPI_Datatype &i)
MPI_Datatype       59 ompi/mpi/cxx/datatype.h   inline operator MPI_Datatype() const { return (MPI_Datatype)pmpi_datatype; }
MPI_Datatype       72 ompi/mpi/cxx/datatype.h   inline Datatype(MPI_Datatype i) : mpi_datatype(i) { }
MPI_Datatype       87 ompi/mpi/cxx/datatype.h   inline Datatype& operator= (const MPI_Datatype &i)
MPI_Datatype       90 ompi/mpi/cxx/datatype.h   inline operator MPI_Datatype () const { return mpi_datatype; }
MPI_Datatype      242 ompi/mpi/cxx/datatype.h   MPI_Datatype mpi_datatype;
MPI_Datatype       31 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype       40 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype       50 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype       61 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype       63 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype* type_array = new MPI_Datatype[count];
MPI_Datatype       78 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype       89 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype      100 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype newtype;
MPI_Datatype      109 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype newtype;
MPI_Datatype      201 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype type;
MPI_Datatype      215 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype type;
MPI_Datatype      228 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype type;
MPI_Datatype      236 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype type;
MPI_Datatype      244 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype type;
MPI_Datatype      252 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype type;
MPI_Datatype      265 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype type;
MPI_Datatype      360 ompi/mpi/cxx/datatype_inln.h     MPI_Datatype *c_datatypes = new MPI_Datatype[max_datatypes];
MPI_Datatype       49 ompi/mpi/cxx/file.cc static int read_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype       66 ompi/mpi/cxx/file.cc static int write_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype       83 ompi/mpi/cxx/file.cc static int extent_intercept_fn(MPI_Datatype type_c, MPI_Aint *file_extent_c,
MPI_Datatype      116 ompi/mpi/cxx/file_inln.h   MPI_Datatype type, ftype;
MPI_Datatype      245 ompi/mpi/cxx/intercepts.cc                           MPI_Datatype *datatype, MPI_User_function *c_fn)
MPI_Datatype      379 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_type_copy_attr_intercept(MPI_Datatype oldtype, int keyval,
MPI_Datatype      408 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_type_delete_attr_intercept(MPI_Datatype type, int keyval,
MPI_Datatype       83 ompi/mpi/cxx/mpicxx.cc const Datatype REAL((MPI_Datatype)&(ompi_mpi_real));
MPI_Datatype       84 ompi/mpi/cxx/mpicxx.cc const Datatype INTEGER((MPI_Datatype)&(ompi_mpi_integer));
MPI_Datatype       85 ompi/mpi/cxx/mpicxx.cc const Datatype DOUBLE_PRECISION((MPI_Datatype)&(ompi_mpi_dblprec));
MPI_Datatype       86 ompi/mpi/cxx/mpicxx.cc const Datatype F_COMPLEX((MPI_Datatype)&(ompi_mpi_cplex));
MPI_Datatype       87 ompi/mpi/cxx/mpicxx.cc const Datatype LOGICAL((MPI_Datatype)&(ompi_mpi_logical));
MPI_Datatype       88 ompi/mpi/cxx/mpicxx.cc const Datatype CHARACTER((MPI_Datatype)&(ompi_mpi_character));
MPI_Datatype       91 ompi/mpi/cxx/mpicxx.cc const Datatype TWOREAL((MPI_Datatype)&(ompi_mpi_2real));
MPI_Datatype       92 ompi/mpi/cxx/mpicxx.cc const Datatype TWODOUBLE_PRECISION((MPI_Datatype)&(ompi_mpi_2dblprec));
MPI_Datatype       93 ompi/mpi/cxx/mpicxx.cc const Datatype TWOINTEGER((MPI_Datatype)&(ompi_mpi_2integer));
MPI_Datatype       96 ompi/mpi/cxx/mpicxx.cc const Datatype INTEGER2((MPI_Datatype)&(ompi_mpi_integer));
MPI_Datatype       97 ompi/mpi/cxx/mpicxx.cc const Datatype REAL2((MPI_Datatype)&(ompi_mpi_real));
MPI_Datatype       98 ompi/mpi/cxx/mpicxx.cc const Datatype INTEGER1((MPI_Datatype)&(ompi_mpi_char));
MPI_Datatype       99 ompi/mpi/cxx/mpicxx.cc const Datatype INTEGER4((MPI_Datatype)&(ompi_mpi_short));
MPI_Datatype      100 ompi/mpi/cxx/mpicxx.cc const Datatype REAL4((MPI_Datatype)&(ompi_mpi_real));
MPI_Datatype      101 ompi/mpi/cxx/mpicxx.cc const Datatype REAL8((MPI_Datatype)&(ompi_mpi_double));
MPI_Datatype      111 ompi/mpi/cxx/mpicxx.cc const Datatype BOOL((MPI_Datatype)&(ompi_mpi_cxx_bool));
MPI_Datatype      112 ompi/mpi/cxx/mpicxx.cc const Datatype COMPLEX((MPI_Datatype)&(ompi_mpi_cxx_cplex));
MPI_Datatype      113 ompi/mpi/cxx/mpicxx.cc const Datatype DOUBLE_COMPLEX((MPI_Datatype)&(ompi_mpi_cxx_dblcplex));
MPI_Datatype      114 ompi/mpi/cxx/mpicxx.cc const Datatype F_DOUBLE_COMPLEX((MPI_Datatype)&(ompi_mpi_cxx_dblcplex));
MPI_Datatype      115 ompi/mpi/cxx/mpicxx.cc const Datatype LONG_DOUBLE_COMPLEX((MPI_Datatype)&(ompi_mpi_cxx_ldblcplex));
MPI_Datatype      102 ompi/mpi/cxx/mpicxx.h                           MPI_Datatype *datatype, MPI_User_function *fn);
MPI_Datatype      117 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_type_copy_attr_intercept(MPI_Datatype oldtype, int keyval,
MPI_Datatype      121 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_type_delete_attr_intercept(MPI_Datatype type, int keyval,
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/accumulate_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/accumulate_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/allgather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/allgatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/allreduce_f.c     MPI_Datatype c_type;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/alltoall_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/alltoallv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/alltoallw_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       87 ompi/mpi/fortran/mpif-h/alltoallw_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       88 ompi/mpi/fortran/mpif-h/alltoallw_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/bcast_f.c     MPI_Datatype c_type;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/bsend_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/bsend_init_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c     MPI_Datatype c_datatype = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/exscan_f.c     MPI_Datatype c_type;
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c     MPI_Datatype c_datatype = PMPI_Type_f2c(*datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_get_view_f.c     MPI_Datatype c_etype, c_filetype;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/file_iread_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iread_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/file_iread_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/file_iwrite_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_read_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_read_at_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_read_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_read_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_set_view_f.c    MPI_Datatype c_etype = PMPI_Type_f2c(*etype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_set_view_f.c    MPI_Datatype c_filetype = PMPI_Type_f2c(*filetype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_write_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/file_write_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/file_write_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/file_write_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/gather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/gatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/get_accumulate_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       83 ompi/mpi/fortran/mpif-h/get_accumulate_f.c     MPI_Datatype c_result_datatype = PMPI_Type_f2c(*result_datatype);
MPI_Datatype       84 ompi/mpi/fortran/mpif-h/get_accumulate_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/get_count_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/get_elements_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/get_elements_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/get_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/get_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/iallgather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/iallgatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/iallreduce_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/ialltoall_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       88 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       89 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/ibcast_f.c     MPI_Datatype c_type;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/ibsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/iexscan_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/igather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/igatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/imrecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       89 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       90 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/irecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/ireduce_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c     MPI_Datatype c_type;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/irsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/iscan_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/iscatter_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/iscatterv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/isend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/issend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/mrecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       88 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       89 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/pack_external_f.c     MPI_Datatype type = PMPI_Type_f2c(*datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/pack_external_size_f.c     MPI_Datatype type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/pack_f.c    MPI_Datatype c_type;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/pack_size_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/put_f.c    MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/put_f.c    MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/raccumulate_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       83 ompi/mpi/fortran/mpif-h/raccumulate_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/recv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/recv_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/reduce_f.c     MPI_Datatype c_type;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/reduce_local_f.c     MPI_Datatype c_type;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c     MPI_Datatype c_type;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c     MPI_Datatype c_type;
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int read_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype       84 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int write_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype       87 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int extent_intercept_fn(MPI_Datatype type_c, MPI_Aint *file_extent,
MPI_Datatype      208 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int read_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype      226 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int write_intercept_fn(void *userbuf, MPI_Datatype type_c, int count_c,
MPI_Datatype      244 ompi/mpi/fortran/mpif-h/register_datarep_f.c static int extent_intercept_fn(MPI_Datatype type_c, MPI_Aint *file_extent_f77,
MPI_Datatype       84 ompi/mpi/fortran/mpif-h/rget_accumulate_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       85 ompi/mpi/fortran/mpif-h/rget_accumulate_f.c     MPI_Datatype c_result_datatype = PMPI_Type_f2c(*result_datatype);
MPI_Datatype       86 ompi/mpi/fortran/mpif-h/rget_accumulate_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/rget_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/rget_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/rput_f.c     MPI_Datatype c_origin_datatype = PMPI_Type_f2c(*origin_datatype);
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/rput_f.c     MPI_Datatype c_target_datatype = PMPI_Type_f2c(*target_datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/rsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/rsend_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/scan_f.c     MPI_Datatype c_type;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/scatter_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/scatterv_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/send_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/send_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/sendrecv_f.c    MPI_Datatype c_sendtype = PMPI_Type_f2c(*sendtype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/sendrecv_f.c    MPI_Datatype c_recvtype = PMPI_Type_f2c(*recvtype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/ssend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/ssend_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/status_set_elements_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_commit_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_contiguous_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_contiguous_f.c     MPI_Datatype c_new;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/type_create_darray_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/type_create_darray_f.c     MPI_Datatype c_new;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_create_f90_complex_f.c     MPI_Datatype c_newtype;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_create_f90_integer_f.c     MPI_Datatype c_new;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_create_f90_real_f.c     MPI_Datatype c_new;
MPI_Datatype       68 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       69 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c     MPI_Datatype c_new;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c     MPI_Datatype c_new;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c     MPI_Datatype c_new;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     MPI_Datatype c_new;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_create_resized_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_create_resized_f.c     MPI_Datatype c_new;
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     MPI_Datatype c_new;
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     MPI_Datatype *c_type_old_array;
MPI_Datatype       85 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     c_type_old_array = (MPI_Datatype *) malloc(*count * sizeof(MPI_Datatype));
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c     MPI_Datatype c_old;
MPI_Datatype       77 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c     MPI_Datatype c_new;
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_dup_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_dup_f.c     MPI_Datatype c_new;
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_extent_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_free_f.c     MPI_Datatype c_type;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_get_attr_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/type_get_contents_f.c     MPI_Datatype *c_datatype_array = NULL;
MPI_Datatype       82 ompi/mpi/fortran/mpif-h/type_get_contents_f.c     MPI_Datatype c_mtype = PMPI_Type_f2c(*mtype);
MPI_Datatype       87 ompi/mpi/fortran/mpif-h/type_get_contents_f.c         c_datatype_array = (MPI_Datatype *) malloc(*max_datatypes * sizeof(MPI_Datatype));
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_get_envelope_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_get_extent_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_get_extent_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_get_name_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       79 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     MPI_Datatype c_new;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_hvector_f.c     MPI_Datatype c_oldtype, c_newtype;
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_indexed_f.c     MPI_Datatype c_old = PMPI_Type_f2c(*oldtype);
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_indexed_f.c     MPI_Datatype c_new;
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_lb_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       83 ompi/mpi/fortran/mpif-h/type_match_size_f.c     MPI_Datatype c_type;
MPI_Datatype       92 ompi/mpi/fortran/mpif-h/type_match_size_f.c         c_type = (MPI_Datatype)ompi_datatype_match_size( c_size, OMPI_DATATYPE_FLAG_DATA_FLOAT, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       95 ompi/mpi/fortran/mpif-h/type_match_size_f.c         c_type = (MPI_Datatype)ompi_datatype_match_size( c_size, OMPI_DATATYPE_FLAG_DATA_INT, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       98 ompi/mpi/fortran/mpif-h/type_match_size_f.c         c_type = (MPI_Datatype)ompi_datatype_match_size( c_size, OMPI_DATATYPE_FLAG_DATA_COMPLEX, OMPI_DATATYPE_FLAG_DATA_FORTRAN );
MPI_Datatype       73 ompi/mpi/fortran/mpif-h/type_set_attr_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       78 ompi/mpi/fortran/mpif-h/type_set_name_f.c     MPI_Datatype c_type;
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_size_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_size_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*type);
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/type_struct_f.c     MPI_Datatype *c_type_old_array;
MPI_Datatype       81 ompi/mpi/fortran/mpif-h/type_struct_f.c     MPI_Datatype c_new;
MPI_Datatype       85 ompi/mpi/fortran/mpif-h/type_struct_f.c     c_type_old_array = (MPI_Datatype *) malloc(*count * (sizeof(MPI_Datatype) +
MPI_Datatype       72 ompi/mpi/fortran/mpif-h/type_ub_f.c     MPI_Datatype c_mtype = PMPI_Type_f2c(*mtype);
MPI_Datatype       74 ompi/mpi/fortran/mpif-h/type_vector_f.c     MPI_Datatype c_old;
MPI_Datatype       75 ompi/mpi/fortran/mpif-h/type_vector_f.c     MPI_Datatype c_new;
MPI_Datatype       80 ompi/mpi/fortran/mpif-h/unpack_external_f.c     MPI_Datatype c_type;
MPI_Datatype       76 ompi/mpi/fortran/mpif-h/unpack_f.c    MPI_Datatype c_type;
MPI_Datatype     3367 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm
MPI_Datatype     3380 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Request
MPI_Datatype     3394 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm
MPI_Datatype     3408 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Request
MPI_Datatype     3423 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm
MPI_Datatype     3436 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Request
MPI_Datatype     3450 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm
MPI_Datatype     3463 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Request
MPI_Datatype     3477 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_ADDRESS_KIND
MPI_Datatype     3491 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    use :: mpi_f08_types, only : MPI_Datatype, MPI_Comm, MPI_Request, MPI_ADDRESS_KIND
MPI_Datatype       78 ompi/mpi/java/c/mpiJava.h         jboolean db, int offset, int count, MPI_Datatype type, int baseType);
MPI_Datatype       86 ompi/mpi/java/c/mpiJava.h         int rank, MPI_Datatype type, int baseType);
MPI_Datatype       95 ompi/mpi/java/c/mpiJava.h         int size, int rank, MPI_Datatype type, int baseType);
MPI_Datatype      104 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int count, MPI_Datatype type);
MPI_Datatype      110 ompi/mpi/java/c/mpiJava.h         jboolean db, int *counts, int *displs, int size, MPI_Datatype type);
MPI_Datatype      116 ompi/mpi/java/c/mpiJava.h         jboolean db, int offset, int count, MPI_Datatype type, int baseType);
MPI_Datatype      124 ompi/mpi/java/c/mpiJava.h         int size, MPI_Datatype type, int baseType);
MPI_Datatype      143 ompi/mpi/java/c/mpiJava.h         JNIEnv *env, jlongArray array, jlong **jptr, MPI_Datatype **cptr);
MPI_Datatype      145 ompi/mpi/java/c/mpiJava.h         JNIEnv *env, jlongArray array, jlong *jptr, MPI_Datatype *cptr);
MPI_Datatype      325 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      343 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      369 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype      370 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype      397 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      419 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      436 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      453 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      471 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Isend(ptr, count, (MPI_Datatype)type,
MPI_Datatype      485 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ibsend(ptr, count, (MPI_Datatype)type,
MPI_Datatype      499 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Issend(ptr, count, (MPI_Datatype)type,
MPI_Datatype      513 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Irsend(ptr, count, (MPI_Datatype)type,
MPI_Datatype      527 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Irecv(ptr, count, (MPI_Datatype)type,
MPI_Datatype      541 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Send_init(ptr, count, (MPI_Datatype)type,
MPI_Datatype      555 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Bsend_init(ptr, count, (MPI_Datatype)type,
MPI_Datatype      569 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ssend_init(ptr, count, (MPI_Datatype)type,
MPI_Datatype      583 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Rsend_init(ptr, count, (MPI_Datatype)type,
MPI_Datatype      597 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv_init(ptr, count, (MPI_Datatype)type,
MPI_Datatype      610 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      637 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      657 ompi/mpi/java/c/mpi_Comm.c     rc = MPI_Pack_size(incount, (MPI_Datatype)type, (MPI_Comm)comm, &size);
MPI_Datatype      808 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      826 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ibcast(ptr, count, (MPI_Datatype)type,
MPI_Datatype      847 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType;
MPI_Datatype      857 ompi/mpi/java/c/mpi_Comm.c         sType = (MPI_Datatype)sjType;
MPI_Datatype      863 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype      960 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Igather(sPtr, sCount, (MPI_Datatype)sType,
MPI_Datatype      961 ompi/mpi/java/c/mpi_Comm.c                          rPtr, rCount, (MPI_Datatype)rType,
MPI_Datatype      983 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType;
MPI_Datatype      993 ompi/mpi/java/c/mpi_Comm.c         sType = (MPI_Datatype)sjType;
MPI_Datatype     1001 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = sType;
MPI_Datatype     1007 ompi/mpi/java/c/mpi_Comm.c         rType = (MPI_Datatype)rjType;
MPI_Datatype     1080 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Igatherv(sPtr, sCount, (MPI_Datatype)sType, rPtr,
MPI_Datatype     1081 ompi/mpi/java/c/mpi_Comm.c                           cRCounts, cDispls, (MPI_Datatype)rType,
MPI_Datatype     1109 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType;
MPI_Datatype     1119 ompi/mpi/java/c/mpi_Comm.c         rType = (MPI_Datatype)rjType;
MPI_Datatype     1123 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1203 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iscatter(sPtr, sCount, (MPI_Datatype)sType,
MPI_Datatype     1204 ompi/mpi/java/c/mpi_Comm.c                           rPtr, rCount, (MPI_Datatype)rType,
MPI_Datatype     1226 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType;
MPI_Datatype     1236 ompi/mpi/java/c/mpi_Comm.c         rType = (MPI_Datatype)rjType;
MPI_Datatype     1242 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = rType;
MPI_Datatype     1248 ompi/mpi/java/c/mpi_Comm.c         sType = (MPI_Datatype)sjType;
MPI_Datatype     1312 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iscatterv(sPtr, cSCounts, cDispls, (MPI_Datatype)sType,
MPI_Datatype     1313 ompi/mpi/java/c/mpi_Comm.c                            rPtr, rCount, (MPI_Datatype)rType, root,
MPI_Datatype     1335 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType,
MPI_Datatype     1336 ompi/mpi/java/c/mpi_Comm.c                  rType = (MPI_Datatype)rjType;
MPI_Datatype     1357 ompi/mpi/java/c/mpi_Comm.c         sType = (MPI_Datatype)sjType;
MPI_Datatype     1395 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iallgather(sPtr, sCount, (MPI_Datatype)sType,
MPI_Datatype     1396 ompi/mpi/java/c/mpi_Comm.c                             rPtr, rCount, (MPI_Datatype)rType,
MPI_Datatype     1414 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType,
MPI_Datatype     1415 ompi/mpi/java/c/mpi_Comm.c                  rType = (MPI_Datatype)rjType;
MPI_Datatype     1436 ompi/mpi/java/c/mpi_Comm.c         sType = (MPI_Datatype)sjType;
MPI_Datatype     1485 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iallgatherv(sPtr, sCount, (MPI_Datatype)sType,
MPI_Datatype     1486 ompi/mpi/java/c/mpi_Comm.c                              rPtr, cRCounts, cDispls, (MPI_Datatype)rType,
MPI_Datatype     1503 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1504 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1533 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ialltoall(sPtr, sCount, (MPI_Datatype)sType,
MPI_Datatype     1534 ompi/mpi/java/c/mpi_Comm.c                            rPtr, rCount, (MPI_Datatype)rType,
MPI_Datatype     1549 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1550 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1602 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ialltoallv(sPtr, cSCount, cSDispls, (MPI_Datatype)sType,
MPI_Datatype     1603 ompi/mpi/java/c/mpi_Comm.c                             rPtr, cRCount, cRDispls, (MPI_Datatype)rType,
MPI_Datatype     1622 ompi/mpi/java/c/mpi_Comm.c 	MPI_Datatype *cSTypes, *cRTypes;
MPI_Datatype     1658 ompi/mpi/java/c/mpi_Comm.c 	MPI_Datatype *cSTypes, *cRTypes;
MPI_Datatype     1698 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1699 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1724 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1725 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1747 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1748 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1784 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1785 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1814 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1815 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1841 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1842 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1864 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1865 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1906 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype sType = (MPI_Datatype)sjType;
MPI_Datatype     1907 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype rType = (MPI_Datatype)rjType;
MPI_Datatype     1940 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype     2011 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ireduce(sPtr, rPtr, count, (MPI_Datatype)type,
MPI_Datatype     2025 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype     2067 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iallreduce(sPtr, rPtr, count, (MPI_Datatype)type,
MPI_Datatype     2081 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype     2138 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ireduce_scatter(sPtr, rPtr, cRCounts, (MPI_Datatype)type,
MPI_Datatype     2153 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype     2200 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ireduce_scatter_block(sPtr, rPtr, count, (MPI_Datatype)type,
MPI_Datatype     2212 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype     2227 ompi/mpi/java/c/mpi_Comm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype       61 ompi/mpi/java/c/mpi_Datatype.c MPI_Datatype Dts[] = { MPI_DATATYPE_NULL,  /* NULL */
MPI_Datatype       98 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_get_extent((MPI_Datatype)type, &lb, &extent);
MPI_Datatype      112 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_get_true_extent((MPI_Datatype)type, &lb, &extent);
MPI_Datatype      126 ompi/mpi/java/c/mpi_Datatype.c     rc = MPI_Type_size((MPI_Datatype)type, &result);
MPI_Datatype      134 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type = (MPI_Datatype)handle;
MPI_Datatype      142 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type = (MPI_Datatype)handle;
MPI_Datatype      156 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype newType;
MPI_Datatype      157 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_dup((MPI_Datatype)oldType, &newType);
MPI_Datatype      165 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      166 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_contiguous(count, (MPI_Datatype)oldType, &type);
MPI_Datatype      175 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      178 ompi/mpi/java/c/mpi_Datatype.c                              (MPI_Datatype)oldType, &type);
MPI_Datatype      188 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      191 ompi/mpi/java/c/mpi_Datatype.c                                      (MPI_Datatype)oldType, &type);
MPI_Datatype      201 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      210 ompi/mpi/java/c/mpi_Datatype.c                               (MPI_Datatype)oldType, &type);
MPI_Datatype      222 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      236 ompi/mpi/java/c/mpi_Datatype.c                                (MPI_Datatype)oldType, &type);
MPI_Datatype      257 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype *cTypes = (MPI_Datatype*)calloc(count, sizeof(MPI_Datatype));
MPI_Datatype      265 ompi/mpi/java/c/mpi_Datatype.c         cTypes[i] = (MPI_Datatype)(*env)->GetLongField(
MPI_Datatype      271 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      285 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype type;
MPI_Datatype      286 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_create_resized((MPI_Datatype)oldType, lb, extent, &type);
MPI_Datatype      295 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_set_name((MPI_Datatype)handle, (char*)name);
MPI_Datatype      305 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_get_name((MPI_Datatype)handle, name, &len);
MPI_Datatype      313 ompi/mpi/java/c/mpi_Datatype.c static int typeCopyAttr(MPI_Datatype oldType, int keyval, void *extraState,
MPI_Datatype      319 ompi/mpi/java/c/mpi_Datatype.c static int typeDeleteAttr(MPI_Datatype oldType, int keyval,
MPI_Datatype      345 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_set_attr((MPI_Datatype)type, keyval, cval);
MPI_Datatype      354 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_get_attr((MPI_Datatype)type, keyval, &val, &flag);
MPI_Datatype      365 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_delete_attr((MPI_Datatype)type, keyval);
MPI_Datatype      131 ompi/mpi/java/c/mpi_File.c             (MPI_File)fh, (MPI_Offset)disp, (MPI_Datatype)etype,
MPI_Datatype      132 ompi/mpi/java/c/mpi_File.c             (MPI_Datatype)filetype, (char*)datarep, (MPI_Info)info);
MPI_Datatype      144 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      166 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      188 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      210 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      217 ompi/mpi/java/c/mpi_File.c                                    ptr, count, (MPI_Datatype)type, &status);
MPI_Datatype      234 ompi/mpi/java/c/mpi_File.c                                ptr, count, (MPI_Datatype)type, &request);
MPI_Datatype      248 ompi/mpi/java/c/mpi_File.c                                    ptr, count, (MPI_Datatype)type, &request);
MPI_Datatype      262 ompi/mpi/java/c/mpi_File.c                                 ptr, count, (MPI_Datatype)type, &request);
MPI_Datatype      276 ompi/mpi/java/c/mpi_File.c                                     ptr, count, (MPI_Datatype)type, &request);
MPI_Datatype      287 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      305 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      323 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      341 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      362 ompi/mpi/java/c/mpi_File.c                             (MPI_Datatype)type, &request);
MPI_Datatype      376 ompi/mpi/java/c/mpi_File.c                                 (MPI_Datatype)type, &request);
MPI_Datatype      390 ompi/mpi/java/c/mpi_File.c                              (MPI_Datatype)type, &request);
MPI_Datatype      404 ompi/mpi/java/c/mpi_File.c                                  (MPI_Datatype)type, &request);
MPI_Datatype      440 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      458 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      479 ompi/mpi/java/c/mpi_File.c                                    (MPI_Datatype)type, &request);
MPI_Datatype      493 ompi/mpi/java/c/mpi_File.c                                     (MPI_Datatype)type, &request);
MPI_Datatype      504 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      522 ompi/mpi/java/c/mpi_File.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      558 ompi/mpi/java/c/mpi_File.c                                         ptr, count, (MPI_Datatype)type);
MPI_Datatype      580 ompi/mpi/java/c/mpi_File.c                                          ptr, count, (MPI_Datatype)type);
MPI_Datatype      602 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
MPI_Datatype      625 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
MPI_Datatype      648 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
MPI_Datatype      671 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
MPI_Datatype      693 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, (MPI_Datatype)type, &extent);
MPI_Datatype      225 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      266 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Iscan(sPtr, rPtr, count, (MPI_Datatype)type,
MPI_Datatype      281 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Datatype type = (MPI_Datatype)jType;
MPI_Datatype      322 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Iexscan(sPtr, rPtr, count, (MPI_Datatype)type,
MPI_Datatype      444 ompi/mpi/java/c/mpi_MPI.c static int getTypeExtent(JNIEnv *env, MPI_Datatype type)
MPI_Datatype      583 ompi/mpi/java/c/mpi_MPI.c                         int offset, int count, MPI_Datatype type, int baseType)
MPI_Datatype      611 ompi/mpi/java/c/mpi_MPI.c         int count, int size, int rank, MPI_Datatype type, int baseType)
MPI_Datatype      645 ompi/mpi/java/c/mpi_MPI.c         int rank, MPI_Datatype type, int baseType)
MPI_Datatype      678 ompi/mpi/java/c/mpi_MPI.c         MPI_Datatype type, int baseType)
MPI_Datatype      720 ompi/mpi/java/c/mpi_MPI.c                          int count, MPI_Datatype type)
MPI_Datatype      729 ompi/mpi/java/c/mpi_MPI.c                           int *counts, int *displs, int size, MPI_Datatype type)
MPI_Datatype      740 ompi/mpi/java/c/mpi_MPI.c         jboolean db, int offset, int count, MPI_Datatype type, int baseType)
MPI_Datatype      763 ompi/mpi/java/c/mpi_MPI.c         int rank, MPI_Datatype type, int baseType)
MPI_Datatype      787 ompi/mpi/java/c/mpi_MPI.c         int size, int rank, MPI_Datatype type, int baseType)
MPI_Datatype      822 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int count, MPI_Datatype type)
MPI_Datatype      843 ompi/mpi/java/c/mpi_MPI.c         jboolean db, int *counts, int *displs, int size, MPI_Datatype type)
MPI_Datatype      864 ompi/mpi/java/c/mpi_MPI.c         jboolean db, int offset, int count, MPI_Datatype type, int baseType)
MPI_Datatype      894 ompi/mpi/java/c/mpi_MPI.c         int size, MPI_Datatype type, int baseType)
MPI_Datatype      996 ompi/mpi/java/c/mpi_MPI.c                            jlong **jptr, MPI_Datatype **cptr)
MPI_Datatype     1002 ompi/mpi/java/c/mpi_MPI.c     MPI_Datatype *cDatatypes = calloc(length, sizeof(MPI_Datatype));
MPI_Datatype     1005 ompi/mpi/java/c/mpi_MPI.c         cDatatypes[i] = (MPI_Datatype)jLongs[i];
MPI_Datatype     1011 ompi/mpi/java/c/mpi_MPI.c                               jlong *jptr, MPI_Datatype *cptr)
MPI_Datatype       74 ompi/mpi/java/c/mpi_Message.c     MPI_Datatype type    = (MPI_Datatype)jType;
MPI_Datatype       95 ompi/mpi/java/c/mpi_Message.c     MPI_Datatype type    = (MPI_Datatype)jType;
MPI_Datatype       97 ompi/mpi/java/c/mpi_Op.c                         MPI_Datatype *datatype, int baseType,
MPI_Datatype       81 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
MPI_Datatype      106 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
MPI_Datatype      119 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
MPI_Datatype      133 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
MPI_Datatype      146 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
MPI_Datatype      125 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Put(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      127 ompi/mpi/java/c/mpi_Win.c                      (MPI_Datatype)targetType, (MPI_Win)win);
MPI_Datatype      139 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Get(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      141 ompi/mpi/java/c/mpi_Win.c                      (MPI_Datatype)targetType, (MPI_Win)win);
MPI_Datatype      155 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Accumulate(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      157 ompi/mpi/java/c/mpi_Win.c                             (MPI_Datatype)targetType, op, (MPI_Win)win);
MPI_Datatype      347 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Rput(origPtr, origin_count, (MPI_Datatype)origin_type,
MPI_Datatype      348 ompi/mpi/java/c/mpi_Win.c                       target_rank, (MPI_Aint)target_disp, target_count, (MPI_Datatype)target_datatype,
MPI_Datatype      362 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Rget(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      364 ompi/mpi/java/c/mpi_Win.c                       (MPI_Datatype)targetType, (MPI_Win)win, &request);
MPI_Datatype      378 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Raccumulate(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      380 ompi/mpi/java/c/mpi_Win.c                             (MPI_Datatype)targetType, op, (MPI_Win)win, &request);
MPI_Datatype      395 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Get_accumulate(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      396 ompi/mpi/java/c/mpi_Win.c                                 resultPtr, resultCount, (MPI_Datatype)resultType,
MPI_Datatype      398 ompi/mpi/java/c/mpi_Win.c                                 (MPI_Datatype)targetType, op, (MPI_Win)win);
MPI_Datatype      413 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Rget_accumulate(orgPtr, orgCount, (MPI_Datatype)orgType,
MPI_Datatype      414 ompi/mpi/java/c/mpi_Win.c                                  resultPtr, resultCount, (MPI_Datatype)resultType,
MPI_Datatype      416 ompi/mpi/java/c/mpi_Win.c                                  (MPI_Datatype)targetType, op, (MPI_Win)win, &request);
MPI_Datatype      459 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Compare_and_swap(orgPtr, compPtr, resultPtr, (MPI_Datatype)dataType, 
MPI_Datatype      471 ompi/mpi/java/c/mpi_Win.c     int rc = MPI_Fetch_and_op(orgPtr, resultPtr, (MPI_Datatype)dataType, targetRank, 
MPI_Datatype       26 ompi/mpi/tool/cvar_get_info.c 			MPI_Datatype *datatype, MPI_T_enum *enumtype, char *desc,
MPI_Datatype       43 ompi/mpi/tool/mpit-internal.h int ompit_var_type_to_datatype (mca_base_var_type_t type, MPI_Datatype *datatype);
MPI_Datatype       31 ompi/mpi/tool/mpit_common.c static MPI_Datatype mca_to_mpi_datatypes[MCA_BASE_VAR_TYPE_MAX] = {
MPI_Datatype       58 ompi/mpi/tool/mpit_common.c int ompit_var_type_to_datatype (mca_base_var_type_t type, MPI_Datatype *datatype)
MPI_Datatype       26 ompi/mpi/tool/pvar_get_info.c                         int *verbosity, int *var_class, MPI_Datatype *datatype,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/allgather_init.c int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpiext/pcollreq/c/allgather_init.c                    void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/allgatherv_init.c int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       50 ompi/mpiext/pcollreq/c/allgatherv_init.c                          MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       50 ompi/mpiext/pcollreq/c/allreduce_init.c                         MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/alltoall_init.c int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpiext/pcollreq/c/alltoall_init.c                        void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/alltoallv_init.c                    MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
MPI_Datatype       49 ompi/mpiext/pcollreq/c/alltoallv_init.c                    const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/alltoallw_init.c                         const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
MPI_Datatype       49 ompi/mpiext/pcollreq/c/alltoallw_init.c                         const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
MPI_Datatype       36 ompi/mpiext/pcollreq/c/bcast_init.c int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype,
MPI_Datatype       47 ompi/mpiext/pcollreq/c/exscan_init.c                      MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/gather_init.c int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpiext/pcollreq/c/gather_init.c                      void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       46 ompi/mpiext/pcollreq/c/gatherv_init.c int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/gatherv_init.c                       MPI_Datatype recvtype, int root, MPI_Comm comm,
MPI_Datatype       13 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       14 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       15 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       16 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       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);
MPI_Datatype       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);
MPI_Datatype       20 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       21 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       22 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       23 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       24 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       25 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       26 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       27 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       28 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       29 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       31 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       32 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       33 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       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);
MPI_Datatype       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);
MPI_Datatype       40 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       41 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       42 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       43 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       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);
MPI_Datatype       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);
MPI_Datatype       47 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       48 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       49 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       50 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       51 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       52 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       53 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       54 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       55 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       56 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       58 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       59 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       60 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
MPI_Datatype       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);
MPI_Datatype       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);
MPI_Datatype       51 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       52 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c                             void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       51 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       53 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c                                   MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       51 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       52 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c                                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       51 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                  MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
MPI_Datatype       52 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                  const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm,
MPI_Datatype       51 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                  const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[],
MPI_Datatype       52 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                  const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm,
MPI_Datatype       50 ompi/mpiext/pcollreq/c/reduce_init.c                      MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm,
MPI_Datatype       49 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c                                    MPI_Datatype datatype, MPI_Op op,
MPI_Datatype       50 ompi/mpiext/pcollreq/c/reduce_scatter_init.c                              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
MPI_Datatype       48 ompi/mpiext/pcollreq/c/scan_init.c                    MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/scatter_init.c int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
MPI_Datatype       49 ompi/mpiext/pcollreq/c/scatter_init.c                       void *recvbuf, int recvcount, MPI_Datatype recvtype,
MPI_Datatype       47 ompi/mpiext/pcollreq/c/scatterv_init.c                        MPI_Datatype sendtype, void *recvbuf, int recvcount,
MPI_Datatype       48 ompi/mpiext/pcollreq/c/scatterv_init.c                        MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request)
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       90 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       91 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       79 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       82 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       80 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       83 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       80 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       81 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     MPI_Datatype *c_sendtypes, *c_recvtypes;
MPI_Datatype       92 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     c_sendtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       93 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     c_recvtypes = (MPI_Datatype *) malloc(size * sizeof(MPI_Datatype));
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c     MPI_Datatype c_type;
MPI_Datatype       77 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c     MPI_Datatype c_type;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       78 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c     MPI_Datatype c_sendtype, c_recvtype;
MPI_Datatype       28 ompi/peruse/peruse.h     MPI_Datatype  datatype;
MPI_Datatype       35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
MPI_Datatype       41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
MPI_Datatype       37 orte/test/mpi/parallel_r64.c   MPI_Datatype filetype;
MPI_Datatype       37 orte/test/mpi/parallel_r8.c   MPI_Datatype filetype;
MPI_Datatype       37 orte/test/mpi/parallel_w64.c   MPI_Datatype filetype;
MPI_Datatype       36 orte/test/mpi/parallel_w8.c     MPI_Datatype filetype;
MPI_Datatype       34 test/datatype/checksum.c     MPI_Datatype sparse;
MPI_Datatype       37 test/datatype/large_data.c                                MPI_Datatype dtype, int count)
MPI_Datatype       99 test/datatype/large_data.c     MPI_Datatype ddt, stype, rtype;
MPI_Datatype      158 test/datatype/large_data.c     MPI_Datatype tmp;
MPI_Datatype       20 test/datatype/to_self.c extern void ompi_datatype_dump( MPI_Datatype ddt );
MPI_Datatype       33 test/datatype/to_self.c static MPI_Datatype
MPI_Datatype       39 test/datatype/to_self.c     MPI_Datatype struct_type, temp_type;
MPI_Datatype       40 test/datatype/to_self.c     MPI_Datatype types[2] = {MPI_DOUBLE, MPI_DOUBLE};
MPI_Datatype       60 test/datatype/to_self.c static MPI_Datatype
MPI_Datatype       65 test/datatype/to_self.c     MPI_Datatype dt, *types;
MPI_Datatype       69 test/datatype/to_self.c     types = (MPI_Datatype*)malloc( sizeof(MPI_Datatype) * number );
MPI_Datatype       90 test/datatype/to_self.c static MPI_Datatype
MPI_Datatype       95 test/datatype/to_self.c     MPI_Datatype dt;
MPI_Datatype      113 test/datatype/to_self.c static MPI_Datatype
MPI_Datatype      117 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
MPI_Datatype      119 test/datatype/to_self.c     MPI_Datatype types[2] = { MPI_INT, MPI_FLOAT };
MPI_Datatype      149 test/datatype/to_self.c static MPI_Datatype
MPI_Datatype      152 test/datatype/to_self.c     MPI_Datatype dt1, dt2, dt3;
MPI_Datatype      154 test/datatype/to_self.c     MPI_Datatype types[3];
MPI_Datatype      191 test/datatype/to_self.c                        MPI_Datatype sdt, int scount, void* sbuf,
MPI_Datatype      192 test/datatype/to_self.c                        MPI_Datatype rdt, int rcount, void* rbuf )
MPI_Datatype      225 test/datatype/to_self.c                        MPI_Datatype sdt, int scount, void* sbuf,
MPI_Datatype      226 test/datatype/to_self.c                        MPI_Datatype rdt, int rcount, void* rbuf )
MPI_Datatype      259 test/datatype/to_self.c                              MPI_Datatype sdt, int scount, void* sbuf,
MPI_Datatype      260 test/datatype/to_self.c                              MPI_Datatype rdt, int rcount, void* rbuf )
MPI_Datatype      297 test/datatype/to_self.c                              MPI_Datatype sdt, int scount, void* sbuf,
MPI_Datatype      298 test/datatype/to_self.c                              MPI_Datatype rdt, int rcount, void* rbuf )
MPI_Datatype      334 test/datatype/to_self.c static int do_test_for_ddt( MPI_Datatype sddt, MPI_Datatype rddt, int length )
MPI_Datatype      377 test/datatype/to_self.c     MPI_Datatype ddt;
MPI_Datatype       42 test/spc/spc_test.c     MPI_Datatype datatype;