pDesc              65 ompi/include/ompi/memchecker.h         if ( NULL != pConvertor->pDesc )
pDesc              66 ompi/include/ompi/memchecker.h             stack_disp = pConvertor->pDesc->ub - pConvertor->pDesc->lb;
pDesc              42 ompi/mca/mtl/base/mtl_base_datatype.h     if (convertor->pDesc &&
pDesc              44 ompi/mca/mtl/base/mtl_base_datatype.h 	opal_datatype_is_contiguous_memory_layout(convertor->pDesc,
pDesc             381 ompi/mca/pml/cm/pml_cm.h 		convertor.pDesc      = &datatype->super;
pDesc             244 ompi/mca/pml/cm/pml_cm_sendreq.h         (req_send)->req_base.req_convertor.pDesc      = &datatype->super; \
pDesc             331 opal/datatype/opal_convertor.c     const opal_datatype_t* pData = pConvertor->pDesc;
pDesc             480 opal/datatype/opal_convertor.c     opal_datatype_t* datatype = (opal_datatype_t*)pConvertor->pDesc;
pDesc             511 opal/datatype/opal_convertor.c         convertor->pDesc      = (opal_datatype_t*)datatype;             \
pDesc             538 opal/datatype/opal_convertor.c         assert( (convertor)->pDesc == (datatype) );                     \
pDesc             585 opal/datatype/opal_convertor.c             if( convertor->pDesc->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS ) {
pDesc             595 opal/datatype/opal_convertor.c             if( convertor->pDesc->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS ) {
pDesc             668 opal/datatype/opal_convertor.c     destination->pDesc             = source->pDesc;
pDesc             721 opal/datatype/opal_convertor.c     opal_datatype_dump( convertor->pDesc );
pDesc             723 opal/datatype/opal_convertor.c           ((size_t)convertor->pStack[convertor->stack_pos].index > convertor->pDesc->desc.length)) ) {
pDesc             727 opal/datatype/opal_convertor.c                                   convertor->pDesc->desc.desc, convertor->pDesc->name );
pDesc             733 opal/datatype/opal_convertor.c                                const union dt_elem_desc* pDesc, const char* name )
pDesc             741 opal/datatype/opal_convertor.c                          (unsigned long)pDesc[pStack[stack_pos].index].elem.count,
pDesc             742 opal/datatype/opal_convertor.c                          (long)pDesc[pStack[stack_pos].index].elem.disp,
pDesc             743 opal/datatype/opal_convertor.c                          (long)pDesc[pStack[stack_pos].index].elem.extent );
pDesc              94 opal/datatype/opal_convertor.h     const opal_datatype_t*        pDesc;          /**< the datatype description associated with the convertor */
pDesc             169 opal/datatype/opal_convertor.h     convertor->pDesc     = NULL;
pDesc             241 opal/datatype/opal_convertor.h     unsigned char* base = pConv->pBaseBuf + pConv->bConverted + pConv->pDesc->true_lb;
pDesc             248 opal/datatype/opal_convertor.h     unsigned char* base = pConv->pBaseBuf + offset + pConv->pDesc->true_lb;
pDesc             388 opal/datatype/opal_convertor.h                           const union dt_elem_desc* pDesc,
pDesc              43 opal/datatype/opal_convertor_raw.c     const opal_datatype_t *pData = pConvertor->pDesc;
pDesc             104 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
pDesc             117 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
pDesc             177 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
pDesc              82 opal/datatype/opal_datatype_dump.c int opal_datatype_dump_data_desc( dt_elem_desc_t* pDesc, int nbElems, char* ptr, size_t length )
pDesc              88 opal/datatype/opal_datatype_dump.c         index += opal_datatype_dump_data_flags( pDesc->elem.common.flags, ptr + index, length );
pDesc              90 opal/datatype/opal_datatype_dump.c         index += snprintf( ptr + index, length - index, "%15s ", opal_datatype_basicDatatypes[pDesc->elem.common.type]->name );
pDesc              92 opal/datatype/opal_datatype_dump.c         if( OPAL_DATATYPE_LOOP == pDesc->elem.common.type )
pDesc              94 opal/datatype/opal_datatype_dump.c                                pDesc->loop.loops, pDesc->loop.items,
pDesc              95 opal/datatype/opal_datatype_dump.c                                pDesc->loop.extent );
pDesc              96 opal/datatype/opal_datatype_dump.c         else if( OPAL_DATATYPE_END_LOOP == pDesc->elem.common.type )
pDesc              98 opal/datatype/opal_datatype_dump.c                                pDesc->end_loop.items, pDesc->end_loop.first_elem_disp,
pDesc              99 opal/datatype/opal_datatype_dump.c                                pDesc->end_loop.size );
pDesc             102 opal/datatype/opal_datatype_dump.c                                pDesc->elem.count, pDesc->elem.disp, pDesc->elem.disp, pDesc->elem.blocklen,
pDesc             103 opal/datatype/opal_datatype_dump.c                                pDesc->elem.extent, (pDesc->elem.count * pDesc->elem.blocklen * opal_datatype_basicDatatypes[pDesc->elem.common.type]->size) );
pDesc             104 opal/datatype/opal_datatype_dump.c         pDesc++;
pDesc              46 opal/datatype/opal_datatype_fake_stack.c     const opal_datatype_t* pData = pConvertor->pDesc;
pDesc             105 opal/datatype/opal_datatype_fake_stack.c     remoteLength = (size_t*)alloca( sizeof(size_t) * (pConvertor->pDesc->loops + 1));
pDesc             174 opal/datatype/opal_datatype_fake_stack.c                                 pConvertor->pDesc->desc.desc, pConvertor->pDesc->name );
pDesc             511 opal/datatype/opal_datatype_internal.h OPAL_DECLSPEC int opal_datatype_dump_data_desc( union dt_elem_desc* pDesc, int nbElems, char* ptr, size_t length );
pDesc              88 opal/datatype/opal_datatype_pack.c                                         pConv->pBaseBuf, pConv->pDesc, pConv->count );
pDesc             114 opal/datatype/opal_datatype_pack.c     const opal_datatype_t* pData = pConv->pDesc;
pDesc             286 opal/datatype/opal_datatype_pack.c     const opal_datatype_t *pData = pConvertor->pDesc;
pDesc             434 opal/datatype/opal_datatype_pack.c                                      (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc             462 opal/datatype/opal_datatype_pack.c     const opal_datatype_t *pData = pConvertor->pDesc;
pDesc              53 opal/datatype/opal_datatype_pack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc              62 opal/datatype/opal_datatype_pack.h                                         (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc              92 opal/datatype/opal_datatype_pack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc              76 opal/datatype/opal_datatype_position.c                                 (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc             102 opal/datatype/opal_datatype_position.c                                 (CONVERTOR)->pBaseBuf, (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc             124 opal/datatype/opal_datatype_position.c     ptrdiff_t extent = pConvertor->pDesc->ub - pConvertor->pDesc->lb;
pDesc             135 opal/datatype/opal_datatype_position.c     if( iov_len_local > pConvertor->pDesc->size ) {
pDesc             137 opal/datatype/opal_datatype_position.c         count_desc = iov_len_local / pConvertor->pDesc->size;
pDesc             140 opal/datatype/opal_datatype_position.c                                (unsigned long)pConvertor->bConverted, (unsigned long)*position, (unsigned long)pConvertor->pDesc->size,
pDesc             145 opal/datatype/opal_datatype_position.c         pConvertor->bConverted += count_desc * pConvertor->pDesc->size;
pDesc              71 opal/datatype/opal_datatype_unpack.c     const opal_datatype_t *pData = pConv->pDesc;
pDesc             271 opal/datatype/opal_datatype_unpack.c     const opal_datatype_t *pData = pConvertor->pDesc;
pDesc             446 opal/datatype/opal_datatype_unpack.c     const opal_datatype_t *pData = pConvertor->pDesc;
pDesc             495 opal/datatype/opal_datatype_unpack.c                                                (pConvertor->pDesc->ub - pConvertor->pDesc->lb) * pConvertor->count,
pDesc              52 opal/datatype/opal_datatype_unpack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc              61 opal/datatype/opal_datatype_unpack.h                                         (CONVERTOR)->pDesc, (CONVERTOR)->count );
pDesc              91 opal/datatype/opal_datatype_unpack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );