Lines Matching refs:gallopleft
211 PetscInt i = 0, j = mid, k = left, gallopleft = 0, gallopright = 0; in PetscTimSortMergeLo_Private() local
221 if (++i < llen && ++gallopleft >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeLo_Private()
244 gallopleft = 0; in PetscTimSortMergeLo_Private()
273 PetscInt i = 0, j = mid, k = left, gallopleft = 0, gallopright = 0; in PetscTimSortMergeLoWithArray_Private() local
283 if (++i < llen && ++gallopleft >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeLoWithArray_Private()
306 gallopleft = 0; in PetscTimSortMergeLoWithArray_Private()
338 PetscInt i = right - mid, j = mid - 1, k = right, gallopleft = 0, gallopright = 0; in PetscTimSortMergeHi_Private() local
347 gallopleft = 0; in PetscTimSortMergeHi_Private()
372 if (--j >= left && ++gallopleft >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeHi_Private()
400 PetscInt i = right - mid, j = mid - 1, k = right, gallopleft = 0, gallopright = 0; in PetscTimSortMergeHiWithArray_Private() local
409 gallopleft = 0; in PetscTimSortMergeHiWithArray_Private()
434 if (--j >= left && ++gallopleft >= MIN_GALLOP_GLOBAL) { in PetscTimSortMergeHiWithArray_Private()