nextRoundFDEnd   1791 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     ADIO_Offset currentRoundFDEnd = 0, nextRoundFDEnd = 0;
nextRoundFDEnd   1805 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         if (nextRoundFDEnd > lastFileOffset)
nextRoundFDEnd   1806 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           nextRoundFDEnd = lastFileOffset;
nextRoundFDEnd   1863 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             currentRoundFDEnd = nextRoundFDEnd;
nextRoundFDEnd   1869 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             nextRoundFDEnd = fd_end[myAggRank];
nextRoundFDEnd   1870 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             amountDataToReadNextRound = ((nextRoundFDEnd-nextRoundFDStart)+1);
nextRoundFDEnd   1873 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             nextRoundFDEnd = nextRoundFDStart + coll_bufsize - (ADIO_Offset)1;
nextRoundFDEnd    623 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c     ADIO_Offset currentRoundFDEnd = 0, nextRoundFDEnd = 0;
nextRoundFDEnd    687 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    currentRoundFDEnd = nextRoundFDEnd;
nextRoundFDEnd    693 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			nextRoundFDEnd = fd_end[myAggRank];
nextRoundFDEnd    694 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			amountDataToReadNextRound = ((nextRoundFDEnd-nextRoundFDStart)+1);
nextRoundFDEnd    697 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			nextRoundFDEnd = nextRoundFDStart + coll_bufsize - 1;