Home
last modified time | relevance | path

Searched refs:PetscBinarySeekType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/tests/
H A Dex15.cxx73 PetscBinarySeekType bsk; in main()
/petsc/include/
H A Dpetscsystypes.h916 } PetscBinarySeekType; typedef
H A Dpetscsys.h2529 PETSC_EXTERN PetscErrorCode PetscBinarySeek(int, off_t, PetscBinarySeekType, off_t *);
2530 PETSC_EXTERN PetscErrorCode PetscBinarySynchronizedSeek(MPI_Comm, int, off_t, PetscBinarySeekType, …
/petsc/src/sys/fileio/
H A Dsysio.c564 PetscErrorCode PetscBinarySeek(int fd, off_t off, PetscBinarySeekType whence, off_t *offset) in PetscBinarySeek()
722 PetscErrorCode PetscBinarySynchronizedSeek(MPI_Comm comm, int fd, off_t off, PetscBinarySeekType wh… in PetscBinarySynchronizedSeek()