Searched refs:PetscByteSwapInt32 (Results 1 – 1 of 1) sorted by relevance
97 static PetscErrorCode PetscByteSwapInt32(PetscInt32 *buff, PetscCount n) in PetscByteSwapInt32() function238 else if (pdtype == PETSC_INT32) PetscCall(PetscByteSwapInt32((PetscInt32 *)data, count)); in PetscByteSwap()