Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c97 static PetscErrorCode PetscByteSwapInt32(PetscInt32 *buff, PetscCount n) in PetscByteSwapInt32() function
238 else if (pdtype == PETSC_INT32) PetscCall(PetscByteSwapInt32((PetscInt32 *)data, count)); in PetscByteSwap()