Searched refs:PetscByteSwapShort (Results 1 – 1 of 1) sorted by relevance
115 static PetscErrorCode PetscByteSwapShort(short *buff, PetscCount n) in PetscByteSwapShort() function241 else if (pdtype == PETSC_SHORT) PetscCall(PetscByteSwapShort((short *)data, count)); in PetscByteSwap()