Searched defs:recvcount_actual (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1705 post: make readable: (recvbuf,recvcount_actual,datatype)
1706 where recvcount_actual is determined from *status
1717 int err, recvcount_actual = 0; local
1732 && count_from_Status(&recvcount_actual,recvtype,status)) {
1733 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype);

Completed in 87 milliseconds