Lines Matching refs:gallopright
211 PetscInt i = 0, j = mid, k = left, gallopleft = 0, gallopright = 0; in PetscTimSortMergeLo_Private() local
220 gallopright = 0; in PetscTimSortMergeLo_Private()
245 if (++j <= right && ++gallopright >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeLo_Private()
273 PetscInt i = 0, j = mid, k = left, gallopleft = 0, gallopright = 0; in PetscTimSortMergeLoWithArray_Private() local
282 gallopright = 0; in PetscTimSortMergeLoWithArray_Private()
307 if (++j <= right && ++gallopright >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeLoWithArray_Private()
338 PetscInt i = right - mid, j = mid - 1, k = right, gallopleft = 0, gallopright = 0; in PetscTimSortMergeHi_Private() local
348 if (--i >= 0 && ++gallopright >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeHi_Private()
371 gallopright = 0; in PetscTimSortMergeHi_Private()
400 PetscInt i = right - mid, j = mid - 1, k = right, gallopleft = 0, gallopright = 0; in PetscTimSortMergeHiWithArray_Private() local
410 if (--i >= 0 && ++gallopright >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeHiWithArray_Private()
433 gallopright = 0; in PetscTimSortMergeHiWithArray_Private()