source             26 contrib/scaling/mpi_memprobe.c                         const opal_process_name_t *source,
source             15 examples/Ring.java 	int source;  // Rank of sender
source             32 examples/oshmem_strided_puts.c     short source[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };
source             41 examples/oshmem_strided_puts.c         shmem_short_iput(target, source, 1, 2, 5, 1);
source             18 examples/oshmem_symmetric_data.c     short source[SIZE];
source             31 examples/oshmem_symmetric_data.c             source[i] = i;
source             37 examples/oshmem_symmetric_data.c             shmem_short_put(target, source, SIZE, i);
source             28 ompi/contrib/libompitrace/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
source             40 ompi/contrib/libompitrace/recv.c            rank, (uintptr_t) buf, count, typename, source, tag, commname);
source             43 ompi/contrib/libompitrace/recv.c     return PMPI_Recv(buf, count, type, source, tag, comm, status);
source             34 ompi/contrib/libompitrace/sendrecv.c                  MPI_Datatype recvtype, int source, int recvtag,
source             52 ompi/contrib/libompitrace/sendrecv.c             (uintptr_t) recvbuf, recvcount, recvtypename, source, recvtag, commname);
source             58 ompi/contrib/libompitrace/sendrecv.c                          recvbuf, recvcount, recvtype, source, recvtag,
source            241 ompi/errhandler/errhandler.c                               const opal_process_name_t *source,
source            396 ompi/errhandler/errhandler.h                                             const opal_process_name_t *source,
source             58 ompi/interlib/interlib.c                            const opal_process_name_t *source,
source             46 ompi/mca/coll/base/coll_base_barrier.c                               int source, int rtag,
source             55 ompi/mca/coll/base/coll_base_barrier.c     rc = MCA_PML_CALL(irecv( NULL, 0, MPI_BYTE, source, rtag,
source             37 ompi/mca/coll/base/coll_base_util.c                                     int source, int rtag,
source             49 ompi/mca/coll/base/coll_base_util.c     err = MCA_PML_CALL(irecv( recvbuf, rcount, rdatatype, source, rtag,
source             44 ompi/mca/coll/base/coll_base_util.h                                     int source, int rtag,
source             59 ompi/mca/coll/base/coll_base_util.h                           int source, int rtag,
source             63 ompi/mca/coll/base/coll_base_util.h     if ((dest == source) && (source == myid)) {
source             70 ompi/mca/coll/base/coll_base_util.h                                            source, rtag, comm, status);
source            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) {
source            163 ompi/mca/coll/libnbc/nbc.c   recv_args.source = source;
source            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) {
source            178 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, false, schedule, barrier);
source            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) {
source            182 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, true, schedule, barrier);
source            477 ompi/mca/coll/libnbc/nbc.c                   recvargs.datatype, recvargs.source, handle->tag);
source            496 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm,
source            500 ompi/mca/coll/libnbc/nbc.c                     recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res);
source            108 ompi/mca/coll/libnbc/nbc_internal.h   int source;
source            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);
source            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);
source            410 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, source: %i)\n", (unsigned long)recvargs.buf, recvargs.count, (unsigned long)recvargs.datatype, recvargs.source); \
source            454 ompi/mca/coll/portals4/coll_portals4.h                                           const void *source,
source            464 ompi/mca/coll/portals4/coll_portals4.h                                              source,
source             51 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     int source, dest;
source             82 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     source = myrank - 1;
source             84 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     if (source < 0) source = MPI_PROC_NULL;
source             86 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
source             47 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     int source, dest;
source             89 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     source = myrank - 1;
source             91 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     if (source < 0) source = MPI_PROC_NULL;
source             93 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
source             52 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     int source, dest;
source             84 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     source = myrank - 1;
source             86 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     if (source < 0) source = MPI_PROC_NULL;
source             88 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
source             48 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     int source, dest;
source             90 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     source = myrank - 1;
source             92 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     if (source < 0) source = MPI_PROC_NULL;
source             94 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
source            213 ompi/mca/mtl/ofi/mtl_ofi_types.h mtl_ofi_create_send_tag(int comm_id, int source, int tag)
source            217 ompi/mca/mtl/ofi/mtl_ofi_types.h     match_bits |= (uint64_t)(source & ompi_mtl_ofi.source_rank_mask);
source            227 ompi/mca/mtl/ofi/mtl_ofi_types.h                             int comm_id, int source, int tag)
source            233 ompi/mca/mtl/ofi/mtl_ofi_types.h     if (MPI_ANY_SOURCE == source) {
source            238 ompi/mca/mtl/ofi/mtl_ofi_types.h         *match_bits |= (uint64_t)(source & ompi_mtl_ofi.source_rank_mask);
source            171 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
source            175 ompi/mca/mtl/portals4/mtl_portals4.h         match_bits |= source;                                           \
source            181 ompi/mca/mtl/portals4/mtl_portals4.h #define MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, contextid, source, tag) \
source            189 ompi/mca/mtl/portals4/mtl_portals4.h         if (MPI_ANY_SOURCE == source) {                                 \
source            193 ompi/mca/mtl/portals4/mtl_portals4.h             match_bits |= source;                                       \
source            300 ompi/mca/osc/pt2pt/osc_pt2pt.h     int source;
source            429 ompi/mca/osc/pt2pt/osc_pt2pt.h void osc_pt2pt_incoming_post (ompi_osc_pt2pt_module_t *module, int source);
source            432 ompi/mca/osc/pt2pt/osc_pt2pt.h void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count);
source            509 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void mark_incoming_completion (ompi_osc_pt2pt_module_t *module, int source)
source            513 ompi/mca/osc/pt2pt/osc_pt2pt.h     if (MPI_PROC_NULL == source) {
source            524 ompi/mca/osc/pt2pt/osc_pt2pt.h         ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source            528 ompi/mca/osc/pt2pt/osc_pt2pt.h                              (void *) module, source, (int) peer->passive_incoming_frag_count + 1));
source            603 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void osc_pt2pt_copy_on_recv (void *target, void *source, size_t source_len, ompi_proc_t *proc,
source            619 ompi/mca/osc/pt2pt/osc_pt2pt.h     iov.iov_base = (IOVBASE_TYPE *) source;
source            647 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void osc_pt2pt_copy_for_send (void *target, size_t target_len, const void *source, ompi_proc_t *proc,
source            658 ompi/mca/osc/pt2pt/osc_pt2pt.h                                              count, source, 0, &convertor);
source            571 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c void osc_pt2pt_incoming_complete (ompi_osc_pt2pt_module_t *module, int source, int frag_count)
source            575 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c                          "current incomming count: %d. expected complete msgs: %d", source,
source            591 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c void osc_pt2pt_incoming_post (ompi_osc_pt2pt_module_t *module, int source)
source            598 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c     if (!ompi_osc_pt2pt_sync_pscw_peer (module, source, NULL)) {
source            599 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c         ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source            603 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c                              source));
source            110 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_put_self (ompi_osc_pt2pt_sync_t *pt2pt_sync, const void *source, int source_count,
source            122 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     ret = ompi_datatype_sndrcv ((void *)source, source_count, source_datatype,
source            139 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     void *source = (unsigned char*) module->baseptr +
source            146 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     ret = ompi_datatype_sndrcv (source, source_count, source_datatype,
source            159 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_cas_self (ompi_osc_pt2pt_sync_t *pt2pt_sync, const void *source, const void *compare, void *result,
source            173 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         memcpy (target, source, datatype->super.size);
source            181 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_acc_self (ompi_osc_pt2pt_sync_t *pt2pt_sync, const void *source, int source_count, ompi_datatype_t *source_datatype,
source            195 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         ret = ompi_osc_base_sndrcv_op (source, source_count, source_datatype, target, target_count, target_datatype, op);
source            197 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         ret = ompi_datatype_sndrcv ((void *)source, source_count, source_datatype, target, target_count, target_datatype);
source            215 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_gacc_self (ompi_osc_pt2pt_sync_t *pt2pt_sync, const void *source, int source_count, ompi_datatype_t *source_datatype,
source            241 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                 ret = ompi_osc_base_sndrcv_op (source, source_count, source_datatype, target, target_count, target_datatype, op);
source            243 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                 ret = ompi_datatype_sndrcv ((void *)source, source_count, source_datatype, target, target_count, target_datatype);
source            181 ompi/mca/osc/pt2pt/osc_pt2pt_component.c                 ret = ompi_osc_pt2pt_process_flush (pending->module, pending->source,
source            185 ompi/mca/osc/pt2pt/osc_pt2pt_component.c                 ret = ompi_osc_pt2pt_process_unlock (pending->module, pending->source,
source             52 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     void *source;
source             65 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     acc_data->source = NULL;
source             72 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     if (acc_data->source) {
source             74 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         free (acc_data->source);
source            101 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int source;
source            146 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int source;
source            349 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_put(ompi_osc_pt2pt_module_t* module, int source,
source            363 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source            365 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, &proc, &datatype, (void **) &data);
source            379 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_put_long(ompi_osc_pt2pt_module_t* module, int source,
source            391 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source            393 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
source            400 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          datatype, source,
source            478 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int osc_pt2pt_get_post_send (ompi_osc_pt2pt_module_t *module, void *source, int count,
source            495 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_isend_w_cb (source, count, datatype, peer, tag, module->comm,
source            518 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     void *source = (unsigned char*) module->baseptr +
source            533 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = osc_pt2pt_get_post_send (module, source, get_header->count, datatype,
source            554 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int osc_pt2pt_accumulate_buffer (void *target, void *source, size_t source_len, ompi_proc_t *proc,
source            559 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     assert (NULL != target && NULL != source);
source            562 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         osc_pt2pt_copy_on_recv (target, source, source_len, proc, count, datatype);
source            585 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         osc_pt2pt_copy_on_recv (buffer, source, source_len, proc, primitive_count, primitive_datatype);
source            595 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_base_process_op(target, source, source_len, datatype,
source            619 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int osc_pt2pt_accumulate_allocate (ompi_osc_pt2pt_module_t *module, int peer, void *target, void *source, size_t source_len,
source            633 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     acc_data->source = source;
source            673 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         if (acc_data->source) {
source            677 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             assert (NULL != acc_data->target && NULL != acc_data->source);
source            683 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_datatype_sndrcv(acc_data->source, primitive_count, primitive_datatype, acc_data->target, acc_data->count, acc_data->datatype);
source            685 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_osc_base_process_op(acc_data->target, acc_data->source, acc_data->source_len, acc_data->datatype, acc_data->count, acc_data->op);
source            702 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_acc_op_queue (ompi_osc_pt2pt_module_t *module, ompi_osc_pt2pt_header_t *header, int source,
source            705 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source            725 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     pending_acc->source = source;
source            794 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_acc_start (ompi_osc_pt2pt_module_t *module, int source, void *data, size_t data_len,
source            803 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     proc = ompi_comm_peer_lookup(module->comm, source);
source            827 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_acc_long_start (ompi_osc_pt2pt_module_t *module, int source, ompi_datatype_t *datatype,
source            843 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     proc = ompi_comm_peer_lookup(module->comm, source);
source            849 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                             source, tag_to_target(acc_header->tag), module->comm,
source            870 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, buffer, buflen, proc, acc_header->count,
source            878 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_target(acc_header->tag), module->comm,
source            907 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_gacc_start (ompi_osc_pt2pt_module_t *module, int source, void *data, size_t data_len,
source            917 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     proc = ompi_comm_peer_lookup(module->comm, source);
source            921 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, data, data_len, proc, acc_header->count,
source            928 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_origin(acc_header->tag), module->comm,
source            955 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_gacc_long_start (ompi_osc_pt2pt_module_t *module, int source, ompi_datatype_t *datatype,
source            970 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     proc = ompi_comm_peer_lookup(module->comm, source);
source            990 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, buffer, buflen, proc, acc_header->count,
source            998 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_target(acc_header->tag), module->comm,
source           1006 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         source, tag_to_origin(acc_header->tag), module->comm,
source           1039 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_cswap_start (ompi_osc_pt2pt_module_t *module, int source, void *data, ompi_datatype_t *datatype,
source           1049 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     proc = ompi_comm_peer_lookup(module->comm, source);
source           1059 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = MCA_PML_CALL(send(target, 1, datatype, source, tag_to_origin(cswap_header->tag),
source           1066 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         mark_incoming_completion (module, (cswap_header->tag & 0x1) ? source : MPI_PROC_NULL);
source           1110 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_start (module, pending_acc->source, pending_acc->data, pending_acc->data_len,
source           1115 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_long_start (module, pending_acc->source, pending_acc->datatype,
source           1119 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_gacc_start (module, pending_acc->source, pending_acc->data,
source           1124 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_gacc_long_start (module, pending_acc->source, pending_acc->datatype,
source           1128 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_cswap_start (module, pending_acc->source, pending_acc->data,
source           1138 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     mark_incoming_completion (module, pending_acc->active_target ? MPI_PROC_NULL : pending_acc->source);
source           1146 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_acc (ompi_osc_pt2pt_module_t *module, int source,
source           1158 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source           1160 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
source           1169 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_start (module, source, data, data_len, datatype,
source           1174 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, data, data_len, datatype, active_target);
source           1183 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_acc_long (ompi_osc_pt2pt_module_t* module, int source,
source           1194 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source           1196 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
source           1202 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_long_start (module, source, datatype, acc_header);
source           1205 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_op_queue (module, (ompi_osc_pt2pt_header_t *) acc_header, source,
source           1215 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_get_acc(ompi_osc_pt2pt_module_t *module, int source,
source           1229 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source           1231 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, &proc, &datatype, (void **) &data);
source           1255 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_gacc_start (module, source, buffer, data_len, datatype,
source           1260 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, data, data_len, datatype, active_target);
source           1269 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_get_acc_long(ompi_osc_pt2pt_module_t *module, int source,
source           1280 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source           1282 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
source           1288 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_gacc_long_start (module, source, datatype, acc_header);
source           1292 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, NULL, 0, datatype, active_target);
source           1302 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_cswap (ompi_osc_pt2pt_module_t *module, int source,
source           1313 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source));
source           1315 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
source           1321 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_cswap_start (module, source, data, datatype, cswap_header);
source           1324 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_op_queue (module, (ompi_osc_pt2pt_header_t *) cswap_header, source,
source           1334 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_complete (ompi_osc_pt2pt_module_t *module, int source,
source           1338 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     osc_pt2pt_incoming_complete (module, source, complete_header->frag_count + 1);
source           1346 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_flush (ompi_osc_pt2pt_module_t *module, int source,
source           1349 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source           1360 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          ompi_comm_rank(module->comm), source, peer->passive_incoming_frag_count));
source           1362 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_process_flush (module, source, flush_header);
source           1368 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         pending->source = source;
source           1380 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int process_unlock (ompi_osc_pt2pt_module_t *module, int source,
source           1383 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source           1394 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source, unlock_header->frag_count, (int) peer->passive_incoming_frag_count));
source           1396 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_process_unlock (module, source, unlock_header);
source           1402 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         pending->source = source;
source           1419 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int source = ddt_buffer->source;
source           1424 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         (void) process_put_long (module, source, &header->put);
source           1427 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         (void) process_get (module, source, &header->get);
source           1430 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         (void) process_acc_long (module, source, &header->acc);
source           1433 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         (void) process_get_acc_long (module, source, &header->acc);
source           1460 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int process_large_datatype_request (ompi_osc_pt2pt_module_t *module, int source, ompi_osc_pt2pt_header_t *header)
source           1502 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ddt_buffer->source = source;
source           1514 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                     source, tag_to_target(tag), module->comm,
source           1535 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          (int) frag->source, (int) frag->num_ops));
source           1549 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_put(module, frag->source, &header->put);
source           1552 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_put_long(module, frag->source, &header->put);
source           1556 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_acc(module, frag->source, &header->acc);
source           1559 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_acc_long (module, frag->source, &header->acc);
source           1563 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_unlock(module, frag->source, &header->unlock);
source           1567 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_get (module, frag->source, &header->get);
source           1571 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_cswap (module, frag->source, &header->cswap);
source           1575 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_get_acc (module, frag->source, &header->acc);
source           1579 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_get_acc_long (module, frag->source, &header->acc);
source           1583 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_flush (module, frag->source, &header->flush);
source           1587 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = process_complete (module, frag->source, &header->complete);
source           1595 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             ret = process_large_datatype_request (module, frag->source, header);
source           1644 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int source = recv->pml_request->req_status.MPI_SOURCE;
source           1652 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          source, (unsigned) incoming_length, base_header->base.type));
source           1661 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                   source : MPI_PROC_NULL);
source           1664 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         osc_pt2pt_incoming_post (module, source);
source           1667 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ompi_osc_pt2pt_process_lock(module, source, (ompi_osc_pt2pt_header_lock_t *) base_header);
source           1673 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ompi_osc_pt2pt_process_flush_ack (module, source, (ompi_osc_pt2pt_header_flush_ack_t *) base_header);
source           1676 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ompi_osc_pt2pt_process_unlock_ack (module, source, (ompi_osc_pt2pt_header_unlock_ack_t *) base_header);
source             94 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int source, int tag,
source             99 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h                                int source,
source            106 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h                                  int source,
source            108 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_process_flush (ompi_osc_pt2pt_module_t *module, int source,
source            120 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h void ompi_osc_pt2pt_process_unlock_ack (ompi_osc_pt2pt_module_t *module, int source,
source            132 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h void ompi_osc_pt2pt_process_flush_ack (ompi_osc_pt2pt_module_t *module, int source,
source             97 ompi/mca/osc/pt2pt/osc_pt2pt_frag.h     curr->header->source = ompi_comm_rank(module->comm);
source            136 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t source;
source            182 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t source; /* rank in window of source process */
source            208 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = ntohl((h).source);             \
source            212 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = htonl((h).source);             \
source            264 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source = ntohl((h).source)
source            266 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).source= htonl((h).source)
source             39 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static bool ompi_osc_pt2pt_lock_try_acquire (ompi_osc_pt2pt_module_t* module, int source, int lock_type,
source            689 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         lock_ack.source = ompi_comm_rank(module->comm);
source            740 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static bool ompi_osc_pt2pt_lock_try_acquire (ompi_osc_pt2pt_module_t* module, int source, int lock_type, uint64_t lock_ptr)
source            766 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     activate_lock(module, source, lock_ptr);
source            798 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int ompi_osc_pt2pt_process_lock (ompi_osc_pt2pt_module_t* module, int source,
source            805 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          source, module->lock_status));
source            807 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     acquired = ompi_osc_pt2pt_lock_try_acquire (module, source, lock_header->lock_type, lock_header->lock_ptr);
source            810 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         queue_lock(module, source, lock_header->lock_type, lock_header->lock_ptr);
source            822 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, lock_ack_header->source);
source            827 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          lock_ack_header->source, lock_ack_header->lock_ptr));
source            838 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c void ompi_osc_pt2pt_process_flush_ack (ompi_osc_pt2pt_module_t *module, int source,
source            844 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          source, flush_ack_header->lock_ptr));
source            852 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c void ompi_osc_pt2pt_process_unlock_ack (ompi_osc_pt2pt_module_t *module, int source,
source            859 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          source));
source            880 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int ompi_osc_pt2pt_process_unlock (ompi_osc_pt2pt_module_t *module, int source,
source            883 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source            909 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     OSC_PT2PT_HTON(&unlock_ack, module, source);
source            911 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ret = ompi_osc_pt2pt_control_send_unbuffered (module, source, &unlock_ack, sizeof (unlock_ack));
source            929 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int ompi_osc_pt2pt_process_flush (ompi_osc_pt2pt_module_t *module, int source,
source            932 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, source);
source            949 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     OSC_PT2PT_HTON(&flush_ack, module, source);
source            951 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     return ompi_osc_pt2pt_control_send_unbuffered (module, source, &flush_ack, sizeof (flush_ack));
source            188 ompi/mca/osc/rdma/osc_rdma_accumulate.c static inline int ompi_osc_rdma_gacc_contig (ompi_osc_rdma_sync_t *sync, const void *source, int source_count,
source            234 ompi/mca/osc/rdma/osc_rdma_accumulate.c             return ompi_osc_rdma_put_contig (sync, peer, target_address, target_handle, (void *) source, len, request);
source            239 ompi/mca/osc/rdma/osc_rdma_accumulate.c             ompi_op_reduce (op, (void *) source, ptr, source_count, source_datatype);
source            252 ompi/mca/osc/rdma/osc_rdma_accumulate.c     return ompi_osc_rdma_put_contig (sync, peer, target_address, target_handle, (void *) source, len, request);
source            484 ompi/mca/osc/rdma/osc_rdma_accumulate.c     int64_t compare, source;
source            492 ompi/mca/osc/rdma/osc_rdma_accumulate.c     source = (8 == size) ? ((int64_t *) source_addr)[0] : ((int32_t *) source_addr)[0];
source            498 ompi/mca/osc/rdma/osc_rdma_accumulate.c     ret = ompi_osc_rdma_btl_cswap (module, peer->data_endpoint, target_address, target_handle, compare, source, flags,
source            363 ompi/mca/osc/rdma/osc_rdma_comm.c static int ompi_osc_rdma_copy_local (const void *source, int source_count, ompi_datatype_t *source_datatype,
source            369 ompi/mca/osc/rdma/osc_rdma_comm.c     OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "performing local copy from %p -> %p", source, target);
source            372 ompi/mca/osc/rdma/osc_rdma_comm.c     ret = ompi_datatype_sndrcv (source, source_count, source_datatype, target, target_count, target_datatype);
source            536 ompi/mca/osc/rdma/osc_rdma_comm.c     intptr_t source = (intptr_t) local_address + request->offset;
source            548 ompi/mca/osc/rdma/osc_rdma_comm.c             memcpy (origin_addr, (void *) source, request->len);
source            183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            186 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     if(source == OMPI_ANY_SOURCE)
source            204 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_prq_append list: %x mask: %x tag: %x peer: %x\n", list, mask_tag, tag, source);
source            247 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->srcs[elem->end] = source;
source            456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            459 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list, payload, tag, source);
source            507 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->srcs[elem->end] = source;
source            202 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            205 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     key = source ^ tag;
source            206 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     if(source == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
source            463 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            465 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = source ^ tag;
source            196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            199 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     key = source ^ tag;
source            200 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     if(source == OMPI_ANY_SOURCE || tag == OMPI_ANY_TAG)
source            454 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = source ^ tag;
source            196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            199 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     if(source == OMPI_ANY_SOURCE)
source            201 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         key = source;
source            206 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         key = source;
source            472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            474 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key = source;
source            152 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            155 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(source == OMPI_ANY_SOURCE)
source            173 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_append list: %x tag: %x soruce: %x tag: %x peer: %x\n", list, tag, source, req->req_tag, req->req_peer);
source            204 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->src = source;
source            397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            400 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list,  payload, tag, source);
source            440 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->src = source;
source            200 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
source            203 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     if(source == OMPI_ANY_SOURCE)
source            265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->srcs)))[elem->end] = source;
source            475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
source            478 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     int32_t key = source;
source            521 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->srcs)))[elem->end] = source;
source            106 ompi/mca/rte/orte/rte_orte_module.c                         const opal_process_name_t *source,
source            868 ompi/mca/rte/pmix/rte_pmix_module.c                         const opal_process_name_t *source,
source             33 ompi/mpi/c/improbe.c int MPI_Improbe(int source, int tag, MPI_Comm comm, int *flag,
source             49 ompi/mpi/c/improbe.c         } else if ((source != MPI_ANY_SOURCE) &&
source             50 ompi/mpi/c/improbe.c                    (MPI_PROC_NULL != source) &&
source             51 ompi/mpi/c/improbe.c                    ompi_comm_peer_invalid(comm, source)) {
source             59 ompi/mpi/c/improbe.c     if (MPI_PROC_NULL == source) {
source             75 ompi/mpi/c/improbe.c     rc = MCA_PML_CALL(improbe(source, tag, comm, flag, message, status));
source             42 ompi/mpi/c/iprobe.c int MPI_Iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status)
source             59 ompi/mpi/c/iprobe.c         } else if ((source != MPI_ANY_SOURCE) &&
source             60 ompi/mpi/c/iprobe.c                    (MPI_PROC_NULL != source) &&
source             61 ompi/mpi/c/iprobe.c                    ompi_comm_peer_invalid(comm, source)) {
source             67 ompi/mpi/c/iprobe.c     if (MPI_PROC_NULL == source) {
source             83 ompi/mpi/c/iprobe.c     rc = MCA_PML_CALL(iprobe(source, tag, comm, flag, status));
source             42 ompi/mpi/c/irecv.c int MPI_Irecv(void *buf, int count, MPI_Datatype type, int source,
source             63 ompi/mpi/c/irecv.c         } else if ((MPI_ANY_SOURCE != source) &&
source             64 ompi/mpi/c/irecv.c                    (MPI_PROC_NULL != source) &&
source             65 ompi/mpi/c/irecv.c                    ompi_comm_peer_invalid(comm, source)) {
source             73 ompi/mpi/c/irecv.c     if (source == MPI_PROC_NULL) {
source             83 ompi/mpi/c/irecv.c     rc = MCA_PML_CALL(irecv(buf,count,type,source,tag,comm,request));
source             33 ompi/mpi/c/mprobe.c int MPI_Mprobe(int source, int tag, MPI_Comm comm,
source             49 ompi/mpi/c/mprobe.c         } else if ((source != MPI_ANY_SOURCE) &&
source             50 ompi/mpi/c/mprobe.c                    (MPI_PROC_NULL != source) &&
source             51 ompi/mpi/c/mprobe.c                    ompi_comm_peer_invalid(comm, source)) {
source             59 ompi/mpi/c/mprobe.c     if (MPI_PROC_NULL == source) {
source             74 ompi/mpi/c/mprobe.c     rc = MCA_PML_CALL(mprobe(source, tag, comm, message, status));
source             42 ompi/mpi/c/probe.c int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status)
source             59 ompi/mpi/c/probe.c         } else if ((source != MPI_ANY_SOURCE) &&
source             60 ompi/mpi/c/probe.c                    (MPI_PROC_NULL != source) &&
source             61 ompi/mpi/c/probe.c                    ompi_comm_peer_invalid(comm, source)) {
source             67 ompi/mpi/c/probe.c     if (MPI_PROC_NULL == source) {
source             82 ompi/mpi/c/probe.c     rc = MCA_PML_CALL(probe(source, tag, comm, status));
source             42 ompi/mpi/c/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
source             64 ompi/mpi/c/recv.c         } else if ((source != MPI_ANY_SOURCE) &&
source             65 ompi/mpi/c/recv.c                    (MPI_PROC_NULL != source) &&
source             66 ompi/mpi/c/recv.c                    ompi_comm_peer_invalid(comm, source)) {
source             73 ompi/mpi/c/recv.c     if (MPI_PROC_NULL == source) {
source             82 ompi/mpi/c/recv.c     rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status));
source             42 ompi/mpi/c/recv_init.c int MPI_Recv_init(void *buf, int count, MPI_Datatype type, int source,
source             62 ompi/mpi/c/recv_init.c         } else if ((source != MPI_ANY_SOURCE) &&
source             63 ompi/mpi/c/recv_init.c                    (MPI_PROC_NULL != source) &&
source             64 ompi/mpi/c/recv_init.c                    ompi_comm_peer_invalid(comm, source)) {
source             73 ompi/mpi/c/recv_init.c     if (MPI_PROC_NULL == source) {
source             83 ompi/mpi/c/recv_init.c     rc = MCA_PML_CALL(irecv_init(buf,count,type,source,tag,comm,request));
source             46 ompi/mpi/c/sendrecv.c                  MPI_Datatype recvtype, int source, int recvtag,
source             74 ompi/mpi/c/sendrecv.c         } else if (source != MPI_PROC_NULL && source != MPI_ANY_SOURCE && ompi_comm_peer_invalid(comm, source)) {
source             84 ompi/mpi/c/sendrecv.c     if (source != MPI_PROC_NULL) { /* post recv */
source             86 ompi/mpi/c/sendrecv.c                                 source, recvtag, comm, &req));
source             96 ompi/mpi/c/sendrecv.c     if (source != MPI_PROC_NULL) { /* wait for recv */
source             46 ompi/mpi/c/sendrecv_replace.c                          int dest, int sendtag, int source, int recvtag,
source             71 ompi/mpi/c/sendrecv_replace.c         } else if (source != MPI_PROC_NULL && source != MPI_ANY_SOURCE && ompi_comm_peer_invalid(comm, source)) {
source             82 ompi/mpi/c/sendrecv_replace.c     if ( source == MPI_PROC_NULL || dest == MPI_PROC_NULL || count == 0 ) {
source             83 ompi/mpi/c/sendrecv_replace.c         rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status);
source            131 ompi/mpi/c/sendrecv_replace.c                         datatype, source, recvtag, comm, &recv_status );
source            170 ompi/mpi/cxx/comm.h 		    int source, int tag, Status & status) const;
source            174 ompi/mpi/cxx/comm.h 		    int source, int tag) const;
source            198 ompi/mpi/cxx/comm.h 			const Datatype & datatype, int source, int tag) const;
source            200 ompi/mpi/cxx/comm.h   virtual bool Iprobe(int source, int tag, Status & status) const;
source            202 ompi/mpi/cxx/comm.h   virtual bool Iprobe(int source, int tag) const;
source            204 ompi/mpi/cxx/comm.h   virtual void Probe(int source, int tag, Status & status) const;
source            206 ompi/mpi/cxx/comm.h   virtual void Probe(int source, int tag) const;
source            225 ompi/mpi/cxx/comm.h 			     const Datatype & datatype, int source,
source            231 ompi/mpi/cxx/comm.h 			const Datatype & recvtype, int source,
source            237 ompi/mpi/cxx/comm.h 			const Datatype & recvtype, int source,
source            242 ompi/mpi/cxx/comm.h 				int sendtag, int source,
source            247 ompi/mpi/cxx/comm.h 				int sendtag, int source,
source             35 ompi/mpi/cxx/comm_inln.h 		int source, int tag, MPI::Status & status) const
source             37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
source             42 ompi/mpi/cxx/comm_inln.h 				    int source, int tag) const
source             44 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source,
source            114 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int source, int tag) const
source            117 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irecv(buf, count, datatype, source,
source            124 ompi/mpi/cxx/comm_inln.h MPI::Comm::Iprobe(int source, int tag, MPI::Status & status) const
source            127 ompi/mpi/cxx/comm_inln.h   (void)MPI_Iprobe(source, tag, mpi_comm, &t, &status.mpi_status);
source            132 ompi/mpi/cxx/comm_inln.h MPI::Comm::Iprobe(int source, int tag) const
source            135 ompi/mpi/cxx/comm_inln.h   (void)MPI_Iprobe(source, tag, mpi_comm, &t, MPI_STATUS_IGNORE);
source            140 ompi/mpi/cxx/comm_inln.h MPI::Comm::Probe(int source, int tag, MPI::Status & status) const
source            142 ompi/mpi/cxx/comm_inln.h   (void)MPI_Probe(source, tag, mpi_comm, &status.mpi_status);
source            146 ompi/mpi/cxx/comm_inln.h MPI::Comm::Probe(int source, int tag) const
source            148 ompi/mpi/cxx/comm_inln.h   (void)MPI_Probe(source, tag, mpi_comm, MPI_STATUS_IGNORE);
source            193 ompi/mpi/cxx/comm_inln.h 		     const MPI::Datatype & datatype, int source, int tag) const
source            196 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv_init(buf, count, datatype, source,
source            205 ompi/mpi/cxx/comm_inln.h 		    const MPI::Datatype & recvtype, int source,
source            212 ompi/mpi/cxx/comm_inln.h 		     source, recvtag, mpi_comm, &status.mpi_status);
source            219 ompi/mpi/cxx/comm_inln.h 		    const MPI::Datatype & recvtype, int source,
source            226 ompi/mpi/cxx/comm_inln.h 		     source, recvtag, mpi_comm, MPI_STATUS_IGNORE);
source            232 ompi/mpi/cxx/comm_inln.h 			    int sendtag, int source,
source            236 ompi/mpi/cxx/comm_inln.h 			     sendtag, source, recvtag, mpi_comm,
source            243 ompi/mpi/cxx/comm_inln.h 			    int sendtag, int source,
source            247 ompi/mpi/cxx/comm_inln.h 			     sendtag, source, recvtag, mpi_comm,
source             94 ompi/mpi/cxx/status.h   virtual void Set_source(int source);
source             55 ompi/mpi/cxx/status_inln.h   int source;
source             56 ompi/mpi/cxx/status_inln.h   source = mpi_status.MPI_SOURCE;
source             57 ompi/mpi/cxx/status_inln.h   return source;
source             61 ompi/mpi/cxx/status_inln.h MPI::Status::Set_source(int source)
source             63 ompi/mpi/cxx/status_inln.h   mpi_status.MPI_SOURCE = source;
source             46 ompi/mpi/fortran/mpif-h/improbe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag,
source             48 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
source             67 ompi/mpi/fortran/mpif-h/improbe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag,
source             69 ompi/mpi/fortran/mpif-h/improbe_f.c                             (source, tag, comm, flag, message, status, ierr) )
source             76 ompi/mpi/fortran/mpif-h/improbe_f.c void ompi_improbe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             90 ompi/mpi/fortran/mpif-h/improbe_f.c     c_ierr = OMPI_INT_2_FINT(PMPI_Improbe(OMPI_FINT_2_INT(*source),
source             45 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
source             46 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
source             65 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
source             66 ompi/mpi/fortran/mpif-h/iprobe_f.c                            (source, tag, comm, flag, status, ierr) )
source             73 ompi/mpi/fortran/mpif-h/iprobe_f.c void ompi_iprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             85 ompi/mpi/fortran/mpif-h/iprobe_f.c     c_ierr = PMPI_Iprobe(OMPI_FINT_2_INT(*source),
source             42 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
source             43 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
source             62 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
source             63 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
source             71 ompi/mpi/fortran/mpif-h/irecv_f.c 		 MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             82 ompi/mpi/fortran/mpif-h/irecv_f.c                       c_type, OMPI_FINT_2_INT(*source),
source             47 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message,
source             49 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
source             68 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message,
source             70 ompi/mpi/fortran/mpif-h/mprobe_f.c                             (source, tag, comm, message, status, ierr) )
source             77 ompi/mpi/fortran/mpif-h/mprobe_f.c void ompi_mprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             89 ompi/mpi/fortran/mpif-h/mprobe_f.c     c_ierr = OMPI_INT_2_FINT(PMPI_Mprobe(OMPI_FINT_2_INT(*source),
source             45 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             46 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
source             65 ompi/mpi/fortran/mpif-h/probe_f.c                            (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             66 ompi/mpi/fortran/mpif-h/probe_f.c                            (source, tag, comm, status, ierr) )
source             73 ompi/mpi/fortran/mpif-h/probe_f.c void ompi_probe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)
source             83 ompi/mpi/fortran/mpif-h/probe_f.c     c_ierr = PMPI_Probe(OMPI_FINT_2_INT(*source),
source            275 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Improbe, mpi_improbe, MPI_IMPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
source            302 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iprobe, mpi_iprobe, MPI_IPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
source            303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
source            311 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mprobe, mpi_mprobe, MPI_MPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
source            327 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Probe, mpi_probe, MPI_PROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
source            332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
source            333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
source            351 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv, mpi_sendrecv, MPI_SENDRECV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
source            352 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv_replace, mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
source             45 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
source             65 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
source             74 ompi/mpi/fortran/mpif-h/recv_f.c                 MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             86 ompi/mpi/fortran/mpif-h/recv_f.c                      c_type, OMPI_FINT_2_INT(*source),
source             42 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
source             43 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
source             62 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
source             63 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
source             71 ompi/mpi/fortran/mpif-h/recv_init_f.c 		     MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm,
source             82 ompi/mpi/fortran/mpif-h/recv_init_f.c                           c_type, OMPI_FINT_2_INT(*source),
source             42 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             43 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
source             62 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             63 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
source             73 ompi/mpi/fortran/mpif-h/sendrecv_f.c 		    MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm,
source             89 ompi/mpi/fortran/mpif-h/sendrecv_f.c                          c_recvtype, OMPI_FINT_2_INT(*source),
source             42 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
source             62 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
source             63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
source             72 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c 			    MPI_Fint *source, MPI_Fint *recvtag,
source             87 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                                  OMPI_FINT_2_INT(*source),
source             96 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! $ cat source.c
source            105 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! just put a byte-equivalent prototype in source.c:
source            107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! $ cat source.c
source            235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) &
source            239 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
source            279 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_probe_f(source,tag,comm,status,ierror) &
source            283 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: source, tag
source            289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) &
source            294 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
source            301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) &
source            305 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
source            351 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvcount,recvtype,source,recvtag,comm,status,ierror) &
source            357 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, dest, sendtag, recvcount, source, recvtag
source            365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_sendrecv_replace_f(buf,count,datatype,dest,sendtag,source, &
source            371 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, sendtag, source, recvtag
source           3330 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mprobe_f(source,tag,comm,message,status,ierror) &
source           3334 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: source, tag
source           1106 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Iprobe(source, tag, comm, flag, status&
source           1109 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: source
source           1202 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Probe(source, tag, comm, status, ierror)
source           1204 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: source
source           2268 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Mprobe(source, tag, comm, message, status, ierror)
source           2270 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: source
source           2283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Improbe(source, tag, comm, flag, message, status, ierror)
source           2285 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: source
source           1106 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Iprobe(source, tag, comm, flag, status&
source           1109 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: source
source           1202 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Probe(source, tag, comm, status, ierror)
source           1204 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: source
source           2270 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Mprobe(source, tag, comm, message, status, ierror)
source           2272 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: source
source           2285 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Improbe(source, tag, comm, flag, message, status, ierror)
source           2287 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: source
source            339 ompi/mpi/java/c/mpi_Comm.c         jlong jType, jint bType, jint source, jint tag, jlongArray jStatus)
source            350 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status);
source            364 ompi/mpi/java/c/mpi_Comm.c         jlong rjType, jint rBType, jint source, jint rTag,
source            380 ompi/mpi/java/c/mpi_Comm.c                           rPtr, rCount, rType, source, rTag, comm, &status);
source            394 ompi/mpi/java/c/mpi_Comm.c         jint dest, jint sTag, jint source, jint rTag, jlongArray jStatus)
source            405 ompi/mpi/java/c/mpi_Comm.c                                   sTag, source, rTag, comm, &status);
source            522 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
source            528 ompi/mpi/java/c/mpi_Comm.c                        source, tag, (MPI_Comm)comm, &request);
source            592 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
source            598 ompi/mpi/java/c/mpi_Comm.c                            source, tag, (MPI_Comm)comm, &request);
source            663 ompi/mpi/java/c/mpi_Comm.c         JNIEnv *env, jobject jthis, jlong comm, jint source, jint tag)
source            667 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iprobe(source, tag, (MPI_Comm)comm, &flag, &status);
source            674 ompi/mpi/java/c/mpi_Comm.c         jint source, jint tag, jlongArray jStatus)
source            677 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Probe(source, tag, (MPI_Comm)comm, &status);
source             40 ompi/mpi/java/c/mpi_Message.c         jint source, jint tag, jlong jComm, jlongArray jStatus)
source             45 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Mprobe(source, tag, comm, &message, &status);
source             54 ompi/mpi/java/c/mpi_Message.c         JNIEnv *env, jobject jthis, jint source, jint tag, jlong jComm)
source             60 ompi/mpi/java/c/mpi_Message.c     rc = MPI_Improbe(source, tag, comm, &flag, &message, &status);
source             58 ompi/mpi/java/c/mpi_Status.c static void getStatus(MPI_Status *status, jint source, jint tag,
source             62 ompi/mpi/java/c/mpi_Status.c     status->MPI_SOURCE = source;
source             75 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source             80 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source             88 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source             93 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            100 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source            105 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            113 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source            118 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            128 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source            132 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            140 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source            145 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            153 ompi/mpi/java/c/mpi_Status.c         JNIEnv *env, jobject jthis, jint source, jint tag,
source            157 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
source            398 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
source            414 ompi/mpi/java/java/Comm.java 				type.handle, type.baseType, source, tag, status.data);
source            421 ompi/mpi/java/java/Comm.java 			long type, int basetype, int source, int tag, long[] stat)
source            446 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype, int source, int recvtag)
source            474 ompi/mpi/java/java/Comm.java 				recvtype.handle, recvtype.baseType, source, recvtag, status.data);
source            483 ompi/mpi/java/java/Comm.java 			long rType, int rBaseType, int source, int rtag,
source            504 ompi/mpi/java/java/Comm.java 			int dest, int sendtag, int source, int recvtag)
source            520 ompi/mpi/java/java/Comm.java 				dest, sendtag, source, recvtag, status.data);
source            528 ompi/mpi/java/java/Comm.java 			int source, int rtag, long[] stat) throws MPIException;
source            748 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
source            753 ompi/mpi/java/java/Comm.java 		Request req = new Request(iRecv(handle, buf, count, type.handle, source, tag));
source            759 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
source            886 ompi/mpi/java/java/Comm.java 			Datatype type, int source, int tag)
source            891 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(recvInit(handle, buf, count, type.handle, source, tag));
source            897 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
source           1009 ompi/mpi/java/java/Comm.java 	public final Status iProbe(int source, int tag) throws MPIException
source           1012 ompi/mpi/java/java/Comm.java 		return iProbe(handle, source, tag);
source           1015 ompi/mpi/java/java/Comm.java 	private native Status iProbe(long comm, int source, int tag)
source           1028 ompi/mpi/java/java/Comm.java 	public final Status probe(int source, int tag) throws MPIException
source           1032 ompi/mpi/java/java/Comm.java 		probe(handle, source, tag, status.data);
source           1036 ompi/mpi/java/java/Comm.java 	private native void probe(long comm, int source, int tag, long[] stat)
source             83 ompi/mpi/java/java/Message.java 	public Status mProbe(int source, int tag, Comm comm) throws MPIException
source             87 ompi/mpi/java/java/Message.java 		handle = mProbe(source, tag, comm.handle, status.data);
source             91 ompi/mpi/java/java/Message.java 	private native long mProbe(int source, int tag, long comm, long[] status)
source            102 ompi/mpi/java/java/Message.java 	public Status imProbe(int source, int tag, Comm comm) throws MPIException
source            105 ompi/mpi/java/java/Message.java 		return imProbe(source, tag, comm.handle);
source            108 ompi/mpi/java/java/Message.java 	private native Status imProbe(int source, int tag, long comm)
source             83 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source             88 ompi/mpi/java/java/Status.java 		return getCount(source, tag, error, cancelled, ucount, datatype.handle);
source             92 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source            105 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            110 ompi/mpi/java/java/Status.java 		return isCancelled(source, tag, error, cancelled, ucount);
source            114 ompi/mpi/java/java/Status.java 			int source, int tag, int error, int cancelled, long ucount)
source            128 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            133 ompi/mpi/java/java/Status.java 		return getElements(source, tag, error, cancelled, ucount, datatype.handle);
source            137 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source            151 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            156 ompi/mpi/java/java/Status.java 		return getElementsX(source, tag, error, cancelled, ucount, datatype.handle);
source            160 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source            174 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
source            183 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source            197 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
source            206 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source            219 ompi/mpi/java/java/Status.java 		int  source    = (int)data[i++];
source            226 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 1);
source            229 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 0);
source            236 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
source             51 ompi/mpi/tool/mpit-internal.h static inline void mpit_copy_string (char *dest, int *len, const char *source)
source             56 ompi/mpi/tool/mpit-internal.h     if (NULL == source) {
source             66 ompi/mpi/tool/mpit-internal.h         if ((int) strlen (source) < *len) {
source             67 ompi/mpi/tool/mpit-internal.h             *len = strlen (source) + 1;
source             70 ompi/mpi/tool/mpit-internal.h         opal_string_copy (dest, source, *len);
source             72 ompi/mpi/tool/mpit-internal.h         *len = strlen (source) + 1;
source            547 ompi/op/op.h   static inline void ompi_op_reduce(ompi_op_t * op, void *source,
source            585 ompi/op/op.h           op->o_func.intrinsic.fns[dtype_id](source, target,
source            595 ompi/op/op.h           op->o_func.fort_fn(source, target, &f_count, &f_dtype);
source            598 ompi/op/op.h           op->o_func.cxx_data.intercept_fn(source, target, &count, &dtype,
source            602 ompi/op/op.h           op->o_func.java_data.intercept_fn(source, target, &count, &dtype,
source            608 ompi/op/op.h       op->o_func.c_fn(source, target, &count, &dtype);
source            662 opal/datatype/opal_convertor.c int opal_convertor_clone( const opal_convertor_t* source,
source            666 opal/datatype/opal_convertor.c     destination->remoteArch        = source->remoteArch;
source            667 opal/datatype/opal_convertor.c     destination->flags             = source->flags;
source            668 opal/datatype/opal_convertor.c     destination->pDesc             = source->pDesc;
source            669 opal/datatype/opal_convertor.c     destination->use_desc          = source->use_desc;
source            670 opal/datatype/opal_convertor.c     destination->count             = source->count;
source            671 opal/datatype/opal_convertor.c     destination->pBaseBuf          = source->pBaseBuf;
source            672 opal/datatype/opal_convertor.c     destination->fAdvance          = source->fAdvance;
source            673 opal/datatype/opal_convertor.c     destination->master            = source->master;
source            674 opal/datatype/opal_convertor.c     destination->local_size        = source->local_size;
source            675 opal/datatype/opal_convertor.c     destination->remote_size       = source->remote_size;
source            677 opal/datatype/opal_convertor.c     if( OPAL_UNLIKELY(source->stack_size > DT_STATIC_STACK_SIZE) ) {
source            678 opal/datatype/opal_convertor.c         destination->pStack = (dt_stack_t*)malloc(sizeof(dt_stack_t) * source->stack_size );
source            682 opal/datatype/opal_convertor.c     destination->stack_size = source->stack_size;
source            689 opal/datatype/opal_convertor.c         memcpy( destination->pStack, source->pStack, sizeof(dt_stack_t) * (source->stack_pos+1) );
source            690 opal/datatype/opal_convertor.c         destination->bConverted = source->bConverted;
source            691 opal/datatype/opal_convertor.c         destination->stack_pos  = source->stack_pos;
source            694 opal/datatype/opal_convertor.c     destination->cbmemcpy   = source->cbmemcpy;
source            365 opal/datatype/opal_convertor.h opal_convertor_clone( const opal_convertor_t* source,
source            370 opal/datatype/opal_convertor.h opal_convertor_clone_with_position( const opal_convertor_t* source,
source            375 opal/datatype/opal_convertor.h     (void)opal_convertor_clone( source, destination, copy_stack );
source            129 opal/datatype/opal_datatype_copy.h     unsigned char *source = (unsigned char*)source_base,
source            146 opal/datatype/opal_datatype_copy.h         source      += datatype->true_lb;
source            154 opal/datatype/opal_datatype_copy.h                 OPAL_DATATYPE_SAFEGUARD_POINTER( source, memop_chunk,
source            157 opal/datatype/opal_datatype_copy.h                                        STRINGIFY(MEM_OP_NAME), (void*)destination, (void*)source, (unsigned long)memop_chunk, (unsigned long)total_length ); );
source            158 opal/datatype/opal_datatype_copy.h                 MEM_OP( destination, source, memop_chunk );
source            160 opal/datatype/opal_datatype_copy.h                 source        += memop_chunk;
source            168 opal/datatype/opal_datatype_copy.h             OPAL_DATATYPE_SAFEGUARD_POINTER( source, datatype->size,
source            171 opal/datatype/opal_datatype_copy.h                                    STRINGIFY(MEM_OP_NAME), (void*)destination, (void*)source, (unsigned long)datatype->size,
source            173 opal/datatype/opal_datatype_copy.h             MEM_OP( destination, source, datatype->size );
source            175 opal/datatype/opal_datatype_copy.h             source += extent;
source            203 opal/datatype/opal_datatype_copy.h                               source, destination, &iov_len_local );
source            227 opal/datatype/opal_datatype_copy.h             source      = (unsigned char*)source_base + pStack->disp;
source            234 opal/datatype/opal_datatype_copy.h             ptrdiff_t local_disp = (ptrdiff_t)source;
source            237 opal/datatype/opal_datatype_copy.h                                   source, destination, &iov_len_local );
source            241 opal/datatype/opal_datatype_copy.h             local_disp = (ptrdiff_t)source - local_disp;
source            246 opal/datatype/opal_datatype_copy.h             source      = (unsigned char*)source_base + pStack->disp;
source            554 opal/mca/base/mca_base_var.c                             mca_base_var_source_t *source,
source            576 opal/mca/base/mca_base_var.c     if (NULL != source) {
source            577 opal/mca/base/mca_base_var.c         *source = var->mbv_source;
source            777 opal/mca/base/mca_base_var.c int mca_base_var_set_value (int vari, const void *value, size_t size, mca_base_var_source_t source,
source            811 opal/mca/base/mca_base_var.c     var->mbv_source = source;
source            813 opal/mca/base/mca_base_var.c     if (MCA_BASE_VAR_SOURCE_FILE == source && NULL != source_file) {
source           1605 opal/mca/base/mca_base_var.c static int var_get_env (mca_base_var_t *var, const char *name, char **source, char **value)
source           1622 opal/mca/base/mca_base_var.c         *source = NULL;
source           1631 opal/mca/base/mca_base_var.c     *source = getenv(envvar);
source            541 opal/mca/base/mca_base_var.h                                           mca_base_var_source_t *source,
source            566 opal/mca/base/mca_base_var.h                                           mca_base_var_source_t source,
source            162 opal/mca/btl/portals4/btl_portals4.h #define BTL_PORTALS4_SET_SEND_BITS(match_bits, contextid, source, tag, type) \
source            166 opal/mca/btl/portals4/btl_portals4.h         match_bits |= source;                                           \
source            274 opal/mca/btl/ugni/btl_ugni_init.c         mca_base_var_source_t source = MCA_BASE_VAR_SOURCE_DEFAULT;
source            276 opal/mca/btl/ugni/btl_ugni_init.c         mca_base_var_get_value (mca_btl_ugni_component.cdm_flags_id, NULL, &source, NULL);
source            277 opal/mca/btl/ugni/btl_ugni_init.c         if (MCA_BASE_VAR_SOURCE_DEFAULT == source) {
source             44 opal/mca/pmix/base/base.h                                               const opal_process_name_t *source,
source             49 opal/mca/pmix/base/base.h                                             const opal_process_name_t *source,
source             67 opal/mca/pmix/base/pmix_base_fns.c                               const opal_process_name_t *source,
source             72 opal/mca/pmix/base/pmix_base_fns.c         evhandler(status, source, info, results, cbfunc, cbdata);
source             87 opal/mca/pmix/base/pmix_base_fns.c                                 const opal_process_name_t *source,
source            164 opal/mca/pmix/ext1x/pmix1x.h                                                    const opal_process_name_t *source,
source            417 opal/mca/pmix/ext1x/pmix1x_server_south.c                               const opal_process_name_t *source,
source             66 opal/mca/pmix/ext2x/ext2x.c                         const opal_process_name_t *source,
source            241 opal/mca/pmix/ext2x/ext2x.c                        pmix_status_t status, const pmix_proc_t *source,
source            271 opal/mca/pmix/ext2x/ext2x.c     if (NULL == source) {
source            275 opal/mca/pmix/ext2x/ext2x.c         if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&cd->pname.jobid, source->nspace))) {
source            279 opal/mca/pmix/ext2x/ext2x.c         cd->pname.vpid = ext2x_convert_rank(source->rank);
source           1146 opal/mca/pmix/ext2x/ext2x.c                         const opal_process_name_t *source,
source           1173 opal/mca/pmix/ext2x/ext2x.c     if (NULL == source) {
source           1176 opal/mca/pmix/ext2x/ext2x.c         if (NULL == (nsptr = ext2x_convert_jobid(source->jobid))) {
source           1182 opal/mca/pmix/ext2x/ext2x.c         p.rank = ext2x_convert_opalrank(source->vpid);
source           1519 opal/mca/pmix/ext2x/ext2x.c     p->source = NULL;
source            150 opal/mca/pmix/ext2x/ext2x.h     const opal_process_name_t *source;
source            201 opal/mca/pmix/ext2x/ext2x.h         _cd->source = (sr);                                     \
source            301 opal/mca/pmix/ext2x/ext2x.h                                                     const opal_process_name_t *source,
source            310 opal/mca/pmix/ext2x/ext2x.h                                             pmix_status_t status, const pmix_proc_t *source,
source             90 opal/mca/pmix/ext2x/ext2x_server_north.c                                          const pmix_proc_t *source,
source            849 opal/mca/pmix/ext2x/ext2x_server_north.c                                          const pmix_proc_t *source,
source            873 opal/mca/pmix/ext2x/ext2x_server_north.c     if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&src.jobid, source->nspace))) {
source            877 opal/mca/pmix/ext2x/ext2x_server_north.c     src.vpid = ext2x_convert_rank(source->rank);
source            517 opal/mca/pmix/ext2x/ext2x_server_south.c                                const opal_process_name_t *source,
source            554 opal/mca/pmix/ext2x/ext2x_server_south.c     if (NULL == source) {
source            558 opal/mca/pmix/ext2x/ext2x_server_south.c         (void)opal_snprintf_jobid(op->p.nspace, PMIX_MAX_NSLEN, source->jobid);
source            559 opal/mca/pmix/ext2x/ext2x_server_south.c         op->p.rank = ext2x_convert_opalrank(source->vpid);
source             69 opal/mca/pmix/ext3x/ext3x.c                         const opal_process_name_t *source,
source            289 opal/mca/pmix/ext3x/ext3x.c                        pmix_status_t status, const pmix_proc_t *source,
source            319 opal/mca/pmix/ext3x/ext3x.c     if (NULL == source) {
source            323 opal/mca/pmix/ext3x/ext3x.c         if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&cd->pname.jobid, source->nspace))) {
source            327 opal/mca/pmix/ext3x/ext3x.c         cd->pname.vpid = ext3x_convert_rank(source->rank);
source           1375 opal/mca/pmix/ext3x/ext3x.c                         const opal_process_name_t *source,
source           1402 opal/mca/pmix/ext3x/ext3x.c     if (NULL == source) {
source           1405 opal/mca/pmix/ext3x/ext3x.c         if (NULL == (nsptr = ext3x_convert_jobid(source->jobid))) {
source           1411 opal/mca/pmix/ext3x/ext3x.c         p.rank = ext3x_convert_opalrank(source->vpid);
source           1838 opal/mca/pmix/ext3x/ext3x.c     p->source = NULL;
source            145 opal/mca/pmix/ext3x/ext3x.h     const opal_process_name_t *source;
source            196 opal/mca/pmix/ext3x/ext3x.h         _cd->source = (sr);                                     \
source            296 opal/mca/pmix/ext3x/ext3x.h                                                     const opal_process_name_t *source,
source            300 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_server_iof_push(const opal_process_name_t *source,
source            315 opal/mca/pmix/ext3x/ext3x.h                                             pmix_status_t status, const pmix_proc_t *source,
source             90 opal/mca/pmix/ext3x/ext3x_server_north.c                                          const pmix_proc_t *source,
source            119 opal/mca/pmix/ext3x/ext3x_server_north.c static pmix_status_t server_stdin(const pmix_proc_t *source,
source            864 opal/mca/pmix/ext3x/ext3x_server_north.c                                          const pmix_proc_t *source,
source            888 opal/mca/pmix/ext3x/ext3x_server_north.c     if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&src.jobid, source->nspace))) {
source            892 opal/mca/pmix/ext3x/ext3x_server_north.c     src.vpid = ext3x_convert_rank(source->rank);
source           1329 opal/mca/pmix/ext3x/ext3x_server_north.c static pmix_status_t server_stdin(const pmix_proc_t *source,
source            519 opal/mca/pmix/ext3x/ext3x_server_south.c                                const opal_process_name_t *source,
source            561 opal/mca/pmix/ext3x/ext3x_server_south.c     if (NULL == source) {
source            565 opal/mca/pmix/ext3x/ext3x_server_south.c         (void)opal_snprintf_jobid(op->p.nspace, PMIX_MAX_NSLEN, source->jobid);
source            566 opal/mca/pmix/ext3x/ext3x_server_south.c         op->p.rank = ext3x_convert_opalrank(source->vpid);
source            581 opal/mca/pmix/ext3x/ext3x_server_south.c int ext3x_server_iof_push(const opal_process_name_t *source,
source            595 opal/mca/pmix/ext3x/ext3x_server_south.c                         OPAL_NAME_PRINT(*source), (int)nbytes);
source            607 opal/mca/pmix/ext3x/ext3x_server_south.c     (void)opal_snprintf_jobid(op->p.nspace, PMIX_MAX_NSLEN, source->jobid);
source            608 opal/mca/pmix/ext3x/ext3x_server_south.c     op->p.rank = ext3x_convert_opalrank(source->vpid);
source            732 opal/mca/pmix/pmix.h                                                               const opal_process_name_t *source,
source            737 opal/mca/pmix/pmix.h typedef int (*opal_pmix_base_module_server_push_io_fn_t)(const opal_process_name_t *source,
source            862 opal/mca/pmix/pmix.h                                                        const opal_process_name_t *source,
source             91 opal/mca/pmix/pmix4x/pmix/examples/alloc.c                        const pmix_proc_t *source,
source             79 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                             const pmix_proc_t *source,
source            122 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c                      const pmix_proc_t *source,
source            133 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     if (PMIX_CHECK_PROCID(source, &myproc)) {
source            151 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c             source->nspace, source->rank);
source            154 opal/mca/pmix/pmix4x/pmix/examples/asyncgroup.c     rc = PMIx_Group_join_nb(grp, source, PMIX_GROUP_ACCEPT, NULL, 0, grpcomplete, NULL);
source             44 opal/mca/pmix/pmix4x/pmix/examples/client.c                             const pmix_proc_t *source,
source             63 opal/mca/pmix/pmix4x/pmix/examples/client.c                        const pmix_proc_t *source,
source             44 opal/mca/pmix/pmix4x/pmix/examples/client2.c                             const pmix_proc_t *source,
source            134 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                             const pmix_proc_t *source,
source            155 opal/mca/pmix/pmix4x/pmix/examples/debugger.c                        const pmix_proc_t *source,
source             93 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c                             const pmix_proc_t *source,
source             40 opal/mca/pmix/pmix4x/pmix/examples/fault.c                             const pmix_proc_t *source,
source             78 opal/mca/pmix/pmix4x/pmix/examples/group.c                             const pmix_proc_t *source,
source             45 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c                             const pmix_proc_t *source,
source             91 opal/mca/pmix/pmix4x/pmix/examples/server.c                                   const pmix_proc_t *source,
source            189 opal/mca/pmix/pmix4x/pmix/examples/server.c                        const pmix_proc_t *source,
source            491 opal/mca/pmix/pmix4x/pmix/examples/server.c                        const pmix_proc_t *source,
source            797 opal/mca/pmix/pmix4x/pmix/examples/server.c                                   const pmix_proc_t *source,
source            634 opal/mca/pmix/pmix4x/pmix/include/pmix.h                                    pmix_proc_t *source, char *payload,
source            263 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h                                                        const pmix_proc_t *source,
source            485 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h typedef pmix_status_t (*pmix_server_stdin_fn_t)(const pmix_proc_t *source,
source            756 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h PMIX_EXPORT pmix_status_t PMIx_server_IOF_deliver(const pmix_proc_t *source,
source            135 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                        buf, &chain->source, &cnt, PMIX_PROC);
source            260 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                             const pmix_proc_t *source,
source            381 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     pmix_proc_t source;
source            396 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &source, &cnt, PMIX_PROC);
source            414 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         pmix_iof_write_output(&source, channel, &bo, NULL);
source            478 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c                            const pmix_proc_t *source,
source            204 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c PMIX_EXPORT pmix_status_t PMIx_Data_unpack(const pmix_proc_t *source,
source            213 opal/mca/pmix/pmix4x/pmix/src/common/pmix_data.c     if (NULL == (peer = find_peer(source))) {
source            125 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     pmix_proc_t *source = NULL;
source            152 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c                 source = directives[n].value.data.proc;
source            242 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     if (NULL == source) {
source            243 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         source = &pmix_globals.myid;
source            252 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         PMIX_INFO_LOAD(&cd->directives[ndirs], PMIX_LOG_SOURCE, &source, PMIX_PROC);
source            255 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         rc = pmix_plog.log(source, data, ndata, cd->directives, cd->ndirs, localcbfunc, cd);
source            260 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c     } else if (0 == strncmp(source->nspace, pmix_globals.myid.nspace, PMIX_MAX_NSLEN) &&
source            261 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c                source->rank == pmix_globals.myid.rank) {
source            270 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c         rc = pmix_plog.log(source, data, ndata, directives, ndirs, cbfunc, cbdata);
source             63 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h     pmix_proc_t source;  // who generated this event
source            125 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h     pmix_proc_t source;
source            168 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h                                                  const pmix_proc_t *source,
source            195 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h             PMIX_LOAD_PROCID(&ch->source, (p)->nptr->nspace,                            \
source             31 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                             const pmix_proc_t *source,
source             40 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                             const pmix_proc_t *source,
source             60 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             (NULL == source) ? "UNKNOWN" : source->nspace,
source             61 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             (NULL == source) ? PMIX_RANK_WILDCARD : source->rank, PMIx_Error_string(status));
source             63 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         rc = pmix_server_notify_client_of_event(status, source, range,
source             81 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         (NULL == source) ? pmix_globals.myid.nspace : source->nspace,
source             82 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         (NULL == source) ? pmix_globals.myid.rank : source->rank, status);
source             84 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     rc = notify_server_of_event(status, source, range,
source            158 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                             const pmix_proc_t *source,
source            222 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     pmix_strncpy(chain->source.nspace, pmix_globals.myid.nspace, PMIX_MAX_NSLEN);
source            223 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     chain->source.rank = pmix_globals.myid.rank;
source            234 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL == source) {
source            235 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(cd->source.nspace, "UNDEF", PMIX_MAX_NSLEN);
source            236 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         cd->source.rank = PMIX_RANK_UNDEF;
source            238 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(cd->source.nspace, source->nspace, PMIX_MAX_NSLEN);
source            239 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         cd->source.rank = source->rank;
source            397 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_notify_check_range(&nxt->rng, &chain->source) &&
source            415 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->status, &chain->source,
source            437 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (!pmix_notify_check_range(&nxt->rng, &chain->source) ||
source            461 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                 chain->status, &chain->source,
source            483 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (pmix_notify_check_range(&nxt->rng, &chain->source) &&
source            501 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                             chain->status, &chain->source,
source            513 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_range(&pmix_globals.events.last->rng, &chain->source) &&
source            534 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->status, &chain->source,
source            558 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                           chain->status, &chain->source,
source            582 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                   chain->status, &chain->source,
source            654 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_notify_check_range(&pmix_globals.events.first->rng, &chain->source) &&
source            671 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (found && pmix_notify_check_range(&pmix_globals.events.first->rng, &chain->source)) {
source            678 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (pmix_notify_check_range(&pmix_globals.events.first->rng, &chain->source)) {
source            690 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (pmix_notify_check_range(&evhdlr->rng, &chain->source) &&
source            705 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_notify_check_range(&evhdlr->rng, &chain->source) &&
source            720 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (pmix_notify_check_range(&evhdlr->rng, &chain->source) &&
source            733 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_range(&pmix_globals.events.last->rng, &chain->source) &&
source            790 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                           chain->status, &chain->source,
source            862 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     pmix_strncpy(chain->source.nspace, cd->source.nspace, PMIX_MAX_NSLEN);
source            863 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     chain->source.rank = cd->source.rank;
source            990 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     if (PMIX_CHECK_PROCID(&cd->source, &pr->peer->info->pname)) {
source           1012 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                         rngtrk.procs = &cd->source;
source           1054 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     PMIX_BFROPS_PACK(rc, pr->peer, bfr, &cd->source, 1, PMIX_PROC);
source           1095 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (PMIX_RANGE_LOCAL != cd->range && PMIX_CHECK_PROCID(&cd->source, &pmix_globals.myid)) {
source           1102 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 pmix_host_server.notify_event(cd->status, &cd->source, cd->range,
source           1129 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                                                  const pmix_proc_t *source,
source           1152 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL == source) {
source           1153 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(cd->source.nspace, "UNDEF", PMIX_MAX_NSLEN);
source           1154 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         cd->source.rank = PMIX_RANK_UNDEF;
source           1156 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(cd->source.nspace, source->nspace, PMIX_MAX_NSLEN);
source           1157 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         cd->source.rank = source->rank;
source           1176 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                          status, cd->source.nspace, cd->source.rank, ninfo);
source           1271 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_server_notify_client_of_event(ch->status, &ch->source,
source           1416 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     memset(p->source.nspace, 0, PMIX_MAX_NSLEN+1);
source           1417 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     p->source.rank = PMIX_RANK_UNDEF;
source            413 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         pmix_strncpy(chain->source.nspace, pmix_globals.myid.nspace, PMIX_MAX_NSLEN);
source            414 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         chain->source.rank = pmix_globals.myid.rank;
source            431 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_proc_t source;
source            579 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c                             pmix_mca_base_var_source_t *source,
source            601 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     if (NULL != source) {
source            602 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c         *source = var->mbv_source;
source            792 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c int pmix_mca_base_var_set_value (int vari, const void *value, size_t size, pmix_mca_base_var_source_t source,
source            826 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     var->mbv_source = source;
source            828 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     if (PMIX_MCA_BASE_VAR_SOURCE_FILE == source && NULL != source_file) {
source           1609 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c static int var_get_env (pmix_mca_base_var_t *var, const char *name, char **source, char **value)
source           1625 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     *source = getenv (source_env);
source           1632 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c         *source = NULL;
source            516 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h                                              pmix_mca_base_var_source_t *source,
source            541 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.h                                              pmix_mca_base_var_source_t source,
source             86 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/base.h PMIX_EXPORT pmix_status_t pmix_plog_base_log(const pmix_proc_t *source,
source             69 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c pmix_status_t pmix_plog_base_log(const pmix_proc_t *source,
source            171 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c             rc = active->module->log(source, data, ndata, directives, ndirs,
source             41 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.c static pmix_status_t mylog(const pmix_proc_t *source,
source             98 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.c static pmix_status_t mylog(const pmix_proc_t *source,
source            145 opal/mca/pmix/pmix4x/pmix/src/mca/plog/default/plog_default.c     pmix_host_server.log(source, cd->data, cd->ndata,
source             57 opal/mca/pmix/pmix4x/pmix/src/mca/plog/plog.h typedef pmix_status_t (*pmix_plog_base_module_log_fn_t)(const pmix_proc_t *source,
source             43 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c static pmix_status_t mylog(const pmix_proc_t *source,
source             70 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c static pmix_status_t mylog(const pmix_proc_t *source,
source            107 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c             pmix_iof_write_output(source, PMIX_FWD_STDERR_CHANNEL, &bo, &flags);
source            114 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c             pmix_iof_write_output(source, PMIX_FWD_STDOUT_CHANNEL, &bo, &flags);
source             50 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c static pmix_status_t mylog(const pmix_proc_t *source,
source             83 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c static pmix_status_t write_local(const pmix_proc_t *source,
source             89 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c static pmix_status_t mylog(const pmix_proc_t *source,
source            119 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c             rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata);
source            125 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c             rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata);
source            133 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c                 rc = write_local(source, timestamp, pri, data[n].value.data.string, data, ndata);
source            169 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c static pmix_status_t write_local(const pmix_proc_t *source,
source            192 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c                source->nspace, source->rank,
source            222 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c                sev2str(severity), source->nspace, source->rank, datastr);
source            287 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     pmix_proc_t source;
source            349 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         pmix_strncpy(source.nspace, ft->requestor->info->pname.nspace, PMIX_MAX_NSLEN);
source            350 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         source.rank = ft->requestor->info->pname.rank;
source            351 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         rc = PMIx_Notify_event(PMIX_MONITOR_FILE_ALERT, &source,
source            284 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c     pmix_proc_t source;
source            300 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         pmix_strncpy(source.nspace, ft->requestor->info->pname.nspace, PMIX_MAX_NSLEN);
source            301 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         source.rank = ft->requestor->info->pname.rank;
source            307 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         rc = PMIx_Notify_event(PMIX_MONITOR_HEARTBEAT_ALERT, &source,
source           1777 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         memcpy(&iof->source, cd->procs, sizeof(pmix_proc_t));
source           1793 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c pmix_status_t PMIx_server_IOF_deliver(const pmix_proc_t *source,
source           1815 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     pmix_strncpy(cd->procs[0].nspace, source->nspace, PMIX_MAX_NSLEN);
source           1816 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     cd->procs[0].rank = source->rank;
source           1357 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (!PMIX_CHECK_PROCID(&iof->source, &req->pname)) {
source           1362 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (PMIX_CHECK_PROCID(&iof->source, &req->peer->info->pname)) {
source           1367 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 iof->source.nspace, iof->source.rank,
source           1376 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             PMIX_BFROPS_PACK(rc, req->peer, msg, &iof->source, 1, PMIX_PROC);
source           1885 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             rngtrk.procs = &cd->source;
source           1904 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 if (PMIX_CHECK_PROCID(&cd->source, &scd->peer->info->pname)) {
source           1945 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         PMIX_BFROPS_PACK(ret, scd->peer, relay, &cd->source, 1, PMIX_PROC);
source           2388 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     rc = pmix_host_server.notify_event(cd->status, &cd->source, cd->range,
source           2432 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_LOAD_PROCID(&cd->source, peer->info->pname.nspace, peer->info->pname.rank);
source           2487 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                                                  &cd->source,
source           3482 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (!PMIX_CHECK_PROCID(&iof->source, &req->pname)) {
source           3487 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (PMIX_CHECK_PROCID(&iof->source, &req->peer->info->pname)) {
source           3492 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                 iof->source.nspace, iof->source.rank,
source           3501 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             PMIX_BFROPS_PACK(rc, req->peer, msg, &iof->source, 1, PMIX_PROC);
source           3574 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_proc_t source;
source           3651 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_strncpy(source.nspace, peer->nptr->nspace, PMIX_MAX_NSLEN);
source           3652 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     source.rank = peer->info->pname.rank;
source           3653 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS != (rc = pmix_host_server.push_stdin(&source, cd->procs, cd->nprocs,
source           4485 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     memset(p->source.nspace, 0, PMIX_MAX_NSLEN+1);
source           4486 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     p->source.rank = PMIX_RANK_UNDEF;
source            164 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h     pmix_proc_t source;
source            127 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                        buf, &chain->source, &cnt, PMIX_PROC);
source            170 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c                         chain->source.nspace, chain->source.rank);
source            189 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     pmix_proc_t source;
source            204 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &source, &cnt, PMIX_PROC);
source            222 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         pmix_iof_write_output(&source, channel, &bo, NULL);
source            111 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                             const pmix_proc_t *source,
source             58 opal/mca/pmix/pmix4x/pmix/src/tools/pevent/pevent.c                             const pmix_proc_t *source,
source             56 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c                             const pmix_proc_t *source,
source            207 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                             const pmix_proc_t *source,
source            522 opal/mca/pmix/pmix4x/pmix/src/util/argv.c pmix_status_t pmix_argv_insert(char ***target, int start, char **source)
source            531 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     } else if (NULL == source) {
source            538 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     source_count = pmix_argv_count(source);
source            541 opal/mca/pmix/pmix4x/pmix/src/util/argv.c             pmix_argv_append(&target_count, target, source[i]);
source            566 opal/mca/pmix/pmix4x/pmix/src/util/argv.c             (*target)[i] = strdup(source[i - start]);
source            575 opal/mca/pmix/pmix4x/pmix/src/util/argv.c pmix_status_t pmix_argv_insert_element(char ***target, int location, char *source)
source            584 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     } else if (NULL == source) {
source            591 opal/mca/pmix/pmix4x/pmix/src/util/argv.c         pmix_argv_append(&target_count, target, source);
source            608 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     (*target)[location] = strdup(source);
source            295 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_insert(char ***target, int start, char **source);
source            318 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_insert_element(char ***target, int location, char *source);
source             71 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source,
source             79 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     unsigned long *  src = (unsigned long *) source;
source             88 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (WORDALIGNED(source) && WORDALIGNED(dest)) {
source            137 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     } else if (WORDALIGNED(source)) {
source            418 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source,
source            426 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     unsigned int *  src = (unsigned int *) source;
source            436 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (INTALIGNED(source) && INTALIGNED(dest)) {
source            485 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     } else if (INTALIGNED(source)) {
source            775 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source,
source            781 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     unsigned long *  src = (unsigned long *) source;
source            789 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (WORDALIGNED(source))  {
source            925 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source,
source            931 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     unsigned int *  src = (unsigned int *) source;
source            939 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (INTALIGNED(source))  {
source           1104 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source,
source           1119 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (INTALIGNED(source) && INTALIGNED(destination)) {
source           1120 opal/mca/pmix/pmix4x/pmix/src/util/crc.c         register unsigned int *  src = (unsigned int *)source;
source           1150 opal/mca/pmix/pmix4x/pmix/src/util/crc.c         register unsigned char *  src = (unsigned char *)source;
source           1169 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     const void *  source, size_t crclen, unsigned int partial_crc)
source           1179 opal/mca/pmix/pmix4x/pmix/src/util/crc.c     if (INTALIGNED(source)) {
source           1180 opal/mca/pmix/pmix4x/pmix/src/util/crc.c         register unsigned int *  src = (unsigned int *)source;
source           1197 opal/mca/pmix/pmix4x/pmix/src/util/crc.c         register unsigned char *  src = (unsigned char *)source;
source             47 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source             57 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source             65 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_bcopy_csum_partial(source, destination, copylen, csumlen, &plong, &plength);
source             70 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source             80 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source             88 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_bcopy_uicsum_partial(source, destination, copylen, csumlen, &pint, &plength);
source             93 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source            101 opal/mca/pmix/pmix4x/pmix/src/util/crc.h pmix_csum(const void *  source, size_t csumlen)
source            105 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_csum_partial(source, csumlen, &lastPartialLong, &lastPartialLength);
source            111 opal/mca/pmix/pmix4x/pmix/src/util/crc.h pmix_csum16 (const void *  source, size_t csumlen)
source            113 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     uint16_t *src = (uint16_t *) source;
source            132 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source            139 opal/mca/pmix/pmix4x/pmix/src/util/crc.h pmix_uicsum(const void *  source, size_t csumlen)
source            143 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_uicsum_partial(source, csumlen, &lastPartialInt, &lastPartialLength);
source            154 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source            162 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source            167 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER);
source            172 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     const void *  source,
source            178 opal/mca/pmix/pmix4x/pmix/src/util/crc.h pmix_uicrc(const void *  source, size_t crclen)
source            180 opal/mca/pmix/pmix4x/pmix/src/util/crc.h     return pmix_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER);
source            265 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                 const pmix_proc_t *source,
source            273 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     PMIx_Notify_event(status, source,
source             70 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h                 const pmix_proc_t *source,
source             46 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c                        const pmix_proc_t *source,
source             88 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                   const pmix_proc_t *source,
source            221 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        const pmix_proc_t *source,
source            617 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                        const pmix_proc_t *source,
source            949 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                   const pmix_proc_t *source,
source             57 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                             const pmix_proc_t *source,
source             87 opal/mca/pmix/pmix4x/pmix/test/simple/quietclient.c                            const pmix_proc_t *source,
source             47 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                             const pmix_proc_t *source,
source             86 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                            const pmix_proc_t *source,
source             44 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                             const pmix_proc_t *source,
source             53 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c                 myproc.nspace, myproc.rank, status, source->nspace, source->rank, (int)ninfo);
source             44 opal/mca/pmix/pmix4x/pmix/test/simple/simpft.c                             const pmix_proc_t *source,
source             45 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c                             const pmix_proc_t *source,
source             45 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c                             const pmix_proc_t *source,
source             45 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                             const pmix_proc_t *source,
source             78 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                            const pmix_proc_t *source,
source             94 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                   const pmix_proc_t *source,
source            206 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        const pmix_proc_t *source,
source            278 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                            const pmix_proc_t *source,
source            746 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                        const pmix_proc_t *source,
source           1095 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                   const pmix_proc_t *source,
source             45 opal/mca/pmix/pmix4x/pmix/test/simple/simptimeout.c                             const pmix_proc_t *source,
source             94 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                   const pmix_proc_t *source,
source            190 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        const pmix_proc_t *source,
source            490 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                        const pmix_proc_t *source,
source            785 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                   const pmix_proc_t *source,
source             19 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                const pmix_proc_t *source,
source             34 opal/mca/pmix/pmix4x/pmix/test/test_error.c                                const pmix_proc_t *source,
source             70 opal/mca/pmix/pmix4x/pmix/test/test_error.c     pmix_proc_t source;
source             85 opal/mca/pmix/pmix4x/pmix/test/test_error.c     (void)strncpy(source.nspace, my_nspace, PMIX_MAX_NSLEN);
source             86 opal/mca/pmix/pmix4x/pmix/test/test_error.c     source.rank = my_rank;
source             89 opal/mca/pmix/pmix4x/pmix/test/test_error.c                       &source, PMIX_RANGE_NAMESPACE,
source             68 opal/mca/pmix/pmix4x/pmix4x.c                         const opal_process_name_t *source,
source            288 opal/mca/pmix/pmix4x/pmix4x.c                        pmix_status_t status, const pmix_proc_t *source,
source            318 opal/mca/pmix/pmix4x/pmix4x.c     if (NULL == source) {
source            322 opal/mca/pmix/pmix4x/pmix4x.c         if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&cd->pname.jobid, source->nspace))) {
source            326 opal/mca/pmix/pmix4x/pmix4x.c         cd->pname.vpid = pmix4x_convert_rank(source->rank);
source           1362 opal/mca/pmix/pmix4x/pmix4x.c                         const opal_process_name_t *source,
source           1389 opal/mca/pmix/pmix4x/pmix4x.c     if (NULL == source) {
source           1392 opal/mca/pmix/pmix4x/pmix4x.c         if (NULL == (nsptr = pmix4x_convert_jobid(source->jobid))) {
source           1398 opal/mca/pmix/pmix4x/pmix4x.c         p.rank = pmix4x_convert_opalrank(source->vpid);
source           1825 opal/mca/pmix/pmix4x/pmix4x.c     p->source = NULL;
source            145 opal/mca/pmix/pmix4x/pmix4x.h     const opal_process_name_t *source;
source            196 opal/mca/pmix/pmix4x/pmix4x.h         _cd->source = (sr);                                     \
source            296 opal/mca/pmix/pmix4x/pmix4x.h                                                     const opal_process_name_t *source,
source            300 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_server_iof_push(const opal_process_name_t *source,
source            315 opal/mca/pmix/pmix4x/pmix4x.h                                             pmix_status_t status, const pmix_proc_t *source,
source             89 opal/mca/pmix/pmix4x/pmix4x_server_north.c                                          const pmix_proc_t *source,
source            118 opal/mca/pmix/pmix4x/pmix4x_server_north.c static pmix_status_t server_stdin(const pmix_proc_t *source,
source            863 opal/mca/pmix/pmix4x/pmix4x_server_north.c                                          const pmix_proc_t *source,
source            887 opal/mca/pmix/pmix4x/pmix4x_server_north.c     if (OPAL_SUCCESS != (rc = opal_convert_string_to_jobid(&src.jobid, source->nspace))) {
source            891 opal/mca/pmix/pmix4x/pmix4x_server_north.c     src.vpid = pmix4x_convert_rank(source->rank);
source           1328 opal/mca/pmix/pmix4x/pmix4x_server_north.c static pmix_status_t server_stdin(const pmix_proc_t *source,
source            518 opal/mca/pmix/pmix4x/pmix4x_server_south.c                                const opal_process_name_t *source,
source            564 opal/mca/pmix/pmix4x/pmix4x_server_south.c     if (NULL == source) {
source            568 opal/mca/pmix/pmix4x/pmix4x_server_south.c         (void)opal_snprintf_jobid(op->p.nspace, PMIX_MAX_NSLEN, source->jobid);
source            569 opal/mca/pmix/pmix4x/pmix4x_server_south.c         op->p.rank = pmix4x_convert_opalrank(source->vpid);
source            584 opal/mca/pmix/pmix4x/pmix4x_server_south.c int pmix4x_server_iof_push(const opal_process_name_t *source,
source            598 opal/mca/pmix/pmix4x/pmix4x_server_south.c                         OPAL_NAME_PRINT(*source), (int)nbytes);
source            610 opal/mca/pmix/pmix4x/pmix4x_server_south.c     (void)opal_snprintf_jobid(op->p.nspace, PMIX_MAX_NSLEN, source->jobid);
source            611 opal/mca/pmix/pmix4x/pmix4x_server_south.c     op->p.rank = pmix4x_convert_opalrank(source->vpid);
source            183 opal/mca/pmix/pmix_server.h typedef int (*opal_pmix_server_notify_fn_t)(int code, opal_process_name_t *source,
source            254 opal/mca/pmix/pmix_server.h typedef int (*opal_pmix_server_iof_push_fn_t)(const opal_process_name_t *source,
source            746 opal/mca/pmix/pmix_types.h                                             const opal_process_name_t *source,
source            493 opal/util/argv.c int opal_argv_insert(char ***target, int start, char **source)
source            502 opal/util/argv.c     } else if (NULL == source) {
source            509 opal/util/argv.c     source_count = opal_argv_count(source);
source            512 opal/util/argv.c             opal_argv_append(&target_count, target, source[i]);
source            537 opal/util/argv.c             (*target)[i] = strdup(source[i - start]);
source            546 opal/util/argv.c int opal_argv_insert_element(char ***target, int location, char *source)
source            555 opal/util/argv.c     } else if (NULL == source) {
source            562 opal/util/argv.c         opal_argv_append(&target_count, target, source);
source            579 opal/util/argv.c     (*target)[location] = strdup(source);
source            272 opal/util/argv.h OPAL_DECLSPEC  int opal_argv_insert(char ***target, int start, char **source);
source            295 opal/util/argv.h OPAL_DECLSPEC  int opal_argv_insert_element(char ***target, int location, char *source);
source            120 opal/util/bipartite_graph.c static int get_capacity(opal_bp_graph_t *g, int source, int target)
source            124 opal/util/bipartite_graph.c     CHECK_VERTEX_RANGE(g, source);
source            127 opal/util/bipartite_graph.c     FOREACH_OUT_EDGE(g, source, e) {
source            128 opal/util/bipartite_graph.c         assert(e->source == source);
source            138 opal/util/bipartite_graph.c set_capacity(opal_bp_graph_t *g, int source, int target, int cap)
source            142 opal/util/bipartite_graph.c     CHECK_VERTEX_RANGE(g, source);
source            145 opal/util/bipartite_graph.c     FOREACH_OUT_EDGE(g, source, e) {
source            146 opal/util/bipartite_graph.c         assert(e->source == source);
source            288 opal/util/bipartite_graph.c             assert(i == e->source);
source            289 opal/util/bipartite_graph.c             err = opal_bp_graph_add_edge(gx, e->source, e->target,
source            350 opal/util/bipartite_graph.c         assert(e->source == from);
source            363 opal/util/bipartite_graph.c     e->source   = from;
source            488 opal/util/bipartite_graph.c 				int source,
source            506 opal/util/bipartite_graph.c     if (source < 0 || source >= NUM_VERTICES(gx)) {
source            524 opal/util/bipartite_graph.c     dist[source] = 0;
source            586 opal/util/bipartite_graph.c     assert(pred[source] == -1);
source             28 opal/util/bipartite_graph_internal.h     int source;
source            129 opal/util/bipartite_graph_internal.h #define FOREACH_UV_ON_PATH(pred, source, sink, u, v)		\
source            134 opal/util/bipartite_graph_internal.h 				int source,
source             64 opal/util/crc.c     const void *  source,
source             72 opal/util/crc.c     unsigned long *  src = (unsigned long *) source;
source             81 opal/util/crc.c     if (WORDALIGNED(source) && WORDALIGNED(dest)) {
source            130 opal/util/crc.c     } else if (WORDALIGNED(source)) {
source            411 opal/util/crc.c     const void *  source,
source            419 opal/util/crc.c     unsigned int *  src = (unsigned int *) source;
source            429 opal/util/crc.c     if (INTALIGNED(source) && INTALIGNED(dest)) {
source            478 opal/util/crc.c     } else if (INTALIGNED(source)) {
source            768 opal/util/crc.c     const void *  source,
source            774 opal/util/crc.c     unsigned long *  src = (unsigned long *) source;
source            782 opal/util/crc.c     if (WORDALIGNED(source))  {
source            918 opal/util/crc.c     const void *  source,
source            924 opal/util/crc.c     unsigned int *  src = (unsigned int *) source;
source            932 opal/util/crc.c     if (INTALIGNED(source))  {
source           1097 opal/util/crc.c     const void *  source,
source           1112 opal/util/crc.c     if (INTALIGNED(source) && INTALIGNED(destination)) {
source           1113 opal/util/crc.c         register unsigned int *  src = (unsigned int *)source;
source           1143 opal/util/crc.c         register unsigned char *  src = (unsigned char *)source;
source           1162 opal/util/crc.c     const void *  source, size_t crclen, unsigned int partial_crc)
source           1172 opal/util/crc.c     if (INTALIGNED(source)) {
source           1173 opal/util/crc.c         register unsigned int *  src = (unsigned int *)source;
source           1190 opal/util/crc.c         register unsigned char *  src = (unsigned char *)source;
source             45 opal/util/crc.h     const void *  source,
source             55 opal/util/crc.h     const void *  source,
source             63 opal/util/crc.h     return opal_bcopy_csum_partial(source, destination, copylen, csumlen, &plong, &plength);
source             68 opal/util/crc.h     const void *  source,
source             78 opal/util/crc.h     const void *  source,
source             86 opal/util/crc.h     return opal_bcopy_uicsum_partial(source, destination, copylen, csumlen, &pint, &plength);
source             91 opal/util/crc.h     const void *  source,
source             99 opal/util/crc.h opal_csum(const void *  source, size_t csumlen)
source            103 opal/util/crc.h     return opal_csum_partial(source, csumlen, &lastPartialLong, &lastPartialLength);
source            109 opal/util/crc.h opal_csum16 (const void *  source, size_t csumlen)
source            111 opal/util/crc.h     uint16_t *src = (uint16_t *) source;
source            130 opal/util/crc.h     const void *  source,
source            137 opal/util/crc.h opal_uicsum(const void *  source, size_t csumlen)
source            141 opal/util/crc.h     return opal_uicsum_partial(source, csumlen, &lastPartialInt, &lastPartialLength);
source            152 opal/util/crc.h     const void *  source,
source            160 opal/util/crc.h     const void *  source,
source            165 opal/util/crc.h     return opal_bcopy_uicrc_partial(source, destination, copylen, crclen, CRC_INITIAL_REGISTER);
source            170 opal/util/crc.h     const void *  source,
source            176 opal/util/crc.h opal_uicrc(const void *  source, size_t crclen)
source            178 opal/util/crc.h     return opal_uicrc_partial(source, crclen, CRC_INITIAL_REGISTER);
source             80 orte/mca/errmgr/default_app/errmgr_default_app.c                           const opal_process_name_t *source,
source            105 orte/mca/errmgr/default_app/errmgr_default_app.c     ORTE_ACTIVATE_PROC_STATE((orte_process_name_t*)source, state);
source             50 orte/mca/filem/base/filem_base_fns.c     req->source = *ORTE_NAME_INVALID;
source             55 orte/mca/filem/base/filem_base_fns.c     req->source = *ORTE_NAME_INVALID;
source             81 orte/mca/filem/filem.h     orte_process_name_t source;
source            268 orte/mca/plm/rsh/plm_rsh_component.c     mca_base_var_source_t source;
source            269 orte/mca/plm/rsh/plm_rsh_component.c     ret = mca_base_var_get_value(agent_var_id, NULL, &source, NULL);
source            273 orte/mca/plm/rsh/plm_rsh_component.c     if (MCA_BASE_VAR_SOURCE_DEFAULT != source) {
source           1194 orte/mca/sstore/stage/sstore_stage_global.c         p_set->source.jobid = peer->jobid;
source           1195 orte/mca/sstore/stage/sstore_stage_global.c         p_set->source.vpid  = peer->vpid;
source           2057 orte/mca/sstore/stage/sstore_stage_local.c         p_set->source.jobid = ORTE_PROC_MY_NAME->jobid;
source           2058 orte/mca/sstore/stage/sstore_stage_local.c         p_set->source.vpid  = ORTE_PROC_MY_NAME->vpid;
source           2062 orte/mca/sstore/stage/sstore_stage_local.c         p_set->source.jobid = ORTE_PROC_MY_HNP->jobid;
source           2063 orte/mca/sstore/stage/sstore_stage_local.c         p_set->source.vpid  = ORTE_PROC_MY_HNP->vpid;
source            498 orte/orted/orted_comm.c                 orte_process_name_t source;
source            510 orte/orted/orted_comm.c                 source.jobid = jdata->jobid;
source            511 orte/orted/orted_comm.c                 source.vpid = ORTE_VPID_WILDCARD;
source            512 orte/orted/orted_comm.c                 if (ORTE_SUCCESS != (ret = opal_dss.pack(iofbuf, &source, 1, ORTE_NAME))) {
source            313 orte/orted/pmix/pmix_server_gen.c     orte_process_name_t source;
source            329 orte/orted/pmix/pmix_server_gen.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &source, &cnt, ORTE_NAME))) {
source            373 orte/orted/pmix/pmix_server_gen.c     if (OPAL_SUCCESS != (rc = opal_pmix.server_notify_event(ret, &source, cd->info, _notify_release, cd))) {
source            382 orte/orted/pmix/pmix_server_gen.c int pmix_server_notify_event(int code, opal_process_name_t *source,
source            394 orte/orted/pmix/pmix_server_gen.c                         ORTE_NAME_PRINT(source), code);
source            418 orte/orted/pmix/pmix_server_gen.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, source, 1, ORTE_NAME))) {
source            214 orte/orted/pmix/pmix_server_internal.h extern int pmix_server_notify_event(int code, opal_process_name_t *source,
source            528 orte/orted/pmix/pmix_server_pub.c     opal_process_name_t source;
source            557 orte/orted/pmix/pmix_server_pub.c         while (OPAL_SUCCESS == opal_dss.unpack(buffer, &source, &cnt, OPAL_NAME)) {
source            559 orte/orted/pmix/pmix_server_pub.c             pdata->proc = source;
source            568 orte/orted/pmix/pmix_server_pub.c                                 ORTE_NAME_PRINT(&source));
source             30 orte/test/mpi/interlib.c                            const opal_process_name_t *source,
source             21 orte/test/mpi/mpi_spin.c                       const opal_process_name_t *source,
source             41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
source             57 orte/test/mpi/no-disconnect.c     MPI_Irecv(buf, count, datatype, source, tag, comm, &req);
source             67 orte/test/mpi/pinterlib.c                            const pmix_proc_t *source,
source             48 orte/test/mpi/pmix.c                       const opal_process_name_t *source,
source             18 orte/test/mpi/xlib.c                             const pmix_proc_t *source,
source             41 orte/test/mpi/xlib.c                            const pmix_proc_t *source,
source             23 orte/test/system/orte_notify.c                             const opal_process_name_t *source,
source             32 orte/test/system/orte_notify.c             hostname, (long)pid, status, ORTE_NAME_PRINT(source));
source            163 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_char_put(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe);
source            164 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_short_put(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe);
source            165 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int_put(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe);
source            166 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_long_put(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe);
source            167 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_float_put(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe);
source            168 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_double_put(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe);
source            169 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longlong_put(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe);
source            170 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_schar_put(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe);
source            171 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uchar_put(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe);
source            172 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ushort_put(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe);
source            173 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint_put(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe);
source            174 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulong_put(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe);
source            175 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulonglong_put(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            176 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longdouble_put(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe);
source            177 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int8_put(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe);
source            178 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int16_put(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe);
source            179 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int32_put(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe);
source            180 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int64_put(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe);
source            181 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint8_put(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe);
source            182 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint16_put(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe);
source            183 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint32_put(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe);
source            184 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint64_put(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe);
source            185 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_size_put(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe);
source            186 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ptrdiff_put(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            188 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_char_put(char *target, const char *source, size_t len, int pe);
source            189 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_short_put(short *target, const short *source, size_t len, int pe);
source            190 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int_put(int *target, const int *source, size_t len, int pe);
source            191 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_long_put(long *target, const long *source, size_t len, int pe);
source            192 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_float_put(float *target, const float *source, size_t len, int pe);
source            193 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_double_put(double *target, const double *source, size_t len, int pe);
source            194 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longlong_put(long long *target, const long long *source, size_t len, int pe);
source            195 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_schar_put(signed char *target, const signed char *source, size_t len, int pe);
source            196 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uchar_put(unsigned char *target, const unsigned char *source, size_t len, int pe);
source            197 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ushort_put(unsigned short *target, const unsigned short *source, size_t len, int pe);
source            198 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint_put(unsigned int *target, const unsigned int *source, size_t len, int pe);
source            199 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulong_put(unsigned long *target, const unsigned long *source, size_t len, int pe);
source            200 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulonglong_put(unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            201 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longdouble_put(long double *target, const long double *source, size_t len, int pe);
source            202 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int8_put(int8_t *target, const int8_t *source, size_t len, int pe);
source            203 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int16_put(int16_t *target, const int16_t *source, size_t len, int pe);
source            204 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int32_put(int32_t *target, const int32_t *source, size_t len, int pe);
source            205 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int64_put(int64_t *target, const int64_t *source, size_t len, int pe);
source            206 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint8_put(uint8_t *target, const uint8_t *source, size_t len, int pe);
source            207 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint16_put(uint16_t *target, const uint16_t *source, size_t len, int pe);
source            208 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint32_put(uint32_t *target, const uint32_t *source, size_t len, int pe);
source            209 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint64_put(uint64_t *target, const uint64_t *source, size_t len, int pe);
source            210 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_size_put(size_t *target, const size_t *source, size_t len, int pe);
source            211 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ptrdiff_put(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            247 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            248 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            249 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            250 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            251 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            252 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_putmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            254 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put8(void *target, const void *source, size_t len, int pe);
source            255 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put16(void *target, const void *source, size_t len, int pe);
source            256 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put32(void *target, const void *source, size_t len, int pe);
source            257 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put64(void *target, const void *source, size_t len, int pe);
source            258 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put128(void *target, const void *source, size_t len, int pe);
source            259 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_putmem(void *target, const void *source, size_t len, int pe);
source            264 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iput(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            265 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iput(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            266 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iput(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            267 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iput(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            268 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iput(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            269 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iput(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            270 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iput(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            271 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iput(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            272 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iput(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            273 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iput(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            274 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iput(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            275 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iput(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            276 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iput(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            277 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iput(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            278 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iput(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            279 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iput(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            280 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iput(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            281 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iput(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            282 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iput(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            283 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iput(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            284 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iput(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            285 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iput(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            286 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iput(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            287 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iput(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            289 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iput(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            290 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iput(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            291 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iput(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            292 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iput(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            293 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iput(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            294 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iput(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            295 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iput(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            296 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iput(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            297 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iput(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            298 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iput(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            299 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iput(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            300 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iput(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            301 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iput(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            302 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iput(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            303 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iput(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            304 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iput(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            305 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iput(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            306 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iput(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            307 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iput(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            308 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iput(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            309 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iput(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            310 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iput(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            311 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iput(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            312 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iput(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            354 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            355 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            356 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            357 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            358 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            363 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_char_put_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe);
source            364 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_short_put_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe);
source            365 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int_put_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe);
source            366 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_long_put_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe);
source            367 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_float_put_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe);
source            368 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_double_put_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe);
source            369 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longlong_put_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe);
source            370 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_schar_put_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe);
source            371 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uchar_put_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe);
source            372 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ushort_put_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe);
source            373 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint_put_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe);
source            374 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulong_put_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe);
source            375 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulonglong_put_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            376 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longdouble_put_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe);
source            377 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int8_put_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe);
source            378 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int16_put_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe);
source            379 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int32_put_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe);
source            380 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int64_put_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe);
source            381 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint8_put_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe);
source            382 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint16_put_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe);
source            383 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint32_put_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe);
source            384 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint64_put_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe);
source            385 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_size_put_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe);
source            386 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ptrdiff_put_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            388 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_char_put_nbi(char *target, const char *source, size_t len, int pe);
source            389 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_short_put_nbi(short *target, const short *source, size_t len, int pe);
source            390 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int_put_nbi(int *target, const int *source, size_t len, int pe);
source            391 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_long_put_nbi(long *target, const long *source, size_t len, int pe);
source            392 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_float_put_nbi(float *target, const float *source, size_t len, int pe);
source            393 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_double_put_nbi(double *target, const double *source, size_t len, int pe);
source            394 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longlong_put_nbi(long long *target, const long long *source, size_t len, int pe);
source            395 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_schar_put_nbi(signed char *target, const signed char *source, size_t len, int pe);
source            396 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uchar_put_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe);
source            397 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ushort_put_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe);
source            398 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint_put_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe);
source            399 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulong_put_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe);
source            400 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulonglong_put_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            401 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longdouble_put_nbi(long double *target, const long double *source, size_t len, int pe);
source            402 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int8_put_nbi(int8_t *target, const int8_t *source, size_t len, int pe);
source            403 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int16_put_nbi(int16_t *target, const int16_t *source, size_t len, int pe);
source            404 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int32_put_nbi(int32_t *target, const int32_t *source, size_t len, int pe);
source            405 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int64_put_nbi(int64_t *target, const int64_t *source, size_t len, int pe);
source            406 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint8_put_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe);
source            407 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint16_put_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe);
source            408 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint32_put_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe);
source            409 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint64_put_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe);
source            410 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_size_put_nbi(size_t *target, const size_t *source, size_t len, int pe);
source            411 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ptrdiff_put_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            447 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            448 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            449 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            450 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            451 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_put128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            452 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_putmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            454 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put8_nbi(void *target, const void *source, size_t len, int pe);
source            455 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put16_nbi(void *target, const void *source, size_t len, int pe);
source            456 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put32_nbi(void *target, const void *source, size_t len, int pe);
source            457 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put64_nbi(void *target, const void *source, size_t len, int pe);
source            458 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_put128_nbi(void *target, const void *source, size_t len, int pe);
source            459 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_putmem_nbi(void *target, const void *source, size_t len, int pe);
source            551 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_char_get(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe);
source            552 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_short_get(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe);
source            553 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int_get(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe);
source            554 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_long_get(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe);
source            555 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_float_get(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe);
source            556 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_double_get(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe);
source            557 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longlong_get(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe);
source            558 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_schar_get(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe);
source            559 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uchar_get(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe);
source            560 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ushort_get(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe);
source            561 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint_get(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe);
source            562 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulong_get(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe);
source            563 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulonglong_get(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            564 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longdouble_get(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe);
source            565 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int8_get(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe);
source            566 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int16_get(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe);
source            567 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int32_get(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe);
source            568 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int64_get(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe);
source            569 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint8_get(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe);
source            570 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint16_get(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe);
source            571 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint32_get(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe);
source            572 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint64_get(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe);
source            573 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_size_get(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe);
source            574 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ptrdiff_get(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            576 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_char_get(char *target, const char *source, size_t len, int pe);
source            577 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_short_get(short *target, const short *source, size_t len, int pe);
source            578 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int_get(int *target, const int *source, size_t len, int pe);
source            579 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_long_get(long *target, const long *source, size_t len, int pe);
source            580 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_float_get(float *target, const float *source, size_t len, int pe);
source            581 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_double_get(double *target, const double *source, size_t len, int pe);
source            582 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longlong_get(long long *target, const long long *source, size_t len, int pe);
source            583 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_schar_get(signed char *target, const signed char *source, size_t len, int pe);
source            584 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uchar_get(unsigned char *target, const unsigned char *source, size_t len, int pe);
source            585 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ushort_get(unsigned short *target, const unsigned short *source, size_t len, int pe);
source            586 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint_get(unsigned int *target, const unsigned int *source, size_t len, int pe);
source            587 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulong_get(unsigned long *target, const unsigned long *source, size_t len, int pe);
source            588 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulonglong_get(unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            589 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longdouble_get(long double *target, const long double *source, size_t len, int pe);
source            590 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int8_get(int8_t *target, const int8_t *source, size_t len, int pe);
source            591 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int16_get(int16_t *target, const int16_t *source, size_t len, int pe);
source            592 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int32_get(int32_t *target, const int32_t *source, size_t len, int pe);
source            593 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int64_get(int64_t *target, const int64_t *source, size_t len, int pe);
source            594 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint8_get(uint8_t *target, const uint8_t *source, size_t len, int pe);
source            595 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint16_get(uint16_t *target, const uint16_t *source, size_t len, int pe);
source            596 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint32_get(uint32_t *target, const uint32_t *source, size_t len, int pe);
source            597 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint64_get(uint64_t *target, const uint64_t *source, size_t len, int pe);
source            598 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_size_get(size_t *target, const size_t *source, size_t len, int pe);
source            599 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ptrdiff_get(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            635 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            636 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            637 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            638 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            639 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            640 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_getmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            642 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get8(void *target, const void *source, size_t len, int pe);
source            643 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get16(void *target, const void *source, size_t len, int pe);
source            644 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get32(void *target, const void *source, size_t len, int pe);
source            645 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get64(void *target, const void *source, size_t len, int pe);
source            646 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get128(void *target, const void *source, size_t len, int pe);
source            647 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_getmem(void *target, const void *source, size_t len, int pe);
source            652 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iget(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            653 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iget(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            654 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iget(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            655 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iget(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            656 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iget(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            657 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iget(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            658 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iget(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            659 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iget(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            660 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iget(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            661 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iget(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            662 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iget(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            663 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iget(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            664 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iget(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            665 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iget(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            666 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iget(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            667 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iget(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            668 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iget(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            669 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iget(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            670 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iget(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            671 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iget(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            672 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iget(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            673 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iget(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            674 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iget(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            675 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iget(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            677 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iget(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            678 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iget(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            679 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iget(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            680 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iget(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            681 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iget(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            682 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iget(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            683 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iget(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            684 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iget(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            685 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iget(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            686 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iget(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            687 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iget(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            688 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iget(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            689 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iget(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            690 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iget(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            691 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iget(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            692 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iget(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            693 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iget(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            694 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iget(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            695 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iget(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            696 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iget(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            697 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iget(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            698 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iget(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            699 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iget(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            700 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iget(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe);
source            736 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            737 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            738 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            739 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            740 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            742 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            743 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            744 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            745 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            746 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe);
source            751 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_char_get_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe);
source            752 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_short_get_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe);
source            753 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int_get_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe);
source            754 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_long_get_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe);
source            755 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longlong_get_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe);
source            756 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_schar_get_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe);
source            757 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uchar_get_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe);
source            758 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ushort_get_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe);
source            759 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint_get_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe);
source            760 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulong_get_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe);
source            761 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ulonglong_get_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            762 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_float_get_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe);
source            763 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_double_get_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe);
source            764 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_longdouble_get_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe);
source            765 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int8_get_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe);
source            766 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int16_get_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe);
source            767 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int32_get_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe);
source            768 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_int64_get_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe);
source            769 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint8_get_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe);
source            770 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint16_get_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe);
source            771 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint32_get_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe);
source            772 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_uint64_get_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe);
source            773 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_size_get_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe);
source            774 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_ptrdiff_get_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            776 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_getmem_nbi(void *target, const void *source, size_t len, int pe);
source            777 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_char_get_nbi(char *target, const char *source, size_t len, int pe);
source            778 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_short_get_nbi(short *target, const short *source, size_t len, int pe);
source            779 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int_get_nbi(int *target, const int *source, size_t len, int pe);
source            780 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_long_get_nbi(long *target, const long *source, size_t len, int pe);
source            781 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longlong_get_nbi(long long *target, const long long *source, size_t len, int pe);
source            782 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_schar_get_nbi(signed char *target, const signed char *source, size_t len, int pe);
source            783 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uchar_get_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe);
source            784 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ushort_get_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe);
source            785 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint_get_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe);
source            786 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulong_get_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe);
source            787 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ulonglong_get_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe);
source            788 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_float_get_nbi(float *target, const float *source, size_t len, int pe);
source            789 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_double_get_nbi(double *target, const double *source, size_t len, int pe);
source            790 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_longdouble_get_nbi(long double *target, const long double *source, size_t len, int pe);
source            791 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int8_get_nbi(int8_t *target, const int8_t *source, size_t len, int pe);
source            792 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int16_get_nbi(int16_t *target, const int16_t *source, size_t len, int pe);
source            793 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int32_get_nbi(int32_t *target, const int32_t *source, size_t len, int pe);
source            794 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_int64_get_nbi(int64_t *target, const int64_t *source, size_t len, int pe);
source            795 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint8_get_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe);
source            796 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint16_get_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe);
source            797 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint32_get_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe);
source            798 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_uint64_get_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe);
source            799 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_size_get_nbi(size_t *target, const size_t *source, size_t len, int pe);
source            800 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ptrdiff_get_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe);
source            836 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            837 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            838 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            839 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            840 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_get128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            841 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_ctx_getmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe);
source            843 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get8_nbi(void *target, const void *source, size_t len, int pe);
source            844 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get16_nbi(void *target, const void *source, size_t len, int pe);
source            845 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get32_nbi(void *target, const void *source, size_t len, int pe);
source            846 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get64_nbi(void *target, const void *source, size_t len, int pe);
source            847 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void pshmem_get128_nbi(void *target, const void *source, size_t len, int pe);
source           1596 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_broadcast32(void *target, const void *source, size_t nlong, int PE_root, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1597 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_broadcast64(void *target, const void *source, size_t nlong, int PE_root, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1598 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_collect32(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1599 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_collect64(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1600 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_fcollect32(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1601 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_fcollect64(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1602 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_alltoall32(void *target, const void *source, size_t nelems, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1603 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_alltoall64(void *target, const void *source, size_t nelems, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1604 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_alltoalls32(void *target, const void *source, ptrdiff_t dst, ptrdiff_t sst, size_t nelems, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1605 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_alltoalls64(void *target, const void *source, ptrdiff_t dst, ptrdiff_t sst, size_t nelems, int PE_start, int logPE_stride, int PE_size, long *pSync);
source           1610 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_and_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1611 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_and_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1612 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_and_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1613 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_and_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1615 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_or_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1616 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_or_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1617 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_or_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1618 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_or_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1620 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_xor_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1621 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_xor_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1622 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_xor_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1623 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_xor_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1625 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_max_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1626 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_max_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1627 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_max_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1628 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_max_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1629 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_max_to_all(float *target, const float *source, int nreduce, int PE_start, int logPE_stride, int PE_size, float *pWrk, long *pSync);
source           1630 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_max_to_all(double *target, const double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, double *pWrk, long *pSync);
source           1631 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_max_to_all(long double *target, const long double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long double *pWrk, long *pSync);
source           1633 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_min_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1634 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_min_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1635 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_min_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1636 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_min_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1637 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_min_to_all(float *target, const float *source, int nreduce, int PE_start, int logPE_stride, int PE_size, float *pWrk, long *pSync);
source           1638 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_min_to_all(double *target, const double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, double *pWrk, long *pSync);
source           1639 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_min_to_all(long double *target, const long double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long double *pWrk, long *pSync);
source           1641 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_sum_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1642 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_sum_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1643 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_sum_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1644 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_sum_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1645 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_sum_to_all(float *target, const float *source, int nreduce, int PE_start, int logPE_stride, int PE_size, float *pWrk, long *pSync);
source           1646 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_sum_to_all(double *target, const double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, double *pWrk, long *pSync);
source           1647 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_sum_to_all(long double *target, const long double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long double *pWrk, long *pSync);
source           1648 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_complexf_sum_to_all(OSHMEM_COMPLEX_TYPE(float) *target, const OSHMEM_COMPLEX_TYPE(float) *source, int nreduce, int PE_start, int logPE_stride, int PE_size, OSHMEM_COMPLEX_TYPE(float) *pWrk, long *pSync);
source           1649 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_complexd_sum_to_all(OSHMEM_COMPLEX_TYPE(double) *target, const OSHMEM_COMPLEX_TYPE(double) *source, int nreduce, int PE_start, int logPE_stride, int PE_size, OSHMEM_COMPLEX_TYPE(double) *pWrk, long *pSync);
source           1651 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_prod_to_all(short *target, const short *source, int nreduce, int PE_start, int logPE_stride, int PE_size, short *pWrk, long *pSync);
source           1652 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_prod_to_all(int *target, const int *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int *pWrk, long *pSync);
source           1653 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_prod_to_all(long *target, const long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long *pWrk, long *pSync);
source           1654 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_prod_to_all(long long *target, const long long *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long long *pWrk, long *pSync);
source           1655 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_prod_to_all(float *target, const float *source, int nreduce, int PE_start, int logPE_stride, int PE_size, float *pWrk, long *pSync);
source           1656 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_prod_to_all(double *target, const double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, double *pWrk, long *pSync);
source           1657 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_prod_to_all(long double *target, const long double *source, int nreduce, int PE_start, int logPE_stride, int PE_size, long double *pWrk, long *pSync);
source           1658 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_complexf_prod_to_all(OSHMEM_COMPLEX_TYPE(float) *target, const OSHMEM_COMPLEX_TYPE(float) *source, int nreduce, int PE_start, int logPE_stride, int PE_size, OSHMEM_COMPLEX_TYPE(float) *pWrk, long *pSync);
source           1659 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_complexd_prod_to_all(OSHMEM_COMPLEX_TYPE(double) *target, const OSHMEM_COMPLEX_TYPE(double) *source, int nreduce, int PE_start, int logPE_stride, int PE_size, OSHMEM_COMPLEX_TYPE(double) *pWrk, long *pSync);
source             39 oshmem/include/pshmemx.h OSHMEM_DECLSPEC  void pshmem_char_put(char *target, const char *source, size_t len, int pe);
source             40 oshmem/include/pshmemx.h OSHMEM_DECLSPEC  void pshmem_char_get(char *target, const char *source, size_t len, int pe);
source            161 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_and_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            162 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_and_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            163 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_and_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            165 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_or_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            166 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_or_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            167 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_or_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            169 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_xor_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            170 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_xor_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            171 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_xor_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            173 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_max_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            174 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_max_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            175 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_max_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            177 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_min_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            178 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_min_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            179 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_min_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            181 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_sum_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            182 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_sum_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            183 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_sum_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            185 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int16_prod_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            186 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int32_prod_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            187 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmemx_int64_prod_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            161 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_and_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            162 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_and_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            163 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_and_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            165 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_or_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            166 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_or_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            167 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_or_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            169 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_xor_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            170 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_xor_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            171 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_xor_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            173 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_max_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            174 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_max_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            175 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_max_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            177 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_min_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            178 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_min_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            179 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_min_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            181 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_sum_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            182 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_sum_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            183 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_sum_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            185 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int16_prod_to_all(int16_t *target, const int16_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int16_t *pWrk, long *pSync);
source            186 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int32_prod_to_all(int32_t *target, const int32_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int32_t *pWrk, long *pSync);
source            187 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_int64_prod_to_all(int64_t *target, const int64_t *source, int nreduce, int PE_start, int logPE_stride, int PE_size, int64_t *pWrk, long *pSync);
source            202 oshmem/include/shmemx.h OSHMEM_DECLSPEC void shmemx_alltoall_global_nb(void *dest, const void *source, size_t size, long *counter);
source             77 oshmem/mca/scoll/base/scoll_base_select.c                                 const void *source,
source             93 oshmem/mca/scoll/base/scoll_base_select.c                               const void *source,
source            110 oshmem/mca/scoll/base/scoll_base_select.c                              const void *source,
source            126 oshmem/mca/scoll/base/scoll_base_select.c                               const void *source,
source             61 oshmem/mca/scoll/basic/scoll_basic.h                               const void *source,
source             68 oshmem/mca/scoll/basic/scoll_basic.h                             const void *source,
source             76 oshmem/mca/scoll/basic/scoll_basic.h                            const void *source,
source             83 oshmem/mca/scoll/basic/scoll_basic.h                              const void *source,
source             24 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                           const void *source,
source             30 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                            const void *source,
source             38 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                              const void *source,
source             70 oshmem/mca/scoll/basic/scoll_basic_alltoall.c         rc = a2a_alg_simple(group, target, source, nelems, element_size);
source             72 oshmem/mca/scoll/basic/scoll_basic_alltoall.c         rc = a2as_alg_simple(group, target, source, dst, sst, nelems,
source            124 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                            const void *source,
source            150 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                         get_stride_elem(source, sst, nelems, element_size,
source            163 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                            const void *source,
source            188 oshmem/mca/scoll/basic/scoll_basic_alltoall.c                                 get_stride_elem(source, 1, nelems,
source             28 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                        const void *source,
source             34 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                      const void *source,
source             41 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                               const void *source,
source             73 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                                      source,
source             83 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                                    source,
source             93 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                                    source,
source            125 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                        const void *source,
source            152 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                 rc = MCA_SPML_CALL(put(oshmem_ctx_default, target, nlong, (void *)source, pe_cur));
source            180 oshmem/mca/scoll/basic/scoll_basic_broadcast.c                                      const void *source,
source            246 oshmem/mca/scoll/basic/scoll_basic_broadcast.c             rc = MCA_SPML_CALL(put(oshmem_ctx_default, target, nlong, (my_id == root_id ? (void *)source : target), peer_pe));
source             25 oshmem/mca/scoll/basic/scoll_basic_collect.c                                          const void *source,
source             30 oshmem/mca/scoll/basic/scoll_basic_collect.c                                          const void *source,
source             35 oshmem/mca/scoll/basic/scoll_basic_collect.c                                     const void *source,
source             40 oshmem/mca/scoll/basic/scoll_basic_collect.c                                             const void *source,
source             45 oshmem/mca/scoll/basic/scoll_basic_collect.c                               const void *source,
source             51 oshmem/mca/scoll/basic/scoll_basic_collect.c                             const void *source,
source             83 oshmem/mca/scoll/basic/scoll_basic_collect.c                                                        source,
source             92 oshmem/mca/scoll/basic/scoll_basic_collect.c                                                   source,
source            101 oshmem/mca/scoll/basic/scoll_basic_collect.c                                                           source,
source            110 oshmem/mca/scoll/basic/scoll_basic_collect.c                                             source,
source            119 oshmem/mca/scoll/basic/scoll_basic_collect.c                                                        source,
source            127 oshmem/mca/scoll/basic/scoll_basic_collect.c                                                source,
source            152 oshmem/mca/scoll/basic/scoll_basic_collect.c                                          const void *source,
source            169 oshmem/mca/scoll/basic/scoll_basic_collect.c                (void *) source,
source            187 oshmem/mca/scoll/basic/scoll_basic_collect.c             rc = MCA_SPML_CALL(get(oshmem_ctx_default, (void *)source, nlong, (void*)((unsigned char*)target + i * nlong), pe_cur));
source            213 oshmem/mca/scoll/basic/scoll_basic_collect.c                                     const void *source,
source            236 oshmem/mca/scoll/basic/scoll_basic_collect.c            (void *) source,
source            324 oshmem/mca/scoll/basic/scoll_basic_collect.c                               const void *source,
source            344 oshmem/mca/scoll/basic/scoll_basic_collect.c            (void *) source,
source            383 oshmem/mca/scoll/basic/scoll_basic_collect.c                                             const void *source,
source            414 oshmem/mca/scoll/basic/scoll_basic_collect.c            (void *) source,
source            434 oshmem/mca/scoll/basic/scoll_basic_collect.c             rc = MCA_SPML_CALL(put(oshmem_ctx_default, (void*)((unsigned char*)target + data_index * nlong), nlong, (void *)source, pe_cur));
source            538 oshmem/mca/scoll/basic/scoll_basic_collect.c                                          const void *source,
source            592 oshmem/mca/scoll/basic/scoll_basic_collect.c                    (void *) source,
source            608 oshmem/mca/scoll/basic/scoll_basic_collect.c                 rc = MCA_SPML_CALL(get(oshmem_ctx_default, (void *)source, (size_t)wait_pe_array[i], (void*)((unsigned char*)target + offset), pe_cur));
source             27 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                        const void *source,
source             34 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                   const void *source,
source             41 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                           const void *source,
source             48 oshmem/mca/scoll/basic/scoll_basic_reduce.c                               const void *source,
source             55 oshmem/mca/scoll/basic/scoll_basic_reduce.c                            const void *source,
source             63 oshmem/mca/scoll/basic/scoll_basic_reduce.c                            const void *source,
source             95 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                                      source,
source            106 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                                 source,
source            117 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                                         source,
source            128 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                             source,
source            139 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                          source,
source            150 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                                      source,
source            182 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                        const void *source,
source            199 oshmem/mca/scoll/basic/scoll_basic_reduce.c             memcpy(target, (void *) source, nlong);
source            220 oshmem/mca/scoll/basic/scoll_basic_reduce.c                 rc = MCA_SPML_CALL(get(oshmem_ctx_default, (void *)source, nlong, target_cur, pe_cur));
source            255 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                   const void *source,
source            278 oshmem/mca/scoll/basic/scoll_basic_reduce.c         memcpy(target_cur, (void *) source, nlong);
source            378 oshmem/mca/scoll/basic/scoll_basic_reduce.c                                           const void *source,
source            404 oshmem/mca/scoll/basic/scoll_basic_reduce.c         memcpy(target_cur, (void *) source, nlong);
source            422 oshmem/mca/scoll/basic/scoll_basic_reduce.c         if (source == target) {
source            454 oshmem/mca/scoll/basic/scoll_basic_reduce.c             if (source == target) {
source            552 oshmem/mca/scoll/basic/scoll_basic_reduce.c                               const void *source,
source            576 oshmem/mca/scoll/basic/scoll_basic_reduce.c         rc = MCA_SPML_CALL(send((void*)source, nlong, root_pe, MCA_SPML_BASE_PUT_STANDARD));
source            592 oshmem/mca/scoll/basic/scoll_basic_reduce.c             memcpy(target, (void *) source, nlong);
source            609 oshmem/mca/scoll/basic/scoll_basic_reduce.c                 inbuf = (char*) source;
source            655 oshmem/mca/scoll/basic/scoll_basic_reduce.c                            const void *source,
source            663 oshmem/mca/scoll/basic/scoll_basic_reduce.c     void *sbuf = (void*) source;
source             90 oshmem/mca/scoll/mpi/scoll_mpi.h                             const void *source,
source             98 oshmem/mca/scoll/mpi/scoll_mpi.h                           const void *source,
source            107 oshmem/mca/scoll/mpi/scoll_mpi.h                          const void *source,
source             38 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                             const void *source,
source             52 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         buf = (void *) source;
source             70 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                 source,
source             93 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                 source,
source            104 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                           const void *source,
source            127 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         sbuf = (void *) source;
source            140 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                     source,
source            155 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                     source,
source            166 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                               source,
source            199 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         rc = mpi_module->comm->c_coll->coll_allgatherv(source, nlong, stype, target, recvcounts,
source            215 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         const void *source,
source            229 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     sbuf = (void *) source;
source            252 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                 source,
source            268 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                 source,
source            122 oshmem/mca/scoll/scoll.h                                                     const void *source,
source            129 oshmem/mca/scoll/scoll.h                                                   const void *source,
source            137 oshmem/mca/scoll/scoll.h                                                  const void *source,
source            144 oshmem/mca/scoll/scoll.h                                                   const void *source,
source             97 oshmem/mca/spml/base/base.h OSHMEM_DECLSPEC int mca_spml_base_put_all_nb(void *target, const void *source,
source            284 oshmem/mca/spml/base/spml_base.c int mca_spml_base_put_all_nb(void *target, const void *source,
source            342 oshmem/mca/spml/spml.h                                                     const void *source,
source            865 oshmem/mca/spml/ucx/spml_ucx.c int mca_spml_ucx_put_all_nb(void *dest, const void *source, size_t size, long *counter)
source            902 oshmem/mca/spml/ucx/spml_ucx.c                                  (void*)((uintptr_t)source + dst_pe * size),
source            148 oshmem/mca/spml/ucx/spml_ucx.h                                    const void *source,
source             24 oshmem/shmem/c/shmem_alltoall.c                             const void *source,
source             35 oshmem/shmem/c/shmem_alltoall.c                      const void *source,                             \
source             44 oshmem/shmem/c/shmem_alltoall.c     RUNTIME_CHECK_ADDR_SIZE(source, nelems);                         \
source             46 oshmem/shmem/c/shmem_alltoall.c     _shmem_alltoall(target, source, 1, 1, nelems, element_size,      \
source             53 oshmem/shmem/c/shmem_alltoall.c                      const void *source,                             \
source             63 oshmem/shmem/c/shmem_alltoall.c     RUNTIME_CHECK_ADDR_SIZE(source, nelems);                         \
source             65 oshmem/shmem/c/shmem_alltoall.c     _shmem_alltoall(target, source, dst, sst, nelems, element_size,  \
source             71 oshmem/shmem/c/shmem_alltoall.c                             const void *source,
source             88 oshmem/shmem/c/shmem_alltoall.c                                        source,
source             24 oshmem/shmem/c/shmem_broadcast.c                               const void *source,
source             34 oshmem/shmem/c/shmem_broadcast.c                       const void *source,                           \
source             44 oshmem/shmem/c/shmem_broadcast.c     RUNTIME_CHECK_ADDR_SIZE(source, nelems);                        \
source             46 oshmem/shmem/c/shmem_broadcast.c     _shmem_broadcast( target, source, nelems * element_size,        \
source             52 oshmem/shmem/c/shmem_broadcast.c                               const void *source,
source             78 oshmem/shmem/c/shmem_broadcast.c                                             source,
source             24 oshmem/shmem/c/shmem_collect.c                             const void *source,
source             34 oshmem/shmem/c/shmem_collect.c                       const void *source,                       \
source             43 oshmem/shmem/c/shmem_collect.c     RUNTIME_CHECK_ADDR_SIZE(source, nelems);                    \
source             45 oshmem/shmem/c/shmem_collect.c     _shmem_collect( target, source, nelems * element_size,      \
source             52 oshmem/shmem/c/shmem_collect.c                             const void *source,
source             68 oshmem/shmem/c/shmem_collect.c                                       source,
source             25 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe) do { \
source             31 oshmem/shmem/c/shmem_get.c         RUNTIME_CHECK_ADDR(source);                                 \
source             36 oshmem/shmem/c/shmem_get.c             (void*)source,                                          \
source             44 oshmem/shmem/c/shmem_get.c     void shmem_ctx##type_name##_get(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \
source             46 oshmem/shmem/c/shmem_get.c         DO_SHMEM_TYPE_GET(ctx, type, target, source, nelems, pe);   \
source             51 oshmem/shmem/c/shmem_get.c     void shmem##type_name##_get(type *target, const type *source, size_t nelems, int pe) \
source             53 oshmem/shmem/c/shmem_get.c         DO_SHMEM_TYPE_GET(oshmem_ctx_default, type, target, source,  \
source            176 oshmem/shmem/c/shmem_get.c #define DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe) do { \
source            182 oshmem/shmem/c/shmem_get.c         RUNTIME_CHECK_ADDR(source);                                 \
source            187 oshmem/shmem/c/shmem_get.c             (void*)source,                                          \
source            195 oshmem/shmem/c/shmem_get.c     void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \
source            197 oshmem/shmem/c/shmem_get.c         DO_SHMEM_GETMEM(ctx, target, source, element_size, nelems, pe); \
source            202 oshmem/shmem/c/shmem_get.c     void prefix##name(void *target, const void *source, size_t nelems, int pe) \
source            204 oshmem/shmem/c/shmem_get.c         DO_SHMEM_GETMEM(oshmem_ctx_default, target, source,          \
source             25 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe) do { \
source             31 oshmem/shmem/c/shmem_get_nb.c         RUNTIME_CHECK_ADDR(source);                                 \
source             36 oshmem/shmem/c/shmem_get_nb.c             (void *)source,                                         \
source             44 oshmem/shmem/c/shmem_get_nb.c     void shmem_ctx##type_name##_get_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t nelems, int pe) \
source             46 oshmem/shmem/c/shmem_get_nb.c         DO_SHMEM_TYPE_GET_NB(ctx, type, target, source, nelems, pe); \
source             51 oshmem/shmem/c/shmem_get_nb.c     void shmem##type_name##_get_nbi(type *target, const type *source, size_t nelems, int pe) \
source             54 oshmem/shmem/c/shmem_get_nb.c                              source, nelems, pe);                   \
source            176 oshmem/shmem/c/shmem_get_nb.c #define DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe) do { \
source            182 oshmem/shmem/c/shmem_get_nb.c         RUNTIME_CHECK_ADDR(source);                                 \
source            187 oshmem/shmem/c/shmem_get_nb.c             (void *)source,                                         \
source            195 oshmem/shmem/c/shmem_get_nb.c     void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \
source            197 oshmem/shmem/c/shmem_get_nb.c         DO_SHMEM_GETMEM_NB(ctx, target, source, element_size, nelems, pe); \
source            202 oshmem/shmem/c/shmem_get_nb.c     void prefix##name##_nbi(void *target, const void *source, size_t nelems, int pe) \
source            204 oshmem/shmem/c/shmem_get_nb.c         DO_SHMEM_GETMEM_NB(oshmem_ctx_default, target, source,       \
source             26 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe) do { \
source             33 oshmem/shmem/c/shmem_iget.c         RUNTIME_CHECK_ADDR(source);                                 \
source             40 oshmem/shmem/c/shmem_iget.c                 (void*)(source + i * sst),                          \
source             49 oshmem/shmem/c/shmem_iget.c     void shmem_ctx##type_name##_iget(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source             51 oshmem/shmem/c/shmem_iget.c         DO_SHMEM_TYPE_IGET(ctx, type, target, source, tst, sst, nelems, pe); \
source             56 oshmem/shmem/c/shmem_iget.c     void shmem##type_name##_iget(type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source             58 oshmem/shmem/c/shmem_iget.c         DO_SHMEM_TYPE_IGET(oshmem_ctx_default, type, target, source, \
source            179 oshmem/shmem/c/shmem_iget.c #define DO_SHMEM_IGETMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \
source            185 oshmem/shmem/c/shmem_iget.c         RUNTIME_CHECK_ADDR(source);                                 \
source            191 oshmem/shmem/c/shmem_iget.c                 (void*)((char*)source + i * sst * element_size),    \
source            200 oshmem/shmem/c/shmem_iget.c     void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source            202 oshmem/shmem/c/shmem_iget.c         DO_SHMEM_IGETMEM(ctx, target, source, tst, sst,             \
source            208 oshmem/shmem/c/shmem_iget.c     void prefix##name(void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source            210 oshmem/shmem/c/shmem_iget.c         DO_SHMEM_IGETMEM(oshmem_ctx_default, target, source, tst, sst, \
source             26 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_TYPE_IPUT(ctx, type, target, source, tst, sst, nelemes, pe) do { \
source             42 oshmem/shmem/c/shmem_iput.c                 (void*)(source + i * sst),                          \
source             49 oshmem/shmem/c/shmem_iput.c     void shmem_ctx##type_name##_iput(shmem_ctx_t ctx, type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source             51 oshmem/shmem/c/shmem_iput.c         DO_SHMEM_TYPE_IPUT(ctx, type, target, source, tst, sst,     \
source             57 oshmem/shmem/c/shmem_iput.c     void shmem##type_name##_iput(type *target, const type *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source             59 oshmem/shmem/c/shmem_iput.c         DO_SHMEM_TYPE_IPUT(oshmem_ctx_default, type, target, source, \
source            180 oshmem/shmem/c/shmem_iput.c #define DO_SHMEM_IPUTMEM(ctx, target, source, tst, sst, element_size, nelems, pe) do { \
source            194 oshmem/shmem/c/shmem_iput.c                 (void*)((char*)source + i * sst * element_size),    \
source            201 oshmem/shmem/c/shmem_iput.c     void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source            203 oshmem/shmem/c/shmem_iput.c         DO_SHMEM_IPUTMEM(ctx, target, source, tst, sst,             \
source            209 oshmem/shmem/c/shmem_iput.c     void prefix##name(void *target, const void *source, ptrdiff_t tst, ptrdiff_t sst, size_t nelems, int pe) \
source            211 oshmem/shmem/c/shmem_iput.c         DO_SHMEM_IPUTMEM(oshmem_ctx_default, target, source, tst,    \
source             60 oshmem/shmem/c/shmem_lock.c                               const void *source,
source            682 oshmem/shmem/c/shmem_lock.c                               const void *source,
source            688 oshmem/shmem/c/shmem_lock.c         shmem_get64(target, source, nelems, pe);
source            691 oshmem/shmem/c/shmem_lock.c         shmem_get32(&temp32, source, nelems, pe);
source             28 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe) do {  \
source             41 oshmem/shmem/c/shmem_put.c             (void*)source,                                          \
source             47 oshmem/shmem/c/shmem_put.c     void shmem_ctx##type_name##_put(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe)\
source             49 oshmem/shmem/c/shmem_put.c         DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe);      \
source             54 oshmem/shmem/c/shmem_put.c     void shmem##type_name##_put(type *target, const type *source, size_t len, int pe)\
source             57 oshmem/shmem/c/shmem_put.c                           source, len, pe);                         \
source            179 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_PUTMEM(ctx, target, source, element_size, nelems, pe) do { \
source            192 oshmem/shmem/c/shmem_put.c             (void*)source,                                          \
source            198 oshmem/shmem/c/shmem_put.c     void prefix##_ctx##name(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \
source            200 oshmem/shmem/c/shmem_put.c         DO_SHMEM_PUTMEM(ctx, target, source,                        \
source            206 oshmem/shmem/c/shmem_put.c     void prefix##name(void *target, const void *source, size_t nelems, int pe) \
source            209 oshmem/shmem/c/shmem_put.c                         source, element_size, nelems, pe);          \
source             32 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe) do { \
source             45 oshmem/shmem/c/shmem_put_nb.c             (void *)source,                                         \
source             51 oshmem/shmem/c/shmem_put_nb.c     void shmem_ctx##type_name##_put_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe) \
source             53 oshmem/shmem/c/shmem_put_nb.c         DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe);   \
source             58 oshmem/shmem/c/shmem_put_nb.c     void shmem##type_name##_put_nbi(type *target, const type *source, size_t len, int pe) \
source             61 oshmem/shmem/c/shmem_put_nb.c                              source, len, pe);                      \
source            183 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_PUTMEM_NB(ctx, target, source, element_size, nelems, pe) do { \
source            196 oshmem/shmem/c/shmem_put_nb.c             (void *)source,                                         \
source            202 oshmem/shmem/c/shmem_put_nb.c     void prefix##_ctx##name##_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t nelems, int pe) \
source            204 oshmem/shmem/c/shmem_put_nb.c         DO_SHMEM_PUTMEM_NB(ctx, target, source, element_size,       \
source            210 oshmem/shmem/c/shmem_put_nb.c     void prefix##name##_nbi(void *target, const void *source, size_t nelems, int pe) \
source            212 oshmem/shmem/c/shmem_put_nb.c         DO_SHMEM_PUTMEM_NB(oshmem_ctx_default, target, source,       \
source            231 oshmem/shmem/c/shmem_put_nb.c                                const void *source,
source            235 oshmem/shmem/c/shmem_put_nb.c     int rc = MCA_SPML_CALL(put_all_nb(dest, source, size, counter));
source             31 oshmem/shmem/c/shmem_reduce.c                                         const type *source,                                 \
source             44 oshmem/shmem/c/shmem_reduce.c     RUNTIME_CHECK_ADDR_SIZE(source, nreduce);                                               \
source             56 oshmem/shmem/c/shmem_reduce.c                 (const void*)source,                                                        \
source             40 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put, PSHMEM_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             41 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_put, PSHMEM_CHARACTER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             42 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_put, PSHMEM_COMPLEX_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             43 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_put, PSHMEM_DOUBLE_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             44 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_put, PSHMEM_LOGICAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             45 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_put, PSHMEM_INTEGER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             46 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_put, PSHMEM_REAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             47 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put4, PSHMEM_PUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             48 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put8, PSHMEM_PUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             49 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put32, PSHMEM_PUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             50 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put64, PSHMEM_PUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             51 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put128, PSHMEM_PUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             52 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_putmem, PSHMEM_PUTMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             54 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput4, PSHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             55 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput8, PSHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             56 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput32, PSHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             57 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput64, PSHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             58 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput128, PSHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             59 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iput, PSHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             60 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iput, PSHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             61 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iput, PSHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             62 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iput, PSHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             63 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iput, PSHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             65 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_putmem_nbi, PSHMEM_PUTMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             66 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_put_nbi, PSHMEM_CHARACTER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             67 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_put_nbi, PSHMEM_COMPLEX_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             68 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_put_nbi, PSHMEM_DOUBLE_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             69 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_put_nbi, PSHMEM_INTEGER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             70 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_put_nbi, PSHMEM_LOGICAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             71 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_put_nbi, PSHMEM_REAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             72 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put4_nbi, PSHMEM_PUT4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             73 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put8_nbi, PSHMEM_PUT8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             74 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put32_nbi, PSHMEM_PUT32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             75 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put64_nbi, PSHMEM_PUT64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             76 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_put128_nbi, PSHMEM_PUT128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             78 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get, PSHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             79 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get, PSHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             80 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get, PSHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             81 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get, PSHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             82 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4, PSHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             83 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8, PSHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             84 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32, PSHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             85 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64, PSHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             86 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128, PSHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             87 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem, PSHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             88 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get, PSHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             89 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get, PSHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             91 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget4, PSHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             92 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget8, PSHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             93 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget32, PSHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             94 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget64, PSHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             95 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget128, PSHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             96 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iget, PSHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             97 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iget, PSHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             98 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iget, PSHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             99 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iget, PSHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            100 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iget, PSHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            102 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem_nbi, PSHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            103 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get_nbi, PSHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            104 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get_nbi, PSHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            105 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get_nbi, PSHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            106 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get_nbi, PSHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            107 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get_nbi, PSHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            108 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get_nbi, PSHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            109 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4_nbi, PSHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            110 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8_nbi, PSHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            111 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32_nbi, PSHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            112 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64_nbi, PSHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            113 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128_nbi, PSHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            151 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_and_to_all, PSHMEM_INT2_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            152 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_and_to_all, PSHMEM_INT4_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            153 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_and_to_all, PSHMEM_INT8_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            154 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_or_to_all, PSHMEM_INT2_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            155 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_or_to_all, PSHMEM_INT4_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            156 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_or_to_all, PSHMEM_INT8_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            157 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_xor_to_all, PSHMEM_INT2_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            158 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_xor_to_all, PSHMEM_INT4_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            159 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_xor_to_all, PSHMEM_INT8_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            160 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp4_xor_to_all, PSHMEM_COMP4_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            161 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp8_xor_to_all, PSHMEM_COMP8_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            162 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_max_to_all, PSHMEM_INT2_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            163 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_max_to_all, PSHMEM_INT4_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            164 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_max_to_all, PSHMEM_INT8_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            165 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real4_max_to_all, PSHMEM_REAL4_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            166 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real8_max_to_all, PSHMEM_REAL8_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            167 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real16_max_to_all, PSHMEM_REAL16_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            168 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_min_to_all, PSHMEM_INT2_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            169 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_min_to_all, PSHMEM_INT4_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            170 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_min_to_all, PSHMEM_INT8_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            171 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real4_min_to_all, PSHMEM_REAL4_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            172 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real8_min_to_all, PSHMEM_REAL8_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            173 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real16_min_to_all, PSHMEM_REAL16_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            174 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_sum_to_all, PSHMEM_INT2_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            175 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_sum_to_all, PSHMEM_INT4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            176 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_sum_to_all, PSHMEM_INT8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            177 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp4_sum_to_all, PSHMEM_COMP4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            178 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp8_sum_to_all, PSHMEM_COMP8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            179 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real4_sum_to_all, PSHMEM_REAL4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            180 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real8_sum_to_all, PSHMEM_REAL8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            181 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real16_sum_to_all, PSHMEM_REAL16_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            182 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int2_prod_to_all, PSHMEM_INT2_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            183 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int4_prod_to_all, PSHMEM_INT4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            184 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_int8_prod_to_all, PSHMEM_INT8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            185 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp4_prod_to_all, PSHMEM_COMP4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            186 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_comp8_prod_to_all, PSHMEM_COMP8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            187 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real4_prod_to_all, PSHMEM_REAL4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            188 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real8_prod_to_all, PSHMEM_REAL8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            189 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real16_prod_to_all, PSHMEM_REAL16_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            190 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_collect4, PSHMEM_COLLECT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            191 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_collect8, PSHMEM_COLLECT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            192 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_collect32, PSHMEM_COLLECT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            193 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_collect64, PSHMEM_COLLECT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            194 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_fcollect4, PSHMEM_FCOLLECT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            195 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_fcollect8, PSHMEM_FCOLLECT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            196 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_fcollect32, PSHMEM_FCOLLECT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            197 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_fcollect64, PSHMEM_FCOLLECT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            198 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_broadcast4, PSHMEM_BROADCAST4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            199 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_broadcast8, PSHMEM_BROADCAST8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            200 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_broadcast32, PSHMEM_BROADCAST32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            201 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_broadcast64, PSHMEM_BROADCAST64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            202 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_alltoall32, PSHMEM_ALLTOALL32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            203 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_alltoall64, PSHMEM_ALLTOALL64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            204 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_alltoalls32, PSHMEM_ALLTOALLS32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            205 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_alltoalls64, PSHMEM_ALLTOALLS64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source             43 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put, SHMEM_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             44 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_put, SHMEM_CHARACTER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             45 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_put, SHMEM_COMPLEX_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             46 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_put, SHMEM_DOUBLE_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             47 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_put, SHMEM_LOGICAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             48 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_put, SHMEM_INTEGER_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             49 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_put, SHMEM_REAL_PUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             50 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put4, SHMEM_PUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             51 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put8, SHMEM_PUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             52 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put32, SHMEM_PUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             53 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put64, SHMEM_PUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             54 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put128, SHMEM_PUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             55 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_putmem, SHMEM_PUTMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             57 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput4, SHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             58 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput8, SHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             59 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput32, SHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             60 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput64, SHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             61 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput128, SHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             62 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iput, SHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             63 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iput, SHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             64 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iput, SHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             65 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iput, SHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             66 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iput, SHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             68 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_putmem_nbi, SHMEM_PUTMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             69 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_put_nbi, SHMEM_CHARACTER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             70 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_put_nbi, SHMEM_COMPLEX_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             71 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_put_nbi, SHMEM_DOUBLE_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             72 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_put_nbi, SHMEM_INTEGER_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             73 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_put_nbi, SHMEM_LOGICAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             74 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_put_nbi, SHMEM_REAL_PUT_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             75 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put4_nbi, SHMEM_PUT4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             76 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put8_nbi, SHMEM_PUT8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             77 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put32_nbi, SHMEM_PUT32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             78 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put64_nbi, SHMEM_PUT64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             79 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_put128_nbi, SHMEM_PUT128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe));
source             81 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get, SHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             82 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get, SHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             83 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get, SHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             84 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get, SHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             85 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4, SHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             86 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8, SHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             87 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32, SHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             88 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64, SHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             89 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128, SHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             90 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem, SHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             91 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get, SHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             92 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get, SHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source             94 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget4, SHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             95 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget8, SHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             96 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget32, SHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             97 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget64, SHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             98 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget128, SHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source             99 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iget, SHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            100 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iget, SHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            101 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iget, SHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            102 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iget, SHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            103 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iget, SHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe));
source            105 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem_nbi, SHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            106 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get_nbi, SHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            107 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get_nbi, SHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            108 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get_nbi, SHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            109 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get_nbi, SHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            110 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get_nbi, SHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            111 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get_nbi, SHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            112 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4_nbi, SHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            113 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8_nbi, SHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            114 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32_nbi, SHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            115 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64_nbi, SHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            116 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128_nbi, SHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe));
source            154 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_and_to_all, SHMEM_INT2_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            155 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_and_to_all, SHMEM_INT4_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            156 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_and_to_all, SHMEM_INT8_AND_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            157 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_or_to_all, SHMEM_INT2_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            158 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_or_to_all, SHMEM_INT4_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            159 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_or_to_all, SHMEM_INT8_OR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            160 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_xor_to_all, SHMEM_INT2_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            161 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_xor_to_all, SHMEM_INT4_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            162 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_xor_to_all, SHMEM_INT8_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            163 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp4_xor_to_all, SHMEM_COMP4_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            164 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp8_xor_to_all, SHMEM_COMP8_XOR_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            165 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_max_to_all, SHMEM_INT2_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            166 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_max_to_all, SHMEM_INT4_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            167 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_max_to_all, SHMEM_INT8_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            168 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real4_max_to_all, SHMEM_REAL4_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            169 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real8_max_to_all, SHMEM_REAL8_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            170 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real16_max_to_all, SHMEM_REAL16_MAX_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            171 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_min_to_all, SHMEM_INT2_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            172 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_min_to_all, SHMEM_INT4_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            173 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_min_to_all, SHMEM_INT8_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            174 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real4_min_to_all, SHMEM_REAL4_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            175 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real8_min_to_all, SHMEM_REAL8_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            176 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real16_min_to_all, SHMEM_REAL16_MIN_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            177 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_sum_to_all, SHMEM_INT2_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            178 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_sum_to_all, SHMEM_INT4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            179 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_sum_to_all, SHMEM_INT8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            180 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp4_sum_to_all, SHMEM_COMP4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            181 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp8_sum_to_all, SHMEM_COMP8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            182 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real4_sum_to_all, SHMEM_REAL4_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            183 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real8_sum_to_all, SHMEM_REAL8_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            184 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real16_sum_to_all, SHMEM_REAL16_SUM_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            185 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int2_prod_to_all, SHMEM_INT2_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            186 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int4_prod_to_all, SHMEM_INT4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            187 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_int8_prod_to_all, SHMEM_INT8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            188 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp4_prod_to_all, SHMEM_COMP4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            189 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_comp8_prod_to_all, SHMEM_COMP8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            190 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real4_prod_to_all, SHMEM_REAL4_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            191 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real8_prod_to_all, SHMEM_REAL8_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            192 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real16_prod_to_all, SHMEM_REAL16_PROD_TO_ALL, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync));
source            193 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_collect4, SHMEM_COLLECT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            194 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_collect8, SHMEM_COLLECT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            195 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_collect32, SHMEM_COLLECT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            196 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_collect64, SHMEM_COLLECT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            197 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_fcollect4, SHMEM_FCOLLECT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            198 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_fcollect8, SHMEM_FCOLLECT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            199 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_fcollect32, SHMEM_FCOLLECT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            200 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_fcollect64, SHMEM_FCOLLECT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            201 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_broadcast4, SHMEM_BROADCAST4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            202 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_broadcast8, SHMEM_BROADCAST8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            203 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_broadcast32, SHMEM_BROADCAST32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            204 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_broadcast64, SHMEM_BROADCAST64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            205 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_alltoall32, SHMEM_ALLTOALL32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            206 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_alltoall64, SHMEM_ALLTOALL64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            207 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_alltoalls32, SHMEM_ALLTOALLS32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source            208 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_alltoalls64, SHMEM_ALLTOALLS64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync));
source             34 oshmem/shmem/fortran/shmem_alltoall_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             35 oshmem/shmem/fortran/shmem_alltoall_f.c         (target, source, nlong, PE_start, logPE_stride, PE_size, pSync))
source             42 oshmem/shmem/fortran/shmem_alltoall_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             43 oshmem/shmem/fortran/shmem_alltoall_f.c         (target, source, nlong, PE_start, logPE_stride, PE_size, pSync))
source             50 oshmem/shmem/fortran/shmem_alltoall_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             51 oshmem/shmem/fortran/shmem_alltoall_f.c         (target, source, dst, sst, nlong, PE_start, logPE_stride, PE_size, pSync))
source             58 oshmem/shmem/fortran/shmem_alltoall_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *dst, MPI_Fint *sst, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             59 oshmem/shmem/fortran/shmem_alltoall_f.c         (target, source, dst, sst, nlong, PE_start, logPE_stride, PE_size, pSync))
source             62 oshmem/shmem/fortran/shmem_alltoall_f.c     FORTRAN_POINTER_T source, \
source             80 oshmem/shmem/fortran/shmem_alltoall_f.c             FPTR_2_VOID_PTR(source), \
source             91 oshmem/shmem/fortran/shmem_alltoall_f.c     FORTRAN_POINTER_T source, \
source            111 oshmem/shmem/fortran/shmem_alltoall_f.c             FPTR_2_VOID_PTR(source), \
source             33 oshmem/shmem/fortran/shmem_and_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             34 oshmem/shmem/fortran/shmem_and_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             41 oshmem/shmem/fortran/shmem_and_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             42 oshmem/shmem/fortran/shmem_and_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             49 oshmem/shmem/fortran/shmem_and_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             50 oshmem/shmem/fortran/shmem_and_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             53 oshmem/shmem/fortran/shmem_and_to_all_f.c     FORTRAN_POINTER_T source, \
source             74 oshmem/shmem/fortran/shmem_and_to_all_f.c             FPTR_2_VOID_PTR(source), \
source             34 oshmem/shmem/fortran/shmem_broadcast_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             35 oshmem/shmem/fortran/shmem_broadcast_f.c         (target, source, nlong, PE_root, PE_start, logPE_stride, PE_size, pSync))
source             42 oshmem/shmem/fortran/shmem_broadcast_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             43 oshmem/shmem/fortran/shmem_broadcast_f.c         (target, source, nlong, PE_root, PE_start, logPE_stride, PE_size, pSync))
source             50 oshmem/shmem/fortran/shmem_broadcast_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             51 oshmem/shmem/fortran/shmem_broadcast_f.c         (target, source, nlong, PE_root, PE_start, logPE_stride, PE_size, pSync))
source             58 oshmem/shmem/fortran/shmem_broadcast_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_root, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             59 oshmem/shmem/fortran/shmem_broadcast_f.c         (target, source, nlong, PE_root, PE_start, logPE_stride, PE_size, pSync))
source             62 oshmem/shmem/fortran/shmem_broadcast_f.c     FORTRAN_POINTER_T source, \
source             94 oshmem/shmem/fortran/shmem_broadcast_f.c                 FPTR_2_VOID_PTR(source), \
source             32 oshmem/shmem/fortran/shmem_character_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_character_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_character_get_f.c void shmem_character_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_character_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_character_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_character_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_character_put_f.c void shmem_character_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_character_put_f.c         FPTR_2_VOID_PTR(source),
source             38 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             39 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             46 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             47 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             54 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             55 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             62 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             63 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             70 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             71 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             78 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             79 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             86 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             87 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             94 oshmem/shmem/fortran/shmem_collect_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nlong, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T pSync),
source             95 oshmem/shmem/fortran/shmem_collect_f.c         (target,source,nlong,PE_start,logPE_stride,PE_size,pSync) )
source             98 oshmem/shmem/fortran/shmem_collect_f.c     FORTRAN_POINTER_T source, \
source            115 oshmem/shmem/fortran/shmem_collect_f.c             FPTR_2_VOID_PTR(source), \
source             32 oshmem/shmem/fortran/shmem_complex_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_complex_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_complex_get_f.c void shmem_complex_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_complex_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_complex_iget_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_complex_iget_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_complex_iget_f.c void shmem_complex_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             47 oshmem/shmem/fortran/shmem_complex_iget_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * complex_type_size,
source             32 oshmem/shmem/fortran/shmem_complex_iput_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_complex_iput_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_complex_iput_f.c void shmem_complex_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             49 oshmem/shmem/fortran/shmem_complex_iput_f.c             (uint8_t*)FPTR_2_VOID_PTR(source) + i * sst_c * complex_type_size,
source             32 oshmem/shmem/fortran/shmem_complex_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_complex_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_complex_put_f.c void shmem_complex_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_complex_put_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_double_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_double_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_double_get_f.c void shmem_double_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_double_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_double_iget_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_double_iget_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_double_iget_f.c void shmem_double_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             47 oshmem/shmem/fortran/shmem_double_iget_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * double_type_size,
source             32 oshmem/shmem/fortran/shmem_double_iput_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_double_iput_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_double_iput_f.c void shmem_double_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             49 oshmem/shmem/fortran/shmem_double_iput_f.c             (uint8_t*)FPTR_2_VOID_PTR(source) + i * sst_c * double_type_size,
source             32 oshmem/shmem/fortran/shmem_double_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_double_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_double_put_f.c void shmem_double_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_double_put_f.c         FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_get128_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_get128_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_get128_f.c void shmem_get128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_get128_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_get32_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_get32_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_get32_f.c void shmem_get32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_get32_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_get4_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_get4_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_get4_f.c void shmem_get4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_get4_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_get64_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_get64_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_get64_f.c void shmem_get64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_get64_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_get8_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_get8_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_get8_f.c void shmem_get8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_get8_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             46 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             47 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source             49 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_getmem_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             51 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             62 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             63 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe))
source             65 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_character_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             70 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             81 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             82 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source             84 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_complex_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             89 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            100 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            101 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            103 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_double_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            108 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            119 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            120 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            122 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_integer_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            127 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            138 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            139 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            141 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_logical_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            146 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            157 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            158 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            160 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_real_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            165 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            177 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            178 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            180 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get4_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            182 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            193 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            194 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            196 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get8_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            198 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            209 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            210 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            212 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get32_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            214 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            225 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            226 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            228 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get64_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            230 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source            241 oshmem/shmem/fortran/shmem_get_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source            242 oshmem/shmem/fortran/shmem_get_nb_f.c         (target,source,len,pe) )
source            244 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get128_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source            246 oshmem/shmem/fortran/shmem_get_nb_f.c     MCA_SPML_CALL(get_nb(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             31 oshmem/shmem/fortran/shmem_getmem_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             32 oshmem/shmem/fortran/shmem_getmem_f.c         (target,source,len,pe) )
source             34 oshmem/shmem/fortran/shmem_getmem_f.c void shmem_getmem_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             36 oshmem/shmem/fortran/shmem_getmem_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_iget128_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iget128_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iget128_f.c void shmem_iget128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             44 oshmem/shmem/fortran/shmem_iget128_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 16,
source             32 oshmem/shmem/fortran/shmem_iget32_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iget32_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iget32_f.c void shmem_iget32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             44 oshmem/shmem/fortran/shmem_iget32_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 4,
source             32 oshmem/shmem/fortran/shmem_iget4_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iget4_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iget4_f.c void shmem_iget4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             44 oshmem/shmem/fortran/shmem_iget4_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 4,
source             32 oshmem/shmem/fortran/shmem_iget64_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iget64_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iget64_f.c void shmem_iget64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             44 oshmem/shmem/fortran/shmem_iget64_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 8,
source             32 oshmem/shmem/fortran/shmem_iget8_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iget8_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iget8_f.c void shmem_iget8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             44 oshmem/shmem/fortran/shmem_iget8_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 8,
source             32 oshmem/shmem/fortran/shmem_integer_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_integer_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_integer_get_f.c void shmem_integer_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_integer_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_integer_iget_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_integer_iget_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_integer_iget_f.c void shmem_integer_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             47 oshmem/shmem/fortran/shmem_integer_iget_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * integer_type_size,
source             32 oshmem/shmem/fortran/shmem_integer_iput_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_integer_iput_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_integer_iput_f.c void shmem_integer_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             49 oshmem/shmem/fortran/shmem_integer_iput_f.c             (uint8_t*)FPTR_2_VOID_PTR(source) + i * sst_c * integer_type_size,
source             32 oshmem/shmem/fortran/shmem_integer_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_integer_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_integer_put_f.c void shmem_integer_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_integer_put_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_iput128_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iput128_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iput128_f.c void shmem_iput128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             46 oshmem/shmem/fortran/shmem_iput128_f.c             (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 16,
source             32 oshmem/shmem/fortran/shmem_iput32_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iput32_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iput32_f.c void shmem_iput32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             46 oshmem/shmem/fortran/shmem_iput32_f.c             (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 4,
source             32 oshmem/shmem/fortran/shmem_iput4_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iput4_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iput4_f.c void shmem_iput4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             46 oshmem/shmem/fortran/shmem_iput4_f.c             (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 4,
source             32 oshmem/shmem/fortran/shmem_iput64_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iput64_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iput64_f.c void shmem_iput64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             46 oshmem/shmem/fortran/shmem_iput64_f.c             (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 8,
source             32 oshmem/shmem/fortran/shmem_iput8_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_iput8_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_iput8_f.c void shmem_iput8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             46 oshmem/shmem/fortran/shmem_iput8_f.c             (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * 8,
source             32 oshmem/shmem/fortran/shmem_logical_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_logical_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_logical_get_f.c void shmem_logical_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_logical_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_logical_iget_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_logical_iget_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_logical_iget_f.c void shmem_logical_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             47 oshmem/shmem/fortran/shmem_logical_iget_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * logical_type_size,
source             32 oshmem/shmem/fortran/shmem_logical_iput_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_logical_iput_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_logical_iput_f.c void shmem_logical_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             49 oshmem/shmem/fortran/shmem_logical_iput_f.c             (uint8_t*)FPTR_2_VOID_PTR(source) + i * sst_c * logical_type_size,
source             32 oshmem/shmem/fortran/shmem_logical_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_logical_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_logical_put_f.c void shmem_logical_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_logical_put_f.c         FPTR_2_VOID_PTR(source),
source             36 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             37 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             44 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             45 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             52 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             53 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             60 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             61 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             68 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             69 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             76 oshmem/shmem/fortran/shmem_max_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             77 oshmem/shmem/fortran/shmem_max_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             80 oshmem/shmem/fortran/shmem_max_to_all_f.c     FORTRAN_POINTER_T source, \
source            100 oshmem/shmem/fortran/shmem_max_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             36 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             37 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             44 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             45 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             52 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             53 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             60 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             61 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             68 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             69 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             76 oshmem/shmem/fortran/shmem_min_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             77 oshmem/shmem/fortran/shmem_min_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             81 oshmem/shmem/fortran/shmem_min_to_all_f.c     FORTRAN_POINTER_T source, \
source            102 oshmem/shmem/fortran/shmem_min_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             33 oshmem/shmem/fortran/shmem_or_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             34 oshmem/shmem/fortran/shmem_or_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             41 oshmem/shmem/fortran/shmem_or_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             42 oshmem/shmem/fortran/shmem_or_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             49 oshmem/shmem/fortran/shmem_or_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             50 oshmem/shmem/fortran/shmem_or_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             53 oshmem/shmem/fortran/shmem_or_to_all_f.c     FORTRAN_POINTER_T source, \
source             73 oshmem/shmem/fortran/shmem_or_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             38 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             39 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             46 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             47 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             54 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             55 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             62 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             63 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             70 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             71 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             79 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             80 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             87 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             88 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             95 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             96 oshmem/shmem/fortran/shmem_prod_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             99 oshmem/shmem/fortran/shmem_prod_to_all_f.c     FORTRAN_POINTER_T source, \
source            119 oshmem/shmem/fortran/shmem_prod_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             32 oshmem/shmem/fortran/shmem_put128_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_put128_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_put128_f.c void shmem_put128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_put128_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_put32_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_put32_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_put32_f.c void shmem_put32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_put32_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_put4_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_put4_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_put4_f.c void shmem_put4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_put4_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_put64_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_put64_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_put64_f.c void shmem_put64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_put64_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_put8_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_put8_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_put8_f.c void shmem_put8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_put8_f.c         FPTR_2_VOID_PTR(source),
source             46 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             47 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source             49 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_putmem_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             53 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source             62 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             63 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source             65 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_character_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             72 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source             81 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             82 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source             84 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_complex_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             91 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            100 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            101 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            103 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_double_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            110 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            119 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            120 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            122 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_integer_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            129 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            138 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            139 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            141 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_logical_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            148 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            157 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            158 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            160 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_real_put_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            167 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            176 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            177 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            179 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put4_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            183 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            192 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            193 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            195 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put8_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            199 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            208 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            209 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            211 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put32_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            215 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            224 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            225 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            227 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put64_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            231 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source            240 oshmem/shmem/fortran/shmem_put_nb_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source            241 oshmem/shmem/fortran/shmem_put_nb_f.c         (target,source,length,pe) )
source            243 oshmem/shmem/fortran/shmem_put_nb_f.c void shmem_put128_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source            247 oshmem/shmem/fortran/shmem_put_nb_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_putmem_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_putmem_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_putmem_f.c void shmem_putmem_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             39 oshmem/shmem/fortran/shmem_putmem_f.c         FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_real_get_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_real_get_f.c         (target,source,len,pe) )
source             35 oshmem/shmem/fortran/shmem_real_get_f.c void shmem_real_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)
source             40 oshmem/shmem/fortran/shmem_real_get_f.c     MCA_SPML_CALL(get(oshmem_ctx_default, FPTR_2_VOID_PTR(source),
source             32 oshmem/shmem/fortran/shmem_real_iget_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_real_iget_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_real_iget_f.c void shmem_real_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             47 oshmem/shmem/fortran/shmem_real_iget_f.c         MCA_SPML_CALL(get(oshmem_ctx_default, (uint8_t *)FPTR_2_VOID_PTR(source) + i * sst_c * real_type_size,
source             32 oshmem/shmem/fortran/shmem_real_iput_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_real_iput_f.c         (target,source,tst,sst,len,pe) )
source             35 oshmem/shmem/fortran/shmem_real_iput_f.c void shmem_real_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)
source             49 oshmem/shmem/fortran/shmem_real_iput_f.c             (uint8_t*)FPTR_2_VOID_PTR(source) + i * sst_c * real_type_size,
source             32 oshmem/shmem/fortran/shmem_real_put_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe),
source             33 oshmem/shmem/fortran/shmem_real_put_f.c         (target,source,length,pe) )
source             35 oshmem/shmem/fortran/shmem_real_put_f.c void shmem_real_put_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *length, MPI_Fint *pe)
source             42 oshmem/shmem/fortran/shmem_real_put_f.c         FPTR_2_VOID_PTR(source),
source             38 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             39 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             46 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             47 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             54 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             55 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             62 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             63 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             70 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             71 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             78 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             79 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             86 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             87 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             94 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             95 oshmem/shmem/fortran/shmem_sum_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             98 oshmem/shmem/fortran/shmem_sum_to_all_f.c     FORTRAN_POINTER_T source, \
source            118 oshmem/shmem/fortran/shmem_sum_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             35 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             36 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             43 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             44 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             51 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             52 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             59 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             60 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             67 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *nreduce, MPI_Fint *PE_start, MPI_Fint * logPE_stride, MPI_Fint *PE_size, FORTRAN_POINTER_T *pWrk, FORTRAN_POINTER_T pSync),
source             68 oshmem/shmem/fortran/shmem_xor_to_all_f.c         (target,source,nreduce,PE_start,logPE_stride,PE_size,pWrk,pSync) )
source             71 oshmem/shmem/fortran/shmem_xor_to_all_f.c     FORTRAN_POINTER_T source, \
source             92 oshmem/shmem/fortran/shmem_xor_to_all_f.c             FPTR_2_VOID_PTR(source),\
source             75 test/util/bipartite_graph.c #define check_path_cycle(n, source, sink, pred)    \
source             78 test/util/bipartite_graph.c         check_int_eq(pred[source], -1);            \