sdt               191 test/datatype/to_self.c                        MPI_Datatype sdt, int scount, void* sbuf,
sdt               199 test/datatype/to_self.c     MPI_Type_size( sdt, &slength );
sdt               209 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
sdt               214 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
sdt               225 test/datatype/to_self.c                        MPI_Datatype sdt, int scount, void* sbuf,
sdt               233 test/datatype/to_self.c     MPI_Type_size( sdt, &slength );
sdt               244 test/datatype/to_self.c         MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
sdt               249 test/datatype/to_self.c         ftmpi_mpi_send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
sdt               259 test/datatype/to_self.c                              MPI_Datatype sdt, int scount, void* sbuf,
sdt               267 test/datatype/to_self.c     MPI_Type_size( sdt, &slength );
sdt               277 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
sdt               284 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
sdt               297 test/datatype/to_self.c                              MPI_Datatype sdt, int scount, void* sbuf,
sdt               305 test/datatype/to_self.c     MPI_Type_size( sdt, &slength );
sdt               316 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
sdt               323 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );