datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     MPI_Datatype datatype_c;
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        107 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *ierr = MPI_File_get_type_extent(fh_c,datatype_c, &extent_c);
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     MPI_Datatype datatype_c;
datatype_c        107 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        109 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
datatype_c        102 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,datatype_c,&req_c);
datatype_c        102 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,datatype_c,&req_c);
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     MPI_Datatype datatype_c;
datatype_c        107 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        109 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,datatype_c,&req_c);
datatype_c        102 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     MPI_Datatype datatype_c;
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        107 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,datatype_c,&req_c);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,datatype_c);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,datatype_c,status);
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     MPI_Datatype datatype_c;
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        108 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,datatype_c,status);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,datatype_c,status);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,datatype_c);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,datatype_c,status);
datatype_c        100 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     MPI_Datatype datatype_c;
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,datatype_c,status);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,datatype_c,status);
datatype_c        102 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     MPI_Datatype datatype_c;
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        107 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
datatype_c         99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     MPI_Datatype datatype_c;
datatype_c        102 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,datatype_c);
datatype_c        100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     MPI_Datatype datatype_c;
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,datatype_c,status);
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     MPI_Datatype datatype_c;
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,datatype_c,status);
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     MPI_Datatype datatype_c;
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,datatype_c,status);
datatype_c        100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     MPI_Datatype datatype_c;
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,datatype_c);
datatype_c        100 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     MPI_Datatype datatype_c;
datatype_c        103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,datatype_c,status);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,datatype_c,status);
datatype_c        101 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     MPI_Datatype datatype_c;
datatype_c        104 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     datatype_c = MPI_Type_f2c(*datatype);
datatype_c        106 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,datatype_c,status);