Home | History | Annotate | Download | only in mpi

Lines Matching refs:Ty

16 typedef MPI_Datatype Ty;
24 static Ty tycon_Contiguous ( int count, Ty t )
26 Ty t2;
32 static Ty tycon_Struct2 ( int d1, int copies1, Ty t1,
33 int d2, int copies2, Ty t2 )
37 Ty tys[2];
38 Ty tres;
51 static Ty tycon_Vector ( int count, int blocklen, int stride, Ty t )
53 Ty tres;
60 static Ty tycon_HVector ( int count, int blocklen, MPI_Aint stride, Ty t )
62 Ty tres;
69 static Ty tycon_Indexed2 ( int d1, int copies1,
70 int d2, int copies2, Ty t )
74 Ty tres;
85 static Ty tycon_HIndexed2 ( MPI_Aint d1, int copies1,
86 MPI_Aint d2, int copies2, Ty t )
90 Ty tres;
119 void sendToMyself ( Bool commit_free, Ty* tyP, char* name )
249 do { Ty ty = (_type); \
251 sendToMyself((_commit_free), &ty, nm); \