remoteArch 374 ompi/mca/pml/cm/pml_cm.h convertor.remoteArch = ompi_mpi_local_convertor->remoteArch; remoteArch 233 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_convertor.remoteArch = \ remoteArch 234 ompi/mca/pml/cm/pml_cm_sendreq.h ompi_mpi_local_convertor->remoteArch; \ remoteArch 52 opal/datatype/opal_convertor.c convertor->remoteArch = opal_local_arch; remoteArch 189 opal/datatype/opal_convertor.c convertor->remoteArch = remote_arch; remoteArch 530 opal/datatype/opal_convertor.c if( OPAL_LIKELY(convertor->remoteArch == opal_local_arch) ) { \ remoteArch 666 opal/datatype/opal_convertor.c destination->remoteArch = source->remoteArch; remoteArch 709 opal/datatype/opal_convertor.c convertor->remoteArch, opal_local_arch ); remoteArch 90 opal/datatype/opal_convertor.h uint32_t remoteArch; /**< the remote architecture */ remoteArch 268 opal/datatype/opal_convertor.h convertor->remoteArch = pSrcConv->remoteArch; remoteArch 289 opal/datatype/opal_convertor.h convertor->remoteArch = pSrcConv->remoteArch; remoteArch 90 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(void *to_p, const void *from_p, const size_t size, size_t count, uint32_t remoteArch) remoteArch 96 opal/datatype/opal_copy_functions_heterogeneous.c if ((opal_local_arch&OPAL_ARCH_LDISINTEL) && !(remoteArch&OPAL_ARCH_LDISINTEL)) { remoteArch 109 opal/datatype/opal_copy_functions_heterogeneous.c } else if (!(opal_local_arch&OPAL_ARCH_LDISINTEL) && (remoteArch&OPAL_ARCH_LDISINTEL)) { remoteArch 129 opal/datatype/opal_copy_functions_heterogeneous.c #define opal_dt_swap_long_double(to_p, from_p, size, count, remoteArch) remoteArch 154 opal/datatype/opal_copy_functions_heterogeneous.c if ((pConvertor->remoteArch & OPAL_ARCH_ISBIGENDIAN) != \ remoteArch 159 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(to, from, sizeof(TYPE), count, pConvertor->remoteArch);\ remoteArch 165 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(to, from, sizeof(TYPE), 1, pConvertor->remoteArch);\ remoteArch 202 opal/datatype/opal_copy_functions_heterogeneous.c if ((pConvertor->remoteArch & OPAL_ARCH_ISBIGENDIAN) != \ remoteArch 207 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(to, from, sizeof(TYPE), 2*count, pConvertor->remoteArch);\ remoteArch 213 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(to, from, sizeof(TYPE), 2, pConvertor->remoteArch);\ remoteArch 248 opal/datatype/opal_copy_functions_heterogeneous.c if ((pConvertor->remoteArch & OPAL_ARCH_ISBIGENDIAN) != \ remoteArch 312 opal/datatype/opal_copy_functions_heterogeneous.c if ((pConvertor->remoteArch & OPAL_ARCH_BOOLISxx) != remoteArch 314 opal/datatype/opal_copy_functions_heterogeneous.c switch (pConvertor->remoteArch & OPAL_ARCH_BOOLISxx) { remoteArch 332 opal/datatype/opal_copy_functions_heterogeneous.c ((pConvertor->remoteArch & OPAL_ARCH_BOOLISxx) != remoteArch 334 opal/datatype/opal_copy_functions_heterogeneous.c switch (pConvertor->remoteArch & OPAL_ARCH_BOOLISxx) {