OBJ_SIZE           93 ompi/mca/io/romio321/romio/test/aggregation1.c     buffer = malloc(OBJ_SIZE);
OBJ_SIZE          105 ompi/mca/io/romio321/romio/test/aggregation1.c         MPI_Offset offset = get_offset( rank, NUM_OBJS, OBJ_SIZE, i );
OBJ_SIZE          106 ompi/mca/io/romio321/romio/test/aggregation1.c         fill_buffer( buffer, OBJ_SIZE, rank, offset );
OBJ_SIZE          108 ompi/mca/io/romio321/romio/test/aggregation1.c         if ( (mpi_ret = MPI_File_write_at_all( wfh, offset, buffer, OBJ_SIZE,
OBJ_SIZE          144 ompi/mca/io/romio321/romio/test/aggregation1.c     buffer = malloc(OBJ_SIZE);
OBJ_SIZE          145 ompi/mca/io/romio321/romio/test/aggregation1.c     verify_buf = (char *)malloc(OBJ_SIZE);
OBJ_SIZE          156 ompi/mca/io/romio321/romio/test/aggregation1.c         MPI_Offset offset = get_offset( rank, NUM_OBJS, OBJ_SIZE, i );
OBJ_SIZE          157 ompi/mca/io/romio321/romio/test/aggregation1.c         fill_buffer( verify_buf, OBJ_SIZE, rank, offset );
OBJ_SIZE          159 ompi/mca/io/romio321/romio/test/aggregation1.c         if ( (mpi_ret = MPI_File_read_at_all( rfh, offset, buffer, OBJ_SIZE,
OBJ_SIZE          164 ompi/mca/io/romio321/romio/test/aggregation1.c         if ( memcmp( verify_buf, buffer, OBJ_SIZE ) != 0 ) {