Lines Matching refs:ii
95 PetscInt ii, jj = 0, counter = 0; in GarbageKeySortedIntersect_Private() local
106 for (ii = 0; ii < *lena; ii++) { in GarbageKeySortedIntersect_Private()
107 while (jj < lenb && seta[ii] > setb[jj]) jj++; in GarbageKeySortedIntersect_Private()
109 if (seta[ii] == setb[jj]) { in GarbageKeySortedIntersect_Private()
110 seta[counter] = seta[ii]; in GarbageKeySortedIntersect_Private()
137 PetscInt ii, max_entries; in GarbageKeyAllReduceIntersect_Private() local
151 for (ii = 1; ii < *entries + 1; ii++) sendset[ii] = set[ii - 1]; in GarbageKeyAllReduceIntersect_Private()
165 for (ii = 0; ii < *entries; ii++) set[ii] = recvset[ii + 1]; in GarbageKeyAllReduceIntersect_Private()
208 PetscInt ii, entries, offset; in PetscGarbageCleanup() local
233 for (ii = 0; ii < entries; ii++) { in PetscGarbageCleanup()
234 PetscCall(PetscHMapObjGet(garbage.map, keys[ii], &obj)); in PetscGarbageCleanup()
237 PetscCall(PetscHMapObjDel(garbage.map, keys[ii])); in PetscGarbageCleanup()
251 PetscInt ii, entries, offset; in PetscGarbageView() local
284 for (ii = 0; ii < entries; ii++) { in PetscGarbageView()
285 PetscCall(PetscHMapObjGet(garbage.map, keys[ii], &obj)); in PetscGarbageView()
287 …PetscCall(PetscSynchronizedPrintf(comm, text, keys[ii], obj->class_name, obj->description, obj->id… in PetscGarbageView()