Searched refs:filebuf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 753 …d_conv_fn(void *userbuf, MPI_Datatype datatype, PetscMPIInt count, void *filebuf, MPI_Offset posit… in PetscDataRep_read_conv_fn() argument 765 PetscCall(PetscMemcpy(userbuf, filebuf, count * dsize)); in PetscDataRep_read_conv_fn() 770 …e_conv_fn(void *userbuf, MPI_Datatype datatype, PetscMPIInt count, void *filebuf, MPI_Offset posit… in PetscDataRep_write_conv_fn() argument 782 PetscCall(PetscMemcpy(filebuf, userbuf, count * dsize)); in PetscDataRep_write_conv_fn() 783 if (!PetscBinaryBigEndian()) PetscCall(PetscByteSwap(filebuf, pdtype, count)); in PetscDataRep_write_conv_fn()
|