Searched defs:WRAPPER_FOR (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/mpi/ |
D | libmpiwrap.c | 1044 #define WRAPPER_FOR(name) I_WRAP_FNNAME_U(name) macro 1072 int WRAPPER_FOR(PMPI_Send)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1076 int WRAPPER_FOR(PMPI_Bsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1080 int WRAPPER_FOR(PMPI_Ssend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1084 int WRAPPER_FOR(PMPI_Rsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1095 int WRAPPER_FOR(PMPI_Recv)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1120 int WRAPPER_FOR(PMPI_Get_count)(MPI_Status* status, in WRAPPER_FOR() function 1386 int WRAPPER_FOR(PMPI_Isend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1391 int WRAPPER_FOR(PMPI_Ibsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function 1396 int WRAPPER_FOR(PMPI_Issend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function [all …]
|