Home
last modified time | relevance | path

Searched refs:Compare_PetscInt_Private (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/utils/
H A Dsortso.c10 static inline int Compare_PetscInt_Private(const void *left, const void *right, PETSC_UNUSED PetscC… in Compare_PetscInt_Private() function
1171 PetscCall(PetscTimSort(n, arr, sizeof(PetscInt), Compare_PetscInt_Private, NULL)); in PetscIntSortSemiOrdered()
1207 …mSortWithArray(n, arr1, sizeof(PetscInt), arr2, sizeof(PetscInt), Compare_PetscInt_Private, NULL)); in PetscIntSortSemiOrderedWithArray()