Searched refs:PetscByteSwapInt (Results 1 – 1 of 1) sorted by relevance
59 static PetscErrorCode PetscByteSwapInt(PetscInt *buff, PetscCount n) in PetscByteSwapInt() function230 if (pdtype == PETSC_INT) PetscCall(PetscByteSwapInt((PetscInt *)data, count)); in PetscByteSwap()