oldtype 208 ompi/datatype/ompi_datatype.h int const* psize_array, int order, const ompi_datatype_t* oldtype, oldtype 212 ompi/datatype/ompi_datatype.h const ompi_datatype_t* oldtype, ompi_datatype_t** newtype); oldtype 182 ompi/datatype/ompi_datatype_create_darray.c const ompi_datatype_t* oldtype, oldtype 198 ompi/datatype/ompi_datatype_create_darray.c rc = ompi_datatype_type_extent(oldtype, &orig_extent); oldtype 221 ompi/datatype/ompi_datatype_create_darray.c rc = ompi_datatype_duplicate(oldtype, &lastType); oldtype 36 ompi/datatype/ompi_datatype_create_subarray.c const ompi_datatype_t* oldtype, oldtype 49 ompi/datatype/ompi_datatype_create_subarray.c ompi_datatype_type_extent( oldtype, &extent ); oldtype 57 ompi/datatype/ompi_datatype_create_subarray.c ompi_datatype_create_contiguous( subsize_array[0], oldtype, &last_type ); oldtype 78 ompi/datatype/ompi_datatype_create_subarray.c oldtype, newtype ); oldtype 35 ompi/mca/common/ompio/common_ompio_file_view.c static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newtype ); oldtype 36 ompi/mca/common/ompio/common_ompio_file_view.c static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newtype ) oldtype 39 ompi/mca/common/ompio/common_ompio_file_view.c if( ompi_datatype_is_predefined(oldtype) ) { oldtype 40 ompi/mca/common/ompio/common_ompio_file_view.c OBJ_RETAIN(oldtype); oldtype 41 ompi/mca/common/ompio/common_ompio_file_view.c *newtype = oldtype; oldtype 45 ompi/mca/common/ompio/common_ompio_file_view.c if ( OMPI_SUCCESS != ompi_datatype_duplicate (oldtype, &type)){ oldtype 50 ompi/mca/common/ompio/common_ompio_file_view.c ompi_datatype_set_args( type, 0, NULL, 0, NULL, 1, &oldtype, MPI_COMBINER_DUP ); oldtype 37 ompi/mca/io/ompio/io_ompio_file_set_view.c static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newtype ); oldtype 38 ompi/mca/io/ompio/io_ompio_file_set_view.c static int datatype_duplicate (ompi_datatype_t *oldtype, ompi_datatype_t **newtype ) oldtype 41 ompi/mca/io/ompio/io_ompio_file_set_view.c if( ompi_datatype_is_predefined(oldtype) ) { oldtype 42 ompi/mca/io/ompio/io_ompio_file_set_view.c OBJ_RETAIN(oldtype); oldtype 43 ompi/mca/io/ompio/io_ompio_file_set_view.c *newtype = oldtype; oldtype 47 ompi/mca/io/ompio/io_ompio_file_set_view.c if ( OMPI_SUCCESS != ompi_datatype_duplicate (oldtype, &type)){ oldtype 52 ompi/mca/io/ompio/io_ompio_file_set_view.c ompi_datatype_set_args( type, 0, NULL, 0, NULL, 1, &oldtype, MPI_COMBINER_DUP ); oldtype 24 ompi/mca/io/romio321/romio/adio/common/ad_darray.c int order, MPI_Datatype oldtype, oldtype 31 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Type_get_extent(oldtype, &lb, &orig_extent); oldtype 45 ompi/mca/io/romio321/romio/adio/common/ad_darray.c type_old = oldtype; oldtype 16 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Datatype oldtype, oldtype 23 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Type_get_extent(oldtype, &lb, &extent); oldtype 28 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Type_contiguous(array_of_subsizes[0], oldtype, &tmp1); oldtype 33 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c array_of_sizes[0], oldtype, &tmp1); oldtype 57 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c MPI_Type_contiguous(array_of_subsizes[0], oldtype, &tmp1); oldtype 62 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c array_of_sizes[ndims-1], oldtype, &tmp1); oldtype 16 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Datatype oldtype, MPI_Datatype *newtype) oldtype 35 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_vector(c, INT_MAX, INT_MAX, oldtype, &chunks); oldtype 36 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_contiguous(r, oldtype, &remainder); oldtype 38 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_get_extent(oldtype, &lb, &extent); oldtype 60 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Datatype oldtype, oldtype 85 ompi/mca/io/romio321/romio/adio/common/utils.c type_create_contiguous_x(array_of_blocklengths[i], oldtype, &(types[i])); oldtype 89 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_contiguous(blocklens[i], oldtype, &(types[i])); oldtype 98 ompi/mca/io/romio321/romio/adio/common/utils.c array_of_displacements, oldtype, newtype); oldtype 441 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_Datatype oldtype, oldtype 446 ompi/mca/io/romio321/romio/adio/include/adio.h int order, MPI_Datatype oldtype, oldtype 757 ompi/mca/io/romio321/romio/adio/include/adioi.h MPI_Datatype oldtype, oldtype 48 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c int order, MPI_Datatype oldtype, oldtype 155 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c if (oldtype == MPI_DATATYPE_NULL) { oldtype 162 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c MPI_Type_get_extent(oldtype, &orig_lb, &orig_extent); oldtype 196 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c oldtype, oldtype 96 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c int *order, MPI_Fint *oldtype, oldtype 102 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c int *order, MPI_Fint *oldtype, oldtype 107 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c oldtype_c = MPI_Type_f2c(*oldtype); oldtype 119 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c MPI_Fint *order,MPI_Fint *oldtype, oldtype 125 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c MPI_Fint *order,MPI_Fint *oldtype, oldtype 128 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/darrayf.c *ierr = MPI_Type_create_darray(*size,*rank,*ndims,array_of_gsizes,array_of_distribs,array_of_dargs,array_of_psizes,*order,*oldtype,newtype); oldtype 96 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c int *order,MPI_Fint *oldtype, oldtype 101 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c int *order,MPI_Fint *oldtype, oldtype 106 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c oldtype_c = MPI_Type_f2c(*oldtype); oldtype 117 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c MPI_Fint *order,MPI_Fint *oldtype, oldtype 122 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c MPI_Fint *order,MPI_Fint *oldtype, oldtype 125 ompi/mca/io/romio321/romio/mpi2-other/array/fortran/subarrayf.c *ierr = MPI_Type_create_subarray(*ndims,array_of_sizes,array_of_subsizes,array_of_starts,*order,*oldtype,newtype); oldtype 43 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c int order, MPI_Datatype oldtype, oldtype 123 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c if (oldtype == MPI_DATATYPE_NULL) { oldtype 131 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c MPI_Type_get_extent(oldtype, &lb, &extent); oldtype 162 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c oldtype, oldtype 45 ompi/mpi/c/type_contiguous.c MPI_Datatype oldtype, oldtype 51 ompi/mpi/c/type_contiguous.c memchecker_datatype(oldtype); oldtype 56 ompi/mpi/c/type_contiguous.c if (MPI_DATATYPE_NULL == oldtype || NULL == oldtype || oldtype 66 ompi/mpi/c/type_contiguous.c rc = ompi_datatype_create_contiguous( count, oldtype, newtype ); oldtype 72 ompi/mpi/c/type_contiguous.c ompi_datatype_set_args( *newtype, 1, a_i, 0, NULL, 1, &oldtype, MPI_COMBINER_CONTIGUOUS ); oldtype 51 ompi/mpi/c/type_create_darray.c MPI_Datatype oldtype, oldtype 58 ompi/mpi/c/type_create_darray.c memchecker_datatype(oldtype); oldtype 73 ompi/mpi/c/type_create_darray.c } else if( !(OPAL_DATATYPE_FLAG_DATA & oldtype->super.flags) ) { oldtype 104 ompi/mpi/c/type_create_darray.c order, oldtype, newtype ); oldtype 109 ompi/mpi/c/type_create_darray.c ompi_datatype_set_args( *newtype, 4 * ndims + 4, a_i, 0, NULL, 1, &oldtype, oldtype 46 ompi/mpi/c/type_create_hindexed.c MPI_Datatype oldtype, oldtype 52 ompi/mpi/c/type_create_hindexed.c memchecker_datatype(oldtype); oldtype 64 ompi/mpi/c/type_create_hindexed.c } else if (MPI_DATATYPE_NULL == oldtype || NULL == oldtype || oldtype 80 ompi/mpi/c/type_create_hindexed.c oldtype, newtype ); oldtype 90 ompi/mpi/c/type_create_hindexed.c 1, &oldtype, MPI_COMBINER_HINDEXED ); oldtype 39 ompi/mpi/c/type_create_hindexed_block.c MPI_Datatype oldtype, oldtype 45 ompi/mpi/c/type_create_hindexed_block.c memchecker_datatype(oldtype); oldtype 56 ompi/mpi/c/type_create_hindexed_block.c } else if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 66 ompi/mpi/c/type_create_hindexed_block.c oldtype, newtype ); oldtype 73 ompi/mpi/c/type_create_hindexed_block.c ompi_datatype_set_args( *newtype, 2, a_i, count, array_of_displacements, 1, &oldtype, oldtype 46 ompi/mpi/c/type_create_hvector.c MPI_Datatype oldtype, oldtype 52 ompi/mpi/c/type_create_hvector.c memchecker_datatype(oldtype); oldtype 63 ompi/mpi/c/type_create_hvector.c } else if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 72 ompi/mpi/c/type_create_hvector.c rc = ompi_datatype_create_hvector ( count, blocklength, stride, oldtype, oldtype 80 ompi/mpi/c/type_create_hvector.c ompi_datatype_set_args( *newtype, 2, a_i, 1, a_a, 1, &oldtype, MPI_COMBINER_HVECTOR ); oldtype 46 ompi/mpi/c/type_create_indexed_block.c MPI_Datatype oldtype, oldtype 52 ompi/mpi/c/type_create_indexed_block.c memchecker_datatype(oldtype); oldtype 63 ompi/mpi/c/type_create_indexed_block.c } else if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 73 ompi/mpi/c/type_create_indexed_block.c oldtype, newtype ); oldtype 81 ompi/mpi/c/type_create_indexed_block.c ompi_datatype_set_args( *newtype, 2 + count, a_i, 0, NULL, 1, &oldtype, oldtype 40 ompi/mpi/c/type_create_resized.c int MPI_Type_create_resized(MPI_Datatype oldtype, oldtype 48 ompi/mpi/c/type_create_resized.c memchecker_datatype(oldtype); oldtype 53 ompi/mpi/c/type_create_resized.c if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 62 ompi/mpi/c/type_create_resized.c rc = ompi_datatype_create_resized( oldtype, lb, extent, newtype ); oldtype 72 ompi/mpi/c/type_create_resized.c ompi_datatype_set_args( *newtype, 0, NULL, 2, a_a, 1, &oldtype, MPI_COMBINER_RESIZED ); oldtype 49 ompi/mpi/c/type_create_subarray.c MPI_Datatype oldtype, oldtype 55 ompi/mpi/c/type_create_subarray.c memchecker_datatype(oldtype); oldtype 64 ompi/mpi/c/type_create_subarray.c } else if( (NULL == oldtype) || (MPI_DATATYPE_NULL == oldtype) || (NULL == newtype) ) { oldtype 81 ompi/mpi/c/type_create_subarray.c order, oldtype, newtype); oldtype 85 ompi/mpi/c/type_create_subarray.c ompi_datatype_set_args( *newtype, 3 * ndims + 2, a_i, 0, NULL, 1, &oldtype, oldtype 45 ompi/mpi/c/type_indexed.c MPI_Datatype oldtype, oldtype 51 ompi/mpi/c/type_indexed.c memchecker_datatype(oldtype); oldtype 56 ompi/mpi/c/type_indexed.c if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 80 ompi/mpi/c/type_indexed.c oldtype, newtype ); oldtype 90 ompi/mpi/c/type_indexed.c ompi_datatype_set_args( *newtype, 2 * count + 1, a_i, 0, NULL, 1, &oldtype, oldtype 45 ompi/mpi/c/type_vector.c MPI_Datatype oldtype, oldtype 51 ompi/mpi/c/type_vector.c memchecker_datatype(oldtype); oldtype 56 ompi/mpi/c/type_vector.c if (NULL == oldtype || MPI_DATATYPE_NULL == oldtype || oldtype 71 ompi/mpi/c/type_vector.c rc = ompi_datatype_create_vector ( count, blocklength, stride, oldtype, newtype ); oldtype 77 ompi/mpi/c/type_vector.c ompi_datatype_set_args( *newtype, 3, a_i, 0, NULL, 1, &oldtype, MPI_COMBINER_VECTOR ); oldtype 98 ompi/mpi/cxx/datatype.h typedef int Copy_attr_function(const Datatype& oldtype, oldtype 407 ompi/mpi/cxx/datatype_inln.h typedef int MPI::Datatype::Copy_attr_function(const Datatype& oldtype, oldtype 379 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_type_copy_attr_intercept(MPI_Datatype oldtype, int keyval, oldtype 391 ompi/mpi/cxx/intercepts.cc ret = kid->c_copy_fn(oldtype, keyval, kid->extra_state, attribute_val_in, oldtype 396 ompi/mpi/cxx/intercepts.cc MPI::Datatype cxx_datatype(oldtype); oldtype 117 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_type_copy_attr_intercept(MPI_Datatype oldtype, int keyval, oldtype 367 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_contiguous, mpi_type_contiguous, MPI_TYPE_CONTIGUOUS, (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 368 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_darray, mpi_type_create_darray, MPI_TYPE_CREATE_DARRAY, (MPI_Fint *size, MPI_Fint *rank, MPI_Fint *ndims, MPI_Fint *gsize_array, MPI_Fint *distrib_array, MPI_Fint *darg_array, MPI_Fint *psize_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 372 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hindexed, mpi_type_create_hindexed, MPI_TYPE_CREATE_HINDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 373 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hvector, mpi_type_create_hvector, MPI_TYPE_CREATE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 375 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_indexed_block, mpi_type_create_indexed_block, MPI_TYPE_CREATE_INDEXED_BLOCK, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 376 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hindexed_block, mpi_type_create_hindexed_block, MPI_TYPE_CREATE_HINDEXED_BLOCK, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 378 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_subarray, mpi_type_create_subarray, MPI_TYPE_CREATE_SUBARRAY, (MPI_Fint *ndims, MPI_Fint *size_array, MPI_Fint *subsize_array, MPI_Fint *start_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 379 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_resized, mpi_type_create_resized, MPI_TYPE_CREATE_RESIZED, (MPI_Fint *oldtype, MPI_Aint *lb, MPI_Aint *extent, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 393 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_hindexed, mpi_type_hindexed, MPI_TYPE_HINDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 394 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_hvector, mpi_type_hvector, MPI_TYPE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 395 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_indexed, mpi_type_indexed, MPI_TYPE_INDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 404 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_vector, mpi_type_vector, MPI_TYPE_VECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); oldtype 41 ompi/mpi/fortran/mpif-h/type_contiguous_f.c (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_contiguous_f.c (count, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_contiguous_f.c (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_contiguous_f.c (count, oldtype, newtype, ierr) ) oldtype 69 ompi/mpi/fortran/mpif-h/type_contiguous_f.c void ompi_type_contiguous_f(MPI_Fint *count, MPI_Fint *oldtype, oldtype 73 ompi/mpi/fortran/mpif-h/type_contiguous_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_darray_f.c (MPI_Fint *size, MPI_Fint *rank, MPI_Fint *ndims, MPI_Fint *gsize_array, MPI_Fint *distrib_array, MPI_Fint *darg_array, MPI_Fint *psize_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_darray_f.c (size, rank, ndims, gsize_array, distrib_array, darg_array, psize_array, order, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_darray_f.c (MPI_Fint *size, MPI_Fint *rank, MPI_Fint *ndims, MPI_Fint *gsize_array, MPI_Fint *distrib_array, MPI_Fint *darg_array, MPI_Fint *psize_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_darray_f.c (size, rank, ndims, gsize_array, distrib_array, darg_array, psize_array, order, oldtype, newtype, ierr) ) oldtype 73 ompi/mpi/fortran/mpif-h/type_create_darray_f.c MPI_Fint *oldtype, MPI_Fint *newtype, oldtype 77 ompi/mpi/fortran/mpif-h/type_create_darray_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 34 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 35 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c (count, blocklength, array_of_displacements, oldtype, newtype, ierr) ) oldtype 54 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 55 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c (count, blocklength, array_of_displacements, oldtype, newtype, ierr) ) oldtype 64 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c MPI_Fint *oldtype, MPI_Fint *newtype, oldtype 68 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 73 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c MPI_Fint *oldtype, MPI_Fint *newtype, oldtype 77 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 69 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c MPI_Aint *stride, MPI_Fint *oldtype, oldtype 73 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c (count, blocklength, array_of_displacements, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c (count, blocklength, array_of_displacements, oldtype, newtype, ierr) ) oldtype 71 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c MPI_Fint *oldtype, MPI_Fint *newtype, oldtype 75 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_resized_f.c (MPI_Fint *oldtype, MPI_Aint *lb, MPI_Aint *extent, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_resized_f.c (oldtype, lb, extent, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_resized_f.c (MPI_Fint *oldtype, MPI_Aint *lb, MPI_Aint *extent, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_resized_f.c (oldtype, lb, extent, newtype, ierr) ) oldtype 69 ompi/mpi/fortran/mpif-h/type_create_resized_f.c void ompi_type_create_resized_f(MPI_Fint *oldtype, MPI_Aint *lb, oldtype 74 ompi/mpi/fortran/mpif-h/type_create_resized_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c (MPI_Fint *ndims, MPI_Fint *size_array, MPI_Fint *subsize_array, MPI_Fint *start_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c (ndims, size_array, subsize_array, start_array, order, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c (MPI_Fint *ndims, MPI_Fint *size_array, MPI_Fint *subsize_array, MPI_Fint *start_array, MPI_Fint *order, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c (ndims, size_array, subsize_array, start_array, order, oldtype, newtype, ierr) ) oldtype 72 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c MPI_Fint *oldtype, MPI_Fint *newtype, oldtype 82 ompi/mpi/fortran/mpif-h/type_create_subarray_f.c c_old = PMPI_Type_f2c(*oldtype); oldtype 43 ompi/mpi/fortran/mpif-h/type_hindexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 44 ompi/mpi/fortran/mpif-h/type_hindexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 63 ompi/mpi/fortran/mpif-h/type_hindexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 64 ompi/mpi/fortran/mpif-h/type_hindexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 76 ompi/mpi/fortran/mpif-h/type_hindexed_f.c MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr) oldtype 78 ompi/mpi/fortran/mpif-h/type_hindexed_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 70 ompi/mpi/fortran/mpif-h/type_hvector_f.c MPI_Fint *stride, MPI_Fint *oldtype, oldtype 76 ompi/mpi/fortran/mpif-h/type_hvector_f.c c_oldtype = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_indexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_indexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_indexed_f.c (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_indexed_f.c (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) ) oldtype 70 ompi/mpi/fortran/mpif-h/type_indexed_f.c MPI_Fint *array_of_displacements, MPI_Fint *oldtype, oldtype 74 ompi/mpi/fortran/mpif-h/type_indexed_f.c MPI_Datatype c_old = PMPI_Type_f2c(*oldtype); oldtype 41 ompi/mpi/fortran/mpif-h/type_vector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 42 ompi/mpi/fortran/mpif-h/type_vector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 61 ompi/mpi/fortran/mpif-h/type_vector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), oldtype 62 ompi/mpi/fortran/mpif-h/type_vector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) oldtype 70 ompi/mpi/fortran/mpif-h/type_vector_f.c MPI_Fint *stride, MPI_Fint *oldtype, oldtype 77 ompi/mpi/fortran/mpif-h/type_vector_f.c c_old = PMPI_Type_f2c(*oldtype); oldtype 557 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_contiguous_f(count,oldtype,newtype,ierror) & oldtype 561 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 568 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h order,oldtype,newtype,ierror) & oldtype 574 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 580 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h array_of_displacements,oldtype,newtype,ierror) & oldtype 587 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 592 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_hvector_f(count,blocklength,stride,oldtype,newtype,ierror) & oldtype 598 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 604 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h array_of_displacements,oldtype,newtype,ierror) & oldtype 609 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 615 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h array_of_displacements,oldtype,newtype,ierror) & oldtype 621 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 626 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_resized_f(oldtype,lb,extent,newtype,ierror) & oldtype 631 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 650 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h array_of_subsizes,array_of_starts,order,oldtype,newtype,ierror) & oldtype 655 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 660 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_dup_f(oldtype,newtype,ierror) & oldtype 663 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 735 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h array_of_displacements,oldtype,newtype,ierror) & oldtype 740 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 762 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_vector_f(count,blocklength,stride,oldtype,newtype,ierror) & oldtype 766 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: oldtype oldtype 1403 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_contiguous(count, oldtype, newtype, ierror) oldtype 1405 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1416 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h darg_array, psize_array, order, oldtype, newtype, ierror) oldtype 1425 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1470 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 1476 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1486 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype& oldtype 1492 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1502 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype& oldtype 1507 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1531 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_resized(oldtype, lb, extent, newtype, ierror) oldtype 1533 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1562 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h oldtype, newtype, ierror) oldtype 1568 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1589 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_dup(oldtype, newtype, ierror) oldtype 1590 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1731 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 1736 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1803 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_vector(count, blocklength, stride, oldtype, newtype& oldtype 1808 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 2324 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype& oldtype 2330 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 125 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 130 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: oldtype oldtype 140 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_hvector(count, blocklength, stride, oldtype, newtype& oldtype 145 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: oldtype oldtype 1403 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_contiguous(count, oldtype, newtype, ierror) oldtype 1405 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1416 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h darg_array, psize_array, order, oldtype, newtype, ierror) oldtype 1425 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1470 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 1476 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1486 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype& oldtype 1492 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1502 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype& oldtype 1507 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1531 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_resized(oldtype, lb, extent, newtype, ierror) oldtype 1533 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1562 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h oldtype, newtype, ierror) oldtype 1568 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1731 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 1736 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 1805 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_vector(count, blocklength, stride, oldtype, newtype& oldtype 1810 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 2326 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype& oldtype 2332 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: oldtype oldtype 125 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype& oldtype 130 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: oldtype oldtype 140 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_hvector(count, blocklength, stride, oldtype, newtype& oldtype 145 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: oldtype oldtype 232 test/datatype/ddt_pack.c ompi_datatype_t * oldtype = &ompi_mpi_double.dt; oldtype 233 test/datatype/ddt_pack.c ompi_datatype_set_args( newType, 2 + count, a_i, 0, NULL, 1, &oldtype, oldtype 295 test/datatype/ddt_pack.c ompi_datatype_t * oldtype = &ompi_mpi_double.dt; oldtype 297 test/datatype/ddt_pack.c 1, &oldtype, MPI_COMBINER_HINDEXED );