Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dbread.c30 static void SYByteSwapShort(short *buff, PetscCount n) in SYByteSwapShort() function
106 else if (type == PETSC_SHORT) SYByteSwapShort((short *)ptmp, ntmp); in PetscBinaryRead()
142 else if (type == PETSC_SHORT) SYByteSwapShort((short *)ptmp, ntmp); in PetscBinaryWrite()
162 else if (type == PETSC_SHORT) SYByteSwapShort((short *)ptmp, ntmp); in PetscBinaryWrite()