MPI_File_seek      67 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_seek ROMIO_PREFIX(MPI_File_seek)
MPI_File_seek     100 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c     *ierr = MPI_File_seek(fh_c,*offset,*whence);
MPI_File_seek      21 ompi/mca/io/romio321/romio/mpi-io/seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence) __attribute__((weak,alias("PMPI_File_seek")));
MPI_File_seek     117 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     MPI_File_seek (fh, test->offset, MPI_SEEK_SET);
MPI_File_seek     142 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     MPI_File_seek (fh, 0, MPI_SEEK_SET);
MPI_File_seek      98 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_seek(fh, 0, MPI_SEEK_SET);
MPI_File_seek      61 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET);
MPI_File_seek      74 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET);
MPI_File_seek     108 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET);
MPI_File_seek     126 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET);
MPI_File_seek     374 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_seek) (data->romio_fh, offset, whence);
MPI_File_seek     391 ompi/mpi/cxx/file_inln.h   (void) MPI_File_seek(mpi_file, offset, whence);
MPI_File_seek     202 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_seek, mpi_file_seek, MPI_FILE_SEEK, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr));
MPI_File_seek     226 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h interface MPI_File_seek
MPI_File_seek     228 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_seek(fh, offset, whence, ierror)
MPI_File_seek     234 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h end subroutine MPI_File_seek
MPI_File_seek     413 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_seek((MPI_File)fh, (MPI_Offset)offset, whence);