_datatype 25 ompi/mca/common/ompio/common_ompio_buffer.h #define OMPIO_PREPARE_BUF(_fh,_buf,_count,_datatype,_tbuf,_convertor,_max_data,_decoded_iov,_iov_count){ \ _datatype 27 ompi/mca/common/ompio/common_ompio_buffer.h opal_convertor_copy_and_prepare_for_send ( _fh->f_file_convertor, &(_datatype->super), _count, _buf, CONVERTOR_SEND_CONVERSION, _convertor ); \ _datatype 43 ompi/mca/common/ompio/common_ompio_buffer.h #define OMPIO_PREPARE_READ_BUF(_fh,_buf,_count,_datatype,_tbuf,_convertor,_max_data,_decoded_iov,_iov_count){ \ _datatype 45 ompi/mca/common/ompio/common_ompio_buffer.h opal_convertor_copy_and_prepare_for_recv ( _fh->f_file_convertor, &(_datatype->super), _count, _buf, 0, _convertor ); \ _datatype 28 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_SEND(_msg, _buf, _count, _datatype, _dst, _tag, _mode, _comm, ...) \ _datatype 31 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (_dst), (_tag), \ _datatype 35 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_RECV(_msg, _buf, _count, _datatype, _src, _tag, _comm, ...) \ _datatype 38 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (_src), (_tag), \ _datatype 45 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_MRECV(_msg, _buf, _count, _datatype, _message) \ _datatype 47 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (void*)(_message), \ _datatype 130 ompi/mca/pml/yalla/pml_yalla_request.h static inline mca_pml_yalla_recv_request_t* MCA_PML_YALLA_RREQ_INIT(void *_buf, size_t _count, ompi_datatype_t *_datatype, _datatype 135 ompi/mca/pml/yalla/pml_yalla_request.h PML_YALLA_INIT_MXM_RECV_REQ(&rreq->mxm, _buf, _count, _datatype, _src, _tag, _comm, irecv, rreq); _datatype 139 ompi/mca/pml/yalla/pml_yalla_request.h static inline mca_pml_yalla_send_request_t* MCA_PML_YALLA_SREQ_INIT(void *_buf, size_t _count, ompi_datatype_t *_datatype, _datatype 144 ompi/mca/pml/yalla/pml_yalla_request.h PML_YALLA_INIT_MXM_SEND_REQ(&sreq->mxm, _buf, _count, _datatype, _dst, _tag, _mode, _comm, isend, sreq);