thiscount         305 ompi/mca/coll/libnbc/nbc_ibcast.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
thiscount         331 ompi/mca/coll/libnbc/nbc_ibcast.c     thiscount = fragcount;
thiscount         334 ompi/mca/coll/libnbc/nbc_ibcast.c       thiscount = count - fragcount * fragnum;
thiscount         339 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buf, false, thiscount, datatype, rpeer, schedule, true);
thiscount         347 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buf, false, thiscount, datatype, speer, schedule, false);
thiscount         463 ompi/mca/coll/libnbc/nbc_ireduce.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
thiscount         483 ompi/mca/coll/libnbc/nbc_ireduce.c     thiscount = fragcount;
thiscount         486 ompi/mca/coll/libnbc/nbc_ireduce.c       thiscount = count - fragcount * fragnum;
thiscount         492 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)recvbuf+offset, false, thiscount, datatype, rpeer, schedule, true);
thiscount         494 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)offset, true, thiscount, datatype, rpeer, schedule, true);
thiscount         504 ompi/mca/coll/libnbc/nbc_ireduce.c                                  thiscount, datatype, op, schedule, true);
thiscount         507 ompi/mca/coll/libnbc/nbc_ireduce.c                                  thiscount, datatype, op, schedule, true);
thiscount         510 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_op ((char *) sendbuf + offset, false, (char *) offset, true, thiscount,
thiscount         524 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) sendbuf + offset, false, thiscount, datatype, speer, schedule, true);
thiscount         526 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) offset, true, thiscount, datatype, speer, schedule, true);