Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c115 static PetscErrorCode PetscByteSwapShort(short *buff, PetscCount n) in PetscByteSwapShort() function
241 else if (pdtype == PETSC_SHORT) PetscCall(PetscByteSwapShort((short *)data, count)); in PetscByteSwap()