Searched defs:recvbuf (Results 1 - 2 of 2) sorted by relevance
/external/ipsec-tools/src/racoon/ |
H A D | racoonctl.c | 335 vchar_t *recvbuf; local 349 if (com_recv(&recvbuf) == 0) { 350 handle_recv(recvbuf); 351 vfree(recvbuf);
|
/external/valgrind/mpi/ |
H A D | libmpiwrap.c | 1704 must be writable: (recvbuf,recvcount,recvtype) 1705 post: make readable: (recvbuf,recvcount_actual,datatype) 1711 void *recvbuf, int recvcount, MPI_Datatype recvtype, 1723 check_mem_is_addressable(recvbuf, recvcount, recvtype); 1727 recvbuf,recvcount,recvtype,source,recvtag, 1733 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype); 1949 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype) 1950 post: (root only): make readable: (recvbuf,recvcount * comm_size,recvtype) 1954 void *recvbuf, int recvcount, MPI_Datatype recvtype, 1965 check_mem_is_addressable(recvbuf, recvcoun 1708 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument 1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument 1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument 2023 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument 2056 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument 2084 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument [all...] |
Completed in 94 milliseconds