rest              194 ompi/mca/common/ompio/common_ompio_aggregators.c     int rest = fh->f_size % num_groups;
rest              200 ompi/mca/common/ompio/common_ompio_aggregators.c         if ( p < rest ) {
rest             1384 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c     size_t rest, len, temp_len, blocklen, memlen=0;
rest             1405 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             rest         = (start_offset + 1) * stripe_size - offset;
rest             1407 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c             if ( len >= rest ) {
rest             1408 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 blocklen    = rest;
rest             1409 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 temp_offset = offset+rest;
rest             1410 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                 temp_len    = len - rest;
rest             1452 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c     size_t rest, len, temp_len, blocklen, memlen=0;
rest             1473 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             rest         = (start_offset + 1) * stripe_size - offset;
rest             1475 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c             if ( len >= rest ) {
rest             1476 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 blocklen    = rest;
rest             1477 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 temp_offset = offset+rest;
rest             1478 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                 temp_len    = len - rest;
rest               52 ompi/mca/mtl/portals4/mtl_portals4_recv.c     ptl_size_t rest = length, asked = 0;
rest               79 ompi/mca/mtl/portals4/mtl_portals4_recv.c         frag->frag_length = (OPAL_UNLIKELY(rest > ompi_mtl_portals4.max_msg_size_mtl)) ? ompi_mtl_portals4.max_msg_size_mtl : rest;
rest              104 ompi/mca/mtl/portals4/mtl_portals4_recv.c         rest -= frag->frag_length;