Home
last modified time | relevance | path

Searched refs:recv_count (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/mpi/
Dlibmpiwrap.c411 static __inline__ Bool count_from_Status( /*OUT*/int* recv_count, in count_from_Status() argument
421 *recv_count = n; in count_from_Status()
1102 int err, recv_count = 0; in WRAPPER_FOR() local
1114 if (err == MPI_SUCCESS && count_from_Status(&recv_count,datatype,status)) { in WRAPPER_FOR()
1115 make_mem_defined_if_addressable(buf, recv_count, datatype); in WRAPPER_FOR()
1340 int recv_count = 0; in maybe_complete() local
1359 if (count_from_Status(&recv_count, shadow->datatype, status)) { in maybe_complete()
1360 make_mem_defined_if_addressable(shadow->buf, recv_count, shadow->datatype); in maybe_complete()