array_of_displacements   59 ompi/mca/io/romio321/romio/adio/common/utils.c 		const MPI_Aint array_of_displacements[],
array_of_displacements   94 ompi/mca/io/romio321/romio/adio/common/utils.c 	ret = MPI_Type_create_struct(count, blocklens, array_of_displacements,
array_of_displacements   98 ompi/mca/io/romio321/romio/adio/common/utils.c 		array_of_displacements, oldtype, newtype);
array_of_displacements  756 ompi/mca/io/romio321/romio/adio/include/adioi.h 		const MPI_Aint array_of_displacements[],
array_of_displacements   45 ompi/mpi/c/type_create_hindexed.c                              const MPI_Aint array_of_displacements[],
array_of_displacements   61 ompi/mpi/c/type_create_hindexed.c                                    NULL == array_of_displacements)) {
array_of_displacements   79 ompi/mpi/c/type_create_hindexed.c     rc = ompi_datatype_create_hindexed( count, array_of_blocklengths, array_of_displacements,
array_of_displacements   89 ompi/mpi/c/type_create_hindexed.c         ompi_datatype_set_args( *newtype, count + 1, a_i, count, array_of_displacements,
array_of_displacements   38 ompi/mpi/c/type_create_hindexed_block.c                                    const MPI_Aint array_of_displacements[],
array_of_displacements   53 ompi/mpi/c/type_create_hindexed_block.c         } else if( (count > 0) && (blocklength < 0 || NULL == array_of_displacements) ) {
array_of_displacements   65 ompi/mpi/c/type_create_hindexed_block.c     rc = ompi_datatype_create_hindexed_block( count, blocklength, array_of_displacements,
array_of_displacements   73 ompi/mpi/c/type_create_hindexed_block.c         ompi_datatype_set_args( *newtype, 2, a_i, count, array_of_displacements, 1, &oldtype,
array_of_displacements   45 ompi/mpi/c/type_create_indexed_block.c                                   const int array_of_displacements[],
array_of_displacements   60 ompi/mpi/c/type_create_indexed_block.c         } else if( (count > 0) && (blocklength < 0 || NULL == array_of_displacements) ) {
array_of_displacements   72 ompi/mpi/c/type_create_indexed_block.c     rc = ompi_datatype_create_indexed_block( count, blocklength, array_of_displacements,
array_of_displacements   79 ompi/mpi/c/type_create_indexed_block.c         const int* a_i[3] = {&count, &blocklength, array_of_displacements};
array_of_displacements   45 ompi/mpi/c/type_create_struct.c                            const MPI_Aint array_of_displacements[],
array_of_displacements   65 ompi/mpi/c/type_create_struct.c                                    NULL == array_of_displacements ||
array_of_displacements   85 ompi/mpi/c/type_create_struct.c     rc = ompi_datatype_create_struct( count, array_of_blocklengths, array_of_displacements,
array_of_displacements   96 ompi/mpi/c/type_create_struct.c         ompi_datatype_set_args( *newtype, count + 1, a_i, count, array_of_displacements,
array_of_displacements   44 ompi/mpi/c/type_indexed.c                      const int array_of_displacements[],
array_of_displacements   64 ompi/mpi/c/type_indexed.c                                    NULL == array_of_displacements)) {
array_of_displacements   79 ompi/mpi/c/type_indexed.c                                         array_of_displacements,
array_of_displacements   88 ompi/mpi/c/type_indexed.c         const int* a_i[3] = {&count, array_of_blocklengths, array_of_displacements};
array_of_displacements  119 ompi/mpi/cxx/datatype.h 				  const int array_of_displacements[]) const;
array_of_displacements  122 ompi/mpi/cxx/datatype.h 				const Aint array_of_displacements[],
array_of_displacements  126 ompi/mpi/cxx/datatype.h 				   const Aint array_of_displacements[]) const;
array_of_displacements   48 ompi/mpi/cxx/datatype_inln.h 				     const int array_of_displacements[]) const
array_of_displacements   52 ompi/mpi/cxx/datatype_inln.h 			 const_cast<int *>(array_of_displacements), mpi_datatype, &newtype);
array_of_displacements   58 ompi/mpi/cxx/datatype_inln.h 				    const MPI::Aint array_of_displacements[],
array_of_displacements   68 ompi/mpi/cxx/datatype_inln.h                                const_cast<MPI_Aint*>(array_of_displacements),
array_of_displacements   76 ompi/mpi/cxx/datatype_inln.h 				      const MPI::Aint array_of_displacements[]) const
array_of_displacements   80 ompi/mpi/cxx/datatype_inln.h                                  const_cast<MPI_Aint*>(array_of_displacements),
array_of_displacements   98 ompi/mpi/cxx/datatype_inln.h 				    const int array_of_displacements[]) const
array_of_displacements  101 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_create_indexed_block(count, blocklength, const_cast<int *>(array_of_displacements),
array_of_displacements  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));
array_of_displacements  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));
array_of_displacements  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));
array_of_displacements  377 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_struct, mpi_type_create_struct, MPI_TYPE_CREATE_STRUCT, (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr));
array_of_displacements  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));
array_of_displacements  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));
array_of_displacements  402 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_struct, mpi_type_struct, MPI_TYPE_STRUCT, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr));
array_of_displacements   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),
array_of_displacements   35 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   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),
array_of_displacements   55 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   63 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c 				     MPI_Aint *array_of_displacements,
array_of_displacements   73 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c 			array_of_displacements,
array_of_displacements   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),
array_of_displacements   42 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   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),
array_of_displacements   62 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   72 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c 				MPI_Aint *array_of_displacements,
array_of_displacements   85 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                                 array_of_displacements, c_old,
array_of_displacements   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),
array_of_displacements   42 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   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),
array_of_displacements   62 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   70 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c 				     MPI_Fint *array_of_displacements,
array_of_displacements   77 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     OMPI_ARRAY_NAME_DECL(array_of_displacements);
array_of_displacements   79 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     OMPI_ARRAY_FINT_2_INT(array_of_displacements, *count);
array_of_displacements   83 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c 			OMPI_ARRAY_NAME_CONVERT(array_of_displacements),
array_of_displacements   91 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(array_of_displacements);
array_of_displacements   43 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
array_of_displacements   44 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
array_of_displacements   63 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
array_of_displacements   64 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
array_of_displacements   76 ompi/mpi/fortran/mpif-h/type_create_struct_f.c 			      MPI_Aint *array_of_displacements,
array_of_displacements  101 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            array_of_displacements, c_type_old_array, &c_new);
array_of_displacements   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),
array_of_displacements   44 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   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),
array_of_displacements   64 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   75 ompi/mpi/fortran/mpif-h/type_hindexed_f.c 			 MPI_Fint *array_of_displacements,
array_of_displacements   92 ompi/mpi/fortran/mpif-h/type_hindexed_f.c         c_disp_array[i] = (MPI_Aint) array_of_displacements[i];
array_of_displacements   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),
array_of_displacements   42 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   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),
array_of_displacements   62 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
array_of_displacements   70 ompi/mpi/fortran/mpif-h/type_indexed_f.c 			MPI_Fint *array_of_displacements, MPI_Fint *oldtype,
array_of_displacements   77 ompi/mpi/fortran/mpif-h/type_indexed_f.c     OMPI_ARRAY_NAME_DECL(array_of_displacements);
array_of_displacements   80 ompi/mpi/fortran/mpif-h/type_indexed_f.c     OMPI_ARRAY_FINT_2_INT(array_of_displacements, *count);
array_of_displacements   84 ompi/mpi/fortran/mpif-h/type_indexed_f.c                               OMPI_ARRAY_NAME_CONVERT(array_of_displacements),
array_of_displacements   89 ompi/mpi/fortran/mpif-h/type_indexed_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(array_of_displacements);
array_of_displacements   43 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
array_of_displacements   44 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
array_of_displacements   63 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
array_of_displacements   64 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
array_of_displacements   75 ompi/mpi/fortran/mpif-h/type_struct_f.c 		       MPI_Fint *array_of_displacements,
array_of_displacements   96 ompi/mpi/fortran/mpif-h/type_struct_f.c         c_disp_array[i] = (MPI_Aint) array_of_displacements[i];
array_of_displacements  580 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                        array_of_displacements,oldtype,newtype,ierror) &
array_of_displacements  586 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
array_of_displacements  604 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                             array_of_displacements,oldtype,newtype,ierror) &
array_of_displacements  608 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_displacements(count)
array_of_displacements  615 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                             array_of_displacements,oldtype,newtype,ierror) &
array_of_displacements  620 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
array_of_displacements  637 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            array_of_displacements,array_of_types,newtype,ierror) &
array_of_displacements  643 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
array_of_displacements  735 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                array_of_displacements,oldtype,newtype,ierror) &
array_of_displacements  739 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_blocklengths(count), array_of_displacements(count)
array_of_displacements 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&
array_of_displacements 1475 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1502 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
array_of_displacements 1506 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1545 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_struct(count, array_of_block_lengths, array_of_displacements, array_of_types, newtype&
array_of_displacements 1550 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1731 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
array_of_displacements 1735 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements 2324 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
array_of_displacements 2329 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements  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&
array_of_displacements  129 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements  164 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_struct(count, array_of_blocklengths, array_of_displacements, array_of_types, newtype&
array_of_displacements  168 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements 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&
array_of_displacements 1475 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1502 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
array_of_displacements 1506 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1545 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_struct(count, array_of_block_lengths, array_of_displacements, array_of_types, newtype&
array_of_displacements 1550 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements 1731 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
array_of_displacements 1735 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements 2326 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
array_of_displacements 2331 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer(kind=MPI_ADDRESS_KIND), dimension(*), intent(in) :: array_of_displacements
array_of_displacements  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&
array_of_displacements  129 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements
array_of_displacements  164 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_struct(count, array_of_blocklengths, array_of_displacements, array_of_types, newtype&
array_of_displacements  168 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, dimension(*), intent(in) :: array_of_displacements