pDisp             196 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
pDisp             198 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp             200 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed_block( int count, int bLength, const int* pDisp,
pDisp             202 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed_block( int count, int bLength, const ptrdiff_t* pDisp,
pDisp             204 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp              34 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
pDisp              49 ompi/datatype/ompi_datatype_create_indexed.c     disp = pDisp[i];
pDisp              58 ompi/datatype/ompi_datatype_create_indexed.c         if( endat == pDisp[i] ) { /* contiguous with the previsious */
pDisp              63 ompi/datatype/ompi_datatype_create_indexed.c             disp = pDisp[i];
pDisp              75 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp              90 ompi/datatype/ompi_datatype_create_indexed.c     disp = pDisp[i];
pDisp              99 ompi/datatype/ompi_datatype_create_indexed.c         if( endat == pDisp[i] ) { /* contiguous with the previsious */
pDisp             104 ompi/datatype/ompi_datatype_create_indexed.c             disp = pDisp[i];
pDisp             116 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_indexed_block( int count, int bLength, const int* pDisp,
pDisp             129 ompi/datatype/ompi_datatype_create_indexed.c     disp = pDisp[0];
pDisp             133 ompi/datatype/ompi_datatype_create_indexed.c         if( endat == pDisp[i] ) {
pDisp             139 ompi/datatype/ompi_datatype_create_indexed.c             disp = pDisp[i];
pDisp             150 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_hindexed_block( int count, int bLength, const ptrdiff_t* pDisp,
pDisp             163 ompi/datatype/ompi_datatype_create_indexed.c     disp = pDisp[0];
pDisp             167 ompi/datatype/ompi_datatype_create_indexed.c         if( endat == pDisp[i] ) {
pDisp             173 ompi/datatype/ompi_datatype_create_indexed.c             disp = pDisp[i];
pDisp              31 ompi/datatype/ompi_datatype_create_struct.c int32_t ompi_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp              51 ompi/datatype/ompi_datatype_create_struct.c     lastDisp = pDisp[start_from];
pDisp              52 ompi/datatype/ompi_datatype_create_struct.c     endto = pDisp[start_from] + lastExtent * lastBlock;
pDisp              55 ompi/datatype/ompi_datatype_create_struct.c         if( (pTypes[i] == lastType) && (pDisp[i] == endto) ) {
pDisp              64 ompi/datatype/ompi_datatype_create_struct.c             lastDisp = pDisp[i];
pDisp              74 ompi/datatype/ompi_datatype_create_struct.c     lastDisp = pDisp[start_from];
pDisp              75 ompi/datatype/ompi_datatype_create_struct.c     endto = pDisp[start_from] + lastExtent * lastBlock;
pDisp              81 ompi/datatype/ompi_datatype_create_struct.c         if( (pTypes[i] == lastType) && (pDisp[i] == endto) ) {
pDisp              89 ompi/datatype/ompi_datatype_create_struct.c             lastDisp = pDisp[i];
pDisp              30 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
pDisp              32 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp              35 test/datatype/opal_ddt_lib.c                                             const ptrdiff_t* pDisp,
pDisp             280 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
pDisp             293 test/datatype/opal_ddt_lib.c     disp = pDisp[0];
pDisp             304 test/datatype/opal_ddt_lib.c             if( endat == pDisp[i] ) {
pDisp             310 test/datatype/opal_ddt_lib.c                 disp = pDisp[i];
pDisp             322 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp             338 test/datatype/opal_ddt_lib.c     disp = pDisp[0];
pDisp             347 test/datatype/opal_ddt_lib.c             if( endat == pDisp[i] ) {
pDisp             353 test/datatype/opal_ddt_lib.c                 disp = pDisp[i];
pDisp             365 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
pDisp             385 test/datatype/opal_ddt_lib.c     lastDisp = pDisp[0];
pDisp             386 test/datatype/opal_ddt_lib.c     endto = pDisp[0] + lastExtent * lastBlock;
pDisp             389 test/datatype/opal_ddt_lib.c         if( (pTypes[i] == lastType) && (pDisp[i] == endto) ) {
pDisp             398 test/datatype/opal_ddt_lib.c             lastDisp = pDisp[i];
pDisp             408 test/datatype/opal_ddt_lib.c     lastDisp = pDisp[0];
pDisp             409 test/datatype/opal_ddt_lib.c     endto = pDisp[0] + lastExtent * lastBlock;
pDisp             415 test/datatype/opal_ddt_lib.c         if( (pTypes[i] == lastType) && (pDisp[i] == endto) ) {
pDisp             423 test/datatype/opal_ddt_lib.c             lastDisp = pDisp[i];