_buf 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){ \ _buf 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 ); \ _buf 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){ \ _buf 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 ); \ _buf 28 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_SEND(_msg, _buf, _count, _datatype, _dst, _tag, _mode, _comm, ...) \ _buf 31 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (_dst), (_tag), \ _buf 35 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_RECV(_msg, _buf, _count, _datatype, _src, _tag, _comm, ...) \ _buf 38 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (_src), (_tag), \ _buf 45 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_MRECV(_msg, _buf, _count, _datatype, _message) \ _buf 47 ompi/mca/pml/ucx/pml_ucx.c (_buf), (_count), (_datatype)->name, (void*)(_message), \ _buf 27 ompi/mca/pml/yalla/pml_yalla_datatype.h #define PML_YALLA_INIT_MXM_REQ_DATA(_req_base, _buf, _count, _dtype, _stream_type, ...) \ _buf 34 ompi/mca/pml/yalla/pml_yalla_datatype.h (_req_base)->data.buffer.ptr = (char *)_buf + gap; \ _buf 38 ompi/mca/pml/yalla/pml_yalla_datatype.h _buf, _count, \ _buf 83 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_SEND_REQ(_sreq, _buf, _count, _dtype, _rank, _tag, _mode, _comm, _stream_type, ...) \ _buf 86 ompi/mca/pml/yalla/pml_yalla_request.h PML_YALLA_INIT_MXM_REQ_DATA(&(_sreq)->base, _buf, _count, _dtype, _stream_type, ## __VA_ARGS__); \ _buf 105 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_INIT_MXM_RECV_REQ(_rreq, _buf, _count, _dtype, _rank, _tag, _comm, _stream_type, ...) \ _buf 108 ompi/mca/pml/yalla/pml_yalla_request.h PML_YALLA_INIT_MXM_REQ_DATA(&(_rreq)->base, _buf, _count, _dtype, _stream_type, ## __VA_ARGS__); \ _buf 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, _buf 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); _buf 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, _buf 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); _buf 503 opal/mca/event/libevent2022/libevent/arc4random.c arc4random_buf(void *_buf, size_t n) _buf 505 opal/mca/event/libevent2022/libevent/arc4random.c unsigned char *buf = _buf; _buf 430 opal/mca/event/libevent2022/libevent/test/regress.gen.c struct evbuffer *_buf = evbuffer_new(); _buf 431 opal/mca/event/libevent2022/libevent/test/regress.gen.c assert(_buf != NULL); _buf 432 opal/mca/event/libevent2022/libevent/test/regress.gen.c msg_marshal(_buf, msg); _buf 433 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_buffer(evbuf, tag, _buf); _buf 434 opal/mca/event/libevent2022/libevent/test/regress.gen.c evbuffer_free(_buf); _buf 721 opal/mca/event/libevent2022/libevent/test/regress.gen.c struct evbuffer *_buf = evbuffer_new(); _buf 722 opal/mca/event/libevent2022/libevent/test/regress.gen.c assert(_buf != NULL); _buf 723 opal/mca/event/libevent2022/libevent/test/regress.gen.c kill_marshal(_buf, msg); _buf 724 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_buffer(evbuf, tag, _buf); _buf 725 opal/mca/event/libevent2022/libevent/test/regress.gen.c evbuffer_free(_buf); _buf 1219 opal/mca/event/libevent2022/libevent/test/regress.gen.c struct evbuffer *_buf = evbuffer_new(); _buf 1220 opal/mca/event/libevent2022/libevent/test/regress.gen.c assert(_buf != NULL); _buf 1221 opal/mca/event/libevent2022/libevent/test/regress.gen.c run_marshal(_buf, msg); _buf 1222 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_buffer(evbuf, tag, _buf); _buf 1223 opal/mca/event/libevent2022/libevent/test/regress.gen.c evbuffer_free(_buf);