rpeer              41 ompi/mca/coll/libnbc/nbc_iallgatherv.c   int rank, p, res, speer, rpeer;
rpeer              90 ompi/mca/coll/libnbc/nbc_iallgatherv.c     rpeer = (rank - r + p) % p;
rpeer              91 ompi/mca/coll/libnbc/nbc_iallgatherv.c     rbuf = (char *)recvbuf + displs[rpeer] * rcvext;
rpeer              93 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Sched_recv (rbuf, false, recvcounts[rpeer], recvtype, rpeer, schedule, false);
rpeer             476 ompi/mca/coll/libnbc/nbc_iallreduce.c   int speer, rpeer; /* send and recvpeer */
rpeer             509 ompi/mca/coll/libnbc/nbc_iallreduce.c   rpeer = (r - 1 + p) % p;
rpeer             629 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
rpeer             660 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
rpeer             720 ompi/mca/coll/libnbc/nbc_iallreduce.c     for (int rpeer = 1 ; rpeer < rsize ; ++rpeer) {
rpeer             721 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, rpeer, schedule, true);
rpeer             748 ompi/mca/coll/libnbc/nbc_iallreduce.c     for (int rpeer = 1 ; rpeer < rsize ; ++rpeer) {
rpeer             749 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rpeer, schedule, false);
rpeer             446 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res, speer, rpeer, virtp;
rpeer             494 ompi/mca/coll/libnbc/nbc_ialltoall.c     rpeer = ((rank - r) + p) % p;
rpeer             496 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rtmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, rpeer, schedule, false);
rpeer             543 ompi/mca/coll/libnbc/nbc_ialltoall.c     int rpeer = (rank + p - i) % p;
rpeer             545 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *rbuf = (char *) buf + (intptr_t)rpeer * (intptr_t)count * ext;
rpeer             557 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false , count, type, rpeer, schedule, true);
rpeer             562 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send ((void *)(-gap), true, count, type, rpeer, schedule, false);
rpeer             328 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int rpeer = (rank + p - i) % p;
rpeer             330 ompi/mca/coll/libnbc/nbc_ialltoallv.c     char *rbuf = (char *) buf + displs[rpeer] * ext;
rpeer             332 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (0 != counts[rpeer]) {
rpeer             333 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_copy (rbuf, false, counts[rpeer], type,
rpeer             334 ompi/mca/coll/libnbc/nbc_ialltoallv.c                             (void *)(-gap), true, counts[rpeer], type,
rpeer             346 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (0 != counts[rpeer]) {
rpeer             347 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv (rbuf, false , counts[rpeer], type, rpeer, schedule, true);
rpeer             353 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (0 != counts[rpeer]) {
rpeer             354 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send ((void *)(-gap), true, counts[rpeer], type, rpeer, schedule, false);
rpeer             302 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int rpeer = (rank + p - i) % p;
rpeer             304 ompi/mca/coll/libnbc/nbc_ialltoallw.c     char *rbuf = (char *) buf + displs[rpeer];
rpeer             306 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (0 != counts[rpeer]) {
rpeer             307 ompi/mca/coll/libnbc/nbc_ialltoallw.c       (void)opal_datatype_span(&types[rpeer]->super, counts[rpeer], &gap);
rpeer             308 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_copy (rbuf, false, counts[rpeer], types[rpeer],
rpeer             309 ompi/mca/coll/libnbc/nbc_ialltoallw.c                             (void *)(-gap), true, counts[rpeer], types[rpeer],
rpeer             321 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (0 != counts[rpeer]) {
rpeer             322 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (rbuf, false , counts[rpeer], types[rpeer], rpeer, schedule, true);
rpeer             328 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (0 != counts[rpeer]) {
rpeer             329 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send ((void *)(-gap), true, counts[rpeer], types[rpeer], rpeer, schedule, false);
rpeer             305 ompi/mca/coll/libnbc/nbc_ibcast.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
rpeer             310 ompi/mca/coll/libnbc/nbc_ibcast.c   VRANK2RANK(rpeer, vrank-1, root);
rpeer             339 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buf, false, thiscount, datatype, rpeer, schedule, true);
rpeer             463 ompi/mca/coll/libnbc/nbc_ireduce.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
rpeer             467 ompi/mca/coll/libnbc/nbc_ireduce.c   VRANK2RANK(rpeer, vrank+1, root);
rpeer             492 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)recvbuf+offset, false, thiscount, datatype, rpeer, schedule, true);
rpeer             494 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)offset, true, thiscount, datatype, rpeer, schedule, true);
rpeer              82 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c     int rpeer, speer;
rpeer              88 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c       mca_topo_base_cart_shift (comm, dim, 1, &rpeer, &speer);
rpeer              89 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c       sources[0][i] = destinations[0][i] = rpeer; i++;
rpeer              66 ompi/mca/osc/rdma/osc_rdma_request.h #define OMPI_OSC_RDMA_REQUEST_ALLOC(rmodule, rpeer, req)                \
rpeer              73 ompi/mca/osc/rdma/osc_rdma_request.h         (req)->peer = (rpeer);                                          \