opal_convertor_prepare_for_recv 278 opal/datatype/opal_convertor.h OPAL_DECLSPEC int32_t opal_convertor_prepare_for_recv( opal_convertor_t* convertor, opal_convertor_prepare_for_recv 293 opal/datatype/opal_convertor.h return opal_convertor_prepare_for_recv( convertor, datatype, count, pUserBuf ); opal_convertor_prepare_for_recv 107 test/datatype/checksum.c opal_convertor_prepare_for_recv( convertor, &(sparse->super), SIZE, sparse_array ); opal_convertor_prepare_for_recv 80 test/datatype/ddt_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, &(pdt->super), 1, mat2 ) ) { opal_convertor_prepare_for_recv 206 test/datatype/ddt_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, &(recv_type->super), recv_count, pdst ) ) { opal_convertor_prepare_for_recv 285 test/datatype/ddt_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, &(pdt->super), count, pdst ) ) { opal_convertor_prepare_for_recv 98 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, pdt, 1, mat2 ) ) { opal_convertor_prepare_for_recv 245 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, recv_type, recv_count, pdst ) ) { opal_convertor_prepare_for_recv 345 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, pdt, count, pdst ) ) { opal_convertor_prepare_for_recv 156 test/datatype/position.c opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer ); opal_convertor_prepare_for_recv 155 test/datatype/position_noncontig.c opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer ); opal_convertor_prepare_for_recv 61 test/datatype/unpack_hetero.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, &opal_datatype_int4, 1, rbuf ) ) { opal_convertor_prepare_for_recv 79 test/datatype/unpack_hetero.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, &opal_datatype_int4, 2, rbuf ) ) { opal_convertor_prepare_for_recv 86 test/datatype/unpack_ooo.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( pConv, &(newtype->super), N, bar ) ) {