stride 192 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_vector( int count, int bLength, int stride, stride 194 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hvector( int count, int bLength, ptrdiff_t stride, stride 39 ompi/datatype/ompi_datatype_create_darray.c ptrdiff_t stride, disps[2]; stride 59 ompi/datatype/ompi_datatype_create_darray.c stride = orig_extent; stride 65 ompi/datatype/ompi_datatype_create_darray.c stride *= gsize_array[i]; stride 67 ompi/datatype/ompi_datatype_create_darray.c rc = ompi_datatype_create_hvector(mysize, 1, stride, type_old, type_new); stride 100 ompi/datatype/ompi_datatype_create_darray.c ptrdiff_t stride, disps[2]; stride 123 ompi/datatype/ompi_datatype_create_darray.c stride = nprocs*blksize*orig_extent; stride 126 ompi/datatype/ompi_datatype_create_darray.c stride *= gsize_array[i]; stride 130 ompi/datatype/ompi_datatype_create_darray.c stride *= gsize_array[i]; stride 134 ompi/datatype/ompi_datatype_create_darray.c rc = ompi_datatype_create_hvector(count, blksize, stride, type_old, type_new); stride 142 ompi/datatype/ompi_datatype_create_darray.c disps [0] = 0; disps [1] = count*stride; stride 31 ompi/datatype/ompi_datatype_create_vector.c int32_t ompi_datatype_create_vector( int count, int bLength, int stride, stride 42 ompi/datatype/ompi_datatype_create_vector.c if( (bLength == stride) || (1 >= count) ) { /* the elements are contiguous */ stride 46 ompi/datatype/ompi_datatype_create_vector.c ompi_datatype_add( pData, oldType, count, 0, extent * stride ); stride 51 ompi/datatype/ompi_datatype_create_vector.c ompi_datatype_add( pData, pTempData, count, 0, extent * stride ); stride 60 ompi/datatype/ompi_datatype_create_vector.c int32_t ompi_datatype_create_hvector( int count, int bLength, ptrdiff_t stride, stride 71 ompi/datatype/ompi_datatype_create_vector.c if( ((extent * bLength) == stride) || (1 >= count) ) { /* contiguous */ stride 77 ompi/datatype/ompi_datatype_create_vector.c ompi_datatype_add( pData, oldType, count, 0, stride ); stride 81 ompi/datatype/ompi_datatype_create_vector.c ompi_datatype_add( pData, pTempData, count, 0, stride ); stride 265 ompi/group/group.c int index,first_rank,last_rank,stride; stride 275 ompi/group/group.c stride = ranges[j][2]; stride 283 ompi/group/group.c index += stride; stride 292 ompi/group/group.c index += stride; stride 310 ompi/group/group.c stride = ranges[j][2]; stride 318 ompi/group/group.c index += stride; stride 327 ompi/group/group.c index += stride; stride 351 ompi/group/group.c int index,first_rank,last_rank,stride,count,result; stride 360 ompi/group/group.c stride = ranges[j][2]; stride 367 ompi/group/group.c index += stride; stride 375 ompi/group/group.c index += stride; stride 392 ompi/group/group.c stride = ranges[j][2]; stride 400 ompi/group/group.c index += stride; stride 409 ompi/group/group.c index += stride; stride 108 ompi/group/group_strided.c int my_group_rank,stride; stride 119 ompi/group/group_strided.c stride = check_stride(ranks,n); stride 129 ompi/group/group_strided.c new_group_pointer -> sparse_data.grp_strided.grp_strided_stride = stride; stride 155 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Aint stride; stride 179 ompi/mca/io/romio321/romio/adio/common/ad_darray.c stride = orig_extent; stride 184 ompi/mca/io/romio321/romio/adio/common/ad_darray.c for (i=0; i<dim; i++) stride *= (MPI_Aint)array_of_gsizes[i]; stride 185 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Type_create_hvector(mysize, 1, stride, type_old, type_new); stride 192 ompi/mca/io/romio321/romio/adio/common/ad_darray.c for (i=ndims-1; i>dim; i--) stride *= (MPI_Aint)array_of_gsizes[i]; stride 193 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Type_create_hvector(mysize, 1, stride, type_old, type_new); stride 217 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Aint stride, disps[3]; stride 242 ompi/mca/io/romio321/romio/adio/common/ad_darray.c stride = (MPI_Aint)nprocs*(MPI_Aint)blksize*orig_extent; stride 244 ompi/mca/io/romio321/romio/adio/common/ad_darray.c for (i=0; i<dim; i++) stride *= (MPI_Aint)array_of_gsizes[i]; stride 245 ompi/mca/io/romio321/romio/adio/common/ad_darray.c else for (i=ndims-1; i>dim; i--) stride *= (MPI_Aint)array_of_gsizes[i]; stride 247 ompi/mca/io/romio321/romio/adio/common/ad_darray.c MPI_Type_create_hvector(count, blksize, stride, type_old, type_new); stride 256 ompi/mca/io/romio321/romio/adio/common/ad_darray.c disps[1] = (MPI_Aint)count*stride; stride 367 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset blocklength = ints[1], stride = ints[2]; stride 373 ompi/mca/io/romio321/romio/adio/common/flatten.c flat->indices[i] = flat->indices[i-1] + stride * old_size; stride 382 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset blocklength = ints[1], stride = ints[2]; stride 403 ompi/mca/io/romio321/romio/adio/common/flatten.c flat->indices[j] = flat->indices[j-num] + stride * ADIOI_AINT_CAST_TO_OFFSET old_extent; stride 490 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset stride = ints[top_count+1]; stride 492 ompi/mca/io/romio321/romio/adio/common/flatten.c st_offset+stride* ADIOI_AINT_CAST_TO_OFFSET old_extent, curr_index); stride 501 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset blocklength = ints[1+i-j], stride = ints[top_count+1+i-j]; stride 504 ompi/mca/io/romio321/romio/adio/common/flatten.c st_offset + stride* ADIOI_AINT_CAST_TO_OFFSET old_extent; stride 546 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset stride = ints[top_count+1+i]-ints[top_count+i]; stride 549 ompi/mca/io/romio321/romio/adio/common/flatten.c flat->indices[j-num] + stride* ADIOI_AINT_CAST_TO_OFFSET old_extent; stride 596 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset stride = ints[1+1]; stride 602 ompi/mca/io/romio321/romio/adio/common/flatten.c st_offset+stride* ADIOI_AINT_CAST_TO_OFFSET old_extent, curr_index); stride 616 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset stride = ints[1+1+i-j]; stride 618 ompi/mca/io/romio321/romio/adio/common/flatten.c stride* ADIOI_AINT_CAST_TO_OFFSET old_extent; stride 657 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIO_Offset stride = ints[2+i]-ints[1+i]; stride 659 ompi/mca/io/romio321/romio/adio/common/flatten.c stride* ADIOI_AINT_CAST_TO_OFFSET old_extent; stride 45 ompi/mpi/c/type_create_hvector.c MPI_Aint stride, stride 72 ompi/mpi/c/type_create_hvector.c rc = ompi_datatype_create_hvector ( count, blocklength, stride, oldtype, stride 78 ompi/mpi/c/type_create_hvector.c MPI_Aint a_a[1] = {stride}; stride 44 ompi/mpi/c/type_vector.c int stride, stride 71 ompi/mpi/c/type_vector.c rc = ompi_datatype_create_vector ( count, blocklength, stride, oldtype, newtype ); stride 75 ompi/mpi/c/type_vector.c const int* a_i[3] = {&count, &blocklength, &stride}; stride 115 ompi/mpi/cxx/datatype.h int stride) const; stride 128 ompi/mpi/cxx/datatype.h virtual Datatype Create_hvector(int count, int blocklength, Aint stride) const; stride 38 ompi/mpi/cxx/datatype_inln.h int stride) const stride 41 ompi/mpi/cxx/datatype_inln.h (void)MPI_Type_vector(count, blocklength, stride, mpi_datatype, &newtype); stride 87 ompi/mpi/cxx/datatype_inln.h MPI::Aint stride) const stride 90 ompi/mpi/cxx/datatype_inln.h (void)MPI_Type_create_hvector(count, blocklength, (MPI_Aint)stride, stride 373 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hvector, mpi_type_create_hvector, MPI_TYPE_CREATE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); stride 394 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_hvector, mpi_type_hvector, MPI_TYPE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); stride 404 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_vector, mpi_type_vector, MPI_TYPE_VECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr)); stride 41 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 42 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 61 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 62 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 69 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c MPI_Aint *stride, MPI_Fint *oldtype, stride 78 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c *stride, stride 41 ompi/mpi/fortran/mpif-h/type_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 42 ompi/mpi/fortran/mpif-h/type_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 61 ompi/mpi/fortran/mpif-h/type_hvector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 62 ompi/mpi/fortran/mpif-h/type_hvector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 70 ompi/mpi/fortran/mpif-h/type_hvector_f.c MPI_Fint *stride, MPI_Fint *oldtype, stride 80 ompi/mpi/fortran/mpif-h/type_hvector_f.c (MPI_Aint)*stride, stride 41 ompi/mpi/fortran/mpif-h/type_vector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 42 ompi/mpi/fortran/mpif-h/type_vector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 61 ompi/mpi/fortran/mpif-h/type_vector_f.c (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr), stride 62 ompi/mpi/fortran/mpif-h/type_vector_f.c (count, blocklength, stride, oldtype, newtype, ierr) ) stride 70 ompi/mpi/fortran/mpif-h/type_vector_f.c MPI_Fint *stride, MPI_Fint *oldtype, stride 81 ompi/mpi/fortran/mpif-h/type_vector_f.c OMPI_FINT_2_INT(*stride), stride 592 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_hvector_f(count,blocklength,stride,oldtype,newtype,ierror) & stride 597 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: stride stride 762 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_vector_f(count,blocklength,stride,oldtype,newtype,ierror) & stride 765 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: count, blocklength, stride stride 1486 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype& stride 1491 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer(kind=MPI_ADDRESS_KIND), intent(in) :: stride stride 1803 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_vector(count, blocklength, stride, oldtype, newtype& stride 1807 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: stride stride 140 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_hvector(count, blocklength, stride, oldtype, newtype& stride 144 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: stride stride 1486 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype& stride 1491 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer(kind=MPI_ADDRESS_KIND), intent(in) :: stride stride 1805 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_vector(count, blocklength, stride, oldtype, newtype& stride 1809 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: stride stride 140 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_hvector(count, blocklength, stride, oldtype, newtype& stride 144 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: stride stride 173 ompi/mpi/java/c/mpi_Datatype.c jint blockLength, jint stride, jlong oldType) stride 177 ompi/mpi/java/c/mpi_Datatype.c int rc = MPI_Type_vector(count, blockLength, stride, stride 186 ompi/mpi/java/c/mpi_Datatype.c jint blockLength, jint stride, jlong oldType) stride 190 ompi/mpi/java/c/mpi_Datatype.c int rc = MPI_Type_create_hvector(count, blockLength, stride, stride 332 ompi/mpi/java/java/Datatype.java int stride, Datatype oldType) stride 336 ompi/mpi/java/java/Datatype.java long handle = getVector(count, blockLength, stride, oldType.handle); stride 341 ompi/mpi/java/java/Datatype.java int count, int blockLength, int stride, long oldType) stride 357 ompi/mpi/java/java/Datatype.java int stride, Datatype oldType) stride 361 ompi/mpi/java/java/Datatype.java long handle = getHVector(count, blockLength, stride, oldType.handle); stride 366 ompi/mpi/java/java/Datatype.java int count, int blockLength, int stride, long oldType) stride 42 opal/mca/btl/uct/btl_uct_frag.c frag->uct_iov.stride = 0; stride 105 opal/mca/btl/uct/btl_uct_rdma.c uct_iov_t iov = {.buffer = local_address, .length = size, .stride = 0, .count = 1, stride 204 opal/mca/btl/uct/btl_uct_rdma.c uct_iov_t iov = {.buffer = local_address, .length = size, .stride = 0, .count = 1, stride 449 test/datatype/ddt_lib.c ompi_datatype_t* create_vector_type( const ompi_datatype_t* data, int count, int length, int stride ) stride 453 test/datatype/ddt_lib.c ompi_datatype_create_vector( count, length, stride, data, &vector ); stride 92 test/datatype/ddt_lib.h int length, int stride ); stride 169 test/datatype/ddt_pack.c int stride = 1; stride 170 test/datatype/ddt_pack.c const int* a_i[3] = {&count, &blocklength, &stride}; stride 195 test/datatype/external32.c int count=2, blocklength=1, stride=2; stride 200 test/datatype/external32.c ompi_datatype_create_vector ( count, blocklength, stride, &ompi_mpi_int.dt, &ddt ); stride 202 test/datatype/external32.c const int* a_i[3] = {&count, &blocklength, &stride}; stride 92 test/datatype/large_data.c int blocklen, stride, count; stride 142 test/datatype/large_data.c blocklen = stride = 4; stride 143 test/datatype/large_data.c ompi_datatype_create_vector(count, blocklen, stride, MPI_FLOAT, &ddt); stride 159 test/datatype/large_data.c ompi_datatype_create_contiguous(stride, MPI_FLOAT, &tmp); stride 37 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_vector( int count, int bLength, int stride, stride 39 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hvector( int count, int bLength, ptrdiff_t stride, stride 235 test/datatype/opal_ddt_lib.c opal_datatype_t* create_vector_type( const opal_datatype_t* data, int count, int length, int stride ) stride 239 test/datatype/opal_ddt_lib.c opal_datatype_create_vector( count, length, stride, data, &vector ); stride 434 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_vector( int count, int bLength, int stride, stride 448 test/datatype/opal_ddt_lib.c if( (bLength == stride) || (1 >= count) ) { /* the elements are contiguous */ stride 452 test/datatype/opal_ddt_lib.c opal_datatype_add( pData, oldType, count, 0, extent * stride ); stride 457 test/datatype/opal_ddt_lib.c opal_datatype_add( pData, pTempData, count, 0, extent * stride ); stride 466 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hvector( int count, int bLength, ptrdiff_t stride, stride 479 test/datatype/opal_ddt_lib.c if( ((extent * bLength) == stride) || (1 >= count) ) { /* contiguous */ stride 485 test/datatype/opal_ddt_lib.c opal_datatype_add( pData, oldType, count, 0, stride ); stride 489 test/datatype/opal_ddt_lib.c opal_datatype_add( pData, pTempData, count, 0, stride ); stride 36 test/datatype/opal_ddt_lib.h extern opal_datatype_t* create_vector_type( opal_datatype_t const* const data, int count, int length, int stride );