size_with_offset   54 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     MPI_Offset size_with_offset;
size_with_offset  169 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     size_with_offset = orig_extent;
size_with_offset  170 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     for (i=0; i<ndims; i++) size_with_offset *= array_of_gsizes[i];
size_with_offset  172 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     if (size_with_aint != size_with_offset) {
size_with_offset   48 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     MPI_Offset size_with_offset;
size_with_offset  138 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     size_with_offset = extent;
size_with_offset  139 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     for (i=0; i<ndims; i++) size_with_offset *= array_of_sizes[i];
size_with_offset  140 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     if (size_with_aint != size_with_offset) {
size_with_offset   32 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Offset size_with_offset;
size_with_offset   86 ompi/mca/io/romio321/romio/test/large_array.c     size_with_offset = sizeof(int);
size_with_offset   87 ompi/mca/io/romio321/romio/test/large_array.c     for (i=0; i<ndims; i++) size_with_offset *= array_of_gsizes[i];
size_with_offset   88 ompi/mca/io/romio321/romio/test/large_array.c     if (size_with_aint != size_with_offset) {