res               649 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         struct addrinfo hints, *res = NULL;
res               657 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         if ((error = getaddrinfo(NULL, "0", &hints, &res))) {
res               665 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         memcpy (&inaddr, res->ai_addr, res->ai_addrlen);
res               666 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         addrlen = res->ai_addrlen;
res               667 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         freeaddrinfo (res);
res               529 ompi/debuggers/ompi_common_dll.c     mqs_taddr_t res = 0;
res               533 ompi/debuggers/ompi_common_dll.c                             ((char *)&res) + (host_is_big_endian ? sizeof(mqs_taddr_t)-isize : 0),
res               536 ompi/debuggers/ompi_common_dll.c     return res;
res               545 ompi/debuggers/ompi_common_dll.c     mqs_tword_t res = 0;
res               549 ompi/debuggers/ompi_common_dll.c                             ((char *)&res) + (host_is_big_endian ? sizeof(mqs_tword_t)-isize : 0),
res               552 ompi/debuggers/ompi_common_dll.c     return res;
res               560 ompi/debuggers/ompi_common_dll.c     mqs_tword_t res = 0;
res               562 ompi/debuggers/ompi_common_dll.c     mqs_fetch_data (proc, addr, isize, &res);
res               563 ompi/debuggers/ompi_common_dll.c     return (0 == res ? 0 : 1);
res               572 ompi/debuggers/ompi_common_dll.c     mqs_taddr_t res = 0;
res               576 ompi/debuggers/ompi_common_dll.c                             ((char *)&res) + (host_is_big_endian ? sizeof(mqs_taddr_t)-isize : 0),
res               579 ompi/debuggers/ompi_common_dll.c     return res;
res              1030 ompi/debuggers/ompi_msgq_dll.c static void dump_request( mqs_taddr_t current_item, mqs_pending_operation *res )
res              1043 ompi/debuggers/ompi_msgq_dll.c         (long long)current_item, res->status, (long)res->desired_local_rank,
res              1044 ompi/debuggers/ompi_msgq_dll.c         (long)res->desired_global_rank, (long)res->tag_wild, (long)res->desired_tag,
res              1045 ompi/debuggers/ompi_msgq_dll.c         (TRUE == res->system_buffer ? "TRUE" : "FALSE"), (long long)res->buffer,
res              1046 ompi/debuggers/ompi_msgq_dll.c         (long)res->desired_length );
res              1048 ompi/debuggers/ompi_msgq_dll.c     if( res->status > mqs_st_pending ) {
res              1053 ompi/debuggers/ompi_msgq_dll.c                 (long)res->actual_length, (long)res->actual_tag,
res              1054 ompi/debuggers/ompi_msgq_dll.c                 (long)res->actual_local_rank, (long)res->actual_global_rank );
res              1056 ompi/debuggers/ompi_msgq_dll.c     if( '\0' != res->extra_text[0][0] )
res              1057 ompi/debuggers/ompi_msgq_dll.c         printf( "|    extra[0] = %s\n", res->extra_text[0] );
res              1058 ompi/debuggers/ompi_msgq_dll.c     if( '\0' != res->extra_text[1][0] )
res              1059 ompi/debuggers/ompi_msgq_dll.c         printf( "|    extra[1] = %s\n", res->extra_text[1] );
res              1060 ompi/debuggers/ompi_msgq_dll.c     if( '\0' != res->extra_text[2][0] )
res              1061 ompi/debuggers/ompi_msgq_dll.c         printf( "|    extra[2] = %s\n", res->extra_text[2] );
res              1062 ompi/debuggers/ompi_msgq_dll.c     if( '\0' != res->extra_text[3][0] )
res              1063 ompi/debuggers/ompi_msgq_dll.c         printf( "|    extra[3] = %s\n", res->extra_text[3] );
res              1064 ompi/debuggers/ompi_msgq_dll.c     if( '\0' != res->extra_text[4][0] )
res              1065 ompi/debuggers/ompi_msgq_dll.c         printf( "|    extra[4] = %s\n", res->extra_text[4] );
res              1074 ompi/debuggers/ompi_msgq_dll.c                           mqs_pending_operation *res, int look_for_user_buffer )
res              1102 ompi/debuggers/ompi_msgq_dll.c     res->extra_text[0][0] = 0; res->extra_text[1][0] = 0; res->extra_text[2][0] = 0;
res              1103 ompi/debuggers/ompi_msgq_dll.c     res->extra_text[3][0] = 0; res->extra_text[4][0] = 0;
res              1114 ompi/debuggers/ompi_msgq_dll.c         res->desired_tag =
res              1116 ompi/debuggers/ompi_msgq_dll.c         if( MPI_ANY_TAG == (int)res->desired_tag ) {
res              1117 ompi/debuggers/ompi_msgq_dll.c             res->tag_wild = TRUE;
res              1120 ompi/debuggers/ompi_msgq_dll.c             if( ((int)res->desired_tag < 0) && (0 == extra->show_internal_requests) )
res              1122 ompi/debuggers/ompi_msgq_dll.c             res->tag_wild = FALSE;
res              1136 ompi/debuggers/ompi_msgq_dll.c         res->status = (0 == req_complete ? mqs_st_pending : mqs_st_complete);
res              1138 ompi/debuggers/ompi_msgq_dll.c         res->desired_local_rank  = ompi_fetch_int( proc, current_item + i_info->mca_pml_base_request_t.offset.req_peer, p_info );
res              1139 ompi/debuggers/ompi_msgq_dll.c         res->desired_global_rank = translate( extra->current_communicator->group,
res              1140 ompi/debuggers/ompi_msgq_dll.c                                               res->desired_local_rank );
res              1142 ompi/debuggers/ompi_msgq_dll.c         res->buffer = ompi_fetch_pointer( proc, current_item + i_info->mca_pml_base_request_t.offset.req_addr,
res              1145 ompi/debuggers/ompi_msgq_dll.c         res->system_buffer = FALSE;
res              1152 ompi/debuggers/ompi_msgq_dll.c         res->desired_length =
res              1168 ompi/debuggers/ompi_msgq_dll.c             snprintf( (char*)res->extra_text[1], 64, "Data: %d",
res              1169 ompi/debuggers/ompi_msgq_dll.c                       (int)res->desired_length);
res              1170 ompi/debuggers/ompi_msgq_dll.c             snprintf( (char*)res->extra_text[2], 64, "%s",
res              1174 ompi/debuggers/ompi_msgq_dll.c         res->desired_length *=
res              1180 ompi/debuggers/ompi_msgq_dll.c             snprintf( (char *)res->extra_text[0], 64, "Send: 0x%llx", (long long)current_item );
res              1185 ompi/debuggers/ompi_msgq_dll.c             res->system_buffer = ( req_buffer == res->buffer ? FALSE : TRUE );
res              1186 ompi/debuggers/ompi_msgq_dll.c             res->actual_length =
res              1189 ompi/debuggers/ompi_msgq_dll.c             res->actual_tag         = res->desired_tag;
res              1190 ompi/debuggers/ompi_msgq_dll.c             res->actual_local_rank  = res->desired_local_rank;
res              1191 ompi/debuggers/ompi_msgq_dll.c             res->actual_global_rank = res->actual_local_rank;
res              1193 ompi/debuggers/ompi_msgq_dll.c             snprintf( (char *)res->extra_text[0], 64, "Receive: 0x%llx", (long long)current_item );
res              1199 ompi/debuggers/ompi_msgq_dll.c             res->actual_tag =
res              1202 ompi/debuggers/ompi_msgq_dll.c             if( MPI_ANY_TAG != (int)res->actual_tag ) {
res              1203 ompi/debuggers/ompi_msgq_dll.c                 res->status = mqs_st_matched;
res              1204 ompi/debuggers/ompi_msgq_dll.c                 res->desired_length =
res              1208 ompi/debuggers/ompi_msgq_dll.c                 res->actual_local_rank =
res              1211 ompi/debuggers/ompi_msgq_dll.c                 res->actual_global_rank = translate( extra->current_communicator->group,
res              1212 ompi/debuggers/ompi_msgq_dll.c                                                   res->actual_local_rank );
res              1215 ompi/debuggers/ompi_msgq_dll.c             snprintf( (char *)res->extra_text[0], 64, "Unknown type of request 0x%llx", (long long)current_item );
res              1218 ompi/debuggers/ompi_msgq_dll.c 			snprintf( (char *)res->extra_text[1], 64, "Data transfer completed" );
res              1225 ompi/debuggers/ompi_msgq_dll.c         if( (mqs_st_pending < res->status) && (MCA_PML_REQUEST_SEND != req_type) ) {  /* The real data from the status */
res              1226 ompi/debuggers/ompi_msgq_dll.c             res->actual_length       =
res              1229 ompi/debuggers/ompi_msgq_dll.c             res->actual_tag          =
res              1232 ompi/debuggers/ompi_msgq_dll.c             res->actual_local_rank   =
res              1235 ompi/debuggers/ompi_msgq_dll.c             res->actual_global_rank  = translate( extra->current_communicator->group,
res              1236 ompi/debuggers/ompi_msgq_dll.c                                                   res->actual_local_rank );
res              1238 ompi/debuggers/ompi_msgq_dll.c         dump_request( current_item, res );
res               428 ompi/mca/coll/libnbc/coll_libnbc_component.c     int res;
res               445 ompi/mca/coll/libnbc/coll_libnbc_component.c             res = NBC_Progress(request);
res               446 ompi/mca/coll/libnbc/coll_libnbc_component.c             if( NBC_CONTINUE != res ) {
res               453 ompi/mca/coll/libnbc/coll_libnbc_component.c                 if( OMPI_SUCCESS == res || NBC_OK == res || NBC_SUCCESS == res ) {
res               457 ompi/mca/coll/libnbc/coll_libnbc_component.c                     request->super.req_status.MPI_ERROR = res;
res               510 ompi/mca/coll/libnbc/coll_libnbc_component.c     int res;
res               532 ompi/mca/coll/libnbc/coll_libnbc_component.c         res = NBC_Start(handle);
res               533 ompi/mca/coll/libnbc/coll_libnbc_component.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               535 ompi/mca/coll/libnbc/coll_libnbc_component.c             return res;
res               318 ompi/mca/coll/libnbc/nbc.c   int res, ret=NBC_CONTINUE;
res               369 ompi/mca/coll/libnbc/nbc.c       res = handle->super.req_status.MPI_ERROR;
res               370 ompi/mca/coll/libnbc/nbc.c       NBC_Error("NBC_Progress: an error %d was found during schedule %p at row-offset %li - aborting the schedule\n", res, handle->schedule, handle->row_offset);
res               375 ompi/mca/coll/libnbc/nbc.c       return res;
res               404 ompi/mca/coll/libnbc/nbc.c     res = NBC_Start_round(handle);
res               405 ompi/mca/coll/libnbc/nbc.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               406 ompi/mca/coll/libnbc/nbc.c       NBC_Error ("Error in NBC_Start_round() (%i)", res);
res               407 ompi/mca/coll/libnbc/nbc.c       return res;
res               416 ompi/mca/coll/libnbc/nbc.c   int res;
res               461 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag,
res               464 ompi/mca/coll/libnbc/nbc.c         if (OMPI_SUCCESS != res) {
res               466 ompi/mca/coll/libnbc/nbc.c                      sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res);
res               467 ompi/mca/coll/libnbc/nbc.c           return res;
res               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,
res               498 ompi/mca/coll/libnbc/nbc.c         if (OMPI_SUCCESS != res) {
res               500 ompi/mca/coll/libnbc/nbc.c                     recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res);
res               501 ompi/mca/coll/libnbc/nbc.c           return res;
res               542 ompi/mca/coll/libnbc/nbc.c         res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype,
res               544 ompi/mca/coll/libnbc/nbc.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               545 ompi/mca/coll/libnbc/nbc.c           return res;
res               564 ompi/mca/coll/libnbc/nbc.c         res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm);
res               565 ompi/mca/coll/libnbc/nbc.c         if (OMPI_SUCCESS != res) {
res               566 ompi/mca/coll/libnbc/nbc.c           NBC_Error ("NBC_Unpack() failed (code: %i)", res);
res               567 ompi/mca/coll/libnbc/nbc.c           return res;
res               583 ompi/mca/coll/libnbc/nbc.c     res = NBC_Progress(handle);
res               584 ompi/mca/coll/libnbc/nbc.c     if ((NBC_OK != res) && (NBC_CONTINUE != res)) {
res               650 ompi/mca/coll/libnbc/nbc.c   int res;
res               660 ompi/mca/coll/libnbc/nbc.c   res = NBC_Start_round(handle);
res               661 ompi/mca/coll/libnbc/nbc.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               662 ompi/mca/coll/libnbc/nbc.c     return res;
res                56 ompi/mca/coll/libnbc/nbc_iallgather.c   int rank, p, res;
res                85 ompi/mca/coll/libnbc/nbc_iallgather.c   res = ompi_datatype_type_extent(recvtype, &rcvext);
res                86 ompi/mca/coll/libnbc/nbc_iallgather.c   if (MPI_SUCCESS != res) {
res                87 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res                96 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcount, recvtype, comm);
res                97 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                98 ompi/mca/coll/libnbc/nbc_iallgather.c       return res;
res               125 ompi/mca/coll/libnbc/nbc_iallgather.c       res = NBC_Sched_copy((void *)sendbuf, false, sendcount, sendtype,
res               127 ompi/mca/coll/libnbc/nbc_iallgather.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               129 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               135 ompi/mca/coll/libnbc/nbc_iallgather.c         res = allgather_sched_linear(rank, p, schedule, sendbuf, sendcount, sendtype,
res               139 ompi/mca/coll/libnbc/nbc_iallgather.c         res = allgather_sched_recursivedoubling(rank, p, schedule, sendbuf, sendcount,
res               144 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               146 ompi/mca/coll/libnbc/nbc_iallgather.c       return res;
res               149 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Sched_commit(schedule);
res               150 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               152 ompi/mca/coll/libnbc/nbc_iallgather.c       return res;
res               166 ompi/mca/coll/libnbc/nbc_iallgather.c     res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_ALLGATHER], args, args, 0);
res               167 ompi/mca/coll/libnbc/nbc_iallgather.c     if (res != 0) {
res               184 ompi/mca/coll/libnbc/nbc_iallgather.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               185 ompi/mca/coll/libnbc/nbc_iallgather.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               187 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               197 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               199 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               200 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               203 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               204 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               207 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               217 ompi/mca/coll/libnbc/nbc_iallgather.c   int res, rsize;
res               223 ompi/mca/coll/libnbc/nbc_iallgather.c   res = ompi_datatype_type_extent(recvtype, &rcvext);
res               224 ompi/mca/coll/libnbc/nbc_iallgather.c   if (MPI_SUCCESS != res) {
res               225 ompi/mca/coll/libnbc/nbc_iallgather.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               226 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               241 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, r, schedule, false);
res               242 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               244 ompi/mca/coll/libnbc/nbc_iallgather.c       return res;
res               248 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, r, schedule, false);
res               249 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               251 ompi/mca/coll/libnbc/nbc_iallgather.c       return res;
res               255 ompi/mca/coll/libnbc/nbc_iallgather.c   res = NBC_Sched_commit (schedule);
res               256 ompi/mca/coll/libnbc/nbc_iallgather.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               258 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               261 ompi/mca/coll/libnbc/nbc_iallgather.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               262 ompi/mca/coll/libnbc/nbc_iallgather.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               264 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               273 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               275 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               276 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               279 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               280 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               283 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               302 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = OMPI_SUCCESS;
res               305 ompi/mca/coll/libnbc/nbc_iallgather.c     res = ompi_datatype_get_extent(rdtype, &rlb, &rext);
res               312 ompi/mca/coll/libnbc/nbc_iallgather.c             res = NBC_Sched_recv(rbuf, false, rcount, rdtype, remote, schedule, false);
res               313 ompi/mca/coll/libnbc/nbc_iallgather.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               316 ompi/mca/coll/libnbc/nbc_iallgather.c             res = NBC_Sched_send(sbuf, false, rcount, rdtype, remote, schedule, false);
res               317 ompi/mca/coll/libnbc/nbc_iallgather.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               322 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               360 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = OMPI_SUCCESS;
res               364 ompi/mca/coll/libnbc/nbc_iallgather.c     res = ompi_datatype_get_extent(rdtype, &rlb, &rext);
res               365 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               379 ompi/mca/coll/libnbc/nbc_iallgather.c         res = NBC_Sched_send(tmpsend, false, (ptrdiff_t)distance * (ptrdiff_t)rcount,
res               381 ompi/mca/coll/libnbc/nbc_iallgather.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               383 ompi/mca/coll/libnbc/nbc_iallgather.c         res = NBC_Sched_recv(tmprecv, false, (ptrdiff_t)distance * (ptrdiff_t)rcount,
res               385 ompi/mca/coll/libnbc/nbc_iallgather.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               389 ompi/mca/coll/libnbc/nbc_iallgather.c     return res;
res               395 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               397 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               398 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res               407 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               409 ompi/mca/coll/libnbc/nbc_iallgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               410 ompi/mca/coll/libnbc/nbc_iallgather.c         return res;
res                41 ompi/mca/coll/libnbc/nbc_iallgatherv.c   int rank, p, res, speer, rpeer;
res                52 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = ompi_datatype_type_extent (recvtype, &rcvext);
res                53 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(MPI_SUCCESS != res)) {
res                54 ompi/mca/coll/libnbc/nbc_iallgatherv.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                55 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res                64 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcounts[rank], recvtype, comm);
res                65 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                66 ompi/mca/coll/libnbc/nbc_iallgatherv.c       return res;
res                79 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
res                81 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                83 ompi/mca/coll/libnbc/nbc_iallgatherv.c       return res;
res                93 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Sched_recv (rbuf, false, recvcounts[rpeer], recvtype, rpeer, schedule, false);
res                94 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                96 ompi/mca/coll/libnbc/nbc_iallgatherv.c       return res;
res               100 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Sched_send (sbuf, false, recvcounts[rank], recvtype, speer, schedule, false);
res               101 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               103 ompi/mca/coll/libnbc/nbc_iallgatherv.c       return res;
res               107 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = NBC_Sched_commit (schedule);
res               108 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               110 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res               113 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = NBC_Schedule_request (schedule, comm, libnbc_module, persistent, request, NULL);
res               114 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               116 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res               125 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
res               127 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               128 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               131 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               132 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               135 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               145 ompi/mca/coll/libnbc/nbc_iallgatherv.c   int res, rsize;
res               152 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = ompi_datatype_type_extent(recvtype, &rcvext);
res               153 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(MPI_SUCCESS != res)) {
res               154 ompi/mca/coll/libnbc/nbc_iallgatherv.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               155 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res               168 ompi/mca/coll/libnbc/nbc_iallgatherv.c       res = NBC_Sched_recv (rbuf, false, recvcounts[r], recvtype, r, schedule, false);
res               169 ompi/mca/coll/libnbc/nbc_iallgatherv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               171 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               178 ompi/mca/coll/libnbc/nbc_iallgatherv.c       res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, r, schedule, false);
res               179 ompi/mca/coll/libnbc/nbc_iallgatherv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               181 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               186 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = NBC_Sched_commit (schedule);
res               187 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               189 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res               192 ompi/mca/coll/libnbc/nbc_iallgatherv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               193 ompi/mca/coll/libnbc/nbc_iallgatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               195 ompi/mca/coll/libnbc/nbc_iallgatherv.c     return res;
res               204 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
res               206 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               207 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               210 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               211 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               214 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               223 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
res               225 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               226 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res               235 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
res               237 ompi/mca/coll/libnbc/nbc_iallgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               238 ompi/mca/coll/libnbc/nbc_iallgatherv.c         return res;
res                65 ompi/mca/coll/libnbc/nbc_iallreduce.c   int rank, p, res;
res                83 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_get_extent(datatype, &lb, &ext);
res                84 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OMPI_SUCCESS != res) {
res                85 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                86 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res                89 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_size (datatype, &size);
res                90 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OMPI_SUCCESS != res) {
res                91 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Error ("MPI Error in ompi_datatype_type_size() (%i)", res);
res                92 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res                98 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Copy(sendbuf, count, datatype, recvbuf, count, datatype, comm);
res                99 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               100 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               149 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
res               154 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_diss(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf);
res               157 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_redscat_allgather(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf, comm);
res               160 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_ring(rank, p, count, datatype, sendbuf, recvbuf, op, size, ext, schedule, tmpbuf);
res               165 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               168 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               171 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_commit(schedule);
res               172 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               175 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               188 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_ALLREDUCE], args, args, 0);
res               189 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (0 == res) {
res               198 ompi/mca/coll/libnbc/nbc_iallreduce.c         NBC_Error("error in dict_insert() (%i)", res);
res               209 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Schedule_request (schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               210 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               213 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               222 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
res               224 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               225 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               228 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               229 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               232 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               242 ompi/mca/coll/libnbc/nbc_iallreduce.c   int rank, res, rsize;
res               253 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_extent(datatype, &ext);
res               254 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (MPI_SUCCESS != res) {
res               255 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               256 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               259 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_size(datatype, &size);
res               260 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (MPI_SUCCESS != res) {
res               261 ompi/mca/coll/libnbc/nbc_iallreduce.c     NBC_Error("MPI Error in ompi_datatype_type_size() (%i)", res);
res               262 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               277 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = allred_sched_linear (rank, rsize, sendbuf, recvbuf, count, datatype, gap, op,
res               279 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               282 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               285 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Sched_commit(schedule);
res               286 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               289 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               292 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               293 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               296 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               305 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
res               307 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               308 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               311 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               312 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               315 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               358 ompi/mca/coll/libnbc/nbc_iallreduce.c   int root, vrank, maxr, vpeer, peer, res;
res               377 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
res               380 ompi/mca/coll/libnbc/nbc_iallreduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               381 ompi/mca/coll/libnbc/nbc_iallreduce.c           return res;
res               393 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
res               394 ompi/mca/coll/libnbc/nbc_iallreduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               395 ompi/mca/coll/libnbc/nbc_iallreduce.c           return res;
res               401 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               405 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               407 ompi/mca/coll/libnbc/nbc_iallreduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               408 ompi/mca/coll/libnbc/nbc_iallreduce.c           return res;
res               420 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
res               423 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
res               426 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               427 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               444 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (recvbuf, false, count, datatype, peer, schedule, false);
res               445 ompi/mca/coll/libnbc/nbc_iallreduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               446 ompi/mca/coll/libnbc/nbc_iallreduce.c           return res;
res               451 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_barrier (schedule);
res               452 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               453 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               462 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send (recvbuf, false, count, datatype, peer, schedule, false);
res               463 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               464 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               477 ompi/mca/coll/libnbc/nbc_iallreduce.c   int res = OMPI_SUCCESS;
res               618 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((char *) sendbuf + soffset, false, segsizes[selement], datatype, speer,
res               621 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((char *) recvbuf + soffset, false, segsizes[selement], datatype, speer,
res               625 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               629 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
res               631 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               635 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_op ((char *) sendbuf + roffset, false, (char *) recvbuf + roffset, false,
res               637 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               642 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               645 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               654 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_send ((char *) recvbuf + soffset, false, segsizes[selement], datatype, speer,
res               656 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               660 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
res               662 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               670 ompi/mca/coll/libnbc/nbc_iallreduce.c   return res;
res               675 ompi/mca/coll/libnbc/nbc_iallreduce.c   int res;
res               682 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Sched_send (sendbuf, false, count, datatype, 0, schedule, false);
res               683 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               684 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               689 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv (recvbuf, false, count, datatype, 0, schedule, false);
res               691 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
res               693 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               694 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res               701 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_barrier (schedule);
res               702 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               703 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               721 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, rpeer, schedule, true);
res               722 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               723 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               726 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               727 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               728 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               736 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
res               737 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               738 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               742 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_send (recvbuf, false, count, datatype, 0, schedule, true);
res               743 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               744 ompi/mca/coll/libnbc/nbc_iallreduce.c       return res;
res               749 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rpeer, schedule, false);
res               750 ompi/mca/coll/libnbc/nbc_iallreduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               751 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res               818 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = OMPI_SUCCESS;
res               824 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
res               826 ompi/mca/coll/libnbc/nbc_iallreduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               858 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count_lhalf, datatype, rank - 1,
res               860 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               861 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_recv(tmp_buf + (ptrdiff_t)count_lhalf * extent,
res               863 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               864 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_op(tmp_buf + (ptrdiff_t)count_lhalf * extent,
res               867 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               869 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               871 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               880 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               882 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               883 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_recv(tmp_buf, false, count_lhalf, datatype, rank + 1,
res               885 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               886 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_op(tmp_buf, false, rbuf, false, count_lhalf,
res               888 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               890 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               892 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               915 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = OMPI_ERR_OUT_OF_RESOURCE;
res               950 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)sindex[step] * extent,
res               952 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               953 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv((char *)tmp_buf + (ptrdiff_t)rindex[step] * extent,
res               955 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               957 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_op((char *)tmp_buf + (ptrdiff_t)rindex[step] * extent,
res               960 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               989 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)rindex[step] * extent,
res               991 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               992 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)sindex[step] * extent,
res               994 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res              1004 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv(rbuf, false, count, datatype, rank - 1, schedule, false);
res              1005 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res              1008 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count, datatype, rank + 1, schedule, false);
res              1009 ompi/mca/coll/libnbc/nbc_iallreduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res              1021 ompi/mca/coll/libnbc/nbc_iallreduce.c     return res;
res              1027 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
res              1029 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res              1030 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res              1039 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
res              1041 ompi/mca/coll/libnbc/nbc_iallreduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res              1042 ompi/mca/coll/libnbc/nbc_iallreduce.c         return res;
res                61 ompi/mca/coll/libnbc/nbc_ialltoall.c   int rank, p, res;
res                80 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent(sendtype, &sndext);
res                81 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (MPI_SUCCESS != res) {
res                82 ompi/mca/coll/libnbc/nbc_ialltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                83 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res                86 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent(recvtype, &rcvext);
res                87 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (MPI_SUCCESS != res) {
res                88 ompi/mca/coll/libnbc/nbc_ialltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                89 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res                92 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_size(sendtype, &sndsize);
res                93 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (MPI_SUCCESS != res) {
res                94 ompi/mca/coll/libnbc/nbc_ialltoall.c     NBC_Error("MPI Error in ompi_datatype_type_size() (%i)", res);
res                95 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               128 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = ompi_datatype_pack_external_size("external32", sendcount, sendtype, &datasize);
res               129 ompi/mca/coll/libnbc/nbc_ialltoall.c       if (MPI_SUCCESS != res) {
res               130 ompi/mca/coll/libnbc/nbc_ialltoall.c         NBC_Error("MPI Error in ompi_datatype_pack_external_size() (%i)", res);
res               131 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               162 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = ompi_datatype_pack_external ("external32", (char *) sendbuf + (intptr_t)rank * (intptr_t)sendcount * sndext, (intptr_t)(p - rank) * (intptr_t)sendcount, sendtype, tmpbuf,
res               164 ompi/mca/coll/libnbc/nbc_ialltoall.c       if (OPAL_UNLIKELY(MPI_SUCCESS != res)) {
res               165 ompi/mca/coll/libnbc/nbc_ialltoall.c         NBC_Error("MPI Error in ompi_datatype_pack_external() (%i)", res);
res               167 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               172 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = ompi_datatype_pack_external("external32", sendbuf, (intptr_t)rank * (intptr_t)sendcount, sendtype, (char *) tmpbuf + datasize * (intptr_t)(p - rank),
res               174 ompi/mca/coll/libnbc/nbc_ialltoall.c         if (OPAL_UNLIKELY(MPI_SUCCESS != res)) {
res               175 ompi/mca/coll/libnbc/nbc_ialltoall.c           NBC_Error("MPI Error in ompi_datatype_pack_external() (%i)", res);
res               177 ompi/mca/coll/libnbc/nbc_ialltoall.c           return res;
res               205 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = NBC_Sched_copy (sbuf, false, sendcount, sendtype,
res               207 ompi/mca/coll/libnbc/nbc_ialltoall.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               210 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               216 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_inplace(rank, p, schedule, recvbuf, recvcount, recvtype, rcvext, gap, comm);
res               219 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_linear(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
res               222 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_diss(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, tmpbuf);
res               225 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_pairwise(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
res               229 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               232 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               235 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_commit(schedule);
res               236 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               239 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               253 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_ALLTOALL], args, args, 0);
res               254 ompi/mca/coll/libnbc/nbc_ialltoall.c       if (0 == res) {
res               263 ompi/mca/coll/libnbc/nbc_ialltoall.c         NBC_Error("error in dict_insert() (%i)", res);
res               274 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               275 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               278 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               287 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               289 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               290 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               293 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               294 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               297 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               307 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res, rsize;
res               315 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent (sendtype, &sndext);
res               316 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (MPI_SUCCESS != res) {
res               317 ompi/mca/coll/libnbc/nbc_ialltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               318 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               321 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent (recvtype, &rcvext);
res               322 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (MPI_SUCCESS != res) {
res               323 ompi/mca/coll/libnbc/nbc_ialltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               324 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               335 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false);
res               336 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               342 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
res               343 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               348 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               350 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               353 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = NBC_Sched_commit (schedule);
res               354 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               356 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               359 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               360 ompi/mca/coll/libnbc/nbc_ialltoall.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               362 ompi/mca/coll/libnbc/nbc_ialltoall.c     return res;
res               371 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               373 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               374 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               377 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               378 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               381 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               390 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res;
res               401 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, rcvpeer, schedule, false);
res               402 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               403 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               407 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, sndpeer, schedule, true);
res               408 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               409 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               419 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res;
res               428 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, r, schedule, false);
res               429 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               430 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               434 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, r, schedule, false);
res               435 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               436 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               446 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res, speer, rpeer, virtp;
res               457 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = ompi_datatype_pack_external_size("external32", sendcount, sendtype, &datasize);
res               458 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (MPI_SUCCESS != res) {
res               459 ompi/mca/coll/libnbc/nbc_ialltoall.c       NBC_Error("MPI Error in ompi_datatype_pack_external_size() (%i)", res);
res               460 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               483 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = NBC_Sched_copy((void *)(intptr_t)(i * datasize), true, datasize, MPI_BYTE, stmpbuf + offset -
res               485 ompi/mca/coll/libnbc/nbc_ialltoall.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               486 ompi/mca/coll/libnbc/nbc_ialltoall.c           return res;
res               496 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rtmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, rpeer, schedule, false);
res               497 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               498 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               501 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (stmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, speer, schedule, true);
res               502 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               503 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               512 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = NBC_Sched_copy (rtmpbuf + offset - (intptr_t)tmpbuf, true, datasize, MPI_BYTE,
res               515 ompi/mca/coll/libnbc/nbc_ialltoall.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               516 ompi/mca/coll/libnbc/nbc_ialltoall.c           return res;
res               527 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_unpack ((void *)(intptr_t) (i * datasize), true, recvcount, recvtype, rbuf, false, schedule,
res               529 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               530 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               539 ompi/mca/coll/libnbc/nbc_ialltoall.c   int res;
res               547 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_copy (rbuf, false, count, type,
res               550 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               551 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               553 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false , count, type, speer, schedule, false);
res               554 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               555 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               557 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false , count, type, rpeer, schedule, true);
res               558 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               559 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               562 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send ((void *)(-gap), true, count, type, rpeer, schedule, false);
res               563 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               564 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               566 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (sbuf, false, count, type, speer, schedule, true);
res               567 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               568 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               575 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_copy (tbuf, false, count, type,
res               578 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               579 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               581 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send ((void *)(-gap), true , count, type, peer, schedule, false);
res               582 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               583 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               585 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (tbuf, false , count, type, peer, schedule, true);
res               586 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               587 ompi/mca/coll/libnbc/nbc_ialltoall.c       return res;
res               597 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               599 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               600 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res               609 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
res               611 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               612 ompi/mca/coll/libnbc/nbc_ialltoall.c         return res;
res                49 ompi/mca/coll/libnbc/nbc_ialltoallv.c   int rank, p, res;
res                62 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = ompi_datatype_type_extent (recvtype, &rcvext);
res                63 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (MPI_SUCCESS != res) {
res                64 ompi/mca/coll/libnbc/nbc_ialltoallv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                65 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res                87 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = ompi_datatype_type_extent (sendtype, &sndext);
res                88 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (MPI_SUCCESS != res) {
res                89 ompi/mca/coll/libnbc/nbc_ialltoallv.c       NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                90 ompi/mca/coll/libnbc/nbc_ialltoallv.c       return res;
res               104 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Sched_copy (sbuf, false, sendcounts[rank], sendtype,
res               106 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               108 ompi/mca/coll/libnbc/nbc_ialltoallv.c       return res;
res               113 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = a2av_sched_inplace(rank, p, schedule, recvbuf, recvcounts,
res               116 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = a2av_sched_linear(rank, p, schedule,
res               120 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               123 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               126 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = NBC_Sched_commit (schedule);
res               127 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               130 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               133 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               134 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               137 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               147 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype,
res               150 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               151 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               154 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               155 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               158 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               170 ompi/mca/coll/libnbc/nbc_ialltoallv.c   int res, rsize;
res               176 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = ompi_datatype_type_extent(sendtype, &sndext);
res               177 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (MPI_SUCCESS != res) {
res               178 ompi/mca/coll/libnbc/nbc_ialltoallv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               179 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               182 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = ompi_datatype_type_extent(recvtype, &rcvext);
res               183 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (MPI_SUCCESS != res) {
res               184 ompi/mca/coll/libnbc/nbc_ialltoallv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               185 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               199 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
res               200 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               202 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               208 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv (rbuf, false, recvcounts[i], recvtype, i, schedule, false);
res               209 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               211 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               216 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = NBC_Sched_commit(schedule);
res               217 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               219 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               222 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               223 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               225 ompi/mca/coll/libnbc/nbc_ialltoallv.c     return res;
res               235 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype,
res               238 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               239 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               242 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               243 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               246 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               258 ompi/mca/coll/libnbc/nbc_ialltoallv.c   int res;
res               268 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[i], sendtype, i, schedule, false);
res               269 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               270 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               277 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv(rbuf, false, recvcounts[i], recvtype, i, schedule, false);
res               278 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               279 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               293 ompi/mca/coll/libnbc/nbc_ialltoallv.c   int res;
res               302 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[sndpeer], sendtype, sndpeer, schedule, false);
res               303 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               304 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               311 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv(rbuf, false, recvcounts[rcvpeer], recvtype, rcvpeer, schedule, true);
res               312 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               313 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               324 ompi/mca/coll/libnbc/nbc_ialltoallv.c   int res;
res               333 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_copy (rbuf, false, counts[rpeer], type,
res               336 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               337 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               341 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send (sbuf, false , counts[speer], type, speer, schedule, false);
res               342 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               343 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               347 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv (rbuf, false , counts[rpeer], type, rpeer, schedule, true);
res               348 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               349 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               354 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send ((void *)(-gap), true, counts[rpeer], type, rpeer, schedule, false);
res               355 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               356 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               360 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv (sbuf, false, counts[speer], type, speer, schedule, true);
res               361 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               362 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               370 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Sched_copy (tbuf, false, counts[peer], type,
res               373 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               374 ompi/mca/coll/libnbc/nbc_ialltoallv.c       return res;
res               377 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send ((void *)(-gap), true , counts[peer], type, peer, schedule, false);
res               378 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               379 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               381 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_recv (tbuf, false , counts[peer], type, peer, schedule, true);
res               382 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               383 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               395 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
res               397 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               398 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res               408 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
res               410 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               411 ompi/mca/coll/libnbc/nbc_ialltoallv.c         return res;
res                49 ompi/mca/coll/libnbc/nbc_ialltoallw.c   int rank, p, res;
res                91 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_copy(sbuf, false, sendcounts[rank], sendtypes[rank],
res                93 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                94 ompi/mca/coll/libnbc/nbc_ialltoallw.c       return res;
res                99 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = a2aw_sched_inplace(rank, p, schedule, recvbuf,
res               102 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = a2aw_sched_linear(rank, p, schedule,
res               106 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               109 ompi/mca/coll/libnbc/nbc_ialltoallw.c     return res;
res               112 ompi/mca/coll/libnbc/nbc_ialltoallw.c   res = NBC_Sched_commit (schedule);
res               113 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               116 ompi/mca/coll/libnbc/nbc_ialltoallw.c     return res;
res               119 ompi/mca/coll/libnbc/nbc_ialltoallw.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               120 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               123 ompi/mca/coll/libnbc/nbc_ialltoallw.c     return res;
res               133 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
res               136 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               137 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               140 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               141 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               144 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               156 ompi/mca/coll/libnbc/nbc_ialltoallw.c   int res, rsize;
res               172 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
res               173 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               175 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               181 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (rbuf, false, recvcounts[i], recvtypes[i], i, schedule, false);
res               182 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               184 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               189 ompi/mca/coll/libnbc/nbc_ialltoallw.c   res = NBC_Sched_commit (schedule);
res               190 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               192 ompi/mca/coll/libnbc/nbc_ialltoallw.c     return res;
res               195 ompi/mca/coll/libnbc/nbc_ialltoallw.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               196 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               198 ompi/mca/coll/libnbc/nbc_ialltoallw.c     return res;
res               208 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes,
res               211 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               212 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               215 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               216 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               219 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               230 ompi/mca/coll/libnbc/nbc_ialltoallw.c   int res;
res               242 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
res               243 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               244 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               251 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (rbuf, false, recvcounts[i], recvtypes[i], i, schedule, false);
res               252 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               253 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               267 ompi/mca/coll/libnbc/nbc_ialltoallw.c   int res;
res               276 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[sndpeer], sendtypes[sndpeer], sndpeer, schedule, false);
res               277 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               278 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               284 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (rbuf, false, recvcounts[rcvpeer], recvtypes[rcvpeer], rcvpeer, schedule, true);
res               285 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               286 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               298 ompi/mca/coll/libnbc/nbc_ialltoallw.c   int res;
res               308 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_copy (rbuf, false, counts[rpeer], types[rpeer],
res               311 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               312 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               316 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false , counts[speer], types[speer], speer, schedule, false);
res               317 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               318 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               322 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (rbuf, false , counts[rpeer], types[rpeer], rpeer, schedule, true);
res               323 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               324 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               329 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send ((void *)(-gap), true, counts[rpeer], types[rpeer], rpeer, schedule, false);
res               330 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               331 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               335 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_recv (sbuf, false, counts[speer], types[speer], speer, schedule, true);
res               336 ompi/mca/coll/libnbc/nbc_ialltoallw.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               337 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               346 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_copy (tbuf, false, counts[peer], types[peer],
res               349 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               350 ompi/mca/coll/libnbc/nbc_ialltoallw.c       return res;
res               352 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_send ((void *)(-gap), true , counts[peer], types[peer], peer, schedule, false);
res               353 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               354 ompi/mca/coll/libnbc/nbc_ialltoallw.c       return res;
res               356 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_recv (tbuf, false , counts[peer], types[peer], peer, schedule, true);
res               357 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               358 ompi/mca/coll/libnbc/nbc_ialltoallw.c       return res;
res               369 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
res               371 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               372 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res               382 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
res               384 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               385 ompi/mca/coll/libnbc/nbc_ialltoallw.c         return res;
res                28 ompi/mca/coll/libnbc/nbc_ibarrier.c   int rank, p, maxround, res, recvpeer, sendpeer;
res                56 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, sendpeer, schedule, false);
res                57 ompi/mca/coll/libnbc/nbc_ibarrier.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                59 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res                63 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, recvpeer, schedule, false);
res                64 ompi/mca/coll/libnbc/nbc_ibarrier.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                66 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res                71 ompi/mca/coll/libnbc/nbc_ibarrier.c         res = NBC_Sched_barrier (schedule);
res                72 ompi/mca/coll/libnbc/nbc_ibarrier.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                74 ompi/mca/coll/libnbc/nbc_ibarrier.c           return res;
res                79 ompi/mca/coll/libnbc/nbc_ibarrier.c     res = NBC_Sched_commit (schedule);
res                80 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                82 ompi/mca/coll/libnbc/nbc_ibarrier.c       return res;
res                93 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res                94 ompi/mca/coll/libnbc/nbc_ibarrier.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                96 ompi/mca/coll/libnbc/nbc_ibarrier.c     return res;
res               104 ompi/mca/coll/libnbc/nbc_ibarrier.c     int res = nbc_barrier_init(comm, request, module, false);
res               105 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               106 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               109 ompi/mca/coll/libnbc/nbc_ibarrier.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               110 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               113 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               122 ompi/mca/coll/libnbc/nbc_ibarrier.c   int rank, res, rsize;
res               136 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, peer, schedule, false);
res               137 ompi/mca/coll/libnbc/nbc_ibarrier.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               139 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               145 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, 0, schedule, false);
res               146 ompi/mca/coll/libnbc/nbc_ibarrier.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               148 ompi/mca/coll/libnbc/nbc_ibarrier.c     return res;
res               151 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, 0, schedule, false);
res               152 ompi/mca/coll/libnbc/nbc_ibarrier.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               154 ompi/mca/coll/libnbc/nbc_ibarrier.c     return res;
res               159 ompi/mca/coll/libnbc/nbc_ibarrier.c     res = NBC_Sched_barrier (schedule);
res               160 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               162 ompi/mca/coll/libnbc/nbc_ibarrier.c       return res;
res               167 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, peer, schedule, false);
res               168 ompi/mca/coll/libnbc/nbc_ibarrier.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               170 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               175 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Sched_commit (schedule);
res               176 ompi/mca/coll/libnbc/nbc_ibarrier.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               178 ompi/mca/coll/libnbc/nbc_ibarrier.c       return res;
res               181 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               182 ompi/mca/coll/libnbc/nbc_ibarrier.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               184 ompi/mca/coll/libnbc/nbc_ibarrier.c     return res;
res               191 ompi/mca/coll/libnbc/nbc_ibarrier.c     int res = nbc_barrier_inter_init(comm, request, module, false);
res               192 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               193 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               196 ompi/mca/coll/libnbc/nbc_ibarrier.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               197 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               200 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               208 ompi/mca/coll/libnbc/nbc_ibarrier.c     int res = nbc_barrier_init(comm, request, module, true);
res               209 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               210 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res               218 ompi/mca/coll/libnbc/nbc_ibarrier.c     int res = nbc_barrier_inter_init(comm, request, module, true);
res               219 ompi/mca/coll/libnbc/nbc_ibarrier.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               220 ompi/mca/coll/libnbc/nbc_ibarrier.c         return res;
res                54 ompi/mca/coll/libnbc/nbc_ibcast.c   int rank, p, res, segsize;
res                70 ompi/mca/coll/libnbc/nbc_ibcast.c   res = ompi_datatype_type_size(datatype, &size);
res                71 ompi/mca/coll/libnbc/nbc_ibcast.c   if (MPI_SUCCESS != res) {
res                72 ompi/mca/coll/libnbc/nbc_ibcast.c     NBC_Error("MPI Error in ompi_datatype_type_size() (%i)", res);
res                73 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               131 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_linear(rank, p, root, schedule, buffer, count, datatype);
res               134 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_binomial(rank, p, root, schedule, buffer, count, datatype);
res               137 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_chain(rank, p, root, schedule, buffer, count, datatype, segsize, size);
res               140 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_knomial(rank, p, root, schedule, buffer, count, datatype, libnbc_ibcast_knomial_radix);
res               144 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               146 ompi/mca/coll/libnbc/nbc_ibcast.c       return res;
res               149 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Sched_commit (schedule);
res               150 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               152 ompi/mca/coll/libnbc/nbc_ibcast.c       return res;
res               164 ompi/mca/coll/libnbc/nbc_ibcast.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_BCAST], args, args, 0);
res               165 ompi/mca/coll/libnbc/nbc_ibcast.c       if (0 == res) {
res               174 ompi/mca/coll/libnbc/nbc_ibcast.c         NBC_Error("error in dict_insert() (%i)", res);
res               185 ompi/mca/coll/libnbc/nbc_ibcast.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               186 ompi/mca/coll/libnbc/nbc_ibcast.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               188 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               198 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
res               200 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               201 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               203 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               204 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               207 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               239 ompi/mca/coll/libnbc/nbc_ibcast.c   int maxr, vrank, peer, res;
res               250 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_recv (buffer, false, count, datatype, peer, schedule, false);
res               251 ompi/mca/coll/libnbc/nbc_ibcast.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               252 ompi/mca/coll/libnbc/nbc_ibcast.c           return res;
res               257 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Sched_barrier (schedule);
res               258 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               259 ompi/mca/coll/libnbc/nbc_ibcast.c       return res;
res               267 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
res               268 ompi/mca/coll/libnbc/nbc_ibcast.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               269 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               279 ompi/mca/coll/libnbc/nbc_ibcast.c   int res;
res               286 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
res               287 ompi/mca/coll/libnbc/nbc_ibcast.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               288 ompi/mca/coll/libnbc/nbc_ibcast.c           return res;
res               294 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
res               295 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               296 ompi/mca/coll/libnbc/nbc_ibcast.c       return res;
res               305 ompi/mca/coll/libnbc/nbc_ibcast.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
res               312 ompi/mca/coll/libnbc/nbc_ibcast.c   res = ompi_datatype_type_extent(datatype, &ext);
res               313 ompi/mca/coll/libnbc/nbc_ibcast.c   if (MPI_SUCCESS != res) {
res               314 ompi/mca/coll/libnbc/nbc_ibcast.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               315 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               339 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buf, false, thiscount, datatype, rpeer, schedule, true);
res               340 ompi/mca/coll/libnbc/nbc_ibcast.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               341 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               347 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buf, false, thiscount, datatype, speer, schedule, false);
res               348 ompi/mca/coll/libnbc/nbc_ibcast.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               349 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               354 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_barrier (schedule);
res               355 ompi/mca/coll/libnbc/nbc_ibcast.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               356 ompi/mca/coll/libnbc/nbc_ibcast.c           return res;
res               377 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = OMPI_SUCCESS;
res               386 ompi/mca/coll/libnbc/nbc_ibcast.c             res = NBC_Sched_recv(buf, false, count, datatype, parent, schedule, true);
res               387 ompi/mca/coll/libnbc/nbc_ibcast.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               400 ompi/mca/coll/libnbc/nbc_ibcast.c                 res = NBC_Sched_send(buf, false, count, datatype, child, schedule, false);
res               401 ompi/mca/coll/libnbc/nbc_ibcast.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               408 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               414 ompi/mca/coll/libnbc/nbc_ibcast.c   int res;
res               432 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
res               433 ompi/mca/coll/libnbc/nbc_ibcast.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               435 ompi/mca/coll/libnbc/nbc_ibcast.c           return res;
res               440 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
res               441 ompi/mca/coll/libnbc/nbc_ibcast.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               443 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               448 ompi/mca/coll/libnbc/nbc_ibcast.c   res = NBC_Sched_commit (schedule);
res               449 ompi/mca/coll/libnbc/nbc_ibcast.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               451 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               454 ompi/mca/coll/libnbc/nbc_ibcast.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               455 ompi/mca/coll/libnbc/nbc_ibcast.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               457 ompi/mca/coll/libnbc/nbc_ibcast.c     return res;
res               466 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
res               468 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               469 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               472 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               473 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               476 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               485 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
res               487 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               488 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res               497 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
res               499 ompi/mca/coll/libnbc/nbc_ibcast.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               500 ompi/mca/coll/libnbc/nbc_ibcast.c         return res;
res                57 ompi/mca/coll/libnbc/nbc_iexscan.c     int rank, p, res;
res               108 ompi/mca/coll/libnbc/nbc_iexscan.c         res = exscan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
res               111 ompi/mca/coll/libnbc/nbc_iexscan.c         res = exscan_sched_recursivedoubling(rank, p, sendbuf, recvbuf, count,
res               114 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               117 ompi/mca/coll/libnbc/nbc_iexscan.c         return res;
res               120 ompi/mca/coll/libnbc/nbc_iexscan.c     res = NBC_Sched_commit(schedule);
res               121 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               124 ompi/mca/coll/libnbc/nbc_iexscan.c        return res;
res               137 ompi/mca/coll/libnbc/nbc_iexscan.c             res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_EXSCAN], args, args, 0);
res               138 ompi/mca/coll/libnbc/nbc_iexscan.c             if (0 == res) {
res               147 ompi/mca/coll/libnbc/nbc_iexscan.c                 NBC_Error("error in dict_insert() (%i)", res);
res               158 ompi/mca/coll/libnbc/nbc_iexscan.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               159 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               162 ompi/mca/coll/libnbc/nbc_iexscan.c         return res;
res               171 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
res               173 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               174 ompi/mca/coll/libnbc/nbc_iexscan.c         return res;
res               177 ompi/mca/coll/libnbc/nbc_iexscan.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               178 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               181 ompi/mca/coll/libnbc/nbc_iexscan.c         return res;
res               190 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
res               192 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               193 ompi/mca/coll/libnbc/nbc_iexscan.c         return res;
res               218 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = OMPI_SUCCESS;
res               224 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy(recvbuf, false, count, datatype,
res               227 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
res               230 ompi/mca/coll/libnbc/nbc_iexscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               232 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_recv(recvbuf, false, count, datatype, rank - 1, schedule, false);
res               233 ompi/mca/coll/libnbc/nbc_iexscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               237 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_barrier(schedule);
res               238 ompi/mca/coll/libnbc/nbc_iexscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               240 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_op(recvbuf, false, (void *)(-gap), true, count,
res               242 ompi/mca/coll/libnbc/nbc_iexscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               245 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rank + 1, schedule, false);
res               246 ompi/mca/coll/libnbc/nbc_iexscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               251 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(recvbuf, false, count, datatype, 1, schedule, false);
res               253 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(sendbuf, false, count, datatype, 1, schedule, false);
res               255 ompi/mca/coll/libnbc/nbc_iexscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               259 ompi/mca/coll/libnbc/nbc_iexscan.c     return res;
res               300 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = OMPI_SUCCESS;
res               305 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)sendbuf, false, count, datatype,
res               308 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)recvbuf, false, count, datatype,
res               311 ompi/mca/coll/libnbc/nbc_iexscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               319 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
res               320 ompi/mca/coll/libnbc/nbc_iexscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               321 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
res               322 ompi/mca/coll/libnbc/nbc_iexscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               327 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_copy(precv, true, count, datatype,
res               329 ompi/mca/coll/libnbc/nbc_iexscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               333 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(precv, true, recvbuf, false, count,
res               335 ompi/mca/coll/libnbc/nbc_iexscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               338 ompi/mca/coll/libnbc/nbc_iexscan.c                 res = NBC_Sched_op(precv, true, psend, true, count,
res               340 ompi/mca/coll/libnbc/nbc_iexscan.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               344 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(precv, true, psend, true, count,
res               346 ompi/mca/coll/libnbc/nbc_iexscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               349 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(psend, true, precv, true, count,
res               351 ompi/mca/coll/libnbc/nbc_iexscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               361 ompi/mca/coll/libnbc/nbc_iexscan.c     return res;
res                51 ompi/mca/coll/libnbc/nbc_igather.c   int rank, p, res;
res                64 ompi/mca/coll/libnbc/nbc_igather.c       res = ompi_datatype_type_extent (recvtype, &rcvext);
res                65 ompi/mca/coll/libnbc/nbc_igather.c       if (MPI_SUCCESS != res) {
res                66 ompi/mca/coll/libnbc/nbc_igather.c         NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                67 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res                99 ompi/mca/coll/libnbc/nbc_igather.c       res = NBC_Sched_send(sendbuf, false, sendcount, sendtype, root, schedule, false);
res               100 ompi/mca/coll/libnbc/nbc_igather.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               102 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               110 ompi/mca/coll/libnbc/nbc_igather.c             res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
res               112 ompi/mca/coll/libnbc/nbc_igather.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               114 ompi/mca/coll/libnbc/nbc_igather.c               return res;
res               119 ompi/mca/coll/libnbc/nbc_igather.c           res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
res               120 ompi/mca/coll/libnbc/nbc_igather.c           if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               122 ompi/mca/coll/libnbc/nbc_igather.c             return res;
res               128 ompi/mca/coll/libnbc/nbc_igather.c     res = NBC_Sched_commit (schedule);
res               129 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               131 ompi/mca/coll/libnbc/nbc_igather.c       return res;
res               146 ompi/mca/coll/libnbc/nbc_igather.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_GATHER], args, args, 0);
res               147 ompi/mca/coll/libnbc/nbc_igather.c       if (0 == res) {
res               156 ompi/mca/coll/libnbc/nbc_igather.c         NBC_Error("error in dict_insert() (%i)", res);
res               167 ompi/mca/coll/libnbc/nbc_igather.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               168 ompi/mca/coll/libnbc/nbc_igather.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               170 ompi/mca/coll/libnbc/nbc_igather.c     return res;
res               180 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               182 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               183 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               186 ompi/mca/coll/libnbc/nbc_igather.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               187 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               190 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               200 ompi/mca/coll/libnbc/nbc_igather.c     int res, rsize;
res               209 ompi/mca/coll/libnbc/nbc_igather.c         res = ompi_datatype_type_extent(recvtype, &rcvext);
res               210 ompi/mca/coll/libnbc/nbc_igather.c         if (MPI_SUCCESS != res) {
res               211 ompi/mca/coll/libnbc/nbc_igather.c           NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               212 ompi/mca/coll/libnbc/nbc_igather.c           return res;
res               224 ompi/mca/coll/libnbc/nbc_igather.c         res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
res               225 ompi/mca/coll/libnbc/nbc_igather.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               227 ompi/mca/coll/libnbc/nbc_igather.c           return res;
res               233 ompi/mca/coll/libnbc/nbc_igather.c             res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
res               234 ompi/mca/coll/libnbc/nbc_igather.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               236 ompi/mca/coll/libnbc/nbc_igather.c               return res;
res               241 ompi/mca/coll/libnbc/nbc_igather.c     res = NBC_Sched_commit (schedule);
res               242 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               244 ompi/mca/coll/libnbc/nbc_igather.c       return res;
res               247 ompi/mca/coll/libnbc/nbc_igather.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               248 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               250 ompi/mca/coll/libnbc/nbc_igather.c       return res;
res               260 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               262 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               263 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               266 ompi/mca/coll/libnbc/nbc_igather.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               267 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               270 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               280 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               282 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               283 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res               293 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               295 ompi/mca/coll/libnbc/nbc_igather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               296 ompi/mca/coll/libnbc/nbc_igather.c         return res;
res                36 ompi/mca/coll/libnbc/nbc_igatherv.c   int rank, p, res;
res                49 ompi/mca/coll/libnbc/nbc_igatherv.c     res = ompi_datatype_type_extent(recvtype, &rcvext);
res                50 ompi/mca/coll/libnbc/nbc_igatherv.c     if (MPI_SUCCESS != res) {
res                51 ompi/mca/coll/libnbc/nbc_igatherv.c       NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                52 ompi/mca/coll/libnbc/nbc_igatherv.c       return res;
res                64 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
res                65 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                67 ompi/mca/coll/libnbc/nbc_igatherv.c       return res;
res                75 ompi/mca/coll/libnbc/nbc_igatherv.c           res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
res                77 ompi/mca/coll/libnbc/nbc_igatherv.c           if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                79 ompi/mca/coll/libnbc/nbc_igatherv.c             return res;
res                84 ompi/mca/coll/libnbc/nbc_igatherv.c         res = NBC_Sched_recv (rbuf, false, recvcounts[i], recvtype, i, schedule, false);
res                85 ompi/mca/coll/libnbc/nbc_igatherv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                87 ompi/mca/coll/libnbc/nbc_igatherv.c           return res;
res                93 ompi/mca/coll/libnbc/nbc_igatherv.c   res = NBC_Sched_commit (schedule);
res                94 ompi/mca/coll/libnbc/nbc_igatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                96 ompi/mca/coll/libnbc/nbc_igatherv.c     return res;
res                99 ompi/mca/coll/libnbc/nbc_igatherv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               100 ompi/mca/coll/libnbc/nbc_igatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               102 ompi/mca/coll/libnbc/nbc_igatherv.c     return res;
res               112 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
res               114 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               115 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               118 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               119 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               122 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               132 ompi/mca/coll/libnbc/nbc_igatherv.c   int res, rsize;
res               141 ompi/mca/coll/libnbc/nbc_igatherv.c     res = ompi_datatype_type_extent(recvtype, &rcvext);
res               142 ompi/mca/coll/libnbc/nbc_igatherv.c     if (MPI_SUCCESS != res) {
res               143 ompi/mca/coll/libnbc/nbc_igatherv.c       NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               144 ompi/mca/coll/libnbc/nbc_igatherv.c       return res;
res               156 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
res               157 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               159 ompi/mca/coll/libnbc/nbc_igatherv.c       return res;
res               165 ompi/mca/coll/libnbc/nbc_igatherv.c       res = NBC_Sched_recv (rbuf, false, recvcounts[i], recvtype, i, schedule, false);
res               166 ompi/mca/coll/libnbc/nbc_igatherv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               168 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               173 ompi/mca/coll/libnbc/nbc_igatherv.c   res = NBC_Sched_commit (schedule);
res               174 ompi/mca/coll/libnbc/nbc_igatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               176 ompi/mca/coll/libnbc/nbc_igatherv.c     return res;
res               179 ompi/mca/coll/libnbc/nbc_igatherv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               180 ompi/mca/coll/libnbc/nbc_igatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               182 ompi/mca/coll/libnbc/nbc_igatherv.c     return res;
res               192 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
res               194 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               195 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               198 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               199 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               202 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               212 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
res               214 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               215 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res               225 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
res               227 ompi/mca/coll/libnbc/nbc_igatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               228 ompi/mca/coll/libnbc/nbc_igatherv.c         return res;
res                51 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   int res, indegree, outdegree, *srcs, *dsts;
res                56 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   res = ompi_datatype_type_extent (rtype, &rcvext);
res                57 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   if (MPI_SUCCESS != res) {
res                58 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                59 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     return res;
res                81 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
res                82 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                84 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       return res;
res                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);
res                90 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                98 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               101 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       return res;
res               106 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false);
res               107 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               115 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               117 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       return res;
res               120 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     res = NBC_Sched_commit (schedule);
res               121 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               123 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       return res;
res               137 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_NEIGHBOR_ALLGATHER], args, args, 0);
res               138 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       if (0 == res) {
res               147 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         NBC_Error("error in dict_insert() (%i)", res);
res               157 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               158 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               160 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     return res;
res               169 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype,
res               171 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               172 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         return res;
res               174 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               175 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               178 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         return res;
res               188 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype,
res               190 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               191 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         return res;
res                51 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   int res, indegree, outdegree, *srcs, *dsts;
res                56 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   res = ompi_datatype_type_extent(rtype, &rcvext);
res                57 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   if (MPI_SUCCESS != res) {
res                58 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                59 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     return res;
res                81 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
res                82 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                84 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       return res;
res                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);
res                91 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                99 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               102 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       return res;
res               107 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false);
res               108 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               116 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               118 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       return res;
res               121 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     res = NBC_Sched_commit (schedule);
res               122 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               124 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       return res;
res               137 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_NEIGHBOR_ALLGATHERV], args, args, 0);
res               138 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       if (0 == res) {
res               147 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         NBC_Error("error in dict_insert() (%i)", res);
res               158 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               159 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               161 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     return res;
res               171 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype,
res               173 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               174 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         return res;
res               176 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               177 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               180 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         return res;
res               190 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype,
res               192 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               193 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         return res;
res                48 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   int res, indegree, outdegree, *srcs, *dsts;
res                53 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   res = ompi_datatype_type_extent(stype, &sndext);
res                54 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   if (MPI_SUCCESS != res) {
res                55 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                56 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     return res;
res                59 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   res = ompi_datatype_type_extent(rtype, &rcvext);
res                60 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   if (MPI_SUCCESS != res) {
res                61 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                62 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     return res;
res                84 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
res                85 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                87 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       return res;
res                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);
res                93 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               101 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               104 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       return res;
res               109 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         res = NBC_Sched_send ((char *) sbuf + i * scount * sndext, false, scount, stype, dsts[i], schedule, false);
res               110 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               118 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               120 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       return res;
res               123 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     res = NBC_Sched_commit (schedule);
res               124 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               126 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       return res;
res               140 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_NEIGHBOR_ALLTOALL], args, args, 0);
res               141 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       if (0 == res) {
res               150 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         NBC_Error("error in dict_insert() (%i)", res);
res               161 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               162 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               164 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     return res;
res               173 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype,
res               175 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               176 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         return res;
res               178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               179 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               182 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         return res;
res               191 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype,
res               193 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               194 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         return res;
res                51 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   int res, indegree, outdegree, *srcs, *dsts;
res                56 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   res = ompi_datatype_type_extent (stype, &sndext);
res                57 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   if (MPI_SUCCESS != res) {
res                58 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                59 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     return res;
res                62 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   res = ompi_datatype_type_extent (rtype, &rcvext);
res                63 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   if (MPI_SUCCESS != res) {
res                64 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                65 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     return res;
res                87 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
res                88 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                90 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       return res;
res                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);
res                97 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               105 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               108 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       return res;
res               113 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         res = NBC_Sched_send ((char *) sbuf + sdispls[i] * sndext, false, scounts[i], stype, dsts[i], schedule, false);
res               114 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               122 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               124 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       return res;
res               127 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     res = NBC_Sched_commit (schedule);
res               128 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               130 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       return res;
res               144 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_NEIGHBOR_ALLTOALLV], args, args, 0);
res               145 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       if (0 == res) {
res               154 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         NBC_Error("error in dict_insert() (%i)", res);
res               165 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               166 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               168 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     return res;
res               178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
res               180 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               181 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         return res;
res               183 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               184 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               187 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         return res;
res               197 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
res               199 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               200 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         return res;
res                50 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c   int res, indegree, outdegree, *srcs, *dsts;
res                73 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
res                74 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                76 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       return res;
res                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);
res                83 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                91 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                94 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       return res;
res                99 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         res = NBC_Sched_send ((char *) sbuf + sdisps[i], false, scounts[i], stypes[i], dsts[i], schedule, false);
res               100 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               108 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               110 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       return res;
res               113 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     res = NBC_Sched_commit(schedule);
res               114 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               116 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       return res;
res               130 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_NEIGHBOR_ALLTOALLW], args, args, 0);
res               131 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       if (0 == res) {
res               140 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         NBC_Error("error in dict_insert() (%i)", res);
res               150 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               151 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               153 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     return res;
res               163 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes,
res               165 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               166 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         return res;
res               168 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               169 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               172 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         return res;
res               182 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes,
res               184 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               185 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         return res;
res               503 ompi/mca/coll/libnbc/nbc_internal.h   int res;
res               505 ompi/mca/coll/libnbc/nbc_internal.h   res = ompi_datatype_sndrcv(src, srccount, srctype, tgt, tgtcount, tgttype);
res               506 ompi/mca/coll/libnbc/nbc_internal.h   if (OMPI_SUCCESS != res) {
res               507 ompi/mca/coll/libnbc/nbc_internal.h     NBC_Error ("MPI Error in ompi_datatype_sndrcv() (%i)", res);
res               508 ompi/mca/coll/libnbc/nbc_internal.h     return res;
res               516 ompi/mca/coll/libnbc/nbc_internal.h   int res;
res               519 ompi/mca/coll/libnbc/nbc_internal.h   res = ompi_datatype_pack_external_size("external32", srccount, srctype, &size);
res               520 ompi/mca/coll/libnbc/nbc_internal.h   if (OMPI_SUCCESS != res) {
res               521 ompi/mca/coll/libnbc/nbc_internal.h     NBC_Error ("MPI Error in ompi_datatype_pack_external_size() (%i)", res);
res               522 ompi/mca/coll/libnbc/nbc_internal.h     return res;
res               531 ompi/mca/coll/libnbc/nbc_internal.h     res = ompi_datatype_get_extent (srctype, &lb, &ext);
res               532 ompi/mca/coll/libnbc/nbc_internal.h     if (OMPI_SUCCESS != res) {
res               533 ompi/mca/coll/libnbc/nbc_internal.h       NBC_Error ("MPI Error in MPI_Type_extent() (%i)", res);
res               534 ompi/mca/coll/libnbc/nbc_internal.h       return res;
res               542 ompi/mca/coll/libnbc/nbc_internal.h     res = ompi_datatype_unpack_external("external32", src, size, &pos, tgt, srccount, srctype);
res               543 ompi/mca/coll/libnbc/nbc_internal.h     if (MPI_SUCCESS != res) {
res               544 ompi/mca/coll/libnbc/nbc_internal.h       NBC_Error ("MPI Error in ompi_datatype_unpack_external() (%i)", res);
res               545 ompi/mca/coll/libnbc/nbc_internal.h       return res;
res                65 ompi/mca/coll/libnbc/nbc_ireduce.c   int rank, p, res, segsize;
res                81 ompi/mca/coll/libnbc/nbc_ireduce.c   res = ompi_datatype_type_extent(datatype, &ext);
res                82 ompi/mca/coll/libnbc/nbc_ireduce.c   if (MPI_SUCCESS != res) {
res                83 ompi/mca/coll/libnbc/nbc_ireduce.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                84 ompi/mca/coll/libnbc/nbc_ireduce.c     return res;
res                87 ompi/mca/coll/libnbc/nbc_ireduce.c   res = ompi_datatype_type_size(datatype, &size);
res                88 ompi/mca/coll/libnbc/nbc_ireduce.c   if (MPI_SUCCESS != res) {
res                89 ompi/mca/coll/libnbc/nbc_ireduce.c     NBC_Error("MPI Error in ompi_datatype_type_size() (%i)", res);
res                90 ompi/mca/coll/libnbc/nbc_ireduce.c     return res;
res                96 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Copy (sendbuf, count, datatype, recvbuf, count, datatype, comm);
res                97 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                98 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               170 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
res               175 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_binomial(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf);
res               178 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_chain(rank, p, root, sendbuf, recvbuf, count, datatype, op, ext, size, schedule, tmpbuf, segsize);
res               181 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_redscat_gather(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf, comm);
res               186 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               189 ompi/mca/coll/libnbc/nbc_ireduce.c       return res;
res               192 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_commit(schedule);
res               193 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               196 ompi/mca/coll/libnbc/nbc_ireduce.c       return res;
res               209 ompi/mca/coll/libnbc/nbc_ireduce.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_REDUCE], args, args, 0);
res               210 ompi/mca/coll/libnbc/nbc_ireduce.c       if (0 == res) {
res               219 ompi/mca/coll/libnbc/nbc_ireduce.c         NBC_Error("error in dict_insert() (%i)", res);
res               230 ompi/mca/coll/libnbc/nbc_ireduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               231 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               234 ompi/mca/coll/libnbc/nbc_ireduce.c     return res;
res               243 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
res               245 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               246 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               248 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               249 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               252 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               261 ompi/mca/coll/libnbc/nbc_ireduce.c   int rank, res, rsize;
res               282 ompi/mca/coll/libnbc/nbc_ireduce.c   res = red_sched_linear (rank, rsize, root, sendbuf, recvbuf, (void *)(-gap), count, datatype, op, schedule);
res               283 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               289 ompi/mca/coll/libnbc/nbc_ireduce.c   res = NBC_Sched_commit(schedule);
res               290 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               293 ompi/mca/coll/libnbc/nbc_ireduce.c     return res;
res               296 ompi/mca/coll/libnbc/nbc_ireduce.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               297 ompi/mca/coll/libnbc/nbc_ireduce.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               309 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
res               311 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               312 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               314 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               315 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               318 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               358 ompi/mca/coll/libnbc/nbc_ireduce.c   int vroot, vrank, vpeer, peer, res, maxr;
res               388 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
res               391 ompi/mca/coll/libnbc/nbc_ireduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               392 ompi/mca/coll/libnbc/nbc_ireduce.c           return res;
res               405 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
res               406 ompi/mca/coll/libnbc/nbc_ireduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               407 ompi/mca/coll/libnbc/nbc_ireduce.c           return res;
res               414 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               418 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               421 ompi/mca/coll/libnbc/nbc_ireduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               422 ompi/mca/coll/libnbc/nbc_ireduce.c           return res;
res               434 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
res               437 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
res               440 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               441 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               451 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_send (redbuf, tmpredbuf, count, datatype, root, schedule, false);
res               453 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (redbuf, tmpredbuf, count, datatype, vroot, schedule, false);
res               463 ompi/mca/coll/libnbc/nbc_ireduce.c   int res, vrank, rpeer, speer, numfrag, fragcount, thiscount;
res               492 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)recvbuf+offset, false, thiscount, datatype, rpeer, schedule, true);
res               494 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)offset, true, thiscount, datatype, rpeer, schedule, true);
res               496 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               497 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               503 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op ((char *) sendbuf + offset, false, (char *) recvbuf + offset, false,
res               506 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op ((char *)offset, true, (char *) recvbuf + offset, false,
res               510 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_op ((char *) sendbuf + offset, false, (char *) offset, true, thiscount,
res               514 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               515 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               524 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) sendbuf + offset, false, thiscount, datatype, speer, schedule, true);
res               526 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) offset, true, thiscount, datatype, speer, schedule, true);
res               529 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               530 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               541 ompi/mca/coll/libnbc/nbc_ireduce.c   int res;
res               563 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_recv (lbuf, tmplbuf, count, datatype, 0, schedule, false);
res               564 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               565 ompi/mca/coll/libnbc/nbc_ireduce.c       return res;
res               569 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
res               570 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               571 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               574 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
res               575 ompi/mca/coll/libnbc/nbc_ireduce.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               576 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               583 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_send (sendbuf, false, count, datatype, root, schedule, true);
res               584 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               585 ompi/mca/coll/libnbc/nbc_ireduce.c       return res;
res               654 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = OMPI_SUCCESS;
res               669 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
res               671 ompi/mca/coll/libnbc/nbc_ireduce.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               705 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send(rbuf, tmpredbuf, count_lhalf, datatype, rank - 1,
res               707 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               709 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
res               711 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               713 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op((char *)tmp_buf + (ptrdiff_t)count_lhalf * extent,
res               716 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               719 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               721 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               732 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               734 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               736 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf, false, count_lhalf, datatype, rank + 1,
res               738 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               740 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op(tmp_buf, false, rbuf, tmpredbuf, count_lhalf,
res               742 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               745 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)count_lhalf * extent,
res               747 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               773 ompi/mca/coll/libnbc/nbc_ireduce.c         res = OMPI_ERR_OUT_OF_RESOURCE;
res               812 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)sindex[step] * extent,
res               814 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               815 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf + (ptrdiff_t)rindex[step] * extent,
res               817 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               820 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_op((char *)tmp_buf + (ptrdiff_t)rindex[step] * extent,
res               823 ompi/mca/coll/libnbc/nbc_ireduce.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               867 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_recv(rbuf, tmpredbuf, rcount[nsteps - 1], datatype,
res               869 ompi/mca/coll/libnbc/nbc_ireduce.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               874 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_send(rbuf, tmpredbuf, rcount[nsteps - 1], datatype,
res               876 ompi/mca/coll/libnbc/nbc_ireduce.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               914 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_send((char *)rbuf + (ptrdiff_t)rindex[step] * extent,
res               916 ompi/mca/coll/libnbc/nbc_ireduce.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               920 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_recv((char *)rbuf + (ptrdiff_t)sindex[step] * extent,
res               922 ompi/mca/coll/libnbc/nbc_ireduce.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               937 ompi/mca/coll/libnbc/nbc_ireduce.c     return res;
res               943 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
res               945 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               946 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res               955 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
res               957 ompi/mca/coll/libnbc/nbc_ireduce.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               958 ompi/mca/coll/libnbc/nbc_ireduce.c         return res;
res                48 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   int peer, rank, maxr, p, res, count;
res                62 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = ompi_datatype_type_extent (datatype, &ext);
res                63 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (MPI_SUCCESS != res) {
res                64 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                65 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res                76 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Copy(sendbuf, recvcounts[0], datatype, recvbuf, recvcounts[0], datatype, comm);
res                77 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                78 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               109 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_recv(rbuf, true, count, datatype, peer, schedule, true);
res               110 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               113 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           return res;
res               119 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
res               123 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
res               126 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               129 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           return res;
res               139 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
res               142 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
res               144 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               147 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               155 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_barrier(schedule);
res               156 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               159 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               168 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_send (sbuf, true, recvcounts[r], datatype, r, schedule,
res               170 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               173 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               179 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_copy ((void *)sendbuf, false, recvcounts[0], datatype,
res               182 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_copy (lbuf, true, recvcounts[0], datatype, recvbuf, false,
res               186 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_recv (recvbuf, false, recvcounts[rank], datatype, 0, schedule, false);
res               189 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               192 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               195 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_commit (schedule);
res               196 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               199 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               202 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               203 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               206 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               215 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_init(sendbuf, recvbuf, recvcounts, datatype, op,
res               217 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               218 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               220 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               221 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               224 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               232 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   int rank, res, count, lsize, rsize;
res               243 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = ompi_datatype_type_extent (datatype, &ext);
res               244 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (MPI_SUCCESS != res) {
res               245 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               246 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               271 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_send(sendbuf, false, count, datatype, 0, schedule, false);
res               272 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               275 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               282 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_recv (lbuf, true, count, datatype, 0, schedule, true);
res               283 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               286 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       return res;
res               291 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
res               292 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               295 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               298 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype,
res               300 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               303 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               309 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_copy (lbuf, true, recvcounts[0], datatype, recvbuf, false,
res               311 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               314 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       return res;
res               317 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_local_send (lbuf + offset, true, recvcounts[peer], datatype, peer, schedule,
res               319 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               322 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               329 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_local_recv (recvbuf, false, recvcounts[rank], datatype, 0, schedule, false);
res               330 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               333 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       return res;
res               337 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_commit (schedule);
res               338 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               341 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               344 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               345 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               348 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     return res;
res               357 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_inter_init(sendbuf, recvbuf, recvcounts, datatype, op,
res               359 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               360 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               362 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               363 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               366 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               375 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_init(sendbuf, recvbuf, recvcounts, datatype, op,
res               377 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               378 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res               387 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_inter_init(sendbuf, recvbuf, recvcounts, datatype, op,
res               389 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               390 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         return res;
res                46 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   int peer, rank, maxr, p, res, count;
res                59 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = ompi_datatype_type_extent(datatype, &ext);
res                60 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (MPI_SUCCESS != res || 0 == ext) {
res                61 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i:%i)", res, (int) ext);
res                62 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return (MPI_SUCCESS == res) ? MPI_ERR_SIZE : res;
res                92 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
res                94 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OMPI_SUCCESS != res) {
res                97 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               107 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
res               108 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               111 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             return res;
res               116 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
res               120 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
res               123 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               126 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             return res;
res               136 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
res               139 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
res               142 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               145 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           return res;
res               153 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Sched_barrier(schedule);
res               154 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               157 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       return res;
res               162 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_recv (recvbuf, false, recvcount, datatype, 0, schedule, false);
res               163 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               166 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               173 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_send (sbuf, true, recvcount, datatype, r, schedule, false);
res               174 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               177 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           return res;
res               182 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_copy (lbuf, true, recvcount, datatype, recvbuf, false, recvcount,
res               185 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               188 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               193 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Sched_commit (schedule);
res               194 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               197 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               200 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               201 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               204 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               213 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
res               215 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               216 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               218 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               219 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               222 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               231 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   int rank, res, count, lsize, rsize;
res               242 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = ompi_datatype_type_extent (dtype, &ext);
res               243 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (MPI_SUCCESS != res) {
res               244 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               245 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               267 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Sched_send (sendbuf, false, count, dtype, 0, schedule, false);
res               268 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               271 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               278 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Sched_recv (lbuf, true, count, dtype, 0, schedule, true);
res               279 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               282 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       return res;
res               287 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_recv (rbuf, true, count, dtype, peer, schedule, true);
res               288 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               291 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               294 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_op (lbuf, true, rbuf, true, count, dtype,
res               296 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               299 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               305 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Sched_copy (lbuf, true, rcount, dtype, recvbuf, false, rcount,
res               307 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               310 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       return res;
res               313 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_local_send (lbuf + ext * rcount * peer, true, rcount, dtype, peer, schedule, false);
res               314 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               317 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               322 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Sched_local_recv(recvbuf, false, rcount, dtype, 0, schedule, false);
res               323 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               326 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       return res;
res               332 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Sched_commit(schedule);
res               333 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               336 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               339 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               340 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               343 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     return res;
res               352 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
res               354 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               355 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               357 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               358 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               361 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               370 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
res               372 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               373 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res               382 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
res               384 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               385 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         return res;
res                57 ompi/mca/coll/libnbc/nbc_iscan.c     int rank, p, res;
res               109 ompi/mca/coll/libnbc/nbc_iscan.c         res = scan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
res               112 ompi/mca/coll/libnbc/nbc_iscan.c         res = scan_sched_recursivedoubling(rank, p, sendbuf, recvbuf, count,
res               115 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               118 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res               121 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Sched_commit(schedule);
res               122 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               125 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res               138 ompi/mca/coll/libnbc/nbc_iscan.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_SCAN], args, args, 0);
res               139 ompi/mca/coll/libnbc/nbc_iscan.c       if (0 == res) {
res               148 ompi/mca/coll/libnbc/nbc_iscan.c         NBC_Error("error in dict_insert() (%i)", res);
res               159 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf);
res               160 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               163 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res               188 ompi/mca/coll/libnbc/nbc_iscan.c     int res = OMPI_SUCCESS;
res               192 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
res               194 ompi/mca/coll/libnbc/nbc_iscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               201 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_recv((void *)(-gap), true, count, datatype, rank - 1, schedule, true);
res               202 ompi/mca/coll/libnbc/nbc_iscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               206 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_op((void *)(-gap), true, recvbuf, false, count, datatype, op, schedule,
res               208 ompi/mca/coll/libnbc/nbc_iscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               212 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_send(recvbuf, false, count, datatype, rank + 1, schedule, false);
res               213 ompi/mca/coll/libnbc/nbc_iscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               217 ompi/mca/coll/libnbc/nbc_iscan.c     return res;
res               258 ompi/mca/coll/libnbc/nbc_iscan.c     int res = OMPI_SUCCESS;
res               261 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
res               263 ompi/mca/coll/libnbc/nbc_iscan.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               270 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Sched_copy(recvbuf, false, count, datatype,
res               272 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               278 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
res               279 ompi/mca/coll/libnbc/nbc_iscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               280 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
res               281 ompi/mca/coll/libnbc/nbc_iscan.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               285 ompi/mca/coll/libnbc/nbc_iscan.c                 res = NBC_Sched_op(precv, true, recvbuf, false, count,
res               287 ompi/mca/coll/libnbc/nbc_iscan.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               289 ompi/mca/coll/libnbc/nbc_iscan.c                 res = NBC_Sched_op(precv, true, psend, true, count,
res               291 ompi/mca/coll/libnbc/nbc_iscan.c                 if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               295 ompi/mca/coll/libnbc/nbc_iscan.c                     res = NBC_Sched_op(precv, true, psend, true, count,
res               297 ompi/mca/coll/libnbc/nbc_iscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               300 ompi/mca/coll/libnbc/nbc_iscan.c                     res = NBC_Sched_op(psend, true, precv, true, count,
res               302 ompi/mca/coll/libnbc/nbc_iscan.c                     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) { goto cleanup_and_return; }
res               312 ompi/mca/coll/libnbc/nbc_iscan.c     return res;
res               318 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
res               320 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               321 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res               323 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               324 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               327 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res               336 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
res               338 ompi/mca/coll/libnbc/nbc_iscan.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               339 ompi/mca/coll/libnbc/nbc_iscan.c         return res;
res                52 ompi/mca/coll/libnbc/nbc_iscatter.c   int rank, p, res;
res                66 ompi/mca/coll/libnbc/nbc_iscatter.c     res = ompi_datatype_type_extent (sendtype, &sndext);
res                67 ompi/mca/coll/libnbc/nbc_iscatter.c     if (MPI_SUCCESS != res) {
res                68 ompi/mca/coll/libnbc/nbc_iscatter.c       NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                69 ompi/mca/coll/libnbc/nbc_iscatter.c       return res;
res                95 ompi/mca/coll/libnbc/nbc_iscatter.c       res = NBC_Sched_recv (recvbuf, false, recvcount, recvtype, root, schedule, false);
res                96 ompi/mca/coll/libnbc/nbc_iscatter.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                98 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               106 ompi/mca/coll/libnbc/nbc_iscatter.c             res = NBC_Sched_copy (sbuf, false, sendcount, sendtype,
res               108 ompi/mca/coll/libnbc/nbc_iscatter.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               110 ompi/mca/coll/libnbc/nbc_iscatter.c               return res;
res               115 ompi/mca/coll/libnbc/nbc_iscatter.c           res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false);
res               116 ompi/mca/coll/libnbc/nbc_iscatter.c           if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               118 ompi/mca/coll/libnbc/nbc_iscatter.c             return res;
res               124 ompi/mca/coll/libnbc/nbc_iscatter.c     res = NBC_Sched_commit (schedule);
res               125 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               127 ompi/mca/coll/libnbc/nbc_iscatter.c       return res;
res               141 ompi/mca/coll/libnbc/nbc_iscatter.c       res = hb_tree_insert ((hb_tree *) libnbc_module->NBC_Dict[NBC_SCATTER], args, args, 0);
res               142 ompi/mca/coll/libnbc/nbc_iscatter.c       if (0 == res) {
res               151 ompi/mca/coll/libnbc/nbc_iscatter.c         NBC_Error("error in dict_insert() (%i)", res);
res               162 ompi/mca/coll/libnbc/nbc_iscatter.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               163 ompi/mca/coll/libnbc/nbc_iscatter.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               165 ompi/mca/coll/libnbc/nbc_iscatter.c     return res;
res               175 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               177 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               178 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               180 ompi/mca/coll/libnbc/nbc_iscatter.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               181 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               184 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               194 ompi/mca/coll/libnbc/nbc_iscatter.c     int res, rsize;
res               203 ompi/mca/coll/libnbc/nbc_iscatter.c         res = ompi_datatype_type_extent(sendtype, &sndext);
res               204 ompi/mca/coll/libnbc/nbc_iscatter.c         if (MPI_SUCCESS != res) {
res               205 ompi/mca/coll/libnbc/nbc_iscatter.c             NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               206 ompi/mca/coll/libnbc/nbc_iscatter.c             return res;
res               218 ompi/mca/coll/libnbc/nbc_iscatter.c         res = NBC_Sched_recv(recvbuf, false, recvcount, recvtype, root, schedule, false);
res               219 ompi/mca/coll/libnbc/nbc_iscatter.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               221 ompi/mca/coll/libnbc/nbc_iscatter.c             return res;
res               227 ompi/mca/coll/libnbc/nbc_iscatter.c             res = NBC_Sched_send(sbuf, false, sendcount, sendtype, i, schedule, false);
res               228 ompi/mca/coll/libnbc/nbc_iscatter.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               230 ompi/mca/coll/libnbc/nbc_iscatter.c                 return res;
res               235 ompi/mca/coll/libnbc/nbc_iscatter.c     res = NBC_Sched_commit(schedule);
res               236 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               238 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               241 ompi/mca/coll/libnbc/nbc_iscatter.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               242 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               244 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               254 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               256 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               257 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               259 ompi/mca/coll/libnbc/nbc_iscatter.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               260 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               263 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               273 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               275 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               276 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res               286 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
res               288 ompi/mca/coll/libnbc/nbc_iscatter.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               289 ompi/mca/coll/libnbc/nbc_iscatter.c         return res;
res                35 ompi/mca/coll/libnbc/nbc_iscatterv.c   int rank, p, res;
res                55 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = ompi_datatype_type_extent (sendtype, &sndext);
res                56 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (MPI_SUCCESS != res) {
res                57 ompi/mca/coll/libnbc/nbc_iscatterv.c       NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res                59 ompi/mca/coll/libnbc/nbc_iscatterv.c       return res;
res                67 ompi/mca/coll/libnbc/nbc_iscatterv.c           res = NBC_Sched_copy (sbuf, false, sendcounts[i], sendtype,
res                70 ompi/mca/coll/libnbc/nbc_iscatterv.c           res = OMPI_SUCCESS;
res                74 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
res                77 ompi/mca/coll/libnbc/nbc_iscatterv.c       if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                79 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res                84 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Sched_recv (recvbuf, false, recvcount, recvtype, root, schedule, false);
res                85 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                87 ompi/mca/coll/libnbc/nbc_iscatterv.c       return res;
res                91 ompi/mca/coll/libnbc/nbc_iscatterv.c   res = NBC_Sched_commit (schedule);
res                92 ompi/mca/coll/libnbc/nbc_iscatterv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res                94 ompi/mca/coll/libnbc/nbc_iscatterv.c     return res;
res                97 ompi/mca/coll/libnbc/nbc_iscatterv.c   res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res                98 ompi/mca/coll/libnbc/nbc_iscatterv.c   if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               100 ompi/mca/coll/libnbc/nbc_iscatterv.c     return res;
res               110 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
res               112 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               113 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               115 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               116 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               119 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               129 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res, rsize;
res               145 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = NBC_Sched_recv(recvbuf, false, recvcount, recvtype, root, schedule, false);
res               146 ompi/mca/coll/libnbc/nbc_iscatterv.c         if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               148 ompi/mca/coll/libnbc/nbc_iscatterv.c             return res;
res               151 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = ompi_datatype_type_extent(sendtype, &sndext);
res               152 ompi/mca/coll/libnbc/nbc_iscatterv.c         if (MPI_SUCCESS != res) {
res               153 ompi/mca/coll/libnbc/nbc_iscatterv.c             NBC_Error("MPI Error in ompi_datatype_type_extent() (%i)", res);
res               155 ompi/mca/coll/libnbc/nbc_iscatterv.c             return res;
res               161 ompi/mca/coll/libnbc/nbc_iscatterv.c             res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
res               162 ompi/mca/coll/libnbc/nbc_iscatterv.c             if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               164 ompi/mca/coll/libnbc/nbc_iscatterv.c                 return res;
res               169 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Sched_commit(schedule);
res               170 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               172 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               175 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL);
res               176 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               178 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               188 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
res               190 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_LIKELY(OMPI_SUCCESS != res)) {
res               191 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               193 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Start(*(ompi_coll_libnbc_request_t **)request);
res               194 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               197 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               207 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
res               209 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               210 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res               220 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
res               222 ompi/mca/coll/libnbc/nbc_iscatterv.c     if (OPAL_UNLIKELY(OMPI_SUCCESS != res)) {
res               223 ompi/mca/coll/libnbc/nbc_iscatterv.c         return res;
res                43 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c   int res, indeg, outdeg;
res                47 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c   res = NBC_Comm_neighbors_count(comm, &indeg, &outdeg);
res                48 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c   if (OMPI_SUCCESS != res) {
res                49 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c     return res;
res               302 ompi/mca/common/monitoring/monitoring_prof.c void init_monitoring_result(const char * pvar_name, monitoring_result * res)
res               308 ompi/mca/common/monitoring/monitoring_prof.c     res->pvar_name = strdup(pvar_name);
res               310 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_get_index(res->pvar_name, MPI_T_PVAR_CLASS_SIZE, &(res->pvar_idx));
res               316 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_handle_alloc(session, res->pvar_idx, comm_world, &(res->pvar_handle), &count);
res               327 ompi/mca/common/monitoring/monitoring_prof.c     res->vector = (size_t *) malloc(comm_world_size * sizeof(size_t));
res               330 ompi/mca/common/monitoring/monitoring_prof.c void start_monitoring_result(monitoring_result * res)
res               334 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_start(session, res->pvar_handle);
res               336 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to start handle on \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
res               341 ompi/mca/common/monitoring/monitoring_prof.c void stop_monitoring_result(monitoring_result * res)
res               345 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_stop(session, res->pvar_handle);
res               347 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to stop handle on \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
res               352 ompi/mca/common/monitoring/monitoring_prof.c void get_monitoring_result(monitoring_result * res)
res               356 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_read(session, res->pvar_handle, res->vector);
res               358 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : failed to read \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
res               363 ompi/mca/common/monitoring/monitoring_prof.c void destroy_monitoring_result(monitoring_result * res)
res               367 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_handle_free(session, &(res->pvar_handle));
res               369 ompi/mca/common/monitoring/monitoring_prof.c         printf("ERROR : failed to free handle on \"%s\" pvar, check that you have enabled the monitoring pml\n", res->pvar_name);
res               373 ompi/mca/common/monitoring/monitoring_prof.c     free(res->pvar_name);
res               374 ompi/mca/common/monitoring/monitoring_prof.c     free(res->vector);
res               274 ompi/mca/mtl/psm2/mtl_psm2_component.c   int res;
res               278 ompi/mca/mtl/psm2/mtl_psm2_component.c   res = glob("/dev/hfi1_[0-9]", GLOB_DOOFFS, NULL, &globbuf);
res               279 ompi/mca/mtl/psm2/mtl_psm2_component.c   if (globbuf.gl_pathc > 0 || GLOB_NOMATCH==res) {
res               282 ompi/mca/mtl/psm2/mtl_psm2_component.c   if (0 != res) {
res               283 ompi/mca/mtl/psm2/mtl_psm2_component.c       res = glob("/dev/hfi1_[0-9][0-9]", GLOB_APPEND, NULL, &globbuf);
res               287 ompi/mca/mtl/psm2/mtl_psm2_component.c       if (0 != res) {
res               120 ompi/mca/topo/treematch/treematch/PriorityQueue.c   int res = -1;
res               122 ompi/mca/topo/treematch/treematch/PriorityQueue.c     res = e->value;
res               124 ompi/mca/topo/treematch/treematch/PriorityQueue.c   return res;
res                14 ompi/mca/topo/treematch/treematch/k-partitioning.c void allocate_vertex2(int u, int *res, double **comm, int n, int *size, int max_size);
res               154 ompi/mca/topo/treematch/treematch/k-partitioning.c   double res;
res               156 ompi/mca/topo/treematch/treematch/k-partitioning.c     res = PQ_findMaxKey(Qpart); /*we get the highest possible gain*/
res               158 ompi/mca/topo/treematch/treematch/k-partitioning.c     res = PQ_findMaxKey(&Q[*surplus]); /*we get the highest possible gain from surplus*/
res               159 ompi/mca/topo/treematch/treematch/k-partitioning.c   return res;
res               200 ompi/mca/topo/treematch/treematch/k-partitioning.c   int *res = NULL, *best_res=NULL, *size = NULL;
res               206 ompi/mca/topo/treematch/treematch/k-partitioning.c     res = (int *)malloc(sizeof(int)*n);
res               208 ompi/mca/topo/treematch/treematch/k-partitioning.c       res[i] = -1;
res               219 ompi/mca/topo/treematch/treematch/k-partitioning.c 	  res[nb_real_nodes+i] = i_part; /*and we set it in partition vector*/
res               233 ompi/mca/topo/treematch/treematch/k-partitioning.c       } while ( res[j] != -1 );
res               235 ompi/mca/topo/treematch/treematch/k-partitioning.c       res[j] = i;
res               242 ompi/mca/topo/treematch/treematch/k-partitioning.c       if( res[i] == -1)
res               243 ompi/mca/topo/treematch/treematch/k-partitioning.c 	allocate_vertex2(i, res, comm, n-nb_constraints, size, max_size);
res               245 ompi/mca/topo/treematch/treematch/k-partitioning.c     cost = eval_cost2(res,n-nb_constraints,comm);
res               251 ompi/mca/topo/treematch/treematch/k-partitioning.c       best_res=res;
res               253 ompi/mca/topo/treematch/treematch/k-partitioning.c       free(res);
res               264 ompi/mca/topo/treematch/treematch/k-partitioning.c void allocate_vertex2(int u, int *res, double **comm, int n, int *size, int max_size)
res               272 ompi/mca/topo/treematch/treematch/k-partitioning.c     if (( res[i] != -1 ) && ( size[res[i]] < max_size )){
res               276 ompi/mca/topo/treematch/treematch/k-partitioning.c 	best_part = res[i];
res               284 ompi/mca/topo/treematch/treematch/k-partitioning.c   res[u] = best_part;
res               523 ompi/mca/topo/treematch/treematch/tm_bucket.c   double *res=(double*)args[4];
res               534 ompi/mca/topo/treematch/treematch/tm_bucket.c       *res += new_tab_node[l].val;
res               290 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c void allocate_vertex(int u, int *res, com_mat_t *com_mat, int n, int *size, int max_size)
res               299 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       if (( res[i] != -1 ) && ( size[res[i]] < max_size )){
res               300 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	best_part = res[i];
res               306 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       if (( res[i] != -1 ) && ( size[res[i]] < max_size )){
res               313 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	  best_part = res[i];
res               323 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   res[u] = best_part;
res               465 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int *res= NULL;
res               482 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     res = kpartition_scotch(k, com_mat, n, constraints, nb_constraints);
res               486 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     res = kpartition_greedy(k, com_mat, n, constraints, nb_constraints);
res               491 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   res = kpartition_greedy(k, com_mat, n, constraints, nb_constraints);
res               493 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   return res;
res               544 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   com_mat_t **res = NULL, *sub_com_mat;
res               549 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   res = (com_mat_t**)MALLOC(k*sizeof(com_mat_t *));
res               604 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     res[cur_part] = sub_com_mat;
res               609 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   return res;
res               614 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int **res = NULL, *sub_vertices = NULL;
res               619 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   res = (int**) MALLOC(sizeof(int*) * k);
res               634 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     res[cur_part] = sub_vertices;
res               640 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   return res;
res                41 ompi/mca/topo/treematch/treematch/tm_malloc.c   char *res = (char*)malloc(size*sizeof(char));
res                43 ompi/mca/topo/treematch/treematch/tm_malloc.c   if(res)
res                44 ompi/mca/topo/treematch/treematch/tm_malloc.c     memcpy(res, string, size*sizeof(char));
res                46 ompi/mca/topo/treematch/treematch/tm_malloc.c   return res;
res                64 ompi/mca/topo/treematch/treematch/tm_malloc.c   size_t res;
res                74 ompi/mca/topo/treematch/treematch/tm_malloc.c   res  = elem->size;
res                76 ompi/mca/topo/treematch/treematch/tm_malloc.c     printf("Retreiving (%p,%ld)\n",(void *)someaddr, res);
res                80 ompi/mca/topo/treematch/treematch/tm_malloc.c   return res;
res                70 ompi/mca/topo/treematch/treematch/tm_mapping.c   int res = 1;
res                73 ompi/mca/topo/treematch/treematch/tm_mapping.c     res *= topology->arity[depth++];
res                75 ompi/mca/topo/treematch/treematch/tm_mapping.c   return res;
res               595 ompi/mca/topo/treematch/treematch/tm_mapping.c   int *res = NULL,i,j,end;
res               617 ompi/mca/topo/treematch/treematch/tm_mapping.c   res = (int*) MALLOC (sizeof(int)*(end-start));
res               622 ompi/mca/topo/treematch/treematch/tm_mapping.c     res[j] = tab[i] - shift;
res               627 ompi/mca/topo/treematch/treematch/tm_mapping.c   *new_tab = res;
res               360 ompi/mca/topo/treematch/treematch/tm_solution.c   double a,c,res;
res               363 ompi/mca/topo/treematch/treematch/tm_solution.c   res = 0;
res               368 ompi/mca/topo/treematch/treematch/tm_solution.c       res += c/a;
res               371 ompi/mca/topo/treematch/treematch/tm_solution.c   return res;
res               319 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int *res;
res               323 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   res=(int*)args[2];
res               326 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     *res=0;
res               328 ompi/mca/topo/treematch/treematch/tm_thread_pool.c       *res+=tab[i];
res               343 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int i,res;
res               362 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   args2[2] = &res;
res               381 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   printf("res=%d\n",res);
res               241 ompi/mca/topo/treematch/treematch/tm_topology.c   tm_topology_t *res = NULL;
res               282 ompi/mca/topo/treematch/treematch/tm_topology.c   res                   = (tm_topology_t*)MALLOC(sizeof(tm_topology_t));
res               283 ompi/mca/topo/treematch/treematch/tm_topology.c   res->oversub_fact      = 1;
res               284 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_constraints   = 0;
res               285 ompi/mca/topo/treematch/treematch/tm_topology.c   res->constraints      = NULL;
res               286 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_levels        = topodepth;
res               287 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_nodes         = (size_t*)MALLOC(sizeof(size_t)*res->nb_levels);
res               288 ompi/mca/topo/treematch/treematch/tm_topology.c   res->arity            = (int*)MALLOC(sizeof(int)*res->nb_levels);
res               296 ompi/mca/topo/treematch/treematch/tm_topology.c     res->nb_nodes[depth] = nb_nodes;
res               301 ompi/mca/topo/treematch/treematch/tm_topology.c     res->arity[depth] = objs[0]->arity;
res               304 ompi/mca/topo/treematch/treematch/tm_topology.c       printf("\n--%d(%d) **%d**:--\n",res->arity[depth],nb_nodes,res->arity[0]);
res               308 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_constraints = nb_nodes;
res               309 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_proc_units  = nb_nodes;
res               310 ompi/mca/topo/treematch/treematch/tm_topology.c       res->node_id        = (int*)MALLOC(sizeof(int)*nb_nodes);
res               311 ompi/mca/topo/treematch/treematch/tm_topology.c       res->node_rank      = (int*)MALLOC(sizeof(int)*nb_nodes);
res               313 ompi/mca/topo/treematch/treematch/tm_topology.c       build_process_tab_id(res, objs, filename);
res               321 ompi/mca/topo/treematch/treematch/tm_topology.c   cost = (double*)CALLOC(res->nb_levels,sizeof(double));
res               322 ompi/mca/topo/treematch/treematch/tm_topology.c   for(l=0; l<res->nb_levels; l++){
res               325 ompi/mca/topo/treematch/treematch/tm_topology.c   res->cost = cost;
res               335 ompi/mca/topo/treematch/treematch/tm_topology.c   return res;
res               341 ompi/mca/topo/treematch/treematch/tm_topology.c   tm_topology_t *res = NULL;
res               367 ompi/mca/topo/treematch/treematch/tm_topology.c   res                  = (tm_topology_t*)MALLOC(sizeof(tm_topology_t));
res               368 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_constraints  = 0;
res               369 ompi/mca/topo/treematch/treematch/tm_topology.c   res->constraints     = NULL;
res               370 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_levels       = topodepth;
res               371 ompi/mca/topo/treematch/treematch/tm_topology.c   res->nb_nodes        = (size_t*)MALLOC(sizeof(size_t)*res->nb_levels);
res               372 ompi/mca/topo/treematch/treematch/tm_topology.c   res->arity           = (int*)MALLOC(sizeof(int)*res->nb_levels);
res               373 ompi/mca/topo/treematch/treematch/tm_topology.c   res->oversub_fact    = 1; //defaut
res               374 ompi/mca/topo/treematch/treematch/tm_topology.c   res->cost            = NULL; 
res               379 ompi/mca/topo/treematch/treematch/tm_topology.c     res->nb_nodes[depth] = nb_nodes;
res               384 ompi/mca/topo/treematch/treematch/tm_topology.c     res->arity[depth] = objs[0]->arity;
res               387 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_constraints = nb_nodes;
res               388 ompi/mca/topo/treematch/treematch/tm_topology.c       res->nb_proc_units  = nb_nodes;
res               389 ompi/mca/topo/treematch/treematch/tm_topology.c       res->node_id        = (int*)MALLOC(sizeof(int)*nb_nodes);
res               390 ompi/mca/topo/treematch/treematch/tm_topology.c       res->node_rank      = (int*)MALLOC(sizeof(int)*nb_nodes);
res               395 ompi/mca/topo/treematch/treematch/tm_topology.c       build_process_tab_id(res, objs, "Local node topology");
res               406 ompi/mca/topo/treematch/treematch/tm_topology.c   return res;
res                93 ompi/mca/topo/treematch/treematch/tm_tree.c   double res = 1;
res                97 ompi/mca/topo/treematch/treematch/tm_tree.c     res *= ((double)(n-i)/(double)(k-i));
res                99 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               219 ompi/mca/topo/treematch/treematch/tm_tree.c   double *res = NULL;
res               224 ompi/mca/topo/treematch/treematch/tm_tree.c   res = (double*)MALLOC(M*sizeof(double));
res               227 ompi/mca/topo/treematch/treematch/tm_tree.c     res[i] = 0.0;
res               230 ompi/mca/topo/treematch/treematch/tm_tree.c       res[i] += tab[id1];
res               233 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               408 ompi/mca/topo/treematch/treematch/tm_tree.c   double res = 0;
res               417 ompi/mca/topo/treematch/treematch/tm_tree.c     res += sum_row[id];
res               425 ompi/mca/topo/treematch/treematch/tm_tree.c       res -= mat[id1][id2];
res               429 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               435 ompi/mca/topo/treematch/treematch/tm_tree.c   group_list_t *res = NULL;
res               437 ompi/mca/topo/treematch/treematch/tm_tree.c   res = (group_list_t *)MALLOC(sizeof(group_list_t));
res               438 ompi/mca/topo/treematch/treematch/tm_tree.c   res->tab = tab;
res               439 ompi/mca/topo/treematch/treematch/tm_tree.c   res->val = val;
res               440 ompi/mca/topo/treematch/treematch/tm_tree.c   res->next = next;
res               441 ompi/mca/topo/treematch/treematch/tm_tree.c   res->sum_neighbour = 0;
res               442 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               894 ompi/mca/topo/treematch/treematch/tm_tree.c   group_list_t **res;
res               897 ompi/mca/topo/treematch/treematch/tm_tree.c   res = (group_list_t**)MALLOC(sizeof(group_list_t*)*nb_groups);
res               900 ompi/mca/topo/treematch/treematch/tm_tree.c     res[i] = group_dup(tab_group[i], nb_groups);
res               902 ompi/mca/topo/treematch/treematch/tm_tree.c       res[i-1]->next = res[i];
res               905 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               912 ompi/mca/topo/treematch/treematch/tm_tree.c   int8_t ** res = (int8_t**)MALLOC(sizeof(int8_t*)*n);
res               917 ompi/mca/topo/treematch/treematch/tm_tree.c     res[i] = (int8_t*)MALLOC(sizeof(int8_t)*row_len);
res               918 ompi/mca/topo/treematch/treematch/tm_tree.c     memcpy(res[i], mat[i], sizeof(int8_t)*row_len);
res               921 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res              1070 ompi/mca/topo/treematch/treematch/tm_tree.c   work_unit_t *res = (work_unit_t *) CALLOC(1,sizeof(work_unit_t));
res              1076 ompi/mca/topo/treematch/treematch/tm_tree.c   cur->next = res;
res              1077 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res              1103 ompi/mca/topo/treematch/treematch/tm_tree.c   work_unit_t *cur,*res = (work_unit_t *) CALLOC(1,sizeof(work_unit_t));
res              1105 ompi/mca/topo/treematch/treematch/tm_tree.c   cur = res;
res              1113 ompi/mca/topo/treematch/treematch/tm_tree.c   for(cur = res; cur->tab_group; cur = cur-> next)
res              1114 ompi/mca/topo/treematch/treematch/tm_tree.c     res->nb_work++;
res              1116 ompi/mca/topo/treematch/treematch/tm_tree.c   printf("nb_work= %d\n",res->nb_work);
res              1120 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res              2085 ompi/mca/topo/treematch/treematch/tm_tree.c   tm_tree_t *res = NULL; /*resulting tree*/
res              2178 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(new_tab_node, new_aff_mat, arity, depth, topology, new_obj_weight, comm_speed);
res              2180 ompi/mca/topo/treematch/treematch/tm_tree.c   set_deb_tab_child(res, tab_node, depth);
res              2191 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res              2200 ompi/mca/topo/treematch/treematch/tm_tree.c   tm_tree_t *res = NULL, *tab_node = NULL;
res              2212 ompi/mca/topo/treematch/treematch/tm_tree.c   res = build_level_topology(tab_node, aff_mat , topology->arity[depth-2], depth-1, topology, obj_weight, comm_speed);
res              2217 ompi/mca/topo/treematch/treematch/tm_tree.c   res->constraint = 0;
res              2219 ompi/mca/topo/treematch/treematch/tm_tree.c   return res;
res               123 opal/datatype/opal_datatype_cuda.c     int res;
res               130 opal/datatype/opal_datatype_cuda.c         res = ftable.gpu_cu_memcpy_async(dest, (void *)src, size, convertor);
res               132 opal/datatype/opal_datatype_cuda.c         res = ftable.gpu_cu_memcpy(dest, (void *)src, size);
res               135 opal/datatype/opal_datatype_cuda.c     if (res != 0) {
res               137 opal/datatype/opal_datatype_cuda.c                     res, dest, src, (int)size);
res               151 opal/datatype/opal_datatype_cuda.c     int res;
res               152 opal/datatype/opal_datatype_cuda.c     res = ftable.gpu_cu_memcpy(dest, src, size);
res               153 opal/datatype/opal_datatype_cuda.c     if (res != 0) {
res               155 opal/datatype/opal_datatype_cuda.c                     res, dest, src, (int)size);
res               168 opal/datatype/opal_datatype_cuda.c     int res;
res               170 opal/datatype/opal_datatype_cuda.c     res = ftable.gpu_memmove(dest, src, size);
res               171 opal/datatype/opal_datatype_cuda.c     if(res != 0){
res               173 opal/datatype/opal_datatype_cuda.c                     res, dest, src, (int)size);
res               234 opal/mca/btl/smcuda/btl_smcuda.c     mca_common_sm_mpool_resources_t *res = NULL;
res               325 opal/mca/btl/smcuda/btl_smcuda.c     if (NULL == (res = calloc(1, sizeof(*res)))) {
res               336 opal/mca/btl/smcuda/btl_smcuda.c     res->mem_node = -1;
res               337 opal/mca/btl/smcuda/btl_smcuda.c     res->allocator = mca_btl_smcuda_component.allocator;
res               339 opal/mca/btl/smcuda/btl_smcuda.c     if (OPAL_SUCCESS != (rc = setup_mpool_base_resources(m, res))) {
res               340 opal/mca/btl/smcuda/btl_smcuda.c         free(res);
res               344 opal/mca/btl/smcuda/btl_smcuda.c     mca_btl_smcuda_component.sm_mpools[0] = common_sm_mpool_create (res);
res               347 opal/mca/btl/smcuda/btl_smcuda.c         free(res);
res               360 opal/mca/btl/smcuda/btl_smcuda.c         free(res);
res               367 opal/mca/btl/smcuda/btl_smcuda.c             free(res);
res               378 opal/mca/btl/smcuda/btl_smcuda.c                         mca_btl_smcuda_component.sm_mpool_base, (int)res->size);
res               379 opal/mca/btl/smcuda/btl_smcuda.c     mca_common_cuda_register(mca_btl_smcuda_component.sm_mpool_base, res->size, "smcuda");
res               392 opal/mca/btl/smcuda/btl_smcuda.c     free(res);
res              1191 opal/mca/btl/smcuda/btl_smcuda.c     int rc, mydevnum, res;
res              1216 opal/mca/btl/smcuda/btl_smcuda.c     if (0 != (res = mca_common_cuda_get_device(&mydevnum))) {
res               685 opal/mca/btl/smcuda/btl_smcuda_component.c     int mydevnum, ipcaccess, res;
res               729 opal/mca/btl/smcuda/btl_smcuda_component.c             res = mca_common_cuda_get_device(&mydevnum);
res               730 opal/mca/btl/smcuda/btl_smcuda_component.c             if (0 != res) {
res               755 opal/mca/btl/smcuda/btl_smcuda_component.c                 res = mca_common_cuda_device_can_access_peer(&ipcaccess, mydevnum, ctrlhdr.cudev);
res               756 opal/mca/btl/smcuda/btl_smcuda_component.c                 if (0 != res) {
res               761 opal/mca/btl/smcuda/btl_smcuda_component.c                                         ctrlhdr.cudev, res);
res               908 opal/mca/btl/tcp/btl_tcp_component.c         struct addrinfo hints, *res = NULL;
res               915 opal/mca/btl/tcp/btl_tcp_component.c         if ((rc = getaddrinfo(NULL, "0", &hints, &res))) {
res               923 opal/mca/btl/tcp/btl_tcp_component.c         memcpy (&inaddr, res->ai_addr, res->ai_addrlen);
res               924 opal/mca/btl/tcp/btl_tcp_component.c         addrlen = res->ai_addrlen;
res               925 opal/mca/btl/tcp/btl_tcp_component.c         freeaddrinfo (res);
res               520 opal/mca/common/cuda/common_cuda.c     CUresult res;
res               554 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuCtxGetCurrent(&cuContext);
res               555 opal/mca/common/cuda/common_cuda.c     if (CUDA_SUCCESS != res) {
res               559 opal/mca/common/cuda/common_cuda.c             if (CUDA_ERROR_NOT_INITIALIZED == res) {
res               564 opal/mca/common/cuda/common_cuda.c                                true, res);
res               569 opal/mca/common/cuda/common_cuda.c     } else if ((CUDA_SUCCESS == res) && (NULL == cuContext)) {
res               610 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_ipc_array[i], CU_EVENT_DISABLE_TIMING);
res               611 opal/mca/common/cuda/common_cuda.c             if (CUDA_SUCCESS != res) {
res               613 opal/mca/common/cuda/common_cuda.c                                true, OPAL_PROC_MY_HOSTNAME, res);
res               648 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_dtoh_array[i], CU_EVENT_DISABLE_TIMING);
res               649 opal/mca/common/cuda/common_cuda.c             if (CUDA_SUCCESS != res) {
res               651 opal/mca/common/cuda/common_cuda.c                                true, OPAL_PROC_MY_HOSTNAME, res);
res               684 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_htod_array[i], CU_EVENT_DISABLE_TIMING);
res               685 opal/mca/common/cuda/common_cuda.c             if (CUDA_SUCCESS != res) {
res               687 opal/mca/common/cuda/common_cuda.c                                true, OPAL_PROC_MY_HOSTNAME, res);
res               710 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuMemHostRegister(mem_reg->ptr, mem_reg->amount, 0);
res               711 opal/mca/common/cuda/common_cuda.c             if (res != CUDA_SUCCESS) {
res               716 opal/mca/common/cuda/common_cuda.c                                OPAL_PROC_MY_HOSTNAME, res, mem_reg->msg);
res               729 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuStreamCreate(&ipcStream, 0);
res               730 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               732 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res);
res               738 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuStreamCreate(&dtohStream, 0);
res               739 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               741 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res);
res               747 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuStreamCreate(&htodStream, 0);
res               748 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               750 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res);
res               757 opal/mca/common/cuda/common_cuda.c         res = cuFunc.cuStreamCreate(&memcpyStream, 0);
res               758 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               760 opal/mca/common/cuda/common_cuda.c                            true, OPAL_PROC_MY_HOSTNAME, res);
res               766 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuMemHostRegister(&checkmem, sizeof(int), 0);
res               767 opal/mca/common/cuda/common_cuda.c     if (res != CUDA_SUCCESS) {
res               772 opal/mca/common/cuda/common_cuda.c                        OPAL_PROC_MY_HOSTNAME, res, "checkmem");
res               809 opal/mca/common/cuda/common_cuda.c     CUresult res;
res               836 opal/mca/common/cuda/common_cuda.c         res = cuFunc.cuMemHostUnregister(&checkmem);
res               837 opal/mca/common/cuda/common_cuda.c         if (CUDA_SUCCESS != res) {
res               842 opal/mca/common/cuda/common_cuda.c                             res, ctx_ok);
res               924 opal/mca/common/cuda/common_cuda.c     int res;
res               947 opal/mca/common/cuda/common_cuda.c         res = cuFunc.cuMemHostRegister(ptr, amount, 0);
res               948 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               953 opal/mca/common/cuda/common_cuda.c                            OPAL_PROC_MY_HOSTNAME, res, msg);
res               968 opal/mca/common/cuda/common_cuda.c     int res, i, s;
res               986 opal/mca/common/cuda/common_cuda.c         res = cuFunc.cuMemHostUnregister(ptr);
res               987 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res               992 opal/mca/common/cuda/common_cuda.c                                 ptr, res, msg);
res              1738 opal/mca/common/cuda/common_cuda.c     int res;
res              1750 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuPointerGetAttributes(3, attributes, attrdata, dbuf);
res              1753 opal/mca/common/cuda/common_cuda.c                          (void *)dbuf, (int)memType, (void *)memCtx, isManaged, res));
res              1763 opal/mca/common/cuda/common_cuda.c     if (res != CUDA_SUCCESS) {
res              1777 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuPointerGetAttribute(&memType,
res              1779 opal/mca/common/cuda/common_cuda.c     if (res != CUDA_SUCCESS) {
res              1799 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuCtxGetCurrent(&ctx);
res              1801 opal/mca/common/cuda/common_cuda.c         if (CUDA_SUCCESS == res) {
res              1803 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuPointerGetAttribute(&memCtx,
res              1805 opal/mca/common/cuda/common_cuda.c             if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              1807 opal/mca/common/cuda/common_cuda.c                             "res=%d, ptr=%p aborting...", res, pUserBuf);
res              1811 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuCtxSetCurrent(memCtx);
res              1812 opal/mca/common/cuda/common_cuda.c             if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              1814 opal/mca/common/cuda/common_cuda.c                             "res=%d, ptr=%p aborting...", res, pUserBuf);
res              1823 opal/mca/common/cuda/common_cuda.c                         "res=%d, ptr=%p aborting...", res, pUserBuf);
res              1837 opal/mca/common/cuda/common_cuda.c         res = cuFunc.cuMemGetAddressRange(&pbase, &psize, dbuf);
res              1838 opal/mca/common/cuda/common_cuda.c         if (CUDA_SUCCESS != res) {
res              1842 opal/mca/common/cuda/common_cuda.c                               res, (void *)dbuf);
res              1968 opal/mca/common/cuda/common_cuda.c     int res;
res              1970 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuCtxGetDevice(&cuDev);
res              1971 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              1973 opal/mca/common/cuda/common_cuda.c                     res);
res              1974 opal/mca/common/cuda/common_cuda.c         return res;
res              1982 opal/mca/common/cuda/common_cuda.c     int res;
res              1983 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuDeviceCanAccessPeer(access, (CUdevice)dev1, (CUdevice)dev2);
res              1984 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              1986 opal/mca/common/cuda/common_cuda.c                     res);
res              1987 opal/mca/common/cuda/common_cuda.c         return res;
res              2017 opal/mca/common/cuda/common_cuda.c     int res;
res              2021 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuPointerGetAttribute(&bufID, CU_POINTER_ATTRIBUTE_BUFFER_ID,
res              2025 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              2027 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res);
res              2049 opal/mca/common/cuda/common_cuda.c     int res;
res              2054 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuPointerGetAttribute(&bufID, CU_POINTER_ATTRIBUTE_BUFFER_ID,
res              2056 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(res != CUDA_SUCCESS)) {
res              2058 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res);
res              2062 opal/mca/common/cuda/common_cuda.c     res = cuFunc.cuPointerSetAttribute(&enable, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS,
res              2064 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != res)) {
res              2066 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, res, dbuf);
res              2329 opal/mca/event/libevent2022/libevent/buffer.c 	int res;
res              2332 opal/mca/event/libevent2022/libevent/buffer.c 	ev_ssize_t res;
res              2339 opal/mca/event/libevent2022/libevent/buffer.c 	res = sendfile(info->fd, fd, chain->misalign, &len, NULL, 0);
res              2340 opal/mca/event/libevent2022/libevent/buffer.c 	if (res == -1 && !EVUTIL_ERR_RW_RETRIABLE(errno))
res              2345 opal/mca/event/libevent2022/libevent/buffer.c 	res = sendfile(info->fd, fd, chain->misalign, chain->off, NULL, &len, 0);
res              2346 opal/mca/event/libevent2022/libevent/buffer.c 	if (res == -1 && !EVUTIL_ERR_RW_RETRIABLE(errno))
res              2352 opal/mca/event/libevent2022/libevent/buffer.c 	res = sendfile(fd, info->fd, &offset, chain->off);
res              2353 opal/mca/event/libevent2022/libevent/buffer.c 	if (res == -1 && EVUTIL_ERR_RW_RETRIABLE(errno)) {
res              2357 opal/mca/event/libevent2022/libevent/buffer.c 	return (res);
res              2361 opal/mca/event/libevent2022/libevent/buffer.c 		res = sendfile(fd, info->fd, &offset, chain->off);
res              2362 opal/mca/event/libevent2022/libevent/buffer.c 		if (res == -1 && EVUTIL_ERR_RW_RETRIABLE(errno)) {
res              2369 opal/mca/event/libevent2022/libevent/buffer.c 		return (res);
res              2729 opal/mca/event/libevent2022/libevent/buffer.c 	int res = -1;
res              2733 opal/mca/event/libevent2022/libevent/buffer.c 	res = evbuffer_add_vprintf(buf, fmt, ap);
res              2736 opal/mca/event/libevent2022/libevent/buffer.c 	return (res);
res               735 opal/mca/event/libevent2022/libevent/bufferevent.c 	int res = -1;
res               739 opal/mca/event/libevent2022/libevent/bufferevent.c 		res = bev->be_ops->ctrl(bev, BEV_CTRL_SET_FD, &d);
res               741 opal/mca/event/libevent2022/libevent/bufferevent.c 	return res;
res               748 opal/mca/event/libevent2022/libevent/bufferevent.c 	int res = -1;
res               752 opal/mca/event/libevent2022/libevent/bufferevent.c 		res = bev->be_ops->ctrl(bev, BEV_CTRL_GET_FD, &d);
res               754 opal/mca/event/libevent2022/libevent/bufferevent.c 	return (res<0) ? -1 : d.fd;
res               782 opal/mca/event/libevent2022/libevent/bufferevent.c 	int res = -1;
res               786 opal/mca/event/libevent2022/libevent/bufferevent.c 		res = bev->be_ops->ctrl(bev, BEV_CTRL_GET_UNDERLYING, &d);
res               788 opal/mca/event/libevent2022/libevent/bufferevent.c 	return (res<0) ? NULL : d.ptr;
res               281 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	enum bufferevent_filter_result res;
res               298 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		res = bevf->process_in(bevf->underlying->input,
res               301 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		if (res == BEV_OK)
res               303 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	} while (res == BEV_OK &&
res               311 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	return res;
res               321 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	enum bufferevent_filter_result res = BEV_OK;
res               352 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			res = bevf->process_out(downcast(bevf)->output,
res               358 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			if (res == BEV_OK)
res               361 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			res == BEV_OK &&
res               375 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			if (res == BEV_OK &&
res               391 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	return res;
res               417 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	enum bufferevent_filter_result res;
res               430 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	res = be_filter_process_input(bevf, state, &processed_any);
res               431 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	(void)res;
res               129 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	int res = 0;
res               165 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	res = evbuffer_read(input, fd, (int)howmuch); /* XXXX evbuffer_read would do better to take and return ev_ssize_t */
res               168 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	if (res == -1) {
res               174 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	} else if (res == 0) {
res               179 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	if (res <= 0)
res               182 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	_bufferevent_decrement_read_buckets(bufev_p, res);
res               207 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	int res = 0;
res               267 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		res = evbuffer_write_atmost(bufev->output, fd, atmost);
res               269 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		if (res == -1) {
res               274 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		} else if (res == 0) {
res               281 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		if (res <= 0)
res               284 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		_bufferevent_decrement_write_buckets(bufev_p, res);
res               295 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	if ((res || !connected) &&
res               665 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	int res = -1;
res               673 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	res = event_base_set(base, &bufev->ev_read);
res               674 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	if (res == -1)
res               677 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	res = event_base_set(base, &bufev->ev_write);
res               680 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	return res;
res               170 opal/mca/event/libevent2022/libevent/devpoll.c 	int i, res, timeout = -1;
res               184 opal/mca/event/libevent2022/libevent/devpoll.c 	res = ioctl(devpollop->dpfd, DP_POLL, &dvp);
res               188 opal/mca/event/libevent2022/libevent/devpoll.c 	if (res == -1) {
res               197 opal/mca/event/libevent2022/libevent/devpoll.c 	event_debug(("%s: devpoll_wait reports %d", __func__, res));
res               199 opal/mca/event/libevent2022/libevent/devpoll.c 	for (i = 0; i < res; i++) {
res               228 opal/mca/event/libevent2022/libevent/devpoll.c 	int res;
res               238 opal/mca/event/libevent2022/libevent/devpoll.c 	res = 0;
res               240 opal/mca/event/libevent2022/libevent/devpoll.c 		res |= POLLIN;
res               242 opal/mca/event/libevent2022/libevent/devpoll.c 		res |= POLLOUT;
res               244 opal/mca/event/libevent2022/libevent/devpoll.c 	if (devpoll_queue(devpollop, fd, res) != 0)
res               254 opal/mca/event/libevent2022/libevent/devpoll.c 	int res;
res               257 opal/mca/event/libevent2022/libevent/devpoll.c 	res = 0;
res               259 opal/mca/event/libevent2022/libevent/devpoll.c 		res |= POLLIN;
res               261 opal/mca/event/libevent2022/libevent/devpoll.c 		res |= POLLOUT;
res               273 opal/mca/event/libevent2022/libevent/devpoll.c 	if ((res & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) {
res               279 opal/mca/event/libevent2022/libevent/devpoll.c 		if ((res & POLLIN) && (old & EV_WRITE)) {
res               282 opal/mca/event/libevent2022/libevent/devpoll.c 		} else if ((res & POLLOUT) && (old & EV_READ)) {
res               390 opal/mca/event/libevent2022/libevent/epoll.c 	int i, res;
res               407 opal/mca/event/libevent2022/libevent/epoll.c 	res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
res               411 opal/mca/event/libevent2022/libevent/epoll.c 	if (res == -1) {
res               420 opal/mca/event/libevent2022/libevent/epoll.c 	event_debug(("%s: epoll_wait reports %d", __func__, res));
res               421 opal/mca/event/libevent2022/libevent/epoll.c 	EVUTIL_ASSERT(res <= epollop->nevents);
res               423 opal/mca/event/libevent2022/libevent/epoll.c 	for (i = 0; i < res; i++) {
res               442 opal/mca/event/libevent2022/libevent/epoll.c 	if (res == epollop->nevents && epollop->nevents < MAX_NEVENT) {
res              2547 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              2553 opal/mca/event/libevent2022/libevent/evdns.c 	res = _evdns_nameserver_add_impl(base, (struct sockaddr*)&sin, sizeof(sin));
res              2555 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              2593 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              2605 opal/mca/event/libevent2022/libevent/evdns.c 	res = _evdns_nameserver_add_impl(base, sa, len);
res              2607 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              2621 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              2624 opal/mca/event/libevent2022/libevent/evdns.c 	res = _evdns_nameserver_add_impl(base, sa, len);
res              2626 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              3363 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              3365 opal/mca/event/libevent2022/libevent/evdns.c 	res = evdns_base_set_option_impl(base, option, val, DNS_OPTIONS_ALL);
res              3367 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              3519 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              3521 opal/mca/event/libevent2022/libevent/evdns.c 	res = evdns_base_resolv_conf_parse_impl(base, flags, filename);
res              3523 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              4129 opal/mca/event/libevent2022/libevent/evdns.c 	int res;
res              4133 opal/mca/event/libevent2022/libevent/evdns.c 	res = evdns_base_load_hosts_impl(base, hosts_fname);
res              4135 opal/mca/event/libevent2022/libevent/evdns.c 	return res;
res              4307 opal/mca/event/libevent2022/libevent/evdns.c 	struct evutil_addrinfo *res;
res              4427 opal/mca/event/libevent2022/libevent/evdns.c 	res = NULL;
res              4437 opal/mca/event/libevent2022/libevent/evdns.c 			if (res)
res              4438 opal/mca/event/libevent2022/libevent/evdns.c 				evutil_freeaddrinfo(res);
res              4444 opal/mca/event/libevent2022/libevent/evdns.c 		res = evutil_addrinfo_append(res, ai);
res              4451 opal/mca/event/libevent2022/libevent/evdns.c 		data->pending_result = res;
res              4458 opal/mca/event/libevent2022/libevent/evdns.c 				res = evutil_addrinfo_append(res,
res              4461 opal/mca/event/libevent2022/libevent/evdns.c 				res = evutil_addrinfo_append(
res              4462 opal/mca/event/libevent2022/libevent/evdns.c 				    data->pending_result, res);
res              4467 opal/mca/event/libevent2022/libevent/evdns.c 		add_cname_to_reply(data, res);
res              4468 opal/mca/event/libevent2022/libevent/evdns.c 		data->user_cb(0, res, data->user_data);
res              4496 opal/mca/event/libevent2022/libevent/evdns.c     struct evutil_addrinfo **res)
res              4524 opal/mca/event/libevent2022/libevent/evdns.c 		*res = ai;
res              4541 opal/mca/event/libevent2022/libevent/evdns.c 	struct evutil_addrinfo *res = NULL;
res              4559 opal/mca/event/libevent2022/libevent/evdns.c 		res = NULL;
res              4560 opal/mca/event/libevent2022/libevent/evdns.c 		err = evutil_getaddrinfo(nodename, servname, hints_in, &res);
res              4561 opal/mca/event/libevent2022/libevent/evdns.c 		cb(err, res, arg);
res              4579 opal/mca/event/libevent2022/libevent/evdns.c 	err = evutil_getaddrinfo_common(nodename, servname, &hints, &res, &port);
res              4581 opal/mca/event/libevent2022/libevent/evdns.c 		cb(err, res, arg);
res              4586 opal/mca/event/libevent2022/libevent/evdns.c 	if (!evdns_getaddrinfo_fromhosts(dns_base, nodename, &hints, port, &res)) {
res              4587 opal/mca/event/libevent2022/libevent/evdns.c 		cb(0, res, arg);
res               349 opal/mca/event/libevent2022/libevent/event-internal.h void event_active_nolock(struct event *ev, int res, short count);
res               801 opal/mca/event/libevent2022/libevent/event.c 	int res = 0;
res               859 opal/mca/event/libevent2022/libevent/event.c 		res = -1;
res               877 opal/mca/event/libevent2022/libevent/event.c 				res = -1;
res               880 opal/mca/event/libevent2022/libevent/event.c 				res = -1;
res               884 opal/mca/event/libevent2022/libevent/event.c 	if (was_notifiable && res == 0)
res               885 opal/mca/event/libevent2022/libevent/event.c 		res = evthread_make_base_notifiable(base);
res               889 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res              1531 opal/mca/event/libevent2022/libevent/event.c 	int res;
res              1533 opal/mca/event/libevent2022/libevent/event.c 	res = event_base->event_break;
res              1535 opal/mca/event/libevent2022/libevent/event.c 	return res;
res              1541 opal/mca/event/libevent2022/libevent/event.c 	int res;
res              1543 opal/mca/event/libevent2022/libevent/event.c 	res = event_base->event_gotterm;
res              1545 opal/mca/event/libevent2022/libevent/event.c 	return res;
res              1562 opal/mca/event/libevent2022/libevent/event.c 	int res, done, retval = 0;
res              1630 opal/mca/event/libevent2022/libevent/event.c 		res = evsel->dispatch(base, tv_p);
res              1632 opal/mca/event/libevent2022/libevent/event.c 		if (res == -1) {
res              1700 opal/mca/event/libevent2022/libevent/event.c 	int res = 0;
res              1730 opal/mca/event/libevent2022/libevent/event.c 	if (res == 0)
res              1731 opal/mca/event/libevent2022/libevent/event.c 		res = event_add(&eonce->ev, tv);
res              1732 opal/mca/event/libevent2022/libevent/event.c 	if (res != 0) {
res              1734 opal/mca/event/libevent2022/libevent/event.c 		return (res);
res              1980 opal/mca/event/libevent2022/libevent/event.c 	int res;
res              1989 opal/mca/event/libevent2022/libevent/event.c 	res = event_add_internal(ev, tv, 0);
res              1993 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res              2054 opal/mca/event/libevent2022/libevent/event.c 	int res = 0;
res              2096 opal/mca/event/libevent2022/libevent/event.c 			res = evmap_io_add(base, ev->ev_fd, ev);
res              2098 opal/mca/event/libevent2022/libevent/event.c 			res = evmap_signal_add(base, (int)ev->ev_fd, ev);
res              2099 opal/mca/event/libevent2022/libevent/event.c 		if (res != -1)
res              2101 opal/mca/event/libevent2022/libevent/event.c 		if (res == 1) {
res              2104 opal/mca/event/libevent2022/libevent/event.c 			res = 0;
res              2112 opal/mca/event/libevent2022/libevent/event.c 	if (res != -1 && tv != NULL) {
res              2191 opal/mca/event/libevent2022/libevent/event.c 	if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
res              2196 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res              2202 opal/mca/event/libevent2022/libevent/event.c 	int res;
res              2211 opal/mca/event/libevent2022/libevent/event.c 	res = event_del_internal(ev);
res              2215 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res              2223 opal/mca/event/libevent2022/libevent/event.c 	int res = 0, notify = 0;
res              2274 opal/mca/event/libevent2022/libevent/event.c 			res = evmap_io_del(base, ev->ev_fd, ev);
res              2276 opal/mca/event/libevent2022/libevent/event.c 			res = evmap_signal_del(base, (int)ev->ev_fd, ev);
res              2277 opal/mca/event/libevent2022/libevent/event.c 		if (res == 1) {
res              2280 opal/mca/event/libevent2022/libevent/event.c 			res = 0;
res              2285 opal/mca/event/libevent2022/libevent/event.c 	if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
res              2290 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res              2294 opal/mca/event/libevent2022/libevent/event.c event_active(struct event *ev, int res, short ncalls)
res              2305 opal/mca/event/libevent2022/libevent/event.c 	event_active_nolock(ev, res, ncalls);
res              2312 opal/mca/event/libevent2022/libevent/event.c event_active_nolock(struct event *ev, int res, short ncalls)
res              2317 opal/mca/event/libevent2022/libevent/event.c 		ev, EV_SOCK_ARG(ev->ev_fd), (int)res, ev->ev_callback));
res              2322 opal/mca/event/libevent2022/libevent/event.c 		ev->ev_res |= res;
res              2330 opal/mca/event/libevent2022/libevent/event.c 	ev->ev_res = res;
res              2409 opal/mca/event/libevent2022/libevent/event.c 	int res = 0;
res              2420 opal/mca/event/libevent2022/libevent/event.c 		res = -1;
res              2436 opal/mca/event/libevent2022/libevent/event.c 	return (res);
res               369 opal/mca/event/libevent2022/libevent/event_tagging.c 	int res = decode_int_internal(pnumber, evbuf, 0);
res               370 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (res != -1)
res               371 opal/mca/event/libevent2022/libevent/event_tagging.c 		evbuffer_drain(evbuf, res);
res               373 opal/mca/event/libevent2022/libevent/event_tagging.c 	return (res == -1 ? -1 : 0);
res               379 opal/mca/event/libevent2022/libevent/event_tagging.c 	int res = decode_int64_internal(pnumber, evbuf, 0);
res               380 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (res != -1)
res               381 opal/mca/event/libevent2022/libevent/event_tagging.c 		evbuffer_drain(evbuf, res);
res               383 opal/mca/event/libevent2022/libevent/event_tagging.c 	return (res == -1 ? -1 : 0);
res               395 opal/mca/event/libevent2022/libevent/event_tagging.c 	int res, len;
res               401 opal/mca/event/libevent2022/libevent/event_tagging.c 	res = decode_int_internal(plength, evbuf, len);
res               402 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (res == -1)
res               405 opal/mca/event/libevent2022/libevent/event_tagging.c 	*plength += res + len;
res               413 opal/mca/event/libevent2022/libevent/event_tagging.c 	int res, len;
res               419 opal/mca/event/libevent2022/libevent/event_tagging.c 	res = decode_int_internal(plength, evbuf, len);
res               420 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (res == -1)
res               269 opal/mca/event/libevent2022/libevent/evmap.c 	short res = 0, old = 0;
res               296 opal/mca/event/libevent2022/libevent/evmap.c 			res |= EV_READ;
res               300 opal/mca/event/libevent2022/libevent/evmap.c 			res |= EV_WRITE;
res               315 opal/mca/event/libevent2022/libevent/evmap.c 	if (res) {
res               321 opal/mca/event/libevent2022/libevent/evmap.c 			old, (ev->ev_events & EV_ET) | res, extra) == -1)
res               342 opal/mca/event/libevent2022/libevent/evmap.c 	short res = 0, old = 0;
res               366 opal/mca/event/libevent2022/libevent/evmap.c 			res |= EV_READ;
res               371 opal/mca/event/libevent2022/libevent/evmap.c 			res |= EV_WRITE;
res               375 opal/mca/event/libevent2022/libevent/evmap.c 	if (res) {
res               377 opal/mca/event/libevent2022/libevent/evmap.c 		if (evsel->del(base, ev->ev_fd, old, res, extra) == -1)
res               264 opal/mca/event/libevent2022/libevent/evport.c 	int i, res;
res               309 opal/mca/event/libevent2022/libevent/evport.c 	res = port_getn(epdp->ed_port, pevtlist, EVENTS_PER_GETN,
res               314 opal/mca/event/libevent2022/libevent/evport.c 	if (res == -1) {
res               341 opal/mca/event/libevent2022/libevent/evport.c 		res = 0;
res               343 opal/mca/event/libevent2022/libevent/evport.c 			res = EV_READ | EV_WRITE;
res               346 opal/mca/event/libevent2022/libevent/evport.c 				res |= EV_READ;
res               348 opal/mca/event/libevent2022/libevent/evport.c 				res |= EV_WRITE;
res               355 opal/mca/event/libevent2022/libevent/evport.c 			res |= EV_READ|EV_WRITE;
res               360 opal/mca/event/libevent2022/libevent/evport.c 		evmap_io_active(base, fd, res);
res               192 opal/mca/event/libevent2022/libevent/evrpc.c 		int res = hook->process(ctx, req, evbuf, hook->process_arg);
res               193 opal/mca/event/libevent2022/libevent/evrpc.c 		if (res != EVRPC_CONTINUE)
res               194 opal/mca/event/libevent2022/libevent/evrpc.c 			return (res);
res               728 opal/mca/event/libevent2022/libevent/evrpc.c 	int res = 0;
res               748 opal/mca/event/libevent2022/libevent/evrpc.c 	res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri);
res               751 opal/mca/event/libevent2022/libevent/evrpc.c 	if (res == -1)
res               781 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res)
res               795 opal/mca/event/libevent2022/libevent/evrpc.c 	(*pause->cb)(pause->ctx, res);
res               922 opal/mca/event/libevent2022/libevent/evrpc.c 	int res = -1;
res               933 opal/mca/event/libevent2022/libevent/evrpc.c 		res = ctx->reply_unmarshal(ctx->reply, req->input_buffer);
res               934 opal/mca/event/libevent2022/libevent/evrpc.c 		if (res == -1)
res               938 opal/mca/event/libevent2022/libevent/evrpc.c 	if (res == -1) {
res               213 opal/mca/event/libevent2022/libevent/evthread.c 	int res = 0;
res               219 opal/mca/event/libevent2022/libevent/evthread.c 		res = _original_lock_fns.lock(mode, lock->lock);
res               220 opal/mca/event/libevent2022/libevent/evthread.c 	if (!res) {
res               223 opal/mca/event/libevent2022/libevent/evthread.c 	return res;
res               246 opal/mca/event/libevent2022/libevent/evthread.c 	int res = 0;
res               249 opal/mca/event/libevent2022/libevent/evthread.c 		res = _original_lock_fns.unlock(mode, lock->lock);
res               250 opal/mca/event/libevent2022/libevent/evthread.c 	return res;
res               251 opal/mca/event/libevent2022/libevent/evthread_win32.c 		DWORD res;
res               252 opal/mca/event/libevent2022/libevent/evthread_win32.c 		res = WaitForSingleObject(cond->event, ms);
res               261 opal/mca/event/libevent2022/libevent/evthread_win32.c 		} else if (res != WAIT_OBJECT_0) {
res               262 opal/mca/event/libevent2022/libevent/evthread_win32.c 			result = (res==WAIT_TIMEOUT) ? 1 : -1;
res               651 opal/mca/event/libevent2022/libevent/evutil.c 	struct evutil_addrinfo *res;
res               674 opal/mca/event/libevent2022/libevent/evutil.c 	res = mm_calloc(1,sizeof(struct evutil_addrinfo)+socklen);
res               675 opal/mca/event/libevent2022/libevent/evutil.c 	if (!res)
res               677 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_addr = (struct sockaddr*)
res               678 opal/mca/event/libevent2022/libevent/evutil.c 	    (((char*)res) + sizeof(struct evutil_addrinfo));
res               679 opal/mca/event/libevent2022/libevent/evutil.c 	memcpy(res->ai_addr, sa, socklen);
res               680 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_addrlen = socklen;
res               681 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_family = sa->sa_family; /* Same or not? XXX */
res               682 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_flags = EVUTIL_AI_LIBEVENT_ALLOCATED;
res               683 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_socktype = hints->ai_socktype;
res               684 opal/mca/event/libevent2022/libevent/evutil.c 	res->ai_protocol = hints->ai_protocol;
res               686 opal/mca/event/libevent2022/libevent/evutil.c 	return res;
res               810 opal/mca/event/libevent2022/libevent/evutil.c     struct evutil_addrinfo *hints, struct evutil_addrinfo **res, int *portnum)
res               876 opal/mca/event/libevent2022/libevent/evutil.c 		*res = evutil_addrinfo_append(res4, res6);
res               890 opal/mca/event/libevent2022/libevent/evutil.c 			*res = evutil_new_addrinfo((struct sockaddr*)&sin6,
res               892 opal/mca/event/libevent2022/libevent/evutil.c 			if (!*res)
res               906 opal/mca/event/libevent2022/libevent/evutil.c 			*res = evutil_new_addrinfo((struct sockaddr*)&sin,
res               908 opal/mca/event/libevent2022/libevent/evutil.c 			if (!*res)
res               994 opal/mca/event/libevent2022/libevent/evutil.c 	struct evutil_addrinfo *res=NULL, *ai;
res              1026 opal/mca/event/libevent2022/libevent/evutil.c 			evutil_freeaddrinfo(res);
res              1029 opal/mca/event/libevent2022/libevent/evutil.c 		res = evutil_addrinfo_append(res, ai);
res              1032 opal/mca/event/libevent2022/libevent/evutil.c 	if (res && ((hints->ai_flags & EVUTIL_AI_CANONNAME) && ent->h_name)) {
res              1033 opal/mca/event/libevent2022/libevent/evutil.c 		res->ai_canonname = mm_strdup(ent->h_name);
res              1034 opal/mca/event/libevent2022/libevent/evutil.c 		if (res->ai_canonname == NULL) {
res              1035 opal/mca/event/libevent2022/libevent/evutil.c 			evutil_freeaddrinfo(res);
res              1040 opal/mca/event/libevent2022/libevent/evutil.c 	return res;
res              1188 opal/mca/event/libevent2022/libevent/evutil.c     const struct evutil_addrinfo *hints_in, struct evutil_addrinfo **res)
res              1232 opal/mca/event/libevent2022/libevent/evutil.c 		    res, &tmp_port);
res              1248 opal/mca/event/libevent2022/libevent/evutil.c 				NULL,servname,&hints, res, &portnum);
res              1268 opal/mca/event/libevent2022/libevent/evutil.c 	err = getaddrinfo(nodename, servname, &hints, res);
res              1270 opal/mca/event/libevent2022/libevent/evutil.c 		apply_numeric_port_hack(portnum, res);
res              1273 opal/mca/event/libevent2022/libevent/evutil.c 		if (apply_socktype_protocol_hack(*res) < 0) {
res              1274 opal/mca/event/libevent2022/libevent/evutil.c 			evutil_freeaddrinfo(*res);
res              1275 opal/mca/event/libevent2022/libevent/evutil.c 			*res = NULL;
res              1294 opal/mca/event/libevent2022/libevent/evutil.c 	err = evutil_getaddrinfo_common(nodename, servname, &hints, res, &port);
res              1368 opal/mca/event/libevent2022/libevent/evutil.c 		*res = addrinfo_from_hostent(ent, port, &hints);
res              1369 opal/mca/event/libevent2022/libevent/evutil.c 		if (! *res)
res              1901 opal/mca/event/libevent2022/libevent/evutil.c 	const char *res=NULL;
res              1905 opal/mca/event/libevent2022/libevent/evutil.c 		res = evutil_inet_ntop(AF_INET, &sin->sin_addr,b,sizeof(b));
res              1907 opal/mca/event/libevent2022/libevent/evutil.c 		if (res) {
res              1913 opal/mca/event/libevent2022/libevent/evutil.c 		res = evutil_inet_ntop(AF_INET6, &sin6->sin6_addr,b,sizeof(b));
res              1915 opal/mca/event/libevent2022/libevent/evutil.c 		if (res) {
res              1977 opal/mca/event/libevent2022/libevent/http.c 	enum message_read_status res;
res              1979 opal/mca/event/libevent2022/libevent/http.c 	res = evhttp_parse_firstline(req, bufferevent_get_input(evcon->bufev));
res              1980 opal/mca/event/libevent2022/libevent/http.c 	if (res == DATA_CORRUPTED || res == DATA_TOO_LONG) {
res              1986 opal/mca/event/libevent2022/libevent/http.c 	} else if (res == MORE_DATA_EXPECTED) {
res              1999 opal/mca/event/libevent2022/libevent/http.c 	enum message_read_status res;
res              2002 opal/mca/event/libevent2022/libevent/http.c 	res = evhttp_parse_headers(req, bufferevent_get_input(evcon->bufev));
res              2003 opal/mca/event/libevent2022/libevent/http.c 	if (res == DATA_CORRUPTED || res == DATA_TOO_LONG) {
res              2009 opal/mca/event/libevent2022/libevent/http.c 	} else if (res == MORE_DATA_EXPECTED) {
res              2268 opal/mca/event/libevent2022/libevent/http.c 		int res = evhttp_connection_connect(evcon);
res              2273 opal/mca/event/libevent2022/libevent/http.c 	       if (res != 0)
res              2276 opal/mca/event/libevent2022/libevent/http.c 		return res;
res               607 opal/mca/event/libevent2022/libevent/include/event2/dns.h typedef void (*evdns_getaddrinfo_cb)(int result, struct evutil_addrinfo *res, void *arg);
res               975 opal/mca/event/libevent2022/libevent/include/event2/event.h void event_active(struct event *ev, int res, short ncalls);
res               515 opal/mca/event/libevent2022/libevent/include/event2/rpc.h evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
res               646 opal/mca/event/libevent2022/libevent/include/event2/util.h     const struct evutil_addrinfo *hints_in, struct evutil_addrinfo **res);
res               262 opal/mca/event/libevent2022/libevent/kqueue.c 	int i, n_changes, res;
res               303 opal/mca/event/libevent2022/libevent/kqueue.c 	res = kevent(kqop->kq, changes, n_changes,
res               311 opal/mca/event/libevent2022/libevent/kqueue.c 	if (res == -1) {
res               320 opal/mca/event/libevent2022/libevent/kqueue.c 	event_debug(("%s: kevent reports %d", __func__, res));
res               322 opal/mca/event/libevent2022/libevent/kqueue.c 	for (i = 0; i < res; i++) {
res               389 opal/mca/event/libevent2022/libevent/kqueue.c 	if (res == kqop->events_size) {
res               487 opal/mca/event/libevent2022/libevent/listener.c 	struct accepting_socket *res;
res               499 opal/mca/event/libevent2022/libevent/listener.c 	res = mm_calloc(1,sizeof(struct accepting_socket)-1+buflen);
res               500 opal/mca/event/libevent2022/libevent/listener.c 	if (!res)
res               503 opal/mca/event/libevent2022/libevent/listener.c 	event_overlapped_init(&res->overlapped, accepted_socket_cb);
res               504 opal/mca/event/libevent2022/libevent/listener.c 	res->s = INVALID_SOCKET;
res               505 opal/mca/event/libevent2022/libevent/listener.c 	res->lev = lev;
res               506 opal/mca/event/libevent2022/libevent/listener.c 	res->buflen = buflen;
res               507 opal/mca/event/libevent2022/libevent/listener.c 	res->family = family;
res               509 opal/mca/event/libevent2022/libevent/listener.c 	event_deferred_cb_init(&res->deferred,
res               510 opal/mca/event/libevent2022/libevent/listener.c 		accepted_socket_invoke_user_cb, res);
res               512 opal/mca/event/libevent2022/libevent/listener.c 	InitializeCriticalSectionAndSpinCount(&res->lock, 1000);
res               514 opal/mca/event/libevent2022/libevent/listener.c 	return res;
res               121 opal/mca/event/libevent2022/libevent/poll.c 	int res, i, j, nfds;
res               165 opal/mca/event/libevent2022/libevent/poll.c 	res = poll(event_set, nfds, msec);
res               169 opal/mca/event/libevent2022/libevent/poll.c 	if (res == -1) {
res               178 opal/mca/event/libevent2022/libevent/poll.c 	event_debug(("%s: poll reports %d", __func__, res));
res               180 opal/mca/event/libevent2022/libevent/poll.c 	if (res == 0 || nfds == 0)
res               192 opal/mca/event/libevent2022/libevent/poll.c 		res = 0;
res               198 opal/mca/event/libevent2022/libevent/poll.c 			res |= EV_READ;
res               200 opal/mca/event/libevent2022/libevent/poll.c 			res |= EV_WRITE;
res               201 opal/mca/event/libevent2022/libevent/poll.c 		if (res == 0)
res               204 opal/mca/event/libevent2022/libevent/poll.c 		evmap_io_active(base, event_set[i].fd, res);
res               204 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		int res;
res               207 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			res = evdns_base_config_windows_nameservers(evdns_base);
res               210 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			res = evdns_base_resolv_conf_parse(evdns_base,
res               214 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		if (res < 0) {
res               131 opal/mca/event/libevent2022/libevent/select.c 	int res=0, i, j, nfds;
res               161 opal/mca/event/libevent2022/libevent/select.c 	res = select(nfds, sop->event_readset_out,
res               168 opal/mca/event/libevent2022/libevent/select.c 	if (res == -1) {
res               177 opal/mca/event/libevent2022/libevent/select.c 	event_debug(("%s: select reports %d", __func__, res));
res               184 opal/mca/event/libevent2022/libevent/select.c 		res = 0;
res               186 opal/mca/event/libevent2022/libevent/select.c 			res |= EV_READ;
res               188 opal/mca/event/libevent2022/libevent/select.c 			res |= EV_WRITE;
res               190 opal/mca/event/libevent2022/libevent/select.c 		if (res == 0)
res               193 opal/mca/event/libevent2022/libevent/select.c 		evmap_io_active(base, i, res);
res               684 opal/mca/event/libevent2022/libevent/test/regress.c 	struct persist_active_timeout_called res;
res               689 opal/mca/event/libevent2022/libevent/test/regress.c 	memset(&res, 0, sizeof(res));
res               694 opal/mca/event/libevent2022/libevent/test/regress.c 	    persist_active_timeout_cb, &res);
res               711 opal/mca/event/libevent2022/libevent/test/regress.c 	tt_int_op(res.n, ==, 3);
res               712 opal/mca/event/libevent2022/libevent/test/regress.c 	tt_int_op(res.events[0], ==, EV_READ);
res               713 opal/mca/event/libevent2022/libevent/test/regress.c 	tt_int_op(res.events[1], ==, EV_TIMEOUT);
res               714 opal/mca/event/libevent2022/libevent/test/regress.c 	tt_int_op(res.events[2], ==, EV_TIMEOUT);
res               715 opal/mca/event/libevent2022/libevent/test/regress.c 	test_timeval_diff_eq(&start, &res.tvs[0], 100);
res               716 opal/mca/event/libevent2022/libevent/test/regress.c 	test_timeval_diff_eq(&start, &res.tvs[1], 300);
res               717 opal/mca/event/libevent2022/libevent/test/regress.c 	test_timeval_diff_eq(&start, &res.tvs[2], 500);
res               410 opal/mca/event/libevent2022/libevent/test/regress.gen.c   int res = -1;
res               420 opal/mca/event/libevent2022/libevent/test/regress.gen.c   res = 0;
res               424 opal/mca/event/libevent2022/libevent/test/regress.gen.c   return (res);
res               701 opal/mca/event/libevent2022/libevent/test/regress.gen.c   int res = -1;
res               711 opal/mca/event/libevent2022/libevent/test/regress.gen.c   res = 0;
res               715 opal/mca/event/libevent2022/libevent/test/regress.gen.c   return (res);
res              1199 opal/mca/event/libevent2022/libevent/test/regress.gen.c   int res = -1;
res              1209 opal/mca/event/libevent2022/libevent/test/regress.gen.c   res = 0;
res              1213 opal/mca/event/libevent2022/libevent/test/regress.gen.c   return (res);
res               652 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 	struct timeout_cb_result *res = arg;
res               653 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 	evutil_gettimeofday(&res->last_wrote_at, NULL);
res               659 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 	struct timeout_cb_result *res = arg;
res               660 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 	++res->total_calls;
res               664 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		evutil_gettimeofday(&res->read_timeout_at, NULL);
res               665 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		++res->n_read_timeouts;
res               669 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		evutil_gettimeofday(&res->write_timeout_at, NULL);
res               670 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c 		++res->n_write_timeouts;
res               463 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	struct generic_dns_callback_result *res = arg;
res               464 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->result = result;
res               465 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->type = type;
res               466 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->count = count;
res               467 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->ttl = ttl;
res               476 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		res->addrs_len = len = 0;
res               477 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		res->addrs = NULL;
res               480 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		res->addrs_len = len;
res               483 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		memcpy(res->addrs_buf, addresses, len);
res               484 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		res->addrs = res->addrs_buf;
res              1178 opal/mca/event/libevent2022/libevent/test/regress_dns.c gai_cb(int err, struct evutil_addrinfo *res, void *ptr)
res              1182 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	go->ai = res;
res              1609 opal/mca/event/libevent2022/libevent/test/regress_dns.c gaic_getaddrinfo_cb(int result, struct evutil_addrinfo *res, void *arg)
res               857 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		ev_uint32_t res;
res               858 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) {
res               861 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		if ((int)res != i) {
res               862 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 			TT_DIE(("Wrong message encoded %d != %d", i, res));
res                67 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_uint32_t res;
res                81 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_uint32_t res[4];
res               130 opal/mca/event/libevent2022/libevent/test/regress_util.c 		if (ntohl(in.s_addr) != ent->res) {
res               133 opal/mca/event/libevent2022/libevent/test/regress_util.c 				(unsigned long)ent->res));
res               183 opal/mca/event/libevent2022/libevent/test/regress_util.c 			if (u != ent->res[j]) {
res               134 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 	int res, n;
res               154 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		res = inflate(p, getstate(state));
res               164 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		if (res==Z_BUF_ERROR) {
res               171 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 			assert(res == Z_OK || res == Z_STREAM_END);
res               188 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 	int res, n;
res               208 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		res = deflate(p, getstate(state));
res               218 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		if (res==Z_BUF_ERROR) {
res               225 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 			assert(res == Z_OK || res == Z_STREAM_END);
res               251 opal/mca/event/libevent2022/libevent/util-internal.h     struct evutil_addrinfo *hints, struct evutil_addrinfo **res, int *portnum);
res               277 opal/mca/event/libevent2022/libevent/win32select.c 	int res = 0;
res               313 opal/mca/event/libevent2022/libevent/win32select.c 	res = select(fd_count,
res               320 opal/mca/event/libevent2022/libevent/win32select.c 	event_debug(("%s: select returned %d", __func__, res));
res               322 opal/mca/event/libevent2022/libevent/win32select.c 	if (res <= 0) {
res               323 opal/mca/event/libevent2022/libevent/win32select.c 		return res;
res               133 opal/mca/hwloc/base/hwloc_base_util.c     hwloc_cpuset_t avail = NULL, pucpus, res;
res               169 opal/mca/hwloc/base/hwloc_base_util.c         res = hwloc_bitmap_alloc();
res               184 opal/mca/hwloc/base/hwloc_base_util.c                     hwloc_bitmap_or(res, avail, pucpus);
res               185 opal/mca/hwloc/base/hwloc_base_util.c                     hwloc_bitmap_copy(avail, res);
res               206 opal/mca/hwloc/base/hwloc_base_util.c                         hwloc_bitmap_or(res, avail, pucpus);
res               207 opal/mca/hwloc/base/hwloc_base_util.c                         hwloc_bitmap_copy(avail, res);
res               225 opal/mca/hwloc/base/hwloc_base_util.c         hwloc_bitmap_free(res);
res               255 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   int res, ret = 0;
res               273 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0xf...f");
res               275 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               277 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               278 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res >= size)
res               279 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = size>0 ? (int)size - 1 : 0;
res               280 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     tmp += res;
res               281 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     size -= res;
res               305 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c         res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP,
res               310 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0");
res               312 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, ",");
res               314 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = 0;
res               316 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               318 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               328 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res >= size)
res               329 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = size>0 ? (int)size - 1 : 0;
res               331 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     tmp += res;
res               332 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     size -= res;
res               337 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0x0");
res               338 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               340 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               428 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   int res, ret = 0;
res               446 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin);
res               448 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin);
res               450 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1);
res               452 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               454 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               456 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res >= size)
res               457 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = size>0 ? (int)size - 1 : 0;
res               459 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     tmp += res;
res               460 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     size -= res;
res               544 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   int res, ret = 0;
res               555 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0xf...f");
res               557 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               559 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               560 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res >= size)
res               561 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = size>0 ? (int)size - 1 : 0;
res               562 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     tmp += res;
res               563 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     size -= res;
res               583 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "%016lx", val);
res               585 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "%08lx", val);
res               588 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = hwloc_snprintf(tmp, size, "0x%lx", val);
res               591 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = 0;
res               593 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               595 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res               596 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res >= size)
res               597 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       res = size>0 ? (int)size - 1 : 0;
res               598 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     tmp += res;
res               599 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     size -= res;
res               604 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     res = hwloc_snprintf(tmp, size, "0x0");
res               605 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (res < 0)
res               607 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     ret += res;
res              1103 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_or (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
res              1112 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(res);
res              1116 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, max_count) < 0)
res              1120 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		res->ulongs[i] = set1->ulongs[i] | set2->ulongs[i];
res              1125 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1128 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = set1->ulongs[i];
res              1132 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1135 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = set2->ulongs[i];
res              1140 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	res->infinite = set1->infinite || set2->infinite;
res              1144 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_and (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
res              1153 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(res);
res              1157 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, max_count) < 0)
res              1161 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		res->ulongs[i] = set1->ulongs[i] & set2->ulongs[i];
res              1167 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = set1->ulongs[i];
res              1169 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1174 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = set2->ulongs[i];
res              1176 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1181 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	res->infinite = set1->infinite && set2->infinite;
res              1185 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_andnot (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
res              1194 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(res);
res              1198 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, max_count) < 0)
res              1202 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		res->ulongs[i] = set1->ulongs[i] & ~set2->ulongs[i];
res              1208 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = set1->ulongs[i];
res              1210 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1215 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 					res->ulongs[i] = ~set2->ulongs[i];
res              1217 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs_count = min_count;
res              1222 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	res->infinite = set1->infinite && !set2->infinite;
res              1226 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_xor (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set1, const struct hwloc_bitmap_s *set2)
res              1235 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(res);
res              1239 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, max_count) < 0)
res              1243 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		res->ulongs[i] = set1->ulongs[i] ^ set2->ulongs[i];
res              1249 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs[i] = set1->ulongs[i] ^ w2;
res              1253 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 				res->ulongs[i] = set2->ulongs[i] ^ w1;
res              1257 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	res->infinite = (!set1->infinite) != (!set2->infinite);
res              1261 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int hwloc_bitmap_not (struct hwloc_bitmap_s *res, const struct hwloc_bitmap_s *set)
res              1266 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	HWLOC__BITMAP_CHECK(res);
res              1269 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, count) < 0)
res              1273 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 		res->ulongs[i] = ~set->ulongs[i];
res              1275 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	res->infinite = !set->infinite;
res               132 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c   unsigned res = GetModuleFileName(NULL, name, sizeof(name));
res               133 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c   if (res == sizeof(name) || !res)
res                59 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   int res;
res                80 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   res = ra_attachrset(what, who, rad, 0);
res                81 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   if (res < 0 && errno == EPERM) {
res                87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     res = ra_attachrset(what, who, rad, 0);
res                91 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return res;
res                99 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   int res = -1;
res               115 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   res = 0;
res               120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return res;
res               366 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   int res;
res               390 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   res = ra_attachrset(what, who, rad, 0);
res               391 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   if (res < 0 && errno == EPERM) {
res               397 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     res = ra_attachrset(what, who, rad, 0);
res               401 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return res;
res               410 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   int res = -1;
res               438 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   res = 0;
res               442 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return res;
res               563 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   res = ra_attachrset(R_SUBRANGE, rsid, subrange.su_rsid.at_rset, 0);
res               564 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   if (res < 0 && errno == EPERM) {
res               571 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     res = ra_attachrset(R_SUBRANGE, rsid, subrange.su_rsid.at_rset, 0);
res              1068 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc__export_synthetic_update_status(int *ret, char **tmp, ssize_t *tmplen, int res)
res              1070 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   if (res < 0)
res              1072 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   *ret += res;
res              1073 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   if (res >= *tmplen)
res              1074 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = *tmplen>0 ? (int)(*tmplen) - 1 : 0;
res              1075 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   *tmp += res;
res              1076 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   *tmplen -= res;
res              1103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   int res, ret = 0;
res              1148 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%u*%u%s", loops[j].step, loops[j].nb,
res              1150 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0) {
res              1165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = snprintf(tmp, tmplen, "%u%s", cur->os_index,
res              1167 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1209 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     int res, ret = 0;
res              1211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s%s", cachesize, memsize, needindexes ? "" : ")");
res              1212 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1228 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       res = snprintf(tmp, tmplen, "%sindexes=", prefix);
res              1229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1232 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       res = hwloc__export_synthetic_indexes(level, total, tmp, tmplen);
res              1233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   int res, ret = 0;
res              1258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "Cache%s", aritys);
res              1264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "Socket%s", aritys);
res              1268 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s", hwloc_obj_type_string(obj->type), aritys);
res              1272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc_snprintf(tmp, tmplen, "%s%s", types, aritys);
res              1274 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1279 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_obj_attr(topology, obj, tmp, tmplen);
res              1280 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1296 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   int res, ret = 0;
res              1315 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_obj(topology, flags, mchild, 1, tmp, tmplen);
res              1316 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1331 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_obj(topology, flags, mchild, (unsigned)-1, tmp, tmplen);
res              1332 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1404 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   int res, ret = 0;
res              1478 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_obj_attr(topology, obj, tmp, tmplen);
res              1479 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (res > 0)
res              1481 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1486 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_memory_children(topology, flags, obj, tmp, tmplen, needprefix, verbose);
res              1487 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (res > 0)
res              1489 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1501 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     res = hwloc__export_synthetic_obj(topology, flags, obj, arity, tmp, tmplen);
res              1502 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res              1506 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       res = hwloc__export_synthetic_memory_children(topology, flags, obj, tmp, tmplen, 1, verbose);
res              1507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (hwloc__export_synthetic_update_status(&ret, &tmp, &tmplen, res) < 0)
res               544 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_export_update_buffer(hwloc__nolibxml_export_state_data_t ndata, int res)
res               546 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (res >= 0) {
res               547 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     ndata->written += res;
res               548 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     if (res >= (int) ndata->remaining)
res               549 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c       res = ndata->remaining>0 ? (int)ndata->remaining-1 : 0;
res               550 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     ndata->buffer += res;
res               551 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     ndata->remaining -= res;
res               605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res;
res               609 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(npdata->buffer, npdata->remaining, ">\n");
res               610 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     hwloc__nolibxml_export_update_buffer(npdata, res);
res               629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining, "%*s<%s", (int) npdata->indent, "", name);
res               630 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               638 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res = hwloc_snprintf(ndata->buffer, ndata->remaining, " %s=\"%s\"", name, escaped ? (const char *) escaped : value);
res               639 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               648 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res;
res               652 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "</%s>\n", name);
res               654 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "%*s</%s>\n", (int) npdata->indent, "", name);
res               656 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, "/>\n");
res               658 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               669 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res;
res               673 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     res = hwloc_snprintf(ndata->buffer, ndata->remaining, ">");
res               674 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     hwloc__nolibxml_export_update_buffer(ndata, res);
res               678 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining, buffer, length);
res               679 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               689 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res;
res               707 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining,
res               710 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               725 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   size_t bufferlen, res;
res               731 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc___nolibxml_prepare_export(topology, edata, buffer, (int)bufferlen, flags);
res               733 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (res > bufferlen) {
res               734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     char *tmp = realloc(buffer, res);
res               740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     hwloc___nolibxml_prepare_export(topology, edata, buffer, (int)res, flags);
res               744 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   *buflenp = (int)res;
res               791 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   int res;
res               808 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc_snprintf(ndata->buffer, ndata->remaining,
res               811 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_update_buffer(ndata, res);
res               825 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   size_t bufferlen, res;
res               831 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   res = hwloc___nolibxml_prepare_export_diff(diff, refname, buffer, (int)bufferlen);
res               833 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (res > bufferlen) {
res               834 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     char *tmp = realloc(buffer, res);
res               840 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     hwloc___nolibxml_prepare_export_diff(diff, refname, buffer, (int)res);
res               844 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   *buflenp = (int)res;
res              1124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   int res = HWLOC_OBJ_DIFFERENT;
res              1138 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     res = hwloc_bitmap_compare_inclusion(set1, set2);
res              1139 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     if (res == HWLOC_OBJ_INTERSECTS)
res              1155 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       if (res == HWLOC_OBJ_CONTAINS)
res              1158 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       res = HWLOC_OBJ_INCLUDED;
res              1161 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       if (res == HWLOC_OBJ_INCLUDED)
res              1164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       res = HWLOC_OBJ_CONTAINS;
res              1175 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   return res;
res              1352 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     int res = hwloc_obj_cmp_sets(obj, child);
res              1353 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     int setres = res;
res              1355 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     if (res == HWLOC_OBJ_EQUAL) {
res              1360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       res = hwloc_type_cmp(obj, child);
res              1363 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     switch (res) {
res              1708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t res, root;
res              1742 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   res = hwloc__insert_object_by_cpuset(topology, NULL, obj, NULL /* do not show errors on stdout */);
res              1743 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (!res)
res              1745 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (res != obj)
res              1747 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     return res;
res              2222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   int res = 0;
res              2367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     res++;
res              2370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (res > 0) {
res               179 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 				       struct hwloc_obj ***res, int *max)
res               189 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     **res = current;
res               190 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     (*res)++;
res               205 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     ret = hwloc__get_largest_objs_inside_cpuset (current->children[i], subset, res, max);
res               476 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   int res;
res               483 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   res = 0;
res               486 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%slocal=%lu%s%stotal=%lu%s",
res               494 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%stotal=%lu%s",
res               500 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%lu%s",
res               505 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (res < 0)
res               507 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   ret += res;
res               510 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (res >= tmplen)
res               511 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     res = tmplen>0 ? (int)tmplen - 1 : 0;
res               512 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   tmp += res;
res               513 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   tmplen -= res;
res               516 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   res = 0;
res               534 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%ssize=%lu%s%slinesize=%u%s",
res               541 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%lu%s",
res               564 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	res = snprintf(string, size, "%s%s%s", up, separator, down);
res               566 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c 	res = snprintf(string, size, "%s", down);
res               574 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = snprintf(string, size, "busid=%04x:%02x:%02x.%01x%sid=%04x:%04x%sclass=%04x(%s)%s",
res               583 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (res < 0)
res               585 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   ret += res;
res               588 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (res >= tmplen)
res               589 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     res = tmplen>0 ? (int)tmplen - 1 : 0;
res               590 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   tmp += res;
res               591 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   tmplen -= res;
res               599 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       res = hwloc_snprintf(tmp, tmplen, "%s%s=%s%s%s",
res               603 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (res < 0)
res               605 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       ret += res;
res               606 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       if (res >= tmplen)
res               607 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c         res = tmplen>0 ? (int)tmplen - 1 : 0;
res               608 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       tmp += res;
res               609 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       tmplen -= res;
res               337 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_or (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
res               343 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_and (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
res               349 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_andnot (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
res               355 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_xor (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap1, hwloc_const_bitmap_t bitmap2);
res               361 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_not (hwloc_bitmap_t res, hwloc_const_bitmap_t bitmap);
res                56 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h   int res;
res                64 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h   res = hwloc_bitmap_snprintf(str, size, set);
res                66 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h   return res;
res               342 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	unsigned int res = (w & 0x55555555) + ((w >> 1) & 0x55555555);
res               343 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x33333333) + ((res >> 2) & 0x33333333);
res               344 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x0F0F0F0F) + ((res >> 4) & 0x0F0F0F0F);
res               345 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x00FF00FF) + ((res >> 8) & 0x00FF00FF);
res               346 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return (res & 0x0000FFFF) + ((res >> 16) & 0x0000FFFF);
res               352 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	unsigned long res;
res               353 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (w & 0x5555555555555555ul) + ((w >> 1) & 0x5555555555555555ul);
res               354 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x3333333333333333ul) + ((res >> 2) & 0x3333333333333333ul);
res               355 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x0F0F0F0F0F0F0F0Ful) + ((res >> 4) & 0x0F0F0F0F0F0F0F0Ful);
res               356 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x00FF00FF00FF00FFul) + ((res >> 8) & 0x00FF00FF00FF00FFul);
res               357 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	res = (res & 0x0000FFFF0000FFFFul) + ((res >> 16) & 0x0000FFFF0000FFFFul);
res               358 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return (res & 0x00000000FFFFFFFFul) + ((res >> 32) & 0x00000000FFFFFFFFul);
res               919 opal/mca/pmix/cray/pmix_cray.c     struct fence_result *res = (struct fence_result*)cbdata;
res               920 opal/mca/pmix/cray/pmix_cray.c     res->status = status;
res               922 opal/mca/pmix/cray/pmix_cray.c     res->flag = 0;
res               267 opal/mca/pmix/pmix4x/pmix/src/include/types.h PMIX_EXPORT void pmix_event_active (struct event *ev, int res, short ncalls);
res               723 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     opa_resource_t *res;
res               782 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 res = PMIX_NEW(opa_resource_t);
res               786 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                                    &pbkt, &res->device, &cnt, PMIX_STRING);
res               790 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                     PMIX_RELEASE(res);
res               800 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                     PMIX_RELEASE(res);
res               813 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                         PMIX_RELEASE(res);
res               824 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                         PMIX_RELEASE(res);
res               827 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                     pmix_list_append(&res->attributes, &attr->super);
res               829 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 pmix_list_append(&lst->resources, &res->super);
res               842 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                         PMIX_LIST_FOREACH(res, &lt->resources, opa_resource_t) {
res               843 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                             pmix_output(0, "\tDevice: %s", res->device);
res               844 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                             PMIX_LIST_FOREACH(attr, &res->attributes, opa_attr_t) {
res              1089 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     tcp_device_t *res;
res              1170 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 res = PMIX_NEW(tcp_device_t);
res              1171 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 res->device = device;
res              1172 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 res->address = address;
res              1173 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 pmix_list_append(&prts->devices, &res->super);
res              1194 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                             PMIX_LIST_FOREACH(res, &prts->devices, tcp_device_t) {
res              1195 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                                 pmix_output(0, "\tDevice: %s", res->device);
res              1196 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                                 pmix_output(0, "\tAddress: %s", res->address);
res               106 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     int res;
res               132 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c                 (void)event_active(cd->ev, cd->res, cd->ncalls);
res               142 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     int res;
res               153 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         res = PMIX_SUCCESS;
res               155 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         res = event_add(ev, tv);
res               157 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     return res;
res               161 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     int res;
res               171 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         res = PMIX_SUCCESS;
res               173 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         res = event_del(ev);
res               175 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     return res;
res               178 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c void pmix_event_active (struct event *ev, int res, short ncalls) {
res               184 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         cd->res = res;
res               191 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         event_active(ev, res, ncalls);
res                72 opal/mca/pmix/pmix4x/pmix/src/util/net.c     struct addrinfo hint, *res = NULL;
res                81 opal/mca/pmix/pmix4x/pmix/src/util/net.c     if (0 != getaddrinfo(name, NULL, &hint, &res)) {
res                88 opal/mca/pmix/pmix4x/pmix/src/util/net.c     freeaddrinfo(res);
res               170 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     struct addrinfo hints, *res = NULL, *r;
res               183 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
res               186 opal/mca/pmix/pmix4x/pmix/src/util/pif.c         if (NULL != res) {
res               187 opal/mca/pmix/pmix4x/pmix/src/util/pif.c             freeaddrinfo (res);
res               192 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     for (r = res; r != NULL; r = r->ai_next) {
res               206 opal/mca/pmix/pmix4x/pmix/src/util/pif.c                     freeaddrinfo (res);
res               214 opal/mca/pmix/pmix4x/pmix/src/util/pif.c                     freeaddrinfo (res);
res               220 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     if (NULL != res) {
res               221 opal/mca/pmix/pmix4x/pmix/src/util/pif.c         freeaddrinfo (res);
res               237 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     struct addrinfo hints, *res = NULL, *r;
res               244 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
res               247 opal/mca/pmix/pmix4x/pmix/src/util/pif.c         if (NULL != res) {
res               248 opal/mca/pmix/pmix4x/pmix/src/util/pif.c             freeaddrinfo (res);
res               253 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     for (r = res; r != NULL; r = r->ai_next) {
res               264 opal/mca/pmix/pmix4x/pmix/src/util/pif.c                     freeaddrinfo (res);
res               277 opal/mca/pmix/pmix4x/pmix/src/util/pif.c                     freeaddrinfo (res);
res               283 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     if (NULL != res) {
res               284 opal/mca/pmix/pmix4x/pmix/src/util/pif.c         freeaddrinfo (res);
res               648 opal/mca/pmix/s1/pmix_s1.c     struct fence_result *res = (struct fence_result*)cbdata;
res               649 opal/mca/pmix/s1/pmix_s1.c     res->status = status;
res               651 opal/mca/pmix/s1/pmix_s1.c     res->flag = 0;
res               667 opal/mca/pmix/s2/pmix_s2.c     struct fence_result *res = (struct fence_result*)cbdata;
res               668 opal/mca/pmix/s2/pmix_s2.c     res->status = status;
res               670 opal/mca/pmix/s2/pmix_s2.c     res->flag = 0;
res               191 opal/mca/timer/linux/timer_linux_component.c         struct timespec res;
res               192 opal/mca/timer/linux/timer_linux_component.c         if( 0 == clock_getres(CLOCK_MONOTONIC, &res)) {
res               196 opal/tools/wrappers/opal_wrapper.c     regex_t res;
res               207 opal/tools/wrappers/opal_wrapper.c             if (0 != regcomp(&res, options_data[i].compiler_args[j], REG_NOSUB)) {
res               211 opal/tools/wrappers/opal_wrapper.c             if (0 == regexec(&res, arg, (size_t) 0, NULL, 0)) {
res               212 opal/tools/wrappers/opal_wrapper.c                 regfree(&res);
res               216 opal/tools/wrappers/opal_wrapper.c             regfree(&res);
res               163 opal/util/if.c     struct addrinfo hints, *res = NULL, *r;
res               176 opal/util/if.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
res               179 opal/util/if.c         if (NULL != res) {
res               180 opal/util/if.c             freeaddrinfo (res);
res               185 opal/util/if.c     for (r = res; r != NULL; r = r->ai_next) {
res               196 opal/util/if.c                     freeaddrinfo (res);
res               205 opal/util/if.c                     freeaddrinfo (res);
res               212 opal/util/if.c     if (NULL != res) {
res               213 opal/util/if.c         freeaddrinfo (res);
res               229 opal/util/if.c     struct addrinfo hints, *res = NULL, *r;
res               236 opal/util/if.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
res               239 opal/util/if.c         if (NULL != res) {
res               240 opal/util/if.c             freeaddrinfo (res);
res               245 opal/util/if.c     for (r = res; r != NULL; r = r->ai_next) {
res               253 opal/util/if.c                     freeaddrinfo (res);
res               265 opal/util/if.c                     freeaddrinfo (res);
res               272 opal/util/if.c     if (NULL != res) {
res               273 opal/util/if.c         freeaddrinfo (res);
res                78 opal/util/net.c     struct addrinfo hint, *res = NULL;
res                87 opal/util/net.c     if (0 != getaddrinfo(name, NULL, &hint, &res)) {
res                94 opal/util/net.c     freeaddrinfo(res);
res               137 orte/mca/schizo/slurm/schizo_slurm.c     char output[256], *cmd, *jobid, **res;
res               164 orte/mca/schizo/slurm/schizo_slurm.c     res = opal_argv_split(output, ':');
res               165 orte/mca/schizo/slurm/schizo_slurm.c     cnt =  opal_argv_count(res);
res               166 orte/mca/schizo/slurm/schizo_slurm.c     tleft = strtol(res[cnt-1], NULL, 10); // has to be at least one field
res               169 orte/mca/schizo/slurm/schizo_slurm.c         tleft += 60 * strtol(res[cnt-2], NULL, 10);
res               173 orte/mca/schizo/slurm/schizo_slurm.c         tleft += 3600 * strtol(res[cnt-3], NULL, 10);
res               177 orte/mca/schizo/slurm/schizo_slurm.c         tleft += 24*3600 * strtol(res[cnt-4], NULL, 10);
res               183 orte/mca/schizo/slurm/schizo_slurm.c     opal_argv_free(res);
res               373 orte/orted/orted_main.c         hwloc_cpuset_t ours, res;
res               383 orte/orted/orted_main.c             res = hwloc_bitmap_alloc();
res               397 orte/orted/orted_main.c                     hwloc_bitmap_free(res);
res               400 orte/orted/orted_main.c                 hwloc_bitmap_or(res, ours, pu->cpuset);
res               401 orte/orted/orted_main.c                 hwloc_bitmap_copy(ours, res);
res               414 orte/orted/orted_main.c             hwloc_bitmap_free(res);
res               163 oshmem/mca/spml/base/spml_base.c     int res = 0;
res               171 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, int_addr, cmp, int_value);
res               178 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, short_addr, cmp, short_value);
res               185 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, long_addr, cmp, long_value);
res               192 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, longlong_addr, cmp, longlong_value);
res               199 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, int32_addr, cmp, int32_value);
res               206 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, int64_addr, cmp, int64_value);
res               213 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, fint_addr, cmp, fint_value);
res               220 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, fint4_addr, cmp, fint4_value);
res               227 oshmem/mca/spml/base/spml_base.c         SPML_BASE_DO_WAIT(res, fint8_addr, cmp, fint8_value);
res               356 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     int res;
res               376 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         res = sshmem_ucx_shadow_alloc(ctx->shadow_allocator, alloc_count, &index);
res               379 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         res       = sshmem_ucx_shadow_realloc(ctx->shadow_allocator, alloc_count,
res               383 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (res != OSHMEM_SUCCESS) {
res               384 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         return res;
res                80 test/monitoring/test_overhead.c static inline void op_send(double*res, void*sbuf, int size, int tagno, void*rbuf) {
res               104 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end);
res               107 test/monitoring/test_overhead.c static inline void op_send_pingpong(double*res, void*sbuf, int size, int tagno, void*rbuf) {
res               131 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end) / 2;
res               134 test/monitoring/test_overhead.c static inline void op_coll(double*res, void*buff, int size, int tagno, void*rbuf) {
res               143 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end);
res               146 test/monitoring/test_overhead.c static inline void op_a2a(double*res, void*sbuf, int size, int tagno, void*rbuf) {
res               155 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end);
res               158 test/monitoring/test_overhead.c static inline void op_put(double*res, void*sbuf, int size, int tagno, void*rbuf) {
res               169 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end);
res               172 test/monitoring/test_overhead.c static inline void op_get(double*res, void*rbuf, int size, int tagno, void*sbuf) {
res               183 test/monitoring/test_overhead.c     *res = timing_delay(&start, &end);
res                25 test/support/support.h #define TEST_AND_REPORT(res, exp_res, str)  \
res                26 test/support/support.h     if( res == exp_res ) test_success(); \