Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dbread.c17 static void SYByteSwapInt(int *buff, PetscCount n) in SYByteSwapInt() function
104 if (type == PETSC_INT) SYByteSwapInt((int *)ptmp, ntmp); in PetscBinaryRead()
140 if (type == PETSC_INT) SYByteSwapInt((int *)ptmp, ntmp); in PetscBinaryWrite()
160 if (type == PETSC_INT) SYByteSwapInt((int *)ptmp, ntmp); in PetscBinaryWrite()