Lines Matching refs:tcol
623 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; local
1117 PetscCall(PetscHMapIGetWithDefault(cmap_i, rbuf3_i[ct2] + 1, 0, &tcol));
1119 tcol = cmap_i[rbuf3_i[ct2]];
1121 if (tcol) lens_i[row]++;
1337 PetscCall(PetscHMapIGetWithDefault(cmap_i, ctmp + 1, 0, &tcol));
1338 if (tcol) {
1340 if ((tcol = cmap_i[ctmp])) {
1342 *mat_j++ = tcol - 1;
1352 PetscCall(PetscHMapIGetWithDefault(cmap_i, cstart + cworkA[l] + 1, 0, &tcol));
1353 if (tcol) {
1355 if ((tcol = cmap_i[cstart + cworkA[l]])) {
1357 *mat_j++ = tcol - 1;
1367 PetscCall(PetscHMapIGetWithDefault(cmap_i, bmap[cworkB[l]] + 1, 0, &tcol));
1368 if (tcol) {
1370 if ((tcol = cmap_i[bmap[cworkB[l]]])) {
1372 *mat_j++ = tcol - 1;
1455 PetscCall(PetscHMapIGetWithDefault(cmap_i, rbuf3_i[ct2] + 1, 0, &tcol));
1457 tcol = cmap_i[rbuf3_i[ct2]];
1459 if (tcol) {
1460 *mat_j++ = tcol - 1;