rbuf_current       46 ompi/patterns/comm/allreduce.c     char *sbuf_current, *rbuf_current;
rbuf_current      235 ompi/patterns/comm/allreduce.c         rbuf_current = (char *) rbuf + count_processed * dt_size;
rbuf_current      236 ompi/patterns/comm/allreduce.c         memcpy(rbuf_current,scratch_bufers[send_buffer], count_this_stripe*dt_size);
rbuf_current       96 ompi/patterns/net/allreduce.c     char *sbuf_current,*rbuf_current;
rbuf_current      336 ompi/patterns/net/allreduce.c         rbuf_current=(char *)rbuf+count_processed*dt_size;
rbuf_current      337 ompi/patterns/net/allreduce.c         memcopy(scratch_bufers[recv_buffer],rbuf_current,count_this_stripe*dt_size);