Lines Matching refs:iptr

175   PetscInt     *iptr, flag;  in xxt_generate()  local
288 iptr = col_indices; in xxt_generate()
290 off = *iptr++; in xxt_generate()
291 len = *iptr++; in xxt_generate()
303 iptr = col_indices; in xxt_generate()
305 off = *iptr++; in xxt_generate()
306 len = *iptr++; in xxt_generate()
409 PetscInt off, len, *iptr; in do_xxt_solve() local
427 for (x_ptr = x, iptr = col_indices; *iptr != -1; x_ptr += len) { in do_xxt_solve()
428 off = *iptr++; in do_xxt_solve()
429 len = *iptr++; in do_xxt_solve()
441 for (x_ptr = x, iptr = col_indices; *iptr != -1; x_ptr += len) { in do_xxt_solve()
442 off = *iptr++; in do_xxt_solve()
443 len = *iptr++; in do_xxt_solve()
466 PetscInt mask, edge, *iptr; in det_separators() local
518 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
582 *--iptr = local2global[i]; in det_separators()
586 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
602 *--iptr = local2global[i]; in det_separators()
606 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
620 …for (iptr = fo + n, id = PCTFS_my_id, mask = PCTFS_num_nodes >> 1, edge = level; edge > 0; edge--,… in det_separators()
654 *--iptr = local2global[i]; in det_separators()
658 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
670 *--iptr = local2global[i]; in det_separators()
674 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()
693 *--iptr = local2global[i]; in det_separators()
697 if (ct > 1) PetscCall(PCTFS_ivec_sort(iptr, ct)); in det_separators()