tmpbuf           1350 ompi/communicator/comm.c     int *tmpbuf=NULL;
tmpbuf           1365 ompi/communicator/comm.c         tmpbuf = (int *) malloc (rsize*outcount*sizeof(int));
tmpbuf           1366 ompi/communicator/comm.c         if ( NULL == tmpbuf ) {
tmpbuf           1371 ompi/communicator/comm.c             free ( tmpbuf );
tmpbuf           1376 ompi/communicator/comm.c             rc = MCA_PML_CALL(irecv( &tmpbuf[outcount*i], outcount, outtype, i,
tmpbuf           1410 ompi/communicator/comm.c             rc = MCA_PML_CALL(send (tmpbuf, rsize*outcount, outtype, i,
tmpbuf           1425 ompi/communicator/comm.c     if ( NULL != tmpbuf ) {
tmpbuf           1426 ompi/communicator/comm.c         free ( tmpbuf );
tmpbuf            108 ompi/communicator/comm_cid.c     int *tmpbuf;
tmpbuf            123 ompi/communicator/comm_cid.c     free (context->tmpbuf);
tmpbuf            688 ompi/communicator/comm_cid.c         context->tmpbuf  = (int *) calloc (count, sizeof(int));
tmpbuf            689 ompi/communicator/comm_cid.c         if (OPAL_UNLIKELY (NULL == context->tmpbuf)) {
tmpbuf            697 ompi/communicator/comm_cid.c     rc = intercomm->c_local_comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op, 0,
tmpbuf            733 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, 0, OMPI_COMM_ALLREDUCE_TAG,
tmpbuf            746 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
tmpbuf            791 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
tmpbuf            811 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, context->cid_context->remote_leader,
tmpbuf            839 ompi/communicator/comm_cid.c         context->tmpbuf = (int *) calloc (count, sizeof (int));
tmpbuf            840 ompi/communicator/comm_cid.c         if (OPAL_UNLIKELY(NULL == context->tmpbuf)) {
tmpbuf            855 ompi/communicator/comm_cid.c         memcpy (context->tmpbuf, inbuf, count * sizeof (int));
tmpbuf            859 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
tmpbuf            904 ompi/communicator/comm_cid.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) {
tmpbuf            972 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, size_count, MPI_INT);
tmpbuf            995 ompi/communicator/comm_cid.c         context->tmpbuf = (int *) calloc (count, sizeof(int));
tmpbuf            996 ompi/communicator/comm_cid.c         if (OPAL_UNLIKELY(NULL == context->tmpbuf)) {
tmpbuf           1011 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
tmpbuf           1067 ompi/communicator/comm_cid.c     int *tmp = context->tmpbuf;
tmpbuf           1118 ompi/communicator/comm_cid.c     tmp = context->tmpbuf = calloc (sizeof (int), count * 3);
tmpbuf           1119 ompi/communicator/comm_cid.c     if (NULL == context->tmpbuf) {
tmpbuf            200 ompi/mca/coll/base/coll_base_alltoall.c     char *tmpbuf = NULL, *tmpbuf_free = NULL;
tmpbuf            231 ompi/mca/coll/base/coll_base_alltoall.c     tmpbuf = tmpbuf_free - gap;
tmpbuf            236 ompi/mca/coll/base/coll_base_alltoall.c                                                tmpbuf,
tmpbuf            244 ompi/mca/coll/base/coll_base_alltoall.c                                                    tmpbuf + (ptrdiff_t)(size - rank) * (ptrdiff_t)scount* sext,
tmpbuf            274 ompi/mca/coll/base/coll_base_alltoall.c         err = ompi_coll_base_sendrecv ( tmpbuf, 1, new_ddt, sendto,
tmpbuf            282 ompi/mca/coll/base/coll_base_alltoall.c         err = ompi_datatype_copy_content_same_ddt(new_ddt, 1,tmpbuf, (char *) rbuf);
tmpbuf            295 ompi/mca/coll/base/coll_base_alltoall.c                                                    tmpbuf + (ptrdiff_t)i * (ptrdiff_t)rcount * rext);
tmpbuf            300 ompi/mca/coll/base/coll_base_alltoall.c     if (tmpbuf != NULL) free(tmpbuf_free);
tmpbuf            310 ompi/mca/coll/base/coll_base_alltoall.c     if (tmpbuf != NULL) free(tmpbuf_free);
tmpbuf             51 ompi/mca/coll/base/coll_base_bcast.c     char *tmpbuf;
tmpbuf             69 ompi/mca/coll/base/coll_base_bcast.c     tmpbuf = (char *) buffer;
tmpbuf             89 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(isend(tmpbuf, sendcount, datatype,
tmpbuf            103 ompi/mca/coll/base/coll_base_bcast.c             tmpbuf += realsegsize;
tmpbuf            122 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
tmpbuf            132 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(irecv( tmpbuf + realsegsize, count_by_segment,
tmpbuf            144 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(isend(tmpbuf, count_by_segment, datatype,
tmpbuf            158 ompi/mca/coll/base/coll_base_bcast.c             tmpbuf += realsegsize;
tmpbuf            167 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(isend(tmpbuf, sendcount, datatype,
tmpbuf            191 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
tmpbuf            198 ompi/mca/coll/base/coll_base_bcast.c             tmpbuf += realsegsize;
tmpbuf            200 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
tmpbuf            371 ompi/mca/coll/base/coll_base_bcast.c     char *tmpbuf[2];
tmpbuf            430 ompi/mca/coll/base/coll_base_bcast.c     tmpbuf[0] = (char *) buffer;
tmpbuf            431 ompi/mca/coll/base/coll_base_bcast.c     tmpbuf[1] = (char *) buffer + (ptrdiff_t)counts[0] * type_extent;
tmpbuf            458 ompi/mca/coll/base/coll_base_bcast.c                 MCA_PML_CALL(send(tmpbuf[i], sendcount[i], datatype,
tmpbuf            463 ompi/mca/coll/base/coll_base_bcast.c                 tmpbuf[i] += realsegsize[i];
tmpbuf            482 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf[lr], sendcount[lr], datatype,
tmpbuf            492 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(irecv( tmpbuf[lr] + realsegsize[lr], sendcount[lr],
tmpbuf            500 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(send( tmpbuf[lr], segcount[lr], datatype,
tmpbuf            509 ompi/mca/coll/base/coll_base_bcast.c             tmpbuf[lr] += realsegsize[lr];
tmpbuf            515 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(send(tmpbuf[lr], sendcount[lr], datatype,
tmpbuf            531 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(recv(tmpbuf[lr], sendcount[lr], datatype,
tmpbuf            536 ompi/mca/coll/base/coll_base_bcast.c             tmpbuf[lr] += realsegsize[lr];
tmpbuf            541 ompi/mca/coll/base/coll_base_bcast.c     tmpbuf[0] = (char *) buffer;
tmpbuf            542 ompi/mca/coll/base/coll_base_bcast.c     tmpbuf[1] = (char *) buffer + (ptrdiff_t)counts[0] * type_extent;
tmpbuf            561 ompi/mca/coll/base/coll_base_bcast.c         err = ompi_coll_base_sendrecv( tmpbuf[lr], counts[lr], datatype,
tmpbuf            563 ompi/mca/coll/base/coll_base_bcast.c                                         tmpbuf[(lr+1)%2], counts[(lr+1)%2], datatype,
tmpbuf            570 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(send(tmpbuf[1], counts[1], datatype,
tmpbuf            578 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(recv(tmpbuf[1], counts[1], datatype,
tmpbuf            585 ompi/mca/coll/base/coll_base_bcast.c             err = ompi_coll_base_sendrecv( tmpbuf[lr], counts[lr], datatype,
tmpbuf            587 ompi/mca/coll/base/coll_base_bcast.c                                             tmpbuf[(lr+1)%2], counts[(lr+1)%2], datatype,
tmpbuf            552 ompi/mca/coll/base/coll_base_reduce.c         char *tmpbuf;
tmpbuf            561 ompi/mca/coll/base/coll_base_reduce.c             tmpbuf = tmpbuf_free - gap;
tmpbuf            563 ompi/mca/coll/base/coll_base_reduce.c                                                 (char*)tmpbuf,
tmpbuf            565 ompi/mca/coll/base/coll_base_reduce.c             use_this_sendbuf = tmpbuf;
tmpbuf            571 ompi/mca/coll/base/coll_base_reduce.c             tmpbuf = tmpbuf_free - gap;
tmpbuf            572 ompi/mca/coll/base/coll_base_reduce.c             use_this_recvbuf = tmpbuf;
tmpbuf            696 ompi/mca/coll/base/coll_base_reduce_scatter.c     char *tmpbuf[2] = {NULL, NULL}, *psend, *precv;
tmpbuf            722 ompi/mca/coll/base/coll_base_reduce_scatter.c     tmpbuf[0] = malloc(span);
tmpbuf            723 ompi/mca/coll/base/coll_base_reduce_scatter.c     tmpbuf[1] = malloc(span);
tmpbuf            724 ompi/mca/coll/base/coll_base_reduce_scatter.c     if (NULL == tmpbuf[0] || NULL == tmpbuf[1]) {
tmpbuf            728 ompi/mca/coll/base/coll_base_reduce_scatter.c     psend = tmpbuf[0] - gap;
tmpbuf            729 ompi/mca/coll/base/coll_base_reduce_scatter.c     precv = tmpbuf[1] - gap;
tmpbuf            892 ompi/mca/coll/base/coll_base_reduce_scatter.c     if (tmpbuf[0])
tmpbuf            893 ompi/mca/coll/base/coll_base_reduce_scatter.c         free(tmpbuf[0]);
tmpbuf            894 ompi/mca/coll/base/coll_base_reduce_scatter.c     if (tmpbuf[1])
tmpbuf            895 ompi/mca/coll/base/coll_base_reduce_scatter.c         free(tmpbuf[1]);
tmpbuf            134 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     char *tmprecv_raw = NULL, *tmpbuf_raw = NULL, *tmprecv, *tmpbuf;
tmpbuf            158 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf = tmpbuf_raw - gap;
tmpbuf            162 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, (char *)sbuf);
tmpbuf            165 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, rbuf);
tmpbuf            214 ompi/mca/coll/base/coll_base_reduce_scatter_block.c             err = ompi_coll_base_sendrecv(tmpbuf, 1, dtypesend, remote,
tmpbuf            262 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                 ompi_op_reduce(op, tmprecv, tmpbuf, blocklens[0], dtype);
tmpbuf            264 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                                tmpbuf + (ptrdiff_t)displs[1] * extent,
tmpbuf            267 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                 ompi_op_reduce(op, tmpbuf, tmprecv, blocklens[0], dtype);
tmpbuf            268 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                 ompi_op_reduce(op, tmpbuf + (ptrdiff_t)displs[1] * extent,
tmpbuf            272 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                                                           tmpbuf, tmprecv);
tmpbuf            283 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                                               tmpbuf + (ptrdiff_t)rank * rcount * extent);
tmpbuf            331 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     char *tmprecv_raw = NULL, *tmpbuf_raw = NULL, *tmprecv, *tmpbuf;
tmpbuf            359 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf = tmpbuf_raw - gap;
tmpbuf            363 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, (char *)sbuf);
tmpbuf            366 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, rbuf);
tmpbuf            392 ompi/mca/coll/base/coll_base_reduce_scatter_block.c             err = MCA_PML_CALL(send(tmpbuf, totalcount, dtype, rank + 1,
tmpbuf            404 ompi/mca/coll/base/coll_base_reduce_scatter_block.c             ompi_op_reduce(op, tmprecv, tmpbuf, totalcount, dtype);
tmpbuf            459 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                 err = MCA_PML_CALL(send(tmpbuf + sdispl * extent, send_count,
tmpbuf            469 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                                tmpbuf + rdispl * extent, recv_count, dtype);
tmpbuf            475 ompi/mca/coll/base/coll_base_reduce_scatter_block.c                                                   tmpbuf + (ptrdiff_t)rank * rcount * extent);
tmpbuf            489 ompi/mca/coll/base/coll_base_reduce_scatter_block.c             err = MCA_PML_CALL(send(tmpbuf + (ptrdiff_t)(rank - 1) * rcount * extent,
tmpbuf            572 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     char *tmpbuf[2] = {NULL, NULL}, *psend, *precv;
tmpbuf            593 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf[0] = malloc(span);
tmpbuf            594 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf[1] = malloc(span);
tmpbuf            595 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (NULL == tmpbuf[0] || NULL == tmpbuf[1]) {
tmpbuf            599 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     psend = tmpbuf[0] - gap;
tmpbuf            600 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     precv = tmpbuf[1] - gap;
tmpbuf            761 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (tmpbuf[0])
tmpbuf            762 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         free(tmpbuf[0]);
tmpbuf            763 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (tmpbuf[1])
tmpbuf            764 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         free(tmpbuf[1]);
tmpbuf            815 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     char *tmpbuf[2] = {NULL, NULL}, *psend, *precv;
tmpbuf            827 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf[0] = malloc(span);
tmpbuf            828 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     tmpbuf[1] = malloc(span);
tmpbuf            829 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (NULL == tmpbuf[0] || NULL == tmpbuf[1]) {
tmpbuf            833 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     psend = tmpbuf[0] - gap;
tmpbuf            834 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     precv = tmpbuf[1] - gap;
tmpbuf            887 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (tmpbuf[0])
tmpbuf            888 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         free(tmpbuf[0]);
tmpbuf            889 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (tmpbuf[1])
tmpbuf            890 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         free(tmpbuf[1]);
tmpbuf             52 ompi/mca/coll/basic/coll_basic_allgather.c     char *tmpbuf_free = NULL, *tmpbuf, *ptmp;
tmpbuf            113 ompi/mca/coll/basic/coll_basic_allgather.c         tmpbuf = tmpbuf_free - gap;
tmpbuf            120 ompi/mca/coll/basic/coll_basic_allgather.c         err = MCA_PML_CALL(recv(tmpbuf, size * scount, sdtype, 0,
tmpbuf            145 ompi/mca/coll/basic/coll_basic_allgather.c             err = MCA_PML_CALL(isend(tmpbuf, size * scount, sdtype, i,
tmpbuf             87 ompi/mca/coll/basic/coll_basic_allreduce.c     char *tmpbuf = NULL, *pml_buffer = NULL;
tmpbuf            108 ompi/mca/coll/basic/coll_basic_allreduce.c         tmpbuf = (char *) malloc(dsize);
tmpbuf            109 ompi/mca/coll/basic/coll_basic_allreduce.c         if (NULL == tmpbuf) { err = OMPI_ERR_OUT_OF_RESOURCE; line = __LINE__; goto exit; }
tmpbuf            110 ompi/mca/coll/basic/coll_basic_allreduce.c         pml_buffer = tmpbuf - gap;
tmpbuf            191 ompi/mca/coll/basic/coll_basic_allreduce.c     if (NULL != tmpbuf) {
tmpbuf            192 ompi/mca/coll/basic/coll_basic_allreduce.c         free(tmpbuf);
tmpbuf            369 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     char *tmpbuf = NULL, *tmpbuf2 = NULL, *lbuf = NULL, *buf;
tmpbuf            413 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         tmpbuf = (char *) malloc(span);
tmpbuf            415 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         if (NULL == tmpbuf || NULL == tmpbuf2) {
tmpbuf            419 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         lbuf = tmpbuf - gap;
tmpbuf            478 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     if (NULL != tmpbuf) {
tmpbuf            479 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         free(tmpbuf);
tmpbuf             80 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c     char *tmpbuf = NULL, *tmpbuf2 = NULL;
tmpbuf            107 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c         tmpbuf = (char *) malloc(span);
tmpbuf            109 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c         if (NULL == tmpbuf || NULL == tmpbuf2) {
tmpbuf            112 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c         lbuf = tmpbuf - gap;
tmpbuf            171 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c     if (NULL != tmpbuf) {
tmpbuf            172 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c         free(tmpbuf);
tmpbuf             51 ompi/mca/coll/inter/coll_inter_allreduce.c     char *tmpbuf = NULL, *pml_buffer = NULL;
tmpbuf             59 ompi/mca/coll/inter/coll_inter_allreduce.c     tmpbuf = (char *) malloc(span);
tmpbuf             60 ompi/mca/coll/inter/coll_inter_allreduce.c     if (NULL == tmpbuf) {
tmpbuf             63 ompi/mca/coll/inter/coll_inter_allreduce.c     pml_buffer = tmpbuf - gap;
tmpbuf             94 ompi/mca/coll/inter/coll_inter_allreduce.c     if (NULL != tmpbuf) {
tmpbuf             95 ompi/mca/coll/inter/coll_inter_allreduce.c         free(tmpbuf);
tmpbuf            133 ompi/mca/coll/libnbc/coll_libnbc.h     void *tmpbuf; /* temporary buffer e.g. used for Reduce */
tmpbuf            526 ompi/mca/coll/libnbc/coll_libnbc_component.c         NBC_DEBUG(5, "tmpbuf address=%p size=%u\n", handle->tmpbuf, sizeof(handle->tmpbuf));
tmpbuf            120 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_send_internal (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, bool local, NBC_Schedule *schedule, bool barrier) {
tmpbuf            127 ompi/mca/coll/libnbc/nbc.c   send_args.tmpbuf = tmpbuf;
tmpbuf            144 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
tmpbuf            145 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, false, schedule, barrier);
tmpbuf            148 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
tmpbuf            149 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, true, schedule, barrier);
tmpbuf            153 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_recv_internal (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, bool local, NBC_Schedule *schedule, bool barrier) {
tmpbuf            160 ompi/mca/coll/libnbc/nbc.c   recv_args.tmpbuf = tmpbuf;
tmpbuf            177 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
tmpbuf            178 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, false, schedule, barrier);
tmpbuf            181 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
tmpbuf            182 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, true, schedule, barrier);
tmpbuf            308 ompi/mca/coll/libnbc/nbc.c   if (NULL != handle->tmpbuf) {
tmpbuf            309 ompi/mca/coll/libnbc/nbc.c     free((void*)handle->tmpbuf);
tmpbuf            310 ompi/mca/coll/libnbc/nbc.c     handle->tmpbuf = NULL;
tmpbuf            446 ompi/mca/coll/libnbc/nbc.c         if(sendargs.tmpbuf) {
tmpbuf            447 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)sendargs.buf;
tmpbuf            481 ompi/mca/coll/libnbc/nbc.c         if(recvargs.tmpbuf) {
tmpbuf            482 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)recvargs.buf;
tmpbuf            514 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)opargs.buf1;
tmpbuf            519 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)opargs.buf2;
tmpbuf            533 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)copyargs.src;
tmpbuf            538 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)copyargs.tgt;
tmpbuf            555 ompi/mca/coll/libnbc/nbc.c           buf1=(char*)handle->tmpbuf+(long)unpackargs.inbuf;
tmpbuf            560 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)unpackargs.outbuf;
tmpbuf            674 ompi/mca/coll/libnbc/nbc.c                          ompi_request_t **request, void *tmpbuf) {
tmpbuf            697 ompi/mca/coll/libnbc/nbc.c     free(tmpbuf);
tmpbuf            705 ompi/mca/coll/libnbc/nbc.c   handle->tmpbuf = NULL;
tmpbuf            747 ompi/mca/coll/libnbc/nbc.c   handle->tmpbuf = tmpbuf;
tmpbuf             30 ompi/mca/coll/libnbc/nbc_iallreduce.c                                     void *recvbuf, MPI_Op op, char inplace, NBC_Schedule *schedule, void *tmpbuf);
tmpbuf             33 ompi/mca/coll/libnbc/nbc_iallreduce.c                                     void *tmpbuf);
tmpbuf             36 ompi/mca/coll/libnbc/nbc_iallreduce.c                                       NBC_Schedule *schedule, void *tmpbuf);
tmpbuf             40 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Schedule *schedule, void *tmpbuf, struct ompi_communicator_t *comm);
tmpbuf             74 ompi/mca/coll/libnbc/nbc_iallreduce.c   void *tmpbuf = NULL;
tmpbuf            107 ompi/mca/coll/libnbc/nbc_iallreduce.c   tmpbuf = malloc (span);
tmpbuf            108 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            144 ompi/mca/coll/libnbc/nbc_iallreduce.c       free(tmpbuf);
tmpbuf            154 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_diss(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf);
tmpbuf            157 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_redscat_allgather(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf, comm);
tmpbuf            160 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_ring(rank, p, count, datatype, sendbuf, recvbuf, op, size, ext, schedule, tmpbuf);
tmpbuf            167 ompi/mca/coll/libnbc/nbc_iallreduce.c       free(tmpbuf);
tmpbuf            174 ompi/mca/coll/libnbc/nbc_iallreduce.c       free(tmpbuf);
tmpbuf            209 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Schedule_request (schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            212 ompi/mca/coll/libnbc/nbc_iallreduce.c     free(tmpbuf);
tmpbuf            246 ompi/mca/coll/libnbc/nbc_iallreduce.c   void *tmpbuf = NULL;
tmpbuf            266 ompi/mca/coll/libnbc/nbc_iallreduce.c   tmpbuf = malloc (span);
tmpbuf            267 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            273 ompi/mca/coll/libnbc/nbc_iallreduce.c     free(tmpbuf);
tmpbuf            278 ompi/mca/coll/libnbc/nbc_iallreduce.c                              ext, size, schedule, tmpbuf);
tmpbuf            281 ompi/mca/coll/libnbc/nbc_iallreduce.c     free(tmpbuf);
tmpbuf            288 ompi/mca/coll/libnbc/nbc_iallreduce.c     free(tmpbuf);
tmpbuf            292 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            295 ompi/mca/coll/libnbc/nbc_iallreduce.c     free(tmpbuf);
tmpbuf            357 ompi/mca/coll/libnbc/nbc_iallreduce.c                                     MPI_Op op, char inplace, NBC_Schedule *schedule, void *tmpbuf) {
tmpbuf            378 ompi/mca/coll/libnbc/nbc_iallreduce.c                              ((char *)tmpbuf) - gap, false, count, datatype,
tmpbuf            474 ompi/mca/coll/libnbc/nbc_iallreduce.c                                      int size, int ext, NBC_Schedule *schedule, void *tmpbuf) {
tmpbuf            674 ompi/mca/coll/libnbc/nbc_iallreduce.c 				      ptrdiff_t gap, MPI_Op op, int ext, int size, NBC_Schedule *schedule, void *tmpbuf) {
tmpbuf            816 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Schedule *schedule, void *tmpbuf, struct ompi_communicator_t *comm)
tmpbuf            828 ompi/mca/coll/libnbc/nbc_iallreduce.c     char *tmp_buf = (char *)tmpbuf - gap;
tmpbuf             32 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  int recvcount, MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf);
tmpbuf             71 ompi/mca/coll/libnbc/nbc_ialltoall.c   void *tmpbuf = NULL;
tmpbuf            117 ompi/mca/coll/libnbc/nbc_ialltoall.c     tmpbuf = malloc(span);
tmpbuf            118 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            137 ompi/mca/coll/libnbc/nbc_ialltoall.c       tmpbuf = malloc (datasize * p * 2);
tmpbuf            140 ompi/mca/coll/libnbc/nbc_ialltoall.c       tmpbuf = malloc (datasize * (p / 2 + 1) * 2 * 2);
tmpbuf            143 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            154 ompi/mca/coll/libnbc/nbc_ialltoall.c       memcpy (tmpbuf, (char *) sendbuf + datasize * rank, datasize * (p - rank));
tmpbuf            156 ompi/mca/coll/libnbc/nbc_ialltoall.c         memcpy ((char *) tmpbuf + datasize * (p - rank), sendbuf, datasize * rank);
tmpbuf            162 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = ompi_datatype_pack_external ("external32", (char *) sendbuf + (intptr_t)rank * (intptr_t)sendcount * sndext, (intptr_t)(p - rank) * (intptr_t)sendcount, sendtype, tmpbuf,
tmpbuf            166 ompi/mca/coll/libnbc/nbc_ialltoall.c         free(tmpbuf);
tmpbuf            172 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = ompi_datatype_pack_external("external32", sendbuf, (intptr_t)rank * (intptr_t)sendcount, sendtype, (char *) tmpbuf + datasize * (intptr_t)(p - rank),
tmpbuf            176 ompi/mca/coll/libnbc/nbc_ialltoall.c           free(tmpbuf);
tmpbuf            197 ompi/mca/coll/libnbc/nbc_ialltoall.c       free(tmpbuf);
tmpbuf            209 ompi/mca/coll/libnbc/nbc_ialltoall.c         free(tmpbuf);
tmpbuf            222 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_diss(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, tmpbuf);
tmpbuf            231 ompi/mca/coll/libnbc/nbc_ialltoall.c       free(tmpbuf);
tmpbuf            238 ompi/mca/coll/libnbc/nbc_ialltoall.c       free(tmpbuf);
tmpbuf            274 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            277 ompi/mca/coll/libnbc/nbc_ialltoall.c     free(tmpbuf);
tmpbuf            445 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf) {
tmpbuf            466 ompi/mca/coll/libnbc/nbc_ialltoall.c     rtmpbuf = (char *)tmpbuf + datasize * p;
tmpbuf            467 ompi/mca/coll/libnbc/nbc_ialltoall.c     stmpbuf = (char *)tmpbuf + datasize * (p + p / 2);
tmpbuf            471 ompi/mca/coll/libnbc/nbc_ialltoall.c     rtmpbuf = (char *)tmpbuf + datasize * p;
tmpbuf            472 ompi/mca/coll/libnbc/nbc_ialltoall.c     stmpbuf = (char *)tmpbuf + datasize * (p + virtp / 2);
tmpbuf            484 ompi/mca/coll/libnbc/nbc_ialltoall.c                              (intptr_t)tmpbuf, true, datasize, MPI_BYTE, schedule, false);
tmpbuf            496 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rtmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, rpeer, schedule, false);
tmpbuf            501 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (stmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, speer, schedule, true);
tmpbuf            512 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = NBC_Sched_copy (rtmpbuf + offset - (intptr_t)tmpbuf, true, datasize, MPI_BYTE,
tmpbuf             54 ompi/mca/coll/libnbc/nbc_ialltoallv.c   void * tmpbuf = NULL;
tmpbuf             80 ompi/mca/coll/libnbc/nbc_ialltoallv.c     tmpbuf = malloc(span);
tmpbuf             81 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf             96 ompi/mca/coll/libnbc/nbc_ialltoallv.c     free(tmpbuf);
tmpbuf            122 ompi/mca/coll/libnbc/nbc_ialltoallv.c     free(tmpbuf);
tmpbuf            129 ompi/mca/coll/libnbc/nbc_ialltoallv.c     free(tmpbuf);
tmpbuf            133 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            136 ompi/mca/coll/libnbc/nbc_ialltoallv.c     free(tmpbuf);
tmpbuf             53 ompi/mca/coll/libnbc/nbc_ialltoallw.c   void *tmpbuf = NULL;
tmpbuf             73 ompi/mca/coll/libnbc/nbc_ialltoallw.c     tmpbuf = malloc(span);
tmpbuf             74 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf             84 ompi/mca/coll/libnbc/nbc_ialltoallw.c     free(tmpbuf);
tmpbuf            108 ompi/mca/coll/libnbc/nbc_ialltoallw.c     free(tmpbuf);
tmpbuf            115 ompi/mca/coll/libnbc/nbc_ialltoallw.c     free(tmpbuf);
tmpbuf            119 ompi/mca/coll/libnbc/nbc_ialltoallw.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            122 ompi/mca/coll/libnbc/nbc_ialltoallw.c     free(tmpbuf);
tmpbuf             29 ompi/mca/coll/libnbc/nbc_iexscan.c     void *tmpbuf);
tmpbuf             60 ompi/mca/coll/libnbc/nbc_iexscan.c     void *tmpbuf = NULL, *tmpbuf1 = NULL, *tmpbuf2 = NULL;
tmpbuf             78 ompi/mca/coll/libnbc/nbc_iexscan.c         tmpbuf = malloc(span_align + span);
tmpbuf             79 ompi/mca/coll/libnbc/nbc_iexscan.c         if (NULL == tmpbuf) { return OMPI_ERR_OUT_OF_RESOURCE; }
tmpbuf             85 ompi/mca/coll/libnbc/nbc_iexscan.c             tmpbuf = malloc(span);
tmpbuf             86 ompi/mca/coll/libnbc/nbc_iexscan.c             if (NULL == tmpbuf) { return OMPI_ERR_OUT_OF_RESOURCE; }
tmpbuf            103 ompi/mca/coll/libnbc/nbc_iexscan.c         free(tmpbuf);
tmpbuf            109 ompi/mca/coll/libnbc/nbc_iexscan.c                                   op, inplace, schedule, tmpbuf);
tmpbuf            116 ompi/mca/coll/libnbc/nbc_iexscan.c         free(tmpbuf);
tmpbuf            123 ompi/mca/coll/libnbc/nbc_iexscan.c        free(tmpbuf);
tmpbuf            158 ompi/mca/coll/libnbc/nbc_iexscan.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            161 ompi/mca/coll/libnbc/nbc_iexscan.c         free(tmpbuf);
tmpbuf            216 ompi/mca/coll/libnbc/nbc_iexscan.c     void *tmpbuf)
tmpbuf            225 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
tmpbuf            228 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
tmpbuf             97 ompi/mca/coll/libnbc/nbc_internal.h   char tmpbuf;
tmpbuf            107 ompi/mca/coll/libnbc/nbc_internal.h   char tmpbuf;
tmpbuf            149 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier);
tmpbuf            150 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest,NBC_Schedule *schedule, bool barrier);
tmpbuf            151 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
tmpbuf            152 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
tmpbuf            268 ompi/mca/coll/libnbc/nbc_internal.h                          ompi_request_t **request, void *tmpbuf);
tmpbuf             30 ompi/mca/coll/libnbc/nbc_ireduce.c                                       MPI_Op op, char inplace, NBC_Schedule *schedule, void *tmpbuf);
tmpbuf             32 ompi/mca/coll/libnbc/nbc_ireduce.c                                    MPI_Op op, int ext, size_t size, NBC_Schedule *schedule, void *tmpbuf, int fragsize);
tmpbuf             34 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
tmpbuf             70 ompi/mca/coll/libnbc/nbc_ireduce.c   void *tmpbuf;
tmpbuf            132 ompi/mca/coll/libnbc/nbc_ireduce.c       tmpbuf = malloc(span);
tmpbuf            137 ompi/mca/coll/libnbc/nbc_ireduce.c       tmpbuf = malloc(span_align + span);
tmpbuf            142 ompi/mca/coll/libnbc/nbc_ireduce.c     tmpbuf = malloc (span);
tmpbuf            146 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            165 ompi/mca/coll/libnbc/nbc_ireduce.c       free(tmpbuf);
tmpbuf            175 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_binomial(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf);
tmpbuf            178 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_chain(rank, p, root, sendbuf, recvbuf, count, datatype, op, ext, size, schedule, tmpbuf, segsize);
tmpbuf            181 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_redscat_gather(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf, comm);
tmpbuf            188 ompi/mca/coll/libnbc/nbc_ireduce.c       free(tmpbuf);
tmpbuf            195 ompi/mca/coll/libnbc/nbc_ireduce.c       free(tmpbuf);
tmpbuf            230 ompi/mca/coll/libnbc/nbc_ireduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            233 ompi/mca/coll/libnbc/nbc_ireduce.c     free(tmpbuf);
tmpbuf            265 ompi/mca/coll/libnbc/nbc_ireduce.c   void *tmpbuf;
tmpbuf            271 ompi/mca/coll/libnbc/nbc_ireduce.c   tmpbuf = malloc (span);
tmpbuf            272 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            278 ompi/mca/coll/libnbc/nbc_ireduce.c     free(tmpbuf);
tmpbuf            285 ompi/mca/coll/libnbc/nbc_ireduce.c     free(tmpbuf);
tmpbuf            292 ompi/mca/coll/libnbc/nbc_ireduce.c     free(tmpbuf);
tmpbuf            296 ompi/mca/coll/libnbc/nbc_ireduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            299 ompi/mca/coll/libnbc/nbc_ireduce.c     free(tmpbuf);
tmpbuf            357 ompi/mca/coll/libnbc/nbc_ireduce.c                                       MPI_Op op, char inplace, NBC_Schedule *schedule, void *tmpbuf) {
tmpbuf            389 ompi/mca/coll/libnbc/nbc_ireduce.c                              ((char *)tmpbuf)-gap, false, count, datatype,
tmpbuf            462 ompi/mca/coll/libnbc/nbc_ireduce.c                                    MPI_Op op, int ext, size_t size, NBC_Schedule *schedule, void *tmpbuf, int fragsize) {
tmpbuf            539 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
tmpbuf            552 ompi/mca/coll/libnbc/nbc_ireduce.c       lbuf = tmpbuf;
tmpbuf            557 ompi/mca/coll/libnbc/nbc_ireduce.c       rbuf = tmpbuf;
tmpbuf             53 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   void *tmpbuf;
tmpbuf             89 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   tmpbuf = malloc (span_align + span);
tmpbuf             90 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf             99 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            112 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           free(tmpbuf);
tmpbuf            128 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           free(tmpbuf);
tmpbuf            146 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         free(tmpbuf);
tmpbuf            158 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            172 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         free(tmpbuf);
tmpbuf            191 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            198 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            202 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            205 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            236 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   void *tmpbuf = NULL;
tmpbuf            258 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     tmpbuf = malloc (span_align + span);
tmpbuf            259 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(NULL == tmpbuf)) {
tmpbuf            266 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            274 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            285 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       free(tmpbuf);
tmpbuf            294 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         free(tmpbuf);
tmpbuf            302 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         free(tmpbuf);
tmpbuf            313 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       free(tmpbuf);
tmpbuf            321 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         free(tmpbuf);
tmpbuf            332 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       free(tmpbuf);
tmpbuf            340 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf            344 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            347 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     free(tmpbuf);
tmpbuf             51 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   void *tmpbuf = NULL;
tmpbuf             80 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     tmpbuf = malloc (span_align + span);
tmpbuf             81 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (NULL == tmpbuf) {
tmpbuf             88 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     redbuf = (char *) tmpbuf + span_align - gap;
tmpbuf             96 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            110 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             free(tmpbuf);
tmpbuf            125 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             free(tmpbuf);
tmpbuf            144 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           free(tmpbuf);
tmpbuf            156 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       free(tmpbuf);
tmpbuf            165 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            176 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           free(tmpbuf);
tmpbuf            187 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            196 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf            200 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            203 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf            235 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   void *tmpbuf = NULL;
tmpbuf            254 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     tmpbuf = malloc (span_align + span);
tmpbuf            255 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (NULL == tmpbuf) {
tmpbuf            262 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf            270 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf            281 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       free(tmpbuf);
tmpbuf            290 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            298 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            309 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       free(tmpbuf);
tmpbuf            316 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         free(tmpbuf);
tmpbuf            325 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       free(tmpbuf);
tmpbuf            335 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf            339 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            342 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     free(tmpbuf);
tmpbuf             29 ompi/mca/coll/libnbc/nbc_iscan.c     void *tmpbuf);
tmpbuf             60 ompi/mca/coll/libnbc/nbc_iscan.c     void *tmpbuf = NULL, *tmpbuf1 = NULL, *tmpbuf2 = NULL;
tmpbuf             78 ompi/mca/coll/libnbc/nbc_iscan.c         tmpbuf = malloc(span_align + span);
tmpbuf             79 ompi/mca/coll/libnbc/nbc_iscan.c         if (NULL == tmpbuf) { return OMPI_ERR_OUT_OF_RESOURCE; }
tmpbuf             85 ompi/mca/coll/libnbc/nbc_iscan.c             tmpbuf = malloc(span);
tmpbuf             86 ompi/mca/coll/libnbc/nbc_iscan.c             if (NULL == tmpbuf) { return OMPI_ERR_OUT_OF_RESOURCE; }
tmpbuf            104 ompi/mca/coll/libnbc/nbc_iscan.c         free(tmpbuf);
tmpbuf            110 ompi/mca/coll/libnbc/nbc_iscan.c                                 op, inplace, schedule, tmpbuf);
tmpbuf            117 ompi/mca/coll/libnbc/nbc_iscan.c         free(tmpbuf);
tmpbuf            124 ompi/mca/coll/libnbc/nbc_iscan.c         free(tmpbuf);
tmpbuf            159 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
tmpbuf            162 ompi/mca/coll/libnbc/nbc_iscan.c         free(tmpbuf);
tmpbuf            186 ompi/mca/coll/libnbc/nbc_iscan.c     void *tmpbuf)
tmpbuf             53 ompi/mca/coll/portals4/coll_portals4_bcast.c             request->u.bcast.tmpbuf = malloc(request->u.bcast.tmpsize);
tmpbuf             54 ompi/mca/coll/portals4/coll_portals4_bcast.c             if (OPAL_UNLIKELY(NULL == request->u.bcast.tmpbuf)) {
tmpbuf             59 ompi/mca/coll/portals4/coll_portals4_bcast.c             iovec.iov_base = request->u.bcast.tmpbuf;
tmpbuf             77 ompi/mca/coll/portals4/coll_portals4_bcast.c             request->u.bcast.tmpbuf = malloc(request->u.bcast.tmpsize);
tmpbuf             78 ompi/mca/coll/portals4/coll_portals4_bcast.c             if (OPAL_UNLIKELY(NULL == request->u.bcast.tmpbuf)) {
tmpbuf             85 ompi/mca/coll/portals4/coll_portals4_bcast.c         request->u.bcast.tmpbuf = buff;
tmpbuf            126 ompi/mca/coll/portals4/coll_portals4_bcast.c             iovec.iov_base = request->u.bcast.tmpbuf;
tmpbuf            135 ompi/mca/coll/portals4/coll_portals4_bcast.c         free(request->u.bcast.tmpbuf);
tmpbuf            234 ompi/mca/coll/portals4/coll_portals4_bcast.c             me.start = ((uint8_t*) request->u.bcast.tmpbuf) + offset;
tmpbuf            387 ompi/mca/coll/portals4/coll_portals4_bcast.c                             (uint64_t) request->u.bcast.tmpbuf + offset,
tmpbuf            564 ompi/mca/coll/portals4/coll_portals4_bcast.c             me.start = ((uint8_t*) request->u.bcast.tmpbuf) + offset;
tmpbuf            714 ompi/mca/coll/portals4/coll_portals4_bcast.c                         (uint64_t) request->u.bcast.tmpbuf + offset,
tmpbuf             54 ompi/mca/coll/portals4/coll_portals4_request.h             void *tmpbuf;
tmpbuf             38 ompi/mca/io/romio321/romio/test/coll_test.c     int *readbuf, *writebuf, mynod, *tmpbuf, array_size;
tmpbuf            110 ompi/mca/io/romio321/romio/test/coll_test.c     tmpbuf = (int *) calloc(array_size, sizeof(int));
tmpbuf            111 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Irecv(tmpbuf, 1, newtype, mynod, 10, MPI_COMM_WORLD, &request);
tmpbuf            117 ompi/mca/io/romio321/romio/test/coll_test.c 	if (tmpbuf[i]) {
tmpbuf            121 ompi/mca/io/romio321/romio/test/coll_test.c     free(tmpbuf);
tmpbuf             27 ompi/mca/io/romio321/romio/test/split_coll.c     int *readbuf, *writebuf, mynod, *tmpbuf, array_size;
tmpbuf             97 ompi/mca/io/romio321/romio/test/split_coll.c     tmpbuf = (int *) calloc(array_size, sizeof(int));
tmpbuf             98 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Irecv(tmpbuf, 1, newtype, mynod, 10, MPI_COMM_WORLD, &request);
tmpbuf            104 ompi/mca/io/romio321/romio/test/split_coll.c 	if (tmpbuf[i]) {
tmpbuf            108 ompi/mca/io/romio321/romio/test/split_coll.c     free(tmpbuf);
tmpbuf            164 opal/dss/dss_internal.h         tmptype *tmpbuf = (tmptype*)malloc(sizeof(tmptype) * (*num_vals));  \
tmpbuf            165 opal/dss/dss_internal.h         ret = opal_dss_unpack_buffer(buffer, tmpbuf, num_vals, tmpdsstype); \
tmpbuf            167 opal/dss/dss_internal.h             ((unpack_type*) dest)[i] = (unpack_type)(tmpbuf[i]);            \
tmpbuf            169 opal/dss/dss_internal.h         free(tmpbuf);                                                       \
tmpbuf            612 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char *buffer, *tmpbuf;
tmpbuf            643 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   tmpbuf = buffer;
tmpbuf            644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   while (sscanf(tmpbuf, "%lx", &map) == 1) {
tmpbuf            657 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     tmpbuf = strchr(tmpbuf, ',');
tmpbuf            658 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (!tmpbuf) {
tmpbuf            662 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       tmpbuf++;
tmpbuf            228 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h         tmptype *tmpbuf = (tmptype*)calloc(*num_vals, sizeof(tmptype));     \
tmpbuf            229 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h         PMIX_BFROPS_UNPACK_TYPE(ret, buffer, tmpbuf, num_vals, tmpbfroptype, reg_types);        \
tmpbuf            232 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h                 ((unpack_type*) dest)[i] = (unpack_type)(tmpbuf[i]);        \
tmpbuf            235 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/base.h         free(tmpbuf);                                                       \