source_base 63 ompi/include/ompi/memchecker.h unsigned char *source_base = pConvertor->pBaseBuf; source_base 76 ompi/include/ompi/memchecker.h f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent ); source_base 85 ompi/include/ompi/memchecker.h source_base += stack_disp; source_base 117 ompi/include/ompi/memchecker.h unsigned char *source_base = (unsigned char *) addr; source_base 131 ompi/include/ompi/memchecker.h f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent ); source_base 140 ompi/include/ompi/memchecker.h source_base += stack_disp; source_base 48 opal/datatype/opal_convertor_raw.c unsigned char *source_base; /* origin of the data */ source_base 85 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; source_base 90 opal/datatype/opal_convertor_raw.c source_base += pStack->disp; source_base 93 opal/datatype/opal_convertor_raw.c pos_desc, count_desc, (long)(source_base - pConvertor->pBaseBuf), source_base 98 opal/datatype/opal_convertor_raw.c source_base += pElem->elem.disp; source_base 103 opal/datatype/opal_convertor_raw.c OPAL_DATATYPE_SAFEGUARD_POINTER( source_base, blength, pConvertor->pBaseBuf, source_base 106 opal/datatype/opal_convertor_raw.c index, (void*)source_base, blength ); ); source_base 107 opal/datatype/opal_convertor_raw.c iov[index].iov_base = (IOVBASE_TYPE *) source_base; source_base 109 opal/datatype/opal_convertor_raw.c source_base += blength; source_base 116 opal/datatype/opal_convertor_raw.c OPAL_DATATYPE_SAFEGUARD_POINTER( source_base, blength, pConvertor->pBaseBuf, source_base 119 opal/datatype/opal_convertor_raw.c index, (void*)source_base, blength ); ); source_base 120 opal/datatype/opal_convertor_raw.c iov[index].iov_base = (IOVBASE_TYPE *) source_base; source_base 122 opal/datatype/opal_convertor_raw.c source_base += pElem->elem.extent; source_base 127 opal/datatype/opal_convertor_raw.c source_base -= pElem->elem.disp; source_base 129 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; source_base 161 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; source_base 169 opal/datatype/opal_convertor_raw.c ptrdiff_t local_disp = (ptrdiff_t)source_base; source_base 174 opal/datatype/opal_convertor_raw.c source_base += offset; source_base 176 opal/datatype/opal_convertor_raw.c OPAL_DATATYPE_SAFEGUARD_POINTER( source_base, end_loop->size, pConvertor->pBaseBuf, source_base 178 opal/datatype/opal_convertor_raw.c iov[index].iov_base = (IOVBASE_TYPE *) source_base; source_base 180 opal/datatype/opal_convertor_raw.c source_base += pElem->loop.extent; source_base 188 opal/datatype/opal_convertor_raw.c source_base -= offset; source_base 197 opal/datatype/opal_convertor_raw.c local_disp = (ptrdiff_t)source_base - local_disp; source_base 202 opal/datatype/opal_convertor_raw.c source_base = pConvertor->pBaseBuf + pStack->disp; source_base 218 opal/datatype/opal_convertor_raw.c source_base - pStack->disp - pConvertor->pBaseBuf ); source_base 100 opal/datatype/opal_datatype_copy.c char* destination_base, char* source_base ) source_base 106 opal/datatype/opal_datatype_copy.c bool cuda_device_bufs = opal_cuda_check_bufs(destination_base, source_base); source_base 110 opal/datatype/opal_datatype_copy.c (void*)datatype, count, (void*)destination_base, (void*)source_base ); ); source_base 126 opal/datatype/opal_datatype_copy.c if( destination_base < source_base ) { source_base 127 opal/datatype/opal_datatype_copy.c if( (destination_base + extent) > source_base ) { source_base 133 opal/datatype/opal_datatype_copy.c if( (source_base + extent) > destination_base ) { source_base 139 opal/datatype/opal_datatype_copy.c return fct( datatype, count, destination_base, source_base ); source_base 120 opal/datatype/opal_datatype_copy.h char* destination_base, char* source_base ) source_base 129 opal/datatype/opal_datatype_copy.h unsigned char *source = (unsigned char*)source_base, source_base 133 opal/datatype/opal_datatype_copy.h (void*)datatype, count, (void*)destination_base, (void*)source_base ); ); source_base 155 opal/datatype/opal_datatype_copy.h (unsigned char*)source_base, datatype, count ); source_base 169 opal/datatype/opal_datatype_copy.h (unsigned char*)source_base, datatype, count ); source_base 202 opal/datatype/opal_datatype_copy.h _predefined_data( pElem, datatype, (unsigned char*)source_base, count, count_desc, source_base 227 opal/datatype/opal_datatype_copy.h source = (unsigned char*)source_base + pStack->disp; source_base 236 opal/datatype/opal_datatype_copy.h _contiguous_loop( pElem, datatype, (unsigned char*)source_base, count, count_desc, source_base 246 opal/datatype/opal_datatype_copy.h source = (unsigned char*)source_base + pStack->disp; source_base 68 opal/datatype/opal_datatype_pack.c unsigned char *source_base = NULL; source_base 73 opal/datatype/opal_datatype_pack.c source_base = (pConv->pBaseBuf + initial_displ + pStack[0].disp + pStack[1].disp); source_base 83 opal/datatype/opal_datatype_pack.c iov[iov_count].iov_base = (IOVBASE_TYPE *) source_base; source_base 87 opal/datatype/opal_datatype_pack.c OPAL_DATATYPE_SAFEGUARD_POINTER( source_base, iov[iov_count].iov_len, source_base 89 opal/datatype/opal_datatype_pack.c MEMCPY_CSUM( iov[iov_count].iov_base, source_base, iov[iov_count].iov_len, pConv ); source_base 94 opal/datatype/opal_datatype_pack.c source_base += iov[iov_count].iov_len;