MPI_SEEK_SET 208 ompi/mca/common/ompio/common_ompio_file_open.c ret = shared_fp_base_module->sharedfp_seek(ompio_fh,current_size, MPI_SEEK_SET); MPI_SEEK_SET 339 ompi/mca/common/ompio/common_ompio_file_view.c ret = fh->f_sharedfp->sharedfp_seek( fh, 0, MPI_SEEK_SET); MPI_SEEK_SET 403 ompi/mca/io/ompio/io_ompio_file_open.c case MPI_SEEK_SET: MPI_SEEK_SET 62 ompi/mca/io/romio321/romio/mpi-io/seek.c case MPI_SEEK_SET: MPI_SEEK_SET 88 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c case MPI_SEEK_SET: MPI_SEEK_SET 117 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_seek (fh, test->offset, MPI_SEEK_SET); MPI_SEEK_SET 142 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c MPI_File_seek (fh, 0, MPI_SEEK_SET); MPI_SEEK_SET 98 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_seek(fh, 0, MPI_SEEK_SET); MPI_SEEK_SET 93 ompi/mca/io/romio321/romio/test/ordered_fp.c errcode = MPI_File_seek_shared(fh, 0, MPI_SEEK_SET); MPI_SEEK_SET 61 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); MPI_SEEK_SET 74 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); MPI_SEEK_SET 108 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); MPI_SEEK_SET 126 ompi/mca/io/romio321/romio/test/perf.c MPI_File_seek(fh, mynod*SIZE, MPI_SEEK_SET); MPI_SEEK_SET 84 ompi/mca/io/romio321/romio/test/shared_fp.c errcode = MPI_File_seek_shared(fh, 0, MPI_SEEK_SET); MPI_SEEK_SET 56 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c if ( MPI_SEEK_SET == whence ){ MPI_SEEK_SET 56 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c if ( MPI_SEEK_SET == whence){ MPI_SEEK_SET 49 ompi/mpi/c/file_seek.c } else if (MPI_SEEK_SET != whence && MPI_SEEK_CUR != whence && MPI_SEEK_SET 49 ompi/mpi/c/file_seek_shared.c } else if (MPI_SEEK_SET != whence && MPI_SEEK_CUR != whence && MPI_SEEK_SET 106 ompi/mpi/java/c/mpi_Constant.c ompi_java_setIntField(env, c, obj, "SEEK_SET", MPI_SEEK_SET);