count_lhalf      1036 ompi/mca/coll/base/coll_base_allreduce.c         int count_lhalf = count / 2;
count_lhalf      1037 ompi/mca/coll/base/coll_base_allreduce.c         int count_rhalf = count - count_lhalf;
count_lhalf      1045 ompi/mca/coll/base/coll_base_allreduce.c             err = ompi_coll_base_sendrecv(rbuf, count_lhalf, dtype, rank - 1,
count_lhalf      1047 ompi/mca/coll/base/coll_base_allreduce.c                                           (char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf      1054 ompi/mca/coll/base/coll_base_allreduce.c             ompi_op_reduce(op, (char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf      1055 ompi/mca/coll/base/coll_base_allreduce.c                            (char *)rbuf + count_lhalf * extent, count_rhalf, dtype);
count_lhalf      1058 ompi/mca/coll/base/coll_base_allreduce.c             err = MCA_PML_CALL(send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf      1073 ompi/mca/coll/base/coll_base_allreduce.c             err = ompi_coll_base_sendrecv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf      1076 ompi/mca/coll/base/coll_base_allreduce.c                                           tmp_buf, count_lhalf, dtype, rank + 1,
count_lhalf      1082 ompi/mca/coll/base/coll_base_allreduce.c             ompi_op_reduce(op, tmp_buf, rbuf, count_lhalf, dtype);
count_lhalf      1085 ompi/mca/coll/base/coll_base_allreduce.c             err = MCA_PML_CALL(recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       868 ompi/mca/coll/base/coll_base_reduce.c         int count_lhalf = count / 2;
count_lhalf       869 ompi/mca/coll/base/coll_base_reduce.c         int count_rhalf = count - count_lhalf;
count_lhalf       877 ompi/mca/coll/base/coll_base_reduce.c             err = ompi_coll_base_sendrecv(rbuf, count_lhalf, dtype, rank - 1,
count_lhalf       879 ompi/mca/coll/base/coll_base_reduce.c                                           (char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       886 ompi/mca/coll/base/coll_base_reduce.c             ompi_op_reduce(op, (char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       887 ompi/mca/coll/base/coll_base_reduce.c                            (char *)rbuf + count_lhalf * extent, count_rhalf, dtype);
count_lhalf       890 ompi/mca/coll/base/coll_base_reduce.c             err = MCA_PML_CALL(send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       905 ompi/mca/coll/base/coll_base_reduce.c             err = ompi_coll_base_sendrecv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       908 ompi/mca/coll/base/coll_base_reduce.c                                           tmp_buf, count_lhalf, dtype, rank + 1,
count_lhalf       914 ompi/mca/coll/base/coll_base_reduce.c             ompi_op_reduce(op, tmp_buf, rbuf, count_lhalf, dtype);
count_lhalf       917 ompi/mca/coll/base/coll_base_reduce.c             err = MCA_PML_CALL(recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       850 ompi/mca/coll/libnbc/nbc_iallreduce.c         int count_lhalf = count / 2;
count_lhalf       851 ompi/mca/coll/libnbc/nbc_iallreduce.c         int count_rhalf = count - count_lhalf;
count_lhalf       858 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count_lhalf, datatype, rank - 1,
count_lhalf       861 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_recv(tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       864 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_op(tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       865 ompi/mca/coll/libnbc/nbc_iallreduce.c                                false, (char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       869 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       880 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       883 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_recv(tmp_buf, false, count_lhalf, datatype, rank + 1,
count_lhalf       886 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_op(tmp_buf, false, rbuf, false, count_lhalf,
count_lhalf       890 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       696 ompi/mca/coll/libnbc/nbc_ireduce.c         int count_lhalf = count / 2;
count_lhalf       697 ompi/mca/coll/libnbc/nbc_ireduce.c         int count_rhalf = count - count_lhalf;
count_lhalf       705 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send(rbuf, tmpredbuf, count_lhalf, datatype, rank - 1,
count_lhalf       709 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       713 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op((char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       714 ompi/mca/coll/libnbc/nbc_ireduce.c                                false, (char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       719 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       732 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
count_lhalf       736 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf, false, count_lhalf, datatype, rank + 1,
count_lhalf       740 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op(tmp_buf, false, rbuf, tmpredbuf, count_lhalf,
count_lhalf       745 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,