Home
last modified time | relevance | path

Searched defs:WRAPPER_FOR (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/mpi/
Dlibmpiwrap.c1044 #define WRAPPER_FOR(name) I_WRAP_FNNAME_U(name) macro
1074 int WRAPPER_FOR(PMPI_Send)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1078 int WRAPPER_FOR(PMPI_Bsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1082 int WRAPPER_FOR(PMPI_Ssend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1086 int WRAPPER_FOR(PMPI_Rsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1097 int WRAPPER_FOR(PMPI_Recv)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1125 int WRAPPER_FOR(PMPI_Get_count)(MPI_Status* status, in WRAPPER_FOR() function
1391 int WRAPPER_FOR(PMPI_Isend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1396 int WRAPPER_FOR(PMPI_Ibsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1401 int WRAPPER_FOR(PMPI_Issend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
[all …]