Searched refs:dtys (Results 1 – 1 of 1) sorted by relevance
674 MPI_Datatype* dtys = NULL; in walk_type() local762 dtys = malloc(n_dtys * sizeof(MPI_Datatype)); in walk_type()763 assert(dtys); in walk_type()767 ints, addrs, dtys ); in walk_type()774 walk_type_array( f, base, dtys[0], ints[0] ); in walk_type()775 maybeFreeTy( &dtys[0] ); in walk_type()780 ex = extentOfTy(dtys[0]); in walk_type()786 dtys[0], ints[1]/*blocklength*/ ); in walk_type()788 maybeFreeTy( &dtys[0] ); in walk_type()793 ex = extentOfTy(dtys[0]); in walk_type()[all …]