Home
last modified time | relevance | path

Searched refs:tmp_int_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dbox_manager.c1245 HYPRE_Int *tmp_int_ptr; in hypre_BoxManAssemble() local
1696 tmp_int_ptr = (HYPRE_Int *) index_ptr; in hypre_BoxManAssemble()
1697 proc = *tmp_int_ptr; in hypre_BoxManAssemble()
1701 tmp_int_ptr = (HYPRE_Int *) index_ptr; in hypre_BoxManAssemble()
1702 id = *tmp_int_ptr; in hypre_BoxManAssemble()
1741 HYPRE_Int *tmp_int_ptr; in hypre_BoxManAssemble() local
1890 tmp_int_ptr = (HYPRE_Int *) index_ptr; in hypre_BoxManAssemble()
1891 proc = *tmp_int_ptr; in hypre_BoxManAssemble()
1895 tmp_int_ptr = (HYPRE_Int *) index_ptr; in hypre_BoxManAssemble()
1896 id = *tmp_int_ptr; in hypre_BoxManAssemble()
/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/perlapi/libslurm/perl/
H A DSlurm.xs603 int i, tmp_int, *tmp_int_ptr; variable
730 RETVAL = slurm_step_ctx_get(ctx, ctx_key, &tmp_int, &tmp_int_ptr);
734 av_store_int(av, i, tmp_int_ptr[i]);