Lines Matching defs:t2
19 #define SWAP2(a, b, c, d, t1, t2) \ argument
28 #define SWAP3(a, b, c, d, e, f, t1, t2, t3) \ argument
42 #define SWAP2Data(a, b, c, d, t1, t2, siz) \ argument
118 #define TwoWayPartition2(X, Y, pivot, t1, t2, lo, hi, l, r) \ argument
135 #define TwoWayPartition3(X, Y, Z, pivot, t1, t2, t3, lo, hi, l, r) \ argument
198 #define QuickSort2(FuncName, X, Y, n, pivot, t1, t2) \ argument
220 #define QuickSort3(FuncName, X, Y, Z, n, pivot, t1, t2, t3) \ argument
692 PetscInt pivot, t1, t2; in PetscSortIntWithArray() local
717 PetscInt pivot, t1, t2, t3; in PetscSortIntWithArrayPair() local
742 PetscMPIInt t2; in PetscSortIntWithMPIIntArray() local
767 PetscCount t2; in PetscSortIntWithCountArray() local
795 PetscInt pivot, t1, t2; /* pivot is take from X[], so its type is still PetscInt */ in PetscSortIntWithIntCountArrayPair() local
902 PetscMPIInt pivot, t1, t2; in PetscSortMPIIntWithArray() local
930 PetscInt t2; in PetscSortMPIIntWithIntArray() local
955 PetscScalar t2; in PetscSortIntWithScalarArray() local
980 PetscErrorCode PetscSortIntWithDataArray(PetscCount n, PetscInt X[], void *Y, size_t size, void *t2) in PetscSortIntWithDataArray()