inplacebuf        139 ompi/mca/coll/base/coll_base_allreduce.c     char *tmpsend = NULL, *tmprecv = NULL, *tmpswap = NULL, *inplacebuf_free = NULL, *inplacebuf;
inplacebuf        161 ompi/mca/coll/base/coll_base_allreduce.c     inplacebuf = inplacebuf_free - gap;
inplacebuf        164 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, inplacebuf, (char*)rbuf);
inplacebuf        167 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, inplacebuf, (char*)sbuf);
inplacebuf        171 ompi/mca/coll/base/coll_base_allreduce.c     tmpsend = (char*) inplacebuf;