Searched refs:array_of_blocklengths (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 470 #define MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 471 …(MPIUNI_ARG(count), MPIUNI_ARG(array_of_blocklengths), MPIUNI_ARG(array_of_displacements), MPIUNI_… 472 …#define MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype) \ argument 473 …(MPIUNI_ARG(count), MPIUNI_ARG(array_of_blocklengths), MPIUNI_ARG(array_of_displacements), MPIUNI_… 474 …#define MPI_Type_create_struct(count, array_of_blocklengths, array_of_displacements, array_of_type… argument 475 …(MPIUNI_ARG(count), MPIUNI_ARG(array_of_blocklengths), MPIUNI_ARG(array_of_displacements), MPIUNI_…
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 761 PETSC_EXTERN void petsc_mpi_type_struct_(int *count, int *array_of_blocklengths, int *array_of_disp… in petsc_mpi_type_struct_() argument
|