pdst 144 test/datatype/ddt_test.c void *pdst, *psrc; pdst 151 test/datatype/ddt_test.c pdst = malloc(length); pdst 156 test/datatype/ddt_test.c memset(pdst, 0, length); pdst 161 test/datatype/ddt_test.c if( OMPI_SUCCESS != ompi_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) { pdst 168 test/datatype/ddt_test.c free(pdst); pdst 179 test/datatype/ddt_test.c void *pdst = NULL, *psrc = NULL, *ptemp = NULL; pdst 191 test/datatype/ddt_test.c pdst = malloc( rlength ); pdst 198 test/datatype/ddt_test.c memset(pdst, 0, rlength); pdst 206 test/datatype/ddt_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, &(recv_type->super), recv_count, pdst ) ) { pdst 252 test/datatype/ddt_test.c if( NULL != pdst ) free( pdst ); pdst 260 test/datatype/ddt_test.c void *pdst = NULL, *psrc = NULL, *ptemp = NULL; pdst 271 test/datatype/ddt_test.c pdst = malloc(max_data); pdst 276 test/datatype/ddt_test.c memset( pdst, 0, length ); pdst 285 test/datatype/ddt_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, &(pdt->super), count, pdst ) ) { pdst 328 test/datatype/ddt_test.c if( NULL != pdst ) free( pdst ); pdst 150 test/datatype/opal_datatype_test.c void *pdst, *psrc; pdst 166 test/datatype/opal_datatype_test.c pdst = odst - lb; pdst 172 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) { pdst 210 test/datatype/opal_datatype_test.c void *pdst = NULL, *psrc = NULL, *ptemp = NULL; pdst 236 test/datatype/opal_datatype_test.c pdst = odst - recv_lb; pdst 245 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, recv_type, recv_count, pdst ) ) { pdst 314 test/datatype/opal_datatype_test.c void *pdst = NULL, *psrc = NULL, *ptemp = NULL; pdst 335 test/datatype/opal_datatype_test.c pdst = odst - lb; pdst 345 test/datatype/opal_datatype_test.c if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, pdt, count, pdst ) ) {