srcs               51 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   int res, indegree, outdegree, *srcs, *dsts;
srcs               81 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
srcs               88 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       if (MPI_PROC_NULL != srcs[i]) {
srcs               89 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         res = NBC_Sched_recv ((char *) rbuf + i * rcount * rcvext, true, rcount, rtype, srcs[i], schedule, false);
srcs               96 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     free (srcs);
srcs               51 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   int res, indegree, outdegree, *srcs, *dsts;
srcs               81 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
srcs               89 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       if (srcs[i] != MPI_PROC_NULL) {
srcs               90 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         res = NBC_Sched_recv ((char *) rbuf + displs[i] * rcvext, false, rcounts[i], rtype, srcs[i], schedule, false);
srcs               97 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     free (srcs);
srcs               48 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   int res, indegree, outdegree, *srcs, *dsts;
srcs               84 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
srcs               91 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       if (MPI_PROC_NULL != srcs[i]) {
srcs               92 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         res = NBC_Sched_recv ((char *) rbuf + i * rcount * rcvext, true, rcount, rtype, srcs[i], schedule, false);
srcs               99 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     free (srcs);
srcs               51 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   int res, indegree, outdegree, *srcs, *dsts;
srcs               87 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
srcs               95 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       if (srcs[i] != MPI_PROC_NULL) {
srcs               96 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         res = NBC_Sched_recv ((char *) rbuf + rdispls[i] * rcvext, false, rcounts[i], rtype, srcs[i], schedule, false);
srcs              103 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     free (srcs);
srcs               50 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c   int res, indegree, outdegree, *srcs, *dsts;
srcs               73 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
srcs               81 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       if (srcs[i] != MPI_PROC_NULL) {
srcs               82 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         res = NBC_Sched_recv ((char *) rbuf + rdisps[i], false, rcounts[i], rtypes[i], srcs[i], schedule, false);
srcs               89 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     free (srcs);
srcs               28 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int32_t srcs[PRQ_SIZE];
srcs               62 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 elem->srcs[i] = ~0;
srcs              112 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
srcs              139 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
srcs              145 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                     elem->srcs[i] = ~0;
srcs              227 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem->srcs[i] = ~0;
srcs              247 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->srcs[elem->end] = source;
srcs              355 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int32_t srcs[UMQ_SIZE];
srcs              406 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = (tag == (elem->tags[i] & tmask))  && (peer == (elem->srcs[i] & smask));
srcs              429 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->srcs[i] = ~0;
srcs              487 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem->srcs[i] = 0;
srcs              507 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->srcs[elem->end] = source;
srcs               26 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i srcs;
srcs               60 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 ((int*)(&(elem->srcs)))[i] = ~0;
srcs              109 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->srcs, elem->smask), _mm512_and_epi32(ssearch, elem->smask));
srcs              149 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->srcs, elem->smask), _mm512_and_epi32(ssearch, elem->smask));
srcs              160 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                     ((int*)(&(elem->srcs)))[i] = ~0;
srcs              243 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem->srcs = _mm512_set1_epi32(~0);
srcs              265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->srcs)))[elem->end] = source;
srcs              371 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i srcs;
srcs              421 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->srcs,smasks), ssearch);
srcs              448 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->srcs)))[i] = ~0;
srcs              501 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem->srcs = _mm512_set1_epi32(~0);
srcs              521 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->srcs)))[elem->end] = source;
srcs              621 test/dss/dss_buffer.c     char* srcs[NUM_ELEMS];
srcs              637 test/dss/dss_buffer.c         opal_asprintf(&srcs[i], "%d", i+200);
srcs              663 test/dss/dss_buffer.c         rc = opal_dss.pack(bufA, srcs, NUM_ELEMS, OPAL_STRING);
srcs              729 test/dss/dss_buffer.c             if(strcmp(srcs[j],dsts[j]) != 0) {
srcs              731 test/dss/dss_buffer.c                 fprintf(test_out, "item %d src=[%s] len=%d dst=[%s] len=%d\n", j, srcs[j], (int)strlen(srcs[j]), dsts[j], (int)strlen(dsts[j]));