Lines Matching refs:recvbuf
1708 void *recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
1720 check_mem_is_addressable(recvbuf, recvcount, recvtype); in WRAPPER_FOR()
1724 recvbuf,recvcount,recvtype,source,recvtag, in WRAPPER_FOR()
1729 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype); in WRAPPER_FOR()
1950 void *recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
1961 check_mem_is_addressable(recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
1964 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
1968 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
1986 void* recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
1995 check_mem_is_addressable(recvbuf, recvcount, recvtype); in WRAPPER_FOR()
2000 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
2003 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount, recvtype); in WRAPPER_FOR()
2021 void* recvbuf, int recvcount, MPI_Datatype recvtype, in WRAPPER_FOR()
2030 check_mem_is_addressable(recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
2033 recvbuf,recvcount,recvtype, in WRAPPER_FOR()
2036 make_mem_defined_if_addressable_if_success(err, recvbuf, recvcount * sz, recvtype); in WRAPPER_FOR()
2052 int WRAPPER_FOR(PMPI_Reduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR()
2065 check_mem_is_addressable(recvbuf, count, datatype); in WRAPPER_FOR()
2067 CALL_FN_W_7W(err, fn, sendbuf,recvbuf,count,datatype,op,root,comm); in WRAPPER_FOR()
2070 make_mem_defined_if_addressable_if_success(err, recvbuf, count, datatype); in WRAPPER_FOR()
2080 int WRAPPER_FOR(PMPI_Allreduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR()
2090 check_mem_is_addressable(recvbuf, count, datatype); in WRAPPER_FOR()
2092 CALL_FN_W_6W(err, fn, sendbuf,recvbuf,count,datatype,op,comm); in WRAPPER_FOR()
2094 make_mem_defined_if_addressable_if_success(err, recvbuf, count, datatype); in WRAPPER_FOR()