MPI_File_get_byte_offset   69 ompi/mca/io/romio321/romio/include/io_romio_conv.h #define MPI_File_get_byte_offset ROMIO_PREFIX(MPI_File_get_byte_offset)
MPI_File_get_byte_offset  100 ompi/mca/io/romio321/romio/mpi-io/fortran/get_bytofff.c     *ierr = MPI_File_get_byte_offset(fh_c,*offset,disp);
MPI_File_get_byte_offset   21 ompi/mca/io/romio321/romio/mpi-io/get_bytoff.c int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset, MPI_Offset *disp) __attribute__((weak,alias("PMPI_File_get_byte_offset")));
MPI_File_get_byte_offset  407 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_get_byte_offset) (data->romio_fh, offset, disp);
MPI_File_get_byte_offset   51 ompi/mpi/cxx/file_inln.h   (void) MPI_File_get_byte_offset(mpi_file, ldisp, &offset);
MPI_File_get_byte_offset  204 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_byte_offset, mpi_file_get_byte_offset, MPI_FILE_GET_BYTE_OFFSET, (MPI_Fint *fh, MPI_Offset *offset, MPI_Offset *disp, MPI_Fint *ierr));
MPI_File_get_byte_offset   88 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h interface MPI_File_get_byte_offset
MPI_File_get_byte_offset   90 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_byte_offset(fh, offset, disp, ierror)
MPI_File_get_byte_offset   96 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h end subroutine MPI_File_get_byte_offset
MPI_File_get_byte_offset  430 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_get_byte_offset((MPI_File)fh, (MPI_Offset)offset, &disp);