Home
last modified time | relevance | path

Searched defs:inbuf (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/
H A Dpinit.c1827 static inline PetscMPIInt MPIU_Allreduce_Count(const void *inbuf, void *outbuf, MPIU_Count count, M… in MPIU_Allreduce_Count()
1844 PetscMPIInt MPIU_Allreduce_Private(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Datatype … in MPIU_Allreduce_Private()
/petsc/include/
H A Dpetscsys.h2789 static inline PetscMPIInt MPIU_Reduce(const void *inbuf, void *outbuf, MPIU_Count count, MPI_Dataty… in MPIU_Reduce()
2799 static inline PetscMPIInt MPIU_Reduce_local(const void *inbuf, void *inoutbuf, MPIU_Count count, MP… in MPIU_Reduce_local()
2841 …#define MPIU_Reduce(inbuf, outbuf, count, dtype, op, root, comm) MPI_Reduce_c(inbuf, outbuf, … argument
2849 …#define MPIU_Reduce_local(inbuf, inoutbuf, count, dtype, op) MPI_Reduce_local_c(inbuf, inoutbuf, (… argument
/petsc/src/sys/mpiuni/
H A Dmpi.c746 PETSC_EXTERN void petsc_mpi_pack_(void *inbuf, int *incount, int *datatype, void *outbuf, int *outs… in petsc_mpi_pack_()
751 PETSC_EXTERN void petsc_mpi_unpack_(void *inbuf, int *insize, int *position, void *outbuf, int *out… in petsc_mpi_unpack_()
/petsc/include/petsc/mpiuni/
H A Dmpi.h486 #define MPI_Pack(inbuf, incount, datatype, outbuf, outsize, position, comm) \ argument
488 #define MPI_Unpack(inbuf, insize, position, outbuf, outcount, datatype, comm) \ argument