size_with_aint     53 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     MPI_Aint orig_extent, orig_lb, size_with_aint;
size_with_aint    167 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     size_with_aint = orig_extent;
size_with_aint    168 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     for (i=0; i<ndims; i++) size_with_aint *= array_of_gsizes[i];
size_with_aint    172 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     if (size_with_aint != size_with_offset) {
size_with_aint     46 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     MPI_Aint extent, lb, size_with_aint;
size_with_aint    136 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     size_with_aint = extent;
size_with_aint    137 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     for (i=0; i<ndims; i++) size_with_aint *= array_of_sizes[i];
size_with_aint    140 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     if (size_with_aint != size_with_offset) {
size_with_aint     31 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Aint size_with_aint;
size_with_aint     84 ompi/mca/io/romio321/romio/test/large_array.c     size_with_aint = sizeof(int);
size_with_aint     85 ompi/mca/io/romio321/romio/test/large_array.c     for (i=0; i<ndims; i++) size_with_aint *= array_of_gsizes[i];
size_with_aint     88 ompi/mca/io/romio321/romio/test/large_array.c     if (size_with_aint != size_with_offset) {