Searched refs:PetscByteSwapLong (Results 1 – 1 of 1) sorted by relevance
132 static PetscErrorCode PetscByteSwapLong(long *buff, PetscCount n) in PetscByteSwapLong() function242 else if (pdtype == PETSC_LONG) PetscCall(PetscByteSwapLong((long *)data, count)); in PetscByteSwap()