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

/external/ipsec-tools/src/racoon/
H A Dracoonctl.c335 vchar_t *recvbuf; local
349 if (com_recv(&recvbuf) == 0) {
350 handle_recv(recvbuf);
351 vfree(recvbuf);
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1701 must be writable: (recvbuf,recvcount,recvtype)
1702 post: make readable: (recvbuf,recvcount_actual,datatype)
1708 void *recvbuf, int recvcount, MPI_Datatype recvtype,
1720 check_mem_is_addressable(recvbuf, recvcount, recvtype);
1724 recvbuf,recvcount,recvtype,source,recvtag,
1729 make_mem_defined_if_addressable(recvbuf, recvcount_actual, recvtype);
1945 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype)
1946 post: (root only): make readable: (recvbuf,recvcount * comm_size,recvtype)
1950 void *recvbuf, int recvcount, MPI_Datatype recvtype,
1961 check_mem_is_addressable(recvbuf, recvcoun
1705 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
1948 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1984 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2019 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2052 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2080 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]

Completed in 173 milliseconds