Lines Matching refs:buf

491     #define MPI_Irecv(buf, count, datatype, source, tag, comm, request) \  argument
492 …unt), (datatype), &(petsc_irecv_len), &(petsc_irecv_len_th)) || MPI_Irecv((buf), (count), (datatyp…
494 #define MPI_Irecv_c(buf, count, datatype, source, tag, comm, request) \ argument
495 …t), (datatype), &(petsc_irecv_len), &(petsc_irecv_len_th)) || MPI_Irecv_c((buf), (count), (datatyp…
497 #define MPI_Isend(buf, count, datatype, dest, tag, comm, request) \ argument
498 …unt), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPI_Isend((buf), (count), (datatyp…
500 #define MPI_Isend_c(buf, count, datatype, dest, tag, comm, request) \ argument
501 …t), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPI_Isend_c((buf), (count), (datatyp…
511 #define MPI_Recv(buf, count, datatype, source, tag, comm, status) \ argument
512 …(count), (datatype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPI_Recv((buf), (count), (datatyp…
514 #define MPI_Recv_c(buf, count, datatype, source, tag, comm, status) \ argument
515 …ount), (datatype), (&petsc_recv_len), &(petsc_recv_len_th)) || MPI_Recv_c((buf), (count), (datatyp…
517 #define MPI_Send(buf, count, datatype, dest, tag, comm) \ argument
518 …(count), (datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Send((buf), (count), (datatyp…
520 #define MPI_Send_c(buf, count, datatype, dest, tag, comm) \ argument
521 …ount), (datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Send_c((buf), (count), (datatyp…
585 #define MPIX_Send_enqueue(buf, count, datatype, dest, tag, comm) \ argument
586 …(datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPIX_Send_enqueue((buf), (count), (datatyp…
588 #define MPIX_Recv_enqueue(buf, count, datatype, source, tag, comm, status) \ argument
589 …(datatype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPIX_Recv_enqueue((buf), (count), (datatyp…
591 #define MPIX_Isend_enqueue(buf, count, datatype, dest, tag, comm, request) \ argument
592 …tatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPIX_Isend_enqueue((buf), (count), (datatyp…
594 #define MPIX_Irecv_enqueue(buf, count, datatype, source, tag, comm, request) \ argument
595 …tatype), &(petsc_irecv_len), &(petsc_irecv_len_th)) || MPIX_Irecv_enqueue((buf), (count), (datatyp…