offsetEnd         885 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         ADIO_Offset offsetStart = offset_list[offsetIter], offsetEnd = (offset_list[offsetIter]+len_list[offsetIter]-(ADIO_Offset)1);
offsetEnd         899 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (offsetEnd > currentRoundFDEndForMyTargetAgg)
offsetEnd         902 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             bufferAmountToSend = (offsetEnd - offsetStart) +1;
offsetEnd         904 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         else if ((offsetEnd >= currentRoundFDStartForMyTargetAgg) && (offsetEnd <= currentRoundFDEndForMyTargetAgg)) {
offsetEnd         905 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (offsetEnd > currentRoundFDEndForMyTargetAgg)
offsetEnd         908 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             bufferAmountToSend = (offsetEnd - currentRoundFDStartForMyTargetAgg) +1;
offsetEnd         913 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         else if ((offsetStart <= currentRoundFDStartForMyTargetAgg) && (offsetEnd >= currentRoundFDEndForMyTargetAgg)) {
offsetEnd        1982 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         ADIO_Offset offsetStart = offset_list[offsetIter], offsetEnd = (offset_list[offsetIter]+len_list[offsetIter]-(ADIO_Offset)1);
offsetEnd        1989 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (offsetEnd > currentRoundFDEndForMySourceAgg)
offsetEnd        1992 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             bufferAmountToRecv = (offsetEnd - offsetStart) +1;
offsetEnd        1994 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         else if ((offsetEnd >= currentRoundFDStartForMySourceAgg) && (offsetEnd <= currentRoundFDEndForMySourceAgg)) {
offsetEnd        1995 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (offsetEnd > currentRoundFDEndForMySourceAgg)
offsetEnd        1998 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             bufferAmountToRecv = (offsetEnd - currentRoundFDStartForMySourceAgg) +1;
offsetEnd        2003 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         else if ((offsetStart <= currentRoundFDStartForMySourceAgg) && (offsetEnd >= currentRoundFDEndForMySourceAgg)) {