destination_base  100 opal/datatype/opal_datatype_copy.c                                              char* destination_base, char* source_base )
destination_base  106 opal/datatype/opal_datatype_copy.c     bool cuda_device_bufs = opal_cuda_check_bufs(destination_base, source_base);
destination_base  110 opal/datatype/opal_datatype_copy.c                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
destination_base  126 opal/datatype/opal_datatype_copy.c     if( destination_base < source_base ) {
destination_base  127 opal/datatype/opal_datatype_copy.c         if( (destination_base + extent) > source_base ) {
destination_base  133 opal/datatype/opal_datatype_copy.c         if( (source_base + extent) > destination_base ) {
destination_base  139 opal/datatype/opal_datatype_copy.c     return fct( datatype, count, destination_base, source_base );
destination_base  120 opal/datatype/opal_datatype_copy.h                                               char* destination_base, char* source_base )
destination_base  130 opal/datatype/opal_datatype_copy.h                   *destination = (unsigned char*)destination_base;
destination_base  133 opal/datatype/opal_datatype_copy.h                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
destination_base  153 opal/datatype/opal_datatype_copy.h                                             (unsigned char*)destination_base, datatype, count );
destination_base  167 opal/datatype/opal_datatype_copy.h                                         (unsigned char*)destination_base, datatype, count );
destination_base  228 opal/datatype/opal_datatype_copy.h             destination = (unsigned char*)destination_base + pStack->disp;
destination_base  247 opal/datatype/opal_datatype_copy.h             destination = (unsigned char*)destination_base + pStack->disp;