psrc              144 test/datatype/ddt_test.c     void *pdst, *psrc;
psrc              152 test/datatype/ddt_test.c     psrc = malloc(length);
psrc              155 test/datatype/ddt_test.c 	((char*)psrc)[i] = i % 128 + 32;
psrc              161 test/datatype/ddt_test.c     if( OMPI_SUCCESS != ompi_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) {
psrc              169 test/datatype/ddt_test.c     free(psrc);
psrc              179 test/datatype/ddt_test.c     void *pdst = NULL, *psrc = NULL, *ptemp = NULL;
psrc              192 test/datatype/ddt_test.c     psrc  = malloc( slength );
psrc              197 test/datatype/ddt_test.c             ((char*)psrc)[i] = i % 128 + 32;
psrc              201 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, &(send_type->super), send_count, psrc ) ) {
psrc              253 test/datatype/ddt_test.c     if( NULL != psrc ) free( psrc );
psrc              260 test/datatype/ddt_test.c     void *pdst = NULL, *psrc = NULL, *ptemp = NULL;
psrc              272 test/datatype/ddt_test.c     psrc  = malloc(max_data);
psrc              275 test/datatype/ddt_test.c     for( int i = 0; i < length; ((char*)psrc)[i] = i % 128 + 32, i++ );
psrc              279 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, &(pdt->super), count, psrc ) ) {
psrc              329 test/datatype/ddt_test.c     if( NULL != psrc ) free( psrc );
psrc              150 test/datatype/opal_datatype_test.c     void *pdst, *psrc;
psrc              167 test/datatype/opal_datatype_test.c     psrc = osrc - lb;
psrc              172 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) {
psrc              210 test/datatype/opal_datatype_test.c     void *pdst = NULL, *psrc = NULL, *ptemp = NULL;
psrc              237 test/datatype/opal_datatype_test.c     psrc  = osrc - send_lb;
psrc              240 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, send_type, send_count, psrc ) ) {
psrc              314 test/datatype/opal_datatype_test.c     void *pdst = NULL, *psrc = NULL, *ptemp = NULL;
psrc              336 test/datatype/opal_datatype_test.c     psrc  = osrc - lb;
psrc              339 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, pdt, count, psrc ) ) {