opal_convertor_prepare_for_send  591 ompi/mca/common/ompio/common_ompio_file_open.c     if (OMPI_SUCCESS != opal_convertor_prepare_for_send (&convertor,
opal_convertor_prepare_for_send  260 ompi/mca/pml/base/pml_base_bsend.c         opal_convertor_prepare_for_send( &sendreq->req_base.req_convertor, &(ompi_mpi_packed.dt.super),
opal_convertor_prepare_for_send  377 ompi/mca/pml/cm/pml_cm_sendreq.h             opal_convertor_prepare_for_send( &sendreq->req_send.req_base.req_convertor, \
opal_convertor_prepare_for_send  452 ompi/mca/pml/ob1/pml_ob1_sendreq.c         opal_convertor_prepare_for_send( &sendreq->req_send.req_base.req_convertor,
opal_convertor_prepare_for_send  256 opal/datatype/opal_convertor.h OPAL_DECLSPEC int32_t opal_convertor_prepare_for_send( opal_convertor_t* convertor,
opal_convertor_prepare_for_send  272 opal/datatype/opal_convertor.h     return opal_convertor_prepare_for_send( convertor, datatype, count, pUserBuf );
opal_convertor_prepare_for_send   35 opal/datatype/opal_datatype_monotonic.c     rc = opal_convertor_prepare_for_send( pConv, type, 1, NULL );
opal_convertor_prepare_for_send   70 test/datatype/checksum.c     opal_convertor_prepare_for_send( convertor, &(sparse->super), SIZE, sparse_array );
opal_convertor_prepare_for_send   88 test/datatype/checksum.c     opal_convertor_prepare_for_send( convertor, &(ompi_mpi_int.dt.super), SIZE, packed );
opal_convertor_prepare_for_send   68 test/datatype/ddt_raw.c     if( OMPI_SUCCESS != opal_convertor_prepare_for_send( pConv, &(pdt->super), 1, NULL ) ) {
opal_convertor_prepare_for_send  112 test/datatype/ddt_raw.c     if( OMPI_SUCCESS != opal_convertor_prepare_for_send( convertor, &(pdt->super), count, NULL ) ) {
opal_convertor_prepare_for_send   49 test/datatype/ddt_raw2.c     if (OMPI_SUCCESS != opal_convertor_prepare_for_send (convertor,
opal_convertor_prepare_for_send  201 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, &(send_type->super), send_count, psrc ) ) {
opal_convertor_prepare_for_send  279 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, &(pdt->super), count, psrc ) ) {
opal_convertor_prepare_for_send   45 test/datatype/large_data.c     opal_convertor_prepare_for_send(pconv, (const struct opal_datatype_t *)dtype, 1, NULL);
opal_convertor_prepare_for_send  240 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, send_type, send_count, psrc ) ) {
opal_convertor_prepare_for_send  339 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, pdt, count, psrc ) ) {
opal_convertor_prepare_for_send   61 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
opal_convertor_prepare_for_send  116 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );
opal_convertor_prepare_for_send   60 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
opal_convertor_prepare_for_send  115 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );