Lines Matching refs:recvbuf
1712 void *recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
1724 check_mem_is_addressable(recvbuf, recvcount, recvtype); in WRAPPER_FOR()
1728 recvbuf,recvcount,recvtype,source,recvtag, in WRAPPER_FOR()
1734 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype); in WRAPPER_FOR()
1955 void *recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
1966 check_mem_is_addressable(recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
1969 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
1973 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
1991 void* recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
2000 check_mem_is_addressable(recvbuf, recvcount, recvtype); in WRAPPER_FOR()
2005 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
2008 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount, recvtype); in WRAPPER_FOR()
2026 void* recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
2035 check_mem_is_addressable(recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
2038 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
2041 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
2057 int WRAPPER_FOR(PMPI_Reduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR()
2070 check_mem_is_addressable(recvbuf, count, datatype); in WRAPPER_FOR()
2072 CALL_FN_W_7W(err, fn, sendbuf,recvbuf,count,datatype,op,root,comm); in WRAPPER_FOR()
2075 make_mem_defined_if_addressable_if_success(err, recvbuf, count, datatype); in WRAPPER_FOR()
2085 int WRAPPER_FOR(PMPI_Allreduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR()
2095 check_mem_is_addressable(recvbuf, count, datatype); in WRAPPER_FOR()
2097 CALL_FN_W_6W(err, fn, sendbuf,recvbuf,count,datatype,op,comm); in WRAPPER_FOR()
2099 make_mem_defined_if_addressable_if_success(err, recvbuf, count, datatype); in WRAPPER_FOR()