Lines Matching refs:buff
21 static PetscErrorCode PetscByteSwapEnum(PetscEnum *buff, PetscCount n) in PetscByteSwapEnum() argument
29 ptr1 = (char *)(buff + j); in PetscByteSwapEnum()
40 static PetscErrorCode PetscByteSwapBool(PetscBool *buff, PetscCount n) in PetscByteSwapBool() argument
48 ptr1 = (char *)(buff + j); in PetscByteSwapBool()
59 static PetscErrorCode PetscByteSwapInt(PetscInt *buff, PetscCount n) in PetscByteSwapInt() argument
67 ptr1 = (char *)(buff + j); in PetscByteSwapInt()
78 static PetscErrorCode PetscByteSwapInt64(PetscInt64 *buff, PetscCount n) in PetscByteSwapInt64() argument
86 ptr1 = (char *)(buff + j); in PetscByteSwapInt64()
97 static PetscErrorCode PetscByteSwapInt32(PetscInt32 *buff, PetscCount n) in PetscByteSwapInt32() argument
105 ptr1 = (char *)(buff + j); in PetscByteSwapInt32()
115 static PetscErrorCode PetscByteSwapShort(short *buff, PetscCount n) in PetscByteSwapShort() argument
123 ptr1 = (char *)(buff + j); in PetscByteSwapShort()
132 static PetscErrorCode PetscByteSwapLong(long *buff, PetscCount n) in PetscByteSwapLong() argument
140 ptr1 = (char *)(buff + j); in PetscByteSwapLong()
150 static PetscErrorCode PetscByteSwapReal(PetscReal *buff, PetscCount n) in PetscByteSwapReal() argument
153 PetscReal tmp, *buff1 = buff; in PetscByteSwapReal()
169 static PetscErrorCode PetscByteSwapScalar(PetscScalar *buff, PetscCount n) in PetscByteSwapScalar() argument
173 PetscReal tmp, *buff1 = (PetscReal *)buff; in PetscByteSwapScalar()
175 PetscReal tmp, *buff1 = buff; in PetscByteSwapScalar()
194 static PetscErrorCode PetscByteSwapDouble(double *buff, PetscCount n) in PetscByteSwapDouble() argument
197 double tmp, *buff1 = buff; in PetscByteSwapDouble()
212 static PetscErrorCode PetscByteSwapFloat(float *buff, PetscCount n) in PetscByteSwapFloat() argument
215 float tmp, *buff1 = buff; in PetscByteSwapFloat()