MAXLEN             36 ompi/mca/io/romio321/romio/test/types_with_zeros.c     int  nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN];
MAXLEN             40 ompi/mca/io/romio321/romio/test/types_with_zeros.c     MPI_Datatype types[MAXLEN];
MAXLEN             41 ompi/mca/io/romio321/romio/test/types_with_zeros.c     MPI_Aint addrs[MAXLEN];
MAXLEN             47 ompi/mca/io/romio321/romio/test/types_with_zeros.c     for (i=0; i<MAXLEN; i++) nelms[i] = 0;
MAXLEN             53 ompi/mca/io/romio321/romio/test/types_with_zeros.c         for (i=0; i<MAXLEN; i++) buf[i] = -999;
MAXLEN             57 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status);
MAXLEN             66 ompi/mca/io/romio321/romio/test/types_with_zeros.c     for (i=0; i<MAXLEN; i++) {
MAXLEN             93 ompi/mca/io/romio321/romio/test/types_with_zeros.c     for (i=0; i<MAXLEN; i++) buf[i] = 1;
MAXLEN            108 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status);
MAXLEN            112 ompi/mca/io/romio321/romio/test/types_with_zeros.c         for (i=0; i<MAXLEN; i++) {