i_parity          568 ompi/mca/coll/base/coll_base_allgather.c         const int i_parity = i % 2;
i_parity          569 ompi/mca/coll/base/coll_base_allgather.c         recv_data_from[i_parity] =
i_parity          570 ompi/mca/coll/base/coll_base_allgather.c             (recv_data_from[i_parity] + offset_at_step[i_parity] + size) % size;
i_parity          572 ompi/mca/coll/base/coll_base_allgather.c         tmprecv = (char*)rbuf + (ptrdiff_t)recv_data_from[i_parity] * (ptrdiff_t)rcount * rext;
i_parity          577 ompi/mca/coll/base/coll_base_allgather.c                                        neighbor[i_parity],
i_parity          580 ompi/mca/coll/base/coll_base_allgather.c                                        neighbor[i_parity],
i_parity          585 ompi/mca/coll/base/coll_base_allgather.c         send_data_from = recv_data_from[i_parity];
i_parity          437 ompi/mca/coll/base/coll_base_allgatherv.c         const int i_parity = i % 2;
i_parity          438 ompi/mca/coll/base/coll_base_allgatherv.c         recv_data_from[i_parity] =
i_parity          439 ompi/mca/coll/base/coll_base_allgatherv.c             (recv_data_from[i_parity] + offset_at_step[i_parity] + size) % size;
i_parity          456 ompi/mca/coll/base/coll_base_allgatherv.c         new_rcounts[0] = rcounts[recv_data_from[i_parity]];
i_parity          457 ompi/mca/coll/base/coll_base_allgatherv.c         new_rcounts[1] = rcounts[(recv_data_from[i_parity] + 1)];
i_parity          458 ompi/mca/coll/base/coll_base_allgatherv.c         new_rdispls[0] = rdispls[recv_data_from[i_parity]];
i_parity          459 ompi/mca/coll/base/coll_base_allgatherv.c         new_rdispls[1] = rdispls[(recv_data_from[i_parity] + 1)];
i_parity          470 ompi/mca/coll/base/coll_base_allgatherv.c         err = ompi_coll_base_sendrecv(tmpsend, 1, new_sdtype, neighbor[i_parity],
i_parity          472 ompi/mca/coll/base/coll_base_allgatherv.c                                        tmprecv, 1, new_rdtype, neighbor[i_parity],
i_parity          477 ompi/mca/coll/base/coll_base_allgatherv.c         send_data_from = recv_data_from[i_parity];