Searched refs:lastidx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/is/ao/impls/memscalable/ |
| H A D | aomemscalable.c | 96 …PetscInt nmax, *sindices, *rindices, idx, lastidx, *sindices2, *rindices2, *sizes, *star… in AOMap_MemoryScalable_private() local 116 lastidx = -1; in AOMap_MemoryScalable_private() 122 if (lastidx > (idx = ia[i])) j = 0; in AOMap_MemoryScalable_private() 123 lastidx = idx; in AOMap_MemoryScalable_private() 273 PetscInt nmax, count, *sindices, *rindices, idx, lastidx; in AOCreateMemoryScalable_private() local 295 lastidx = -1; in AOCreateMemoryScalable_private() 298 if (lastidx > (idx = from_array[i])) j = 0; in AOCreateMemoryScalable_private() 299 lastidx = idx; in AOCreateMemoryScalable_private()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 224 PetscInt nmax, *sindices, *rindices, idx, bs = stash->bs, lastidx; in VecStashScatterBegin_Private() local 235 lastidx = -1; in VecStashScatterBegin_Private() 238 if (lastidx > (idx = stash->idx[i])) j = 0; in VecStashScatterBegin_Private() 239 lastidx = idx; in VecStashScatterBegin_Private()
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 448 PetscInt *sindices, **rindices, j, ii, idx, lastidx, l; in MatStashScatterBegin_Ref() local 472 lastidx = -1; in MatStashScatterBegin_Ref() 479 if (lastidx > (idx = sp_idx[l])) j = 0; in MatStashScatterBegin_Ref() 480 lastidx = idx; in MatStashScatterBegin_Ref()
|