buf2              186 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
buf2              194 ompi/mca/coll/libnbc/nbc.c   op_args.buf2 = buf2;
buf2              425 ompi/mca/coll/libnbc/nbc.c   void *buf1,  *buf2;
buf2              510 ompi/mca/coll/libnbc/nbc.c         NBC_DEBUG(5, "*buf1: %p, buf2: %p, count: %i, type: %p)\n", opargs.buf1, opargs.buf2,
buf2              519 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)opargs.buf2;
buf2              521 ompi/mca/coll/libnbc/nbc.c           buf2=opargs.buf2;
buf2              523 ompi/mca/coll/libnbc/nbc.c         ompi_op_reduce(opargs.op, buf1, buf2, opargs.count, opargs.datatype);
buf2              538 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)copyargs.tgt;
buf2              540 ompi/mca/coll/libnbc/nbc.c           buf2=copyargs.tgt;
buf2              542 ompi/mca/coll/libnbc/nbc.c         res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype,
buf2              560 ompi/mca/coll/libnbc/nbc.c           buf2=(char*)handle->tmpbuf+(long)unpackargs.outbuf;
buf2              562 ompi/mca/coll/libnbc/nbc.c           buf2=unpackargs.outbuf;
buf2              564 ompi/mca/coll/libnbc/nbc.c         res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm);
buf2              118 ompi/mca/coll/libnbc/nbc_internal.h   void *buf2;
buf2              153 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
buf2              415 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf1: %lu, buf2: %lu, count: %i, type: %lu)\n", (unsigned long)opargs.buf1, (unsigned long)opargs.buf2, opargs.count, (unsigned long)opargs.datatype); \
buf2               39 ompi/mca/io/romio321/romio/test/aggregation2.c     int i, rank, errs=0, toterrs, buffer[BUFSIZE], buf2[BUFSIZE];
buf2               66 ompi/mca/io/romio321/romio/test/aggregation2.c     errcode = MPI_File_read_at_all(fh, off, buf2, BUFSIZE, 
buf2               73 ompi/mca/io/romio321/romio/test/aggregation2.c         if (buf2[i] != 10000+rank)
buf2             1309 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf1 = NULL, *buf2 = NULL;
buf2             1344 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf2 = evbuffer_new();
buf2             1345 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf2);
buf2             1347 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add(buf2, "I ", 2);
buf2             1349 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_add_buffer(buf2, buf1);
buf2             1351 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_remove(buf2, tmp, 16);
buf2             1353 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_drain(buf2, evbuffer_get_length(buf2));
buf2             1356 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf2);
buf2             1372 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf2)
buf2             1373 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf2);
buf2             1380 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	struct evbuffer *buf1 = NULL, *buf2 = NULL;
buf2             1409 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	buf2 = evbuffer_new();
buf2             1410 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf2);
buf2             1415 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_prepend_buffer(buf2, buf1);
buf2             1416 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf2);
buf2             1420 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_prepend_buffer(buf2, buf1);
buf2             1421 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	evbuffer_validate(buf2);
buf2             1423 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	n = evbuffer_remove(buf2, tmp, sizeof(tmp)-1);
buf2             1430 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	if (buf2)
buf2             1431 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		evbuffer_free(buf2);
buf2              765 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	char buf1[64], buf2[64];
buf2              774 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	evutil_snprintf(buf2, sizeof(buf2), "127.0.0.1:%d", (int)portnum2);
buf2              787 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_assert(!evdns_base_nameserver_ip_add(dns, buf2));
buf2              827 opal/mca/event/libevent2022/libevent/test/regress_util.c 	char buf2[32];
buf2              831 opal/mca/event/libevent2022/libevent/test/regress_util.c 	memset(buf2, 0, sizeof(buf2));
buf2              840 opal/mca/event/libevent2022/libevent/test/regress_util.c 		memset(buf2, 0, sizeof(buf2));
buf2              852 opal/mca/event/libevent2022/libevent/test/regress_util.c 					buf2[j] |= buf1[j];
buf2              865 opal/mca/event/libevent2022/libevent/test/regress_util.c 			tt_int_op(buf2[j], !=, 0);
buf2              262 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     pmix_buffer_t buf1, buf2;
buf2              266 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_CONSTRUCT(&buf2, pmix_buffer_t);
buf2              270 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EMBED_DATA_BUFFER(&buf2, src);
buf2              274 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c                              &buf1, &buf2);
buf2              278 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     PMIX_EXTRACT_DATA_BUFFER(&buf2, src);
buf2              785 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     pmix_buffer_t buf2;
buf2              836 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_CONSTRUCT(&buf2, pmix_buffer_t);
buf2              837 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_LOAD_BUFFER(pmix_client_globals.myserver, &buf2, bo->bytes, bo->size);
buf2              841 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                &buf2, &rank, &cnt, PMIX_PROC_RANK);
buf2              844 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 PMIX_DESTRUCT(&buf2);
buf2              851 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                &buf2, kp2, &cnt, PMIX_KVAL);
buf2              873 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     PMIX_DESTRUCT(&buf2);
buf2              880 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                    &buf2, kp2, &cnt, PMIX_KVAL);
buf2              883 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_DESTRUCT(&buf2);  // releases the original kptr data
buf2              888 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_CONSTRUCT(&buf2, pmix_buffer_t);
buf2              889 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_LOAD_BUFFER(pmix_client_globals.myserver, &buf2, bo->bytes, bo->size);
buf2              893 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                &buf2, &nnodes, &cnt, PMIX_SIZE);
buf2              896 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 PMIX_DESTRUCT(&buf2);
buf2              904 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                    &buf2, &kv, &cnt, PMIX_KVAL);
buf2              907 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     PMIX_DESTRUCT(&buf2);
buf2              924 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2              933 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2              949 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2              961 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2              969 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2              981 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2             1003 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         PMIX_DESTRUCT(&buf2);
buf2             1025 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     PMIX_DESTRUCT(&buf2);
buf2             1031 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             PMIX_DESTRUCT(&buf2);
buf2              100 opal/util/timings.h         char buf1[OPAL_TIMING_STR_LEN], buf2[OPAL_TIMING_STR_LEN];                \
buf2              110 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, __VA_ARGS__ );                \
buf2              114 opal/util/timings.h             setenv(buf1, buf2, 1);                                                \
buf2              119 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%lf", time);                 \
buf2              123 opal/util/timings.h             setenv(buf1, buf2, 1);                                                \
buf2              130 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%s", filename);              \
buf2              134 opal/util/timings.h             setenv(buf1, buf2, 1);                                                \
buf2              148 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%d", h->error);              \
buf2              152 opal/util/timings.h             setenv(buf1, buf2, 1);                                                \