Lines Matching refs:cmap_i
627 PetscHMapI *cmap, cmap_i = NULL, *rmap, rmap_i; local
629 PetscInt **cmap, *cmap_i = NULL, **rmap, *rmap_i; local
984 cmap_i = cmap[i];
994 cmap_i = cmap[i];
995 for (PetscInt j = 0; j < jmax; j++) cmap_i[icol_i[j]] = j + 1;
1011 if (!allcolumns[i]) cmap_i = cmap[i];
1033 PetscCall(PetscHMapIGetWithDefault(cmap_i, cstart + cworkA[k] + 1, 0, &tt));
1037 PetscCall(PetscHMapIGetWithDefault(cmap_i, bmap[cworkB[k]] + 1, 0, &tt));
1043 if (cmap_i[cstart + cworkA[k]]) lens_i[j]++;
1046 if (cmap_i[bmap[cworkB[k]]]) lens_i[j]++;
1099 if (!allcolumns[is_no]) cmap_i = cmap[is_no];
1117 PetscCall(PetscHMapIGetWithDefault(cmap_i, rbuf3_i[ct2] + 1, 0, &tcol));
1119 tcol = cmap_i[rbuf3_i[ct2]];
1293 if (!allcolumns[i]) cmap_i = cmap[i];
1337 PetscCall(PetscHMapIGetWithDefault(cmap_i, ctmp + 1, 0, &tcol));
1340 if ((tcol = cmap_i[ctmp])) {
1352 PetscCall(PetscHMapIGetWithDefault(cmap_i, cstart + cworkA[l] + 1, 0, &tcol));
1355 if ((tcol = cmap_i[cstart + cworkA[l]])) {
1367 PetscCall(PetscHMapIGetWithDefault(cmap_i, bmap[cworkB[l]] + 1, 0, &tcol));
1370 if ((tcol = cmap_i[bmap[cworkB[l]]])) {
1426 if (!allcolumns[is_no]) cmap_i = cmap[is_no];
1455 PetscCall(PetscHMapIGetWithDefault(cmap_i, rbuf3_i[ct2] + 1, 0, &tcol));
1457 tcol = cmap_i[rbuf3_i[ct2]];