Lines Matching defs:buff
21 static PetscErrorCode PetscByteSwapEnum(PetscEnum *buff, PetscCount n) in PetscByteSwapEnum()
40 static PetscErrorCode PetscByteSwapBool(PetscBool *buff, PetscCount n) in PetscByteSwapBool()
59 static PetscErrorCode PetscByteSwapInt(PetscInt *buff, PetscCount n) in PetscByteSwapInt()
78 static PetscErrorCode PetscByteSwapInt64(PetscInt64 *buff, PetscCount n) in PetscByteSwapInt64()
97 static PetscErrorCode PetscByteSwapInt32(PetscInt32 *buff, PetscCount n) in PetscByteSwapInt32()
115 static PetscErrorCode PetscByteSwapShort(short *buff, PetscCount n) in PetscByteSwapShort()
132 static PetscErrorCode PetscByteSwapLong(long *buff, PetscCount n) in PetscByteSwapLong()
150 static PetscErrorCode PetscByteSwapReal(PetscReal *buff, PetscCount n) in PetscByteSwapReal()
169 static PetscErrorCode PetscByteSwapScalar(PetscScalar *buff, PetscCount n) in PetscByteSwapScalar()
194 static PetscErrorCode PetscByteSwapDouble(double *buff, PetscCount n) in PetscByteSwapDouble()
212 static PetscErrorCode PetscByteSwapFloat(float *buff, PetscCount n) in PetscByteSwapFloat()