result           1238 ompi/communicator/comm.c int ompi_comm_compare(ompi_communicator_t *comm1, ompi_communicator_t *comm2, int *result) {
result           1249 ompi/communicator/comm.c         *result = MPI_IDENT;
result           1254 ompi/communicator/comm.c         *result = MPI_UNEQUAL;
result           1265 ompi/communicator/comm.c         *result = MPI_UNEQUAL;
result           1304 ompi/communicator/comm.c         *result = lresult;
result           1308 ompi/communicator/comm.c             *result = MPI_SIMILAR;
result           1311 ompi/communicator/comm.c             *result = MPI_UNEQUAL;
result           1315 ompi/communicator/comm.c         *result = MPI_UNEQUAL;
result            520 ompi/communicator/communicator.h int ompi_comm_compare(ompi_communicator_t *comm1, ompi_communicator_t *comm2, int *result);
result            192 ompi/group/group.c     int method,result;
result            212 ompi/group/group.c             result = ompi_group_incl_plist(group, n, ranks, new_group);
result            215 ompi/group/group.c             result = ompi_group_incl_strided(group, n, ranks, new_group);
result            218 ompi/group/group.c             result = ompi_group_incl_spor(group, n, ranks, new_group);
result            221 ompi/group/group.c             result = ompi_group_incl_bmap(group, n, ranks, new_group);
result            225 ompi/group/group.c     return result;
result            230 ompi/group/group.c     int i, j, k, result;
result            251 ompi/group/group.c     result = ompi_group_incl(group, k, ranks_included, new_group);
result            257 ompi/group/group.c     return result;
result            266 ompi/group/group.c     int count,result;
result            337 ompi/group/group.c     result = ompi_group_incl(group, k, ranks_included, new_group);
result            342 ompi/group/group.c     return result;
result            351 ompi/group/group.c     int index,first_rank,last_rank,stride,count,result;
result            434 ompi/group/group.c     result = ompi_group_incl(group, k, ranks_included, new_group);
result            440 ompi/group/group.c     return result;
result            446 ompi/group/group.c     int proc1,proc2,k, result;
result            480 ompi/group/group.c     result = ompi_group_incl(group1, k, ranks_included, new_group);
result            486 ompi/group/group.c     return result;
result            491 ompi/group/group.c                        int *result)
result            501 ompi/group/group.c         *result=MPI_IDENT;
result            507 ompi/group/group.c         *result=MPI_UNEQUAL;
result            518 ompi/group/group.c         *result=MPI_UNEQUAL;
result            549 ompi/group/group.c         *result=MPI_IDENT;
result            551 ompi/group/group.c         *result=MPI_SIMILAR;
result            553 ompi/group/group.c         *result=MPI_UNEQUAL;
result            248 ompi/group/group.h                                      int *result);
result            127 ompi/mca/coll/basic/coll_basic_barrier.c     int result;
result            130 ompi/mca/coll/basic/coll_basic_barrier.c     return comm->c_coll->coll_allreduce(&rank, &result, 1, MPI_INT, MPI_MAX,
result            105 ompi/mca/common/monitoring/monitoring_prof.c     int result, MPIT_result;
result            108 ompi/mca/common/monitoring/monitoring_prof.c     result = PMPI_Init(argc, argv);
result            143 ompi/mca/common/monitoring/monitoring_prof.c     return result;
result            148 ompi/mca/common/monitoring/monitoring_prof.c     int result, MPIT_result;
result            297 ompi/mca/common/monitoring/monitoring_prof.c     result = PMPI_Finalize();
result            299 ompi/mca/common/monitoring/monitoring_prof.c     return result;
result             90 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			globus_result_t result);
result             16 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c     globus_result_t result;
result             21 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c     result = globus_ftp_client_operationattr_destroy(&(oattr[fd->fd_sys]));
result             22 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c     if (result != GLOBUS_SUCCESS )
result             25 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c 		    myname,result);
result             29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c 		    "**io %s",globus_object_printable_to_string(globus_error_get(result)));
result             32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c     result=globus_ftp_client_handle_destroy(&(gridftp_fh[fd->fd_sys]));
result             33 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c     if (result != GLOBUS_SUCCESS )
result             36 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c 		    myname,result);
result             40 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result             33 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     globus_result_t result;
result             41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_handle_init(&handle,GLOBUS_NULL);
result             43 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     if (result != GLOBUS_SUCCESS )
result             45 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 	    globus_err_handler("globus_ftp_client_handle_init",myname,result);
result             51 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 			    globus_object_printable_to_string(globus_error_get(result)));
result             57 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_delete(&handle,filename,GLOBUS_NULL,delete_cb,GLOBUS_NULL);
result             58 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     if (result != GLOBUS_SUCCESS )
result             60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 	    globus_err_handler("globus_ftp_client_delete",myname,result);
result             66 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 			    globus_object_printable_to_string(globus_error_get(result)));
result             73 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     result=globus_ftp_client_handle_destroy(&handle);
result             74 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     if (result != GLOBUS_SUCCESS )
result             76 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 	    globus_err_handler("globus_ftp_client_handle_destroy",myname,result);
result             82 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 			    globus_object_printable_to_string(globus_error_get(result)));
result             93 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 			    globus_object_printable_to_string(globus_error_get(result)));
result             47 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	    globus_result_t result;
result             53 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	    if ( (result=globus_ftp_client_size(&(gridftp_fh[fd->fd_sys]),
result             60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 		    globus_err_handler("globus_ftp_client_size",myname,result);
result             65 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 				    globus_object_printable_to_string(globus_error_get(result)));
result             56 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     globus_result_t result;
result             77 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     result=globus_ftp_client_handleattr_init(&hattr);
result             78 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( result != GLOBUS_SUCCESS )
result             83 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			       myname,result);
result             88 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result             91 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     result = globus_ftp_client_operationattr_init(&(oattr[fd->fd_sys]));
result             92 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( result != GLOBUS_SUCCESS )
result             95 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			       myname,result);
result            100 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            106 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     result=globus_ftp_client_handleattr_set_cache_all(&hattr,GLOBUS_TRUE);
result            107 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( result !=GLOBUS_SUCCESS )
result            108 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	globus_err_handler("globus_ftp_client_handleattr_set_cache_all",myname,result);
result            112 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	 (result=globus_ftp_client_handleattr_add_cached_url(&hattr,fd->filename))!=GLOBUS_SUCCESS )
result            113 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	globus_err_handler("globus_ftp_client_handleattr_add_cached_url",myname,result);
result            132 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	 ((result=globus_ftp_client_operationattr_set_append(&(oattr[fd->fd_sys]),GLOBUS_TRUE))!=GLOBUS_SUCCESS) )
result            133 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	globus_err_handler("globus_ftp_client_operationattr_set_append",myname,result);
result            143 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			 (result=globus_ftp_client_operationattr_set_mode(&(oattr[fd->fd_sys]),GLOBUS_FTP_CONTROL_MODE_EXTENDED_BLOCK))!=GLOBUS_SUCCESS )
result            144 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			globus_err_handler("globus_ftp_client_operationattr_set_mode",myname,result);
result            146 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			      (result=globus_ftp_client_operationattr_set_mode(&(oattr[fd->fd_sys]),GLOBUS_FTP_CONTROL_MODE_BLOCK))!=GLOBUS_SUCCESS )
result            147 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			globus_err_handler("globus_ftp_client_operationattr_set_mode",myname,result);
result            149 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			      (result=globus_ftp_client_operationattr_set_mode(&(oattr[fd->fd_sys]),GLOBUS_FTP_CONTROL_MODE_COMPRESSED))!=GLOBUS_SUCCESS )
result            150 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			globus_err_handler("globus_ftp_client_operationattr_set_mode",myname,result);
result            152 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			      (result=globus_ftp_client_operationattr_set_mode(&(oattr[fd->fd_sys]),GLOBUS_FTP_CONTROL_MODE_STREAM))!=GLOBUS_SUCCESS )
result            153 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			globus_err_handler("globus_ftp_client_operationattr_set_mode",myname,result);
result            167 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			    if ( (result=globus_ftp_client_operationattr_set_parallelism(&(oattr[fd->fd_sys]),
result            169 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 				globus_err_handler("globus_ftp_client_operationattr_set_parallelism",myname,result);
result            191 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 					    if ( (result=globus_ftp_client_operationattr_set_layout(&(oattr[fd->fd_sys]),
result            194 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 								   myname,result);
result            211 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			    if ( (result=globus_ftp_client_operationattr_set_tcp_buffer(&(oattr[fd->fd_sys]),
result            213 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 				globus_err_handler("globus_ftp_client_operationattr_set_tcp_buffer",myname,result);
result            230 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    if ( (result=globus_ftp_client_operationattr_set_type(&(oattr[fd->fd_sys]),filetype))!=GLOBUS_SUCCESS )
result            231 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			globus_err_handler("globus_ftp_client_operationattr_set_type",myname,result);
result            238 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     result=globus_ftp_client_handle_init(&(gridftp_fh[fd->fd_sys]),&hattr);
result            239 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if ( result != GLOBUS_SUCCESS )
result            241 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    globus_err_handler("globus_ftp_client_handle_init",myname,result);
result            246 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            257 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    if ( (result=globus_ftp_client_exists(&(gridftp_fh[fd->fd_sys]),
result            263 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    globus_err_handler("globus_ftp_client_exists",myname,result);
result            268 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            289 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    if ( (result=globus_ftp_client_put(&(gridftp_fh[fd->fd_sys]),
result            296 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			    globus_err_handler("globus_ftp_client_put",myname,result);
result            302 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 				globus_object_printable_to_string(globus_error_get(result)));
result            305 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    result=globus_ftp_client_register_write(&(gridftp_fh[fd->fd_sys]),
result            310 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 		    if ( result != GLOBUS_SUCCESS )
result            312 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 			    globus_err_handler("globus_ftp_client_register_write",myname,result);
result            317 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 				globus_object_printable_to_string(globus_error_get(result)));
result            113 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     globus_result_t result;
result            139 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if ( (result=globus_ftp_client_partial_get(&(gridftp_fh[fd->fd_sys]),
result            148 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_err_handler("globus_ftp_client_partial_get",myname,result);
result            153 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     result=globus_ftp_client_register_read(&(gridftp_fh[fd->fd_sys]),
result            156 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if ( result != GLOBUS_SUCCESS )
result            158 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_err_handler("globus_ftp_client_register_read",myname,result);
result            162 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			    globus_object_printable_to_string(globus_error_get(result)));
result            208 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     globus_result_t result;
result            291 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if ( (result=globus_ftp_client_partial_get(&(gridftp_fh[fd->fd_sys]),
result            300 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_err_handler("globus_ftp_client_partial_get",myname,result);
result            304 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			    globus_object_printable_to_string(globus_error_get(result)));
result            316 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if ( (result=globus_ftp_client_register_read(&(gridftp_fh[fd->fd_sys]),
result            322 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    globus_err_handler("globus_ftp_client_register_read",myname,result);
result            326 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result             60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c     globus_result_t result;
result             83 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c     if ( (result=globus_ftp_client_size(&(gridftp_fh[fd->fd_sys]),
result             90 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    globus_err_handler("globus_ftp_client_size",myname,result);
result             94 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            106 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    if ( (result=globus_ftp_client_partial_put(&(gridftp_fh[fd->fd_sys]),
result            115 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    globus_err_handler("globus_ftp_client_partial_put",myname,result);
result            119 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            123 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    if ( (result=globus_ftp_client_register_write(&(gridftp_fh[fd->fd_sys]),
result            131 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    globus_err_handler("globus_ftp_client_register_write",myname,result);
result            135 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            156 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    if ( (result=globus_ftp_client_move(&(gridftp_fh[fd->fd_sys]),
result            163 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    globus_err_handler("globus_ftp_client_move",myname,result);
result            167 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            180 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    if ( (result=globus_ftp_client_partial_third_party_transfer(&(gridftp_fh[fd->fd_sys]),
result            191 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    globus_err_handler("globus_ftp_client_partial_third_party_transfer",myname,result);
result            195 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            209 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    if ( (result=globus_ftp_client_delete(&(gridftp_fh[fd->fd_sys]),
result            215 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		    globus_err_handler("globus_ftp_client_delete",myname,result);
result            219 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 				    globus_object_printable_to_string(globus_error_get(result)));
result            119 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     globus_result_t result;
result            145 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( (result=globus_ftp_client_partial_put(&(gridftp_fh[fd->fd_sys]),
result            154 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    globus_err_handler("globus_ftp_client_partial_put",myname,result);
result            158 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            161 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( (result=globus_ftp_client_register_write(&(gridftp_fh[fd->fd_sys]),
result            169 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    globus_err_handler("globus_ftp_client_register_write",myname,result);
result            173 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            218 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     globus_result_t result;
result            239 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            279 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            291 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( (result=globus_ftp_client_partial_put(&(gridftp_fh[fd->fd_sys]),
result            300 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    globus_err_handler("globus_ftp_client_partial_get",myname,result);
result            304 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    "**io %s", globus_object_printable_to_string(globus_error_get(result)));
result            327 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			    if ( (result=globus_ftp_client_register_write(&(gridftp_fh[fd->fd_sys]),
result            335 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				    globus_err_handler("globus_ftp_client_register_write",myname,result);
result             26 ompi/mca/io/romio321/romio/adio/ad_gridftp/globus_routines.c 			globus_result_t result)
result             33 ompi/mca/io/romio321/romio/adio/ad_gridftp/globus_routines.c   err = globus_error_get(result);
result             14 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_resize.c     BOOL result;
result             36 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_resize.c     result = SetEndOfFile(fd->fd_sys);
result             38 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_resize.c     if (result == FALSE)
result            115 ompi/mca/osc/portals4/osc_portals4_component.c     bool result;
result            131 ompi/mca/osc/portals4/osc_portals4_component.c     ret = opal_info_value_to_bool(value_string, &result);
result            134 ompi/mca/osc/portals4/osc_portals4_component.c     return result;
result            153 ompi/mca/osc/portals4/osc_portals4_component.c     bool result = false;
result            169 ompi/mca/osc/portals4/osc_portals4_component.c     if (0 == strcmp(value_string, value)) result = true;
result            171 ompi/mca/osc/portals4/osc_portals4_component.c     return result;
result            180 ompi/mca/osc/portals4/osc_portals4_component.c     if (0 == strcmp(value_string, value)) result = true;
result            182 ompi/mca/osc/portals4/osc_portals4_component.c     return result;
result            137 ompi/mca/osc/portals4/osc_portals4_passive_target.c     int64_t result;
result            141 ompi/mca/osc/portals4/osc_portals4_passive_target.c         ret = lk_cas64(module, target, LOCK_EXCLUSIVE, 0, &result);
result            143 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (LOCK_ILLEGAL == (LOCK_ILLEGAL & result)) return OMPI_ERR_RMA_SYNC;
result            144 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (0 == result) break;
result            166 ompi/mca/osc/portals4/osc_portals4_passive_target.c     int64_t result;
result            170 ompi/mca/osc/portals4/osc_portals4_passive_target.c         ret = lk_add64(module, target, 1, &result);
result            173 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (result > (int64_t)LOCK_EXCLUSIVE) {
result            174 ompi/mca/osc/portals4/osc_portals4_passive_target.c             if (LOCK_ILLEGAL == (LOCK_ILLEGAL & result)) return OMPI_ERR_RMA_SYNC;
result            175 ompi/mca/osc/portals4/osc_portals4_passive_target.c             ret = lk_add64(module, target, -1, &result);
result            190 ompi/mca/osc/portals4/osc_portals4_passive_target.c     int64_t result;
result            193 ompi/mca/osc/portals4/osc_portals4_passive_target.c     ret = lk_add64(module, target, -1, &result);
result            159 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c static inline int ompi_osc_pt2pt_cas_self (ompi_osc_pt2pt_sync_t *pt2pt_sync, const void *source, const void *compare, void *result,
result            170 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     memcpy (result, target, datatype->super.size);
result            216 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                             void *result, int result_count, ompi_datatype_t *result_datatype,
result            231 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                     result, result_count, result_datatype);
result            117 ompi/mca/osc/pt2pt/osc_pt2pt_component.c static bool check_config_value_bool(char *key, opal_info_t *info, bool result)
result            121 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     (void) opal_info_get_bool (info, key, &result, &flag);
result            122 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     return result;
result            189 ompi/mca/osc/rdma/osc_rdma_accumulate.c                                              ompi_datatype_t *source_datatype, void *result, int result_count,
result            218 ompi/mca/osc/rdma/osc_rdma_accumulate.c             if (NULL == result) {
result            229 ompi/mca/osc/rdma/osc_rdma_accumulate.c                 ompi_datatype_sndrcv (ptr, len, MPI_BYTE, result, result_count, result_datatype);
result            246 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_lock_t post_index, result, _tmp_value;
result            277 ompi/mca/osc/rdma/osc_rdma_active_target.c             ret = ompi_osc_rdma_lock_btl_cswap (module, peer, target, 0, 1 + (int64_t) my_rank, &result);
result            282 ompi/mca/osc/rdma/osc_rdma_active_target.c             result = !ompi_osc_rdma_lock_compare_exchange ((osc_rdma_atomic_counter_t *) target, &_tmp_value,
result            286 ompi/mca/osc/rdma/osc_rdma_active_target.c         if (OPAL_LIKELY(0 == result)) {
result            155 ompi/mca/osc/rdma/osc_rdma_component.c     bool result = false;
result            156 ompi/mca/osc/rdma/osc_rdma_component.c     const bool *flag_value = &result;
result            158 ompi/mca/osc/rdma/osc_rdma_component.c     ret = opal_info_get_bool (info, key, &result, &flag);
result            160 ompi/mca/osc/rdma/osc_rdma_component.c         return result;
result             39 ompi/mca/osc/rdma/osc_rdma_lock.h                                          int64_t operand, int flags, int64_t *result, const bool wait_for_completion,
result             56 ompi/mca/osc/rdma/osc_rdma_lock.h     pending_op->op_result = (void *) result;
result             86 ompi/mca/osc/rdma/osc_rdma_lock.h             *result = ((int64_t *) pending_op->op_buffer)[0];
result            107 ompi/mca/osc/rdma/osc_rdma_lock.h                                               int op, ompi_osc_rdma_lock_t operand, ompi_osc_rdma_lock_t *result,
result            110 ompi/mca/osc/rdma/osc_rdma_lock.h     return ompi_osc_rdma_btl_fop (module, peer->state_endpoint, address, peer->state_handle, op, operand, 0, result,
result            186 ompi/mca/osc/rdma/osc_rdma_lock.h                                            int64_t compare, int64_t value, int flags, int64_t *result)
result            196 ompi/mca/osc/rdma/osc_rdma_lock.h     pending_op->op_result = (void *) result;
result            219 ompi/mca/osc/rdma/osc_rdma_lock.h             *result = ((int64_t *) pending_op->op_buffer)[0];
result            238 ompi/mca/osc/rdma/osc_rdma_lock.h                                                 ompi_osc_rdma_lock_t compare, ompi_osc_rdma_lock_t value, ompi_osc_rdma_lock_t *result)
result            240 ompi/mca/osc/rdma/osc_rdma_lock.h     return ompi_osc_rdma_btl_cswap (module, peer->state_endpoint, address, peer->state_handle, compare, value, 0, result);
result            239 ompi/mca/osc/ucx/osc_ucx_active_target.c             uint64_t curr_idx = 0, result = 0;
result            243 ompi/mca/osc/ucx/osc_ucx_active_target.c                                             1, ranks_in_win_grp[i], &result,
result            244 ompi/mca/osc/ucx/osc_ucx_active_target.c                                             sizeof(result), remote_addr);
result            249 ompi/mca/osc/ucx/osc_ucx_active_target.c             curr_idx = result & (OMPI_OSC_UCX_POST_PEER_MAX - 1);
result            255 ompi/mca/osc/ucx/osc_ucx_active_target.c                 ret = opal_common_ucx_wpmem_cmpswp(module->mem, 0, result,
result            256 ompi/mca/osc/ucx/osc_ucx_active_target.c                                                  myrank + 1, &result, sizeof(result),
result            262 ompi/mca/osc/ucx/osc_ucx_active_target.c                 if (result == 0)
result             99 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int result;
result            112 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
result            113 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 if(result)
result            126 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int result;
result            139 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
result            140 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 if(result)
result            373 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int result;
result            406 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = (tag == (elem->tags[i] & tmask))  && (peer == (elem->srcs[i] & smask));
result            407 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 if(result)
result             44 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __mmask64 result = 0;
result             98 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __mmask64 result = 0;
result            105 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         result = _mm512_cmpeq_epi8_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            106 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(result)
result            110 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 if((0x1l << i & result) && elem->value[i])
result            133 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __mmask64 result = 0;
result            147 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         result = _mm512_cmpeq_epi8_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            149 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         printf("Search Result: %lx\n",result);
result            151 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(result)
result            154 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             printf("Search Result: %lx\n",result);
result            159 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 if(((0x1l << i) & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
result            383 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __mmask64 result = 0;
result            403 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         result = _mm512_cmpeq_epi8_mask(_mm512_and_epi32(elem->keys,msearch), search);
result            404 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(result)
result            408 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 if((0x1l << i & result) && elem->value[i])
result             44 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __mmask32 result = 0;
result             98 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __mmask32 result = 0;
result            105 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         result = _mm512_cmpeq_epi16_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            106 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(result)
result            110 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 if((0x1 << i & result) && elem->value[i])
result            133 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __mmask32 result = 0;
result            147 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         result = _mm512_cmpeq_epi16_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            148 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(result)
result            153 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
result            373 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __mmask32 result = 0;
result            394 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         result = _mm512_cmpeq_epi16_mask(_mm512_and_epi32(elem->keys,msearch), search);
result            395 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(result)
result            399 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 if((0x1 << i & result) && elem->value[i])
result             96 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __mmask16 result = 0;
result            104 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            105 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(result)
result            109 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 if((0x1 << i & result) && elem->value[i])
result            132 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __mmask16 result = 0;
result            147 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->keys, elem->mask), _mm512_and_epi32(search, elem->mask));
result            148 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(result)
result            153 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
result            382 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __mmask16 result = 0;
result            412 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->keys,msearch), search);
result            413 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(result)
result            417 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 if((0x1 << i & result) && elem->value[i])
result             85 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     int result;
result             89 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & elem->tmask) == (tag & elem->tmask)) &&
result             91 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         if(result)
result            107 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     int result;
result            111 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & elem->tmask) == (tag & elem->tmask)) &&
result            113 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         if(result)
result            334 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     int result;
result            353 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         result = ((elem->tag & tmask) == tag) &&
result            355 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         if(result)
result            100 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __mmask16 result = 0;
result            108 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags, elem->tmask), _mm512_and_epi32(tsearch, elem->tmask)) &
result            110 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(result)
result            114 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 if((0x1 << i & result) && elem->value[i])
result            134 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __mmask16 result = 0;
result            148 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags, elem->tmask), _mm512_and_epi32(tsearch, elem->tmask)) &
result            150 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(result)
result            155 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 if((0x1 << i & result) && req && ((req->req_peer == peer || req->req_peer == OMPI_ANY_SOURCE) && (req->req_tag == tag || req->req_tag == OMPI_ANY_TAG)))
result            393 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __mmask16 result = 0;
result            420 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags,tmasks), tsearch) &
result            422 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(result)
result            426 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 if((0x1 << i & result) && elem->value[i])
result            583 ompi/mca/pml/ob1/pml_ob1_recvreq.c     int result;
result            608 ompi/mca/pml/ob1/pml_ob1_recvreq.c     result = mca_common_cuda_record_htod_event("pml", des);
result            609 ompi/mca/pml/ob1/pml_ob1_recvreq.c     if (OMPI_SUCCESS != result) {
result           2276 ompi/mca/topo/treematch/treematch/tm_tree.c   tm_tree_t * result;
result           2320 ompi/mca/topo/treematch/treematch/tm_tree.c     result = kpartition_build_tree_from_topology(topology, aff_mat->mat, nb_processes, constraints, nb_constraints,
result           2322 ompi/mca/topo/treematch/treematch/tm_tree.c     result->nb_processes = aff_mat->order;
result           2324 ompi/mca/topo/treematch/treematch/tm_tree.c     return result;
result           2331 ompi/mca/topo/treematch/treematch/tm_tree.c     result = bottom_up_build_tree_from_topology(topology, aff_mat, obj_weight, com_speed);
result           2332 ompi/mca/topo/treematch/treematch/tm_tree.c     result->nb_processes = aff_mat->order;
result           2333 ompi/mca/topo/treematch/treematch/tm_tree.c     return result;
result             40 ompi/mpi/c/comm_compare.c int MPI_Comm_compare(MPI_Comm comm1, MPI_Comm comm2, int *result) {
result             57 ompi/mpi/c/comm_compare.c         if ( NULL == result ) {
result             67 ompi/mpi/c/comm_compare.c                              result);
result             43 ompi/mpi/c/group_compare.c int MPI_Group_compare(MPI_Group group1, MPI_Group group2, int *result) {
result             54 ompi/mpi/c/group_compare.c         } else if (NULL == result) {
result             62 ompi/mpi/c/group_compare.c     return_value = ompi_group_compare((ompi_group_t *)group1, (ompi_group_t *)group2, result);
result            283 ompi/mpi/cxx/comm_inln.h   int result;
result            284 ompi/mpi/cxx/comm_inln.h   (void)MPI_Comm_compare(comm1, comm2, &result);
result            285 ompi/mpi/cxx/comm_inln.h   return result;
result             52 ompi/mpi/cxx/group_inln.h   int result;
result             53 ompi/mpi/cxx/group_inln.h   (void)MPI_Group_compare(group1, group2, &result);
result             54 ompi/mpi/cxx/group_inln.h   return result;
result             12 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h ! them to the "mpi" module namespace, and result in linker errors if MPI
result             41 ompi/mpi/fortran/mpif-h/comm_compare_f.c                            (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr),
result             42 ompi/mpi/fortran/mpif-h/comm_compare_f.c                            (comm1, comm2, result, ierr) )
result             61 ompi/mpi/fortran/mpif-h/comm_compare_f.c                            (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr),
result             62 ompi/mpi/fortran/mpif-h/comm_compare_f.c                            (comm1, comm2, result, ierr) )
result             69 ompi/mpi/fortran/mpif-h/comm_compare_f.c void ompi_comm_compare_f(MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr)
result             74 ompi/mpi/fortran/mpif-h/comm_compare_f.c     OMPI_SINGLE_NAME_DECL(result);
result             77 ompi/mpi/fortran/mpif-h/comm_compare_f.c                               OMPI_SINGLE_NAME_CONVERT(result));
result             81 ompi/mpi/fortran/mpif-h/comm_compare_f.c         OMPI_SINGLE_INT_2_FINT(result);
result             44 ompi/mpi/fortran/mpif-h/group_compare_f.c                             MPI_Fint *result, MPI_Fint *ierror),
result             45 ompi/mpi/fortran/mpif-h/group_compare_f.c                            (group1,group2,result,ierror))
result             66 ompi/mpi/fortran/mpif-h/group_compare_f.c                             MPI_Fint *result, MPI_Fint *ierror),
result             67 ompi/mpi/fortran/mpif-h/group_compare_f.c                            (group1,group2,result,ierror))
result             78 ompi/mpi/fortran/mpif-h/group_compare_f.c                          MPI_Fint *result, MPI_Fint *ierr)
result             82 ompi/mpi/fortran/mpif-h/group_compare_f.c     OMPI_SINGLE_NAME_DECL(result);
result             89 ompi/mpi/fortran/mpif-h/group_compare_f.c                                OMPI_SINGLE_NAME_CONVERT(result)
result             94 ompi/mpi/fortran/mpif-h/group_compare_f.c         OMPI_SINGLE_INT_2_FINT(result);
result            122 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_compare, mpi_comm_compare, MPI_COMM_COMPARE, (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr));
result            251 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Group_compare, mpi_group_compare, MPI_GROUP_COMPARE, (MPI_Fint *group1, MPI_Fint *group2, MPI_Fint *result, MPI_Fint *ierr));
result           1258 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_compare_f(comm1,comm2,result,ierror) &
result           1263 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: result
result           1443 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_group_compare_f(group1,group2,result,ierror) &
result           1448 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: result
result            259 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_compare(comm1, comm2, result, ierror)
result            262 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: result
result            796 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Group_compare(group1, group2, result, ierror)
result            799 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: result
result            259 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_compare(comm1, comm2, result, ierror)
result            262 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: result
result            796 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Group_compare(group1, group2, result, ierror)
result            799 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: result
result            250 ompi/mpi/java/c/mpi_Comm.c     int rc, result;
result            251 ompi/mpi/java/c/mpi_Comm.c     rc = MPI_Comm_compare((MPI_Comm)comm1, (MPI_Comm)comm2, &result);
result            253 ompi/mpi/java/c/mpi_Comm.c     return result;
result            125 ompi/mpi/java/c/mpi_Datatype.c     int rc, result;
result            126 ompi/mpi/java/c/mpi_Datatype.c     rc = MPI_Type_size((MPI_Datatype)type, &result);
result            128 ompi/mpi/java/c/mpi_Datatype.c     return result;
result            120 ompi/mpi/java/c/mpi_Group.c     int result, rc;
result            121 ompi/mpi/java/c/mpi_Group.c     rc = MPI_Group_compare((MPI_Group)group1, (MPI_Group)group2, &result);
result            123 ompi/mpi/java/c/mpi_Group.c     return result;
result            625 ompi/mpi/java/java/MPI.java 		byte[] result = MPI.buffer;
result            627 ompi/mpi/java/java/MPI.java 		return result;
result            613 ompi/op/op.h                                          void * restrict result, int count, struct ompi_datatype_t *dtype)
result            615 ompi/op/op.h       ompi_datatype_copy_content_same_ddt (dtype, count, result, source1);
result            616 ompi/op/op.h       op->o_func.c_fn (source2, result, &count, &dtype);
result            869 ompi/patterns/net/netpatterns_knomial_tree.c     int i,tmp,cnt,result,n_extra_nodes;
result            875 ompi/patterns/net/netpatterns_knomial_tree.c     result=num_nodes;
result            939 ompi/patterns/net/netpatterns_knomial_tree.c         result=1;
result            944 ompi/patterns/net/netpatterns_knomial_tree.c                     node_rank-result;
result            947 ompi/patterns/net/netpatterns_knomial_tree.c                     node_rank+result;
result            949 ompi/patterns/net/netpatterns_knomial_tree.c             result*=2;
result             34 ompi/patterns/net/netpatterns_multinomial_tree.c     int i,result;
result             49 ompi/patterns/net/netpatterns_multinomial_tree.c     result=num_nodes;
result             53 ompi/patterns/net/netpatterns_multinomial_tree.c     while( 0 < result ) {
result             54 ompi/patterns/net/netpatterns_multinomial_tree.c         result-=cnt;
result             40 ompi/patterns/net/netpatterns_nary_tree.c     int n_levels, result;
result             55 ompi/patterns/net/netpatterns_nary_tree.c     result=num_nodes-1;
result             56 ompi/patterns/net/netpatterns_nary_tree.c     while (0 < result ) {
result             57 ompi/patterns/net/netpatterns_nary_tree.c         result/=tree_order;
result             63 ompi/patterns/net/netpatterns_nary_tree.c     result=my_rank;
result             67 ompi/patterns/net/netpatterns_nary_tree.c     while( 0 <= result ) {
result             68 ompi/patterns/net/netpatterns_nary_tree.c         result-=cnt;
result             95 ompi/patterns/net/netpatterns_nary_tree.c     result=num_nodes;
result             99 ompi/patterns/net/netpatterns_nary_tree.c     while( 0 < result ) {
result            100 ompi/patterns/net/netpatterns_nary_tree.c         result-=cnt;
result            180 ompi/patterns/net/netpatterns_nary_tree.c     int n_levels, result;
result            196 ompi/patterns/net/netpatterns_nary_tree.c     result=num_nodes-1;
result            197 ompi/patterns/net/netpatterns_nary_tree.c     while (0 < result ) {
result            198 ompi/patterns/net/netpatterns_nary_tree.c         result/=tree_order;
result            204 ompi/patterns/net/netpatterns_nary_tree.c     result=my_rank;
result            208 ompi/patterns/net/netpatterns_nary_tree.c     while( 0 <= result ) {
result            209 ompi/patterns/net/netpatterns_nary_tree.c         result-=cnt;
result            248 ompi/patterns/net/netpatterns_nary_tree.c     result=num_nodes;
result            252 ompi/patterns/net/netpatterns_nary_tree.c     while( 0 < result ) {
result            253 ompi/patterns/net/netpatterns_nary_tree.c         result-=cnt;
result            258 ompi/patterns/net/netpatterns_nary_tree.c     if(result < 0) {
result            328 ompi/patterns/net/netpatterns_nary_tree.c     int result;
result            333 ompi/patterns/net/netpatterns_nary_tree.c     result=size-1;
result            334 ompi/patterns/net/netpatterns_nary_tree.c     while (0 < result ) {
result            335 ompi/patterns/net/netpatterns_nary_tree.c         result/=radix;
result            225 opal/class/opal_tree.c     bool result = false;
result            228 opal/class/opal_tree.c     while (!result && item) {
result            230 opal/class/opal_tree.c         result = (item == search_item) ? true : false;
result            231 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
result            233 opal/class/opal_tree.c             result = item_in_tree(first_child, search_item);
result            235 opal/class/opal_tree.c         if (!result) {
result            240 opal/class/opal_tree.c     return(result);
result            654 opal/class/opal_tree.c     opal_tree_item_t *result = NULL, *first_child;
result            656 opal/class/opal_tree.c     while (!result && item) {
result            658 opal/class/opal_tree.c         result = (item->opal_tree_container->comp(item, key) == 0) ?
result            660 opal/class/opal_tree.c         if (!result && (first_child = opal_tree_get_first_child(item))) {
result            662 opal/class/opal_tree.c             result = find_in_descendants(first_child, key);
result            664 opal/class/opal_tree.c         if (!result) {
result            669 opal/class/opal_tree.c     return(result);
result            677 opal/class/opal_tree.c     opal_tree_item_t *curr_item = item, *result = NULL;
result            681 opal/class/opal_tree.c         result = find_in_descendants(opal_tree_get_first_child(item), key);
result            683 opal/class/opal_tree.c         if (!result) {
result            686 opal/class/opal_tree.c                 result = find_in_descendants(curr_item, key);
result            692 opal/class/opal_tree.c         while (!result && curr_item && curr_item->opal_tree_num_ancestors > 0){
result            701 opal/class/opal_tree.c                 result = find_in_descendants(curr_item, key);
result            706 opal/class/opal_tree.c     return(result);
result            124 opal/mca/btl/uct/btl_uct_amo.c     static uint64_t result;
result            129 opal/mca/btl/uct/btl_uct_amo.c     return mca_btl_uct_afop (btl, endpoint, &result, remote_address, NULL, remote_handle, op,
result             77 opal/mca/btl/usnic/btl_usnic_test.c     enum test_result result;
result             87 opal/mca/btl/usnic/btl_usnic_test.c         result = info->test_fn(info->ctx);
result             90 opal/mca/btl/usnic/btl_usnic_test.c         switch (result) {
result             18 opal/mca/btl/vader/btl_vader_sc_emu.c     int64_t result = 0;
result             22 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_add_64 (addr, *operand);
result             25 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_and_64 (addr, *operand);
result             28 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_or_64 (addr, *operand);
result             31 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_xor_64 (addr, *operand);
result             34 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_swap_64 (addr, *operand);
result             38 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_min_64 (addr, *operand);
result             43 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_max_64 (addr, *operand);
result             50 opal/mca/btl/vader/btl_vader_sc_emu.c     *operand = result;
result             57 opal/mca/btl/vader/btl_vader_sc_emu.c     int32_t result = 0;
result             61 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_add_32 (addr, *operand);
result             64 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_and_32 (addr, *operand);
result             67 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_or_32 (addr, *operand);
result             70 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_xor_32 (addr, *operand);
result             73 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_swap_32 (addr, *operand);
result             77 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_min_32 (addr, *operand);
result             82 opal/mca/btl/vader/btl_vader_sc_emu.c         result = opal_atomic_fetch_max_32 (addr, *operand);
result             89 opal/mca/btl/vader/btl_vader_sc_emu.c     *operand = result;
result           1013 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1022 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuPointerGetAttribute(&memType,
result           1024 opal/mca/common/cuda/common_cuda.c     assert(CUDA_SUCCESS == result);
result           1028 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcGetMemHandle(memHandle, (CUdeviceptr)base);
result           1031 opal/mca/common/cuda/common_cuda.c     if (CUDA_SUCCESS != result) {
result           1033 opal/mca/common/cuda/common_cuda.c                        true, result, base);
result           1043 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuMemGetAddressRange(&pbase, &psize, (CUdeviceptr)base);
result           1044 opal/mca/common/cuda/common_cuda.c     if (CUDA_SUCCESS != result) {
result           1046 opal/mca/common/cuda/common_cuda.c                        true, result, base);
result           1067 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuPointerSetAttribute(&memType, CU_POINTER_ATTRIBUTE_SYNC_MEMOPS,
result           1069 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1071 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result, base);
result           1082 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord((CUevent)cuda_reg->data.event, 0);
result           1083 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1085 opal/mca/common/cuda/common_cuda.c                        true, result, base);
result           1115 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1124 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcOpenMemHandle((CUdeviceptr *)&newreg->alloc_base, *memHandle,
result           1130 opal/mca/common/cuda/common_cuda.c     if (CUDA_ERROR_ALREADY_MAPPED == result) {
result           1136 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1138 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result, base);
result           1156 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1162 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuIpcCloseMemHandle((CUdeviceptr)cuda_reg->base.alloc_base);
result           1163 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1164 opal/mca/common/cuda/common_cuda.c             if (CUDA_ERROR_DEINITIALIZED != result) {
result           1166 opal/mca/common/cuda/common_cuda.c                 true, result, cuda_reg->base.alloc_base);
result           1182 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1184 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventCreate((CUevent *)event, CU_EVENT_INTERPROCESS | CU_EVENT_DISABLE_TIMING);
result           1185 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1187 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result);
result           1190 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcGetEventHandle((CUipcEventHandle *)handle, (CUevent)*event);
result           1191 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1193 opal/mca/common/cuda/common_cuda.c                        true, result);
result           1202 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1207 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventDestroy((CUevent)event);
result           1208 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1210 opal/mca/common/cuda/common_cuda.c                            true, result);
result           1228 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1233 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuIpcOpenEventHandle(&event, evtHandle);
result           1234 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1236 opal/mca/common/cuda/common_cuda.c                        true, result);
result           1244 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(event, 0);
result           1245 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1247 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result);
result           1251 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuStreamWaitEvent(0, event, 0);
result           1252 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1254 opal/mca/common/cuda/common_cuda.c                        true, result);
result           1258 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventDestroy(event);
result           1259 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1261 opal/mca/common/cuda/common_cuda.c                        true, result);
result           1273 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1299 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream);
result           1300 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1302 opal/mca/common/cuda/common_cuda.c                            true, dst, src, amount, result);
result           1310 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventRecord(cuda_event_ipc_array[cuda_event_ipc_first_avail], ipcStream);
result           1311 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1313 opal/mca/common/cuda/common_cuda.c                            true, OPAL_PROC_MY_HOSTNAME, result);
result           1329 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dst, (CUdeviceptr)src, amount, ipcStream);
result           1330 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1332 opal/mca/common/cuda/common_cuda.c                            true, dst, src, amount, result);
result           1342 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventRecord(cuda_event_ipc_array[cuda_event_ipc_first_avail], ipcStream);
result           1343 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1345 opal/mca/common/cuda/common_cuda.c                            true, OPAL_PROC_MY_HOSTNAME, result);
result           1359 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]);
result           1360 opal/mca/common/cuda/common_cuda.c         if ((CUDA_SUCCESS != result) && (CUDA_ERROR_NOT_READY != result)) {
result           1362 opal/mca/common/cuda/common_cuda.c                            true, result);
result           1368 opal/mca/common/cuda/common_cuda.c         while (CUDA_ERROR_NOT_READY == result) {
result           1372 opal/mca/common/cuda/common_cuda.c             result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]);
result           1373 opal/mca/common/cuda/common_cuda.c             if ((CUDA_SUCCESS != result) && (CUDA_ERROR_NOT_READY != result)) {
result           1375 opal/mca/common/cuda/common_cuda.c                                true, result);
result           1399 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1420 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(cuda_event_dtoh_array[cuda_event_dtoh_first_avail], dtohStream);
result           1421 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1423 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result);
result           1446 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1468 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventRecord(cuda_event_htod_array[cuda_event_htod_first_avail], htodStream);
result           1469 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1471 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result);
result           1508 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1516 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventQuery(cuda_event_ipc_array[cuda_event_ipc_first_used]);
result           1519 opal/mca/common/cuda/common_cuda.c         if (CUDA_ERROR_NOT_READY == result) {
result           1525 opal/mca/common/cuda/common_cuda.c         } else if (CUDA_SUCCESS != result) {
result           1527 opal/mca/common/cuda/common_cuda.c                            true, result);
result           1535 opal/mca/common/cuda/common_cuda.c                             "CUDA: cuEventQuery returned %d", result);
result           1555 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1563 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventQuery(cuda_event_dtoh_array[cuda_event_dtoh_first_used]);
result           1566 opal/mca/common/cuda/common_cuda.c         if (CUDA_ERROR_NOT_READY == result) {
result           1572 opal/mca/common/cuda/common_cuda.c         } else if (CUDA_SUCCESS != result) {
result           1574 opal/mca/common/cuda/common_cuda.c                            true, result);
result           1582 opal/mca/common/cuda/common_cuda.c                             "CUDA: cuEventQuery returned %d", result);
result           1602 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1610 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuEventQuery(cuda_event_htod_array[cuda_event_htod_first_used]);
result           1613 opal/mca/common/cuda/common_cuda.c         if (CUDA_ERROR_NOT_READY == result) {
result           1619 opal/mca/common/cuda/common_cuda.c         } else if (CUDA_SUCCESS != result) {
result           1621 opal/mca/common/cuda/common_cuda.c                            true, result);
result           1629 opal/mca/common/cuda/common_cuda.c                             "CUDA: cuEventQuery returned %d", result);
result           1872 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1878 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuPointerGetAttribute(&memTypeDst,
result           1880 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuPointerGetAttribute(&memTypeSrc,
result           1886 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, (CUdeviceptr)src, size, memcpyStream);
result           1887 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1889 opal/mca/common/cuda/common_cuda.c                            true, dest, src, size, result);
result           1892 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuStreamSynchronize(memcpyStream);
result           1893 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1895 opal/mca/common/cuda/common_cuda.c                            true, OPAL_PROC_MY_HOSTNAME, result);
result           1899 opal/mca/common/cuda/common_cuda.c          result = cuFunc.cuMemcpy((CUdeviceptr)dest, (CUdeviceptr)src, size);
result           1900 opal/mca/common/cuda/common_cuda.c          if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1902 opal/mca/common/cuda/common_cuda.c                             true, OPAL_PROC_MY_HOSTNAME, result);
result           1925 opal/mca/common/cuda/common_cuda.c     int result;
result           1927 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuMemAlloc(&tmp,size);
result           1929 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync(tmp, (CUdeviceptr)src, size, memcpyStream);
result           1930 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1932 opal/mca/common/cuda/common_cuda.c                            true, tmp, src, size, result);
result           1935 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpyAsync((CUdeviceptr)dest, tmp, size, memcpyStream);
result           1936 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1938 opal/mca/common/cuda/common_cuda.c                            true, dest, tmp, size, result);
result           1941 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuStreamSynchronize(memcpyStream);
result           1942 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1944 opal/mca/common/cuda/common_cuda.c                            true, OPAL_PROC_MY_HOSTNAME, result);
result           1948 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy(tmp, (CUdeviceptr)src, size);
result           1949 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(result != CUDA_SUCCESS)) {
result           1951 opal/mca/common/cuda/common_cuda.c                         result, (void *)tmp, src, (int)size);
result           1954 opal/mca/common/cuda/common_cuda.c         result = cuFunc.cuMemcpy((CUdeviceptr)dest, tmp, size);
result           1955 opal/mca/common/cuda/common_cuda.c         if (OPAL_UNLIKELY(result != CUDA_SUCCESS)) {
result           1957 opal/mca/common/cuda/common_cuda.c                         result, dest, (void *)tmp, (int)size);
result           1994 opal/mca/common/cuda/common_cuda.c     CUresult result;
result           1995 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuMemGetAddressRange((CUdeviceptr *)pbase, psize, (CUdeviceptr)base);
result           1996 opal/mca/common/cuda/common_cuda.c     if (OPAL_UNLIKELY(CUDA_SUCCESS != result)) {
result           1998 opal/mca/common/cuda/common_cuda.c                        true, OPAL_PROC_MY_HOSTNAME, result, base);
result            181 opal/mca/common/ucx/common_ucx.h                                  uint64_t value, void *result, size_t op_size,
result            187 opal/mca/common/ucx/common_ucx.h     request = ucp_atomic_fetch_nb(ep, opcode, value, result, op_size,
result            194 opal/mca/common/ucx/common_ucx.h                                                  uint64_t value, void *result, size_t op_size,
result            199 opal/mca/common/ucx/common_ucx.h     return ucp_atomic_fetch_nb(ep, opcode, value, result, op_size,
result            205 opal/mca/common/ucx/common_ucx.h                                  uint64_t value, void *result, size_t op_size,
result            218 opal/mca/common/ucx/common_ucx.h             *(uint64_t*)result = tmp;
result            221 opal/mca/common/ucx/common_ucx.h             *(uint32_t*)result = tmp;
result            128 opal/mca/event/libevent2022/libevent/arc4random.c 	ssize_t result;
result            131 opal/mca/event/libevent2022/libevent/arc4random.c 		result = read(fd, buf+numread, count-numread);
result            132 opal/mca/event/libevent2022/libevent/arc4random.c 		if (result<0)
result            134 opal/mca/event/libevent2022/libevent/arc4random.c 		else if (result == 0)
result            136 opal/mca/event/libevent2022/libevent/arc4random.c 		numread += result;
result            595 opal/mca/event/libevent2022/libevent/buffer.c 	size_t result;
result            599 opal/mca/event/libevent2022/libevent/buffer.c 	result = (buffer->total_len);
result            603 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            610 opal/mca/event/libevent2022/libevent/buffer.c 	size_t result;
result            614 opal/mca/event/libevent2022/libevent/buffer.c 	result = (chain != NULL ? chain->off : 0);
result            617 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            674 opal/mca/event/libevent2022/libevent/buffer.c 	int result = -1;
result            683 opal/mca/event/libevent2022/libevent/buffer.c 		result = 0;
result            731 opal/mca/event/libevent2022/libevent/buffer.c 	result = 0;
result            736 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            871 opal/mca/event/libevent2022/libevent/buffer.c 	int result = 0;
result            881 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result            886 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result            909 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            917 opal/mca/event/libevent2022/libevent/buffer.c 	int result = 0;
result            928 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result            933 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result            955 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            963 opal/mca/event/libevent2022/libevent/buffer.c 	int result = 0;
result            972 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           1025 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1050 opal/mca/event/libevent2022/libevent/buffer.c 	ev_ssize_t result = 0;
result           1063 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           1084 opal/mca/event/libevent2022/libevent/buffer.c 	result = nread;
result           1087 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1102 opal/mca/event/libevent2022/libevent/buffer.c 	int result;
result           1109 opal/mca/event/libevent2022/libevent/buffer.c 		result = 0;
result           1114 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           1122 opal/mca/event/libevent2022/libevent/buffer.c 		result = (int)datlen; /*XXXX should return ev_ssize_t*/
result           1176 opal/mca/event/libevent2022/libevent/buffer.c 	result = (int)nread;/*XXXX should change return type */
result           1180 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1187 opal/mca/event/libevent2022/libevent/buffer.c 	unsigned char *buffer, *result = NULL;
result           1207 opal/mca/event/libevent2022/libevent/buffer.c 		result = chain->buffer + chain->misalign;
result           1288 opal/mca/event/libevent2022/libevent/buffer.c 	result = (tmp->buffer + tmp->misalign);
result           1292 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1507 opal/mca/event/libevent2022/libevent/buffer.c 	char *result = NULL;
result           1529 opal/mca/event/libevent2022/libevent/buffer.c 	result = line;
result           1534 opal/mca/event/libevent2022/libevent/buffer.c 		*n_read_out = result ? n_to_copy : 0;
result           1536 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1549 opal/mca/event/libevent2022/libevent/buffer.c 	int result = -1;
result           1630 opal/mca/event/libevent2022/libevent/buffer.c 	result = 0;
result           1633 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1640 opal/mca/event/libevent2022/libevent/buffer.c 	int result = -1;
result           1712 opal/mca/event/libevent2022/libevent/buffer.c 	result = 0;
result           1715 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           1748 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *result = NULL;
result           1772 opal/mca/event/libevent2022/libevent/buffer.c 		result = chain;
result           1790 opal/mca/event/libevent2022/libevent/buffer.c 		result = chain;
result           1810 opal/mca/event/libevent2022/libevent/buffer.c 			result = chain->next;
result           1834 opal/mca/event/libevent2022/libevent/buffer.c 		result = *chainp = tmp;
result           1845 opal/mca/event/libevent2022/libevent/buffer.c 	result = evbuffer_chain_insert_new(buf, datlen);
result           1846 opal/mca/event/libevent2022/libevent/buffer.c 	if (!result)
result           1849 opal/mca/event/libevent2022/libevent/buffer.c 	EVUTIL_ASSERT(result);
result           1850 opal/mca/event/libevent2022/libevent/buffer.c 	EVUTIL_ASSERT(CHAIN_SPACE_LEN(result) >= datlen);
result           1852 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           2093 opal/mca/event/libevent2022/libevent/buffer.c 	int result;
result           2105 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2119 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2161 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2176 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2180 opal/mca/event/libevent2022/libevent/buffer.c 		result = 0;
result           2213 opal/mca/event/libevent2022/libevent/buffer.c 	result = n;
result           2216 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           2223 opal/mca/event/libevent2022/libevent/buffer.c 	int result;
result           2230 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2242 opal/mca/event/libevent2022/libevent/buffer.c 		result = -1;
result           2247 opal/mca/event/libevent2022/libevent/buffer.c 		result = n;
result           2254 opal/mca/event/libevent2022/libevent/buffer.c 			result = (unsigned long) v[0].iov_len;
result           2262 opal/mca/event/libevent2022/libevent/buffer.c 	result = n;
result           2265 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           2667 opal/mca/event/libevent2022/libevent/buffer.c 	int sz, result = -1;
result           2713 opal/mca/event/libevent2022/libevent/buffer.c 			result = sz;
result           2723 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           2746 opal/mca/event/libevent2022/libevent/buffer.c 	int result = -1;
result           2772 opal/mca/event/libevent2022/libevent/buffer.c 	result = 0;
result           2776 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result           2989 opal/mca/event/libevent2022/libevent/buffer.c 	int result = -1;
result           2993 opal/mca/event/libevent2022/libevent/buffer.c 			result = evbuffer_remove_cb_entry(buffer, cbent);
result           2999 opal/mca/event/libevent2022/libevent/buffer.c 	return result;
result            252 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	BIO *result;
result            255 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!(result = BIO_new(BIO_s_bufferevent())))
result            257 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	result->init = 1;
result            258 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	result->ptr = bufferevent;
result            259 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	result->shutdown = close_flag ? 1 : 0;
result            260 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	return result;
result            572 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	int result = 0;
result            590 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			result |= OP_MADE_PROGRESS;
result            593 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 					return OP_ERR | result;
result            605 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 						return OP_ERR | result;
result            612 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 						return OP_ERR | result;
result            618 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			result |= OP_BLOCKED;
result            629 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	return result;
result            641 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	int result = 0;
result            650 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		return OP_ERR | result;
result            667 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			result |= OP_MADE_PROGRESS;
result            670 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 					return OP_ERR | result;
result            682 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 						return OP_ERR | result;
result            690 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 						return OP_ERR | result;
result            698 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			result |= OP_BLOCKED;
result            710 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	return result;
result            724 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	int result = READ_DEFAULT;
result            746 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		result = wm->high - evbuffer_get_length(input);
result            748 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		result = READ_DEFAULT;
result            753 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (result > limit) {
result            754 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		result = limit;
result            757 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	return result;
result            361 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	int result=-1;
result            388 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 			result = 0;
result            409 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 			result = 0;
result            414 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		result = 0;
result            421 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		result = 0;
result            434 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	return result;
result            438 opal/mca/event/libevent2022/libevent/bufferevent_sock.c bufferevent_connect_getaddrinfo_cb(int result, struct evutil_addrinfo *ai,
result            450 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	if (result != 0) {
result            451 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		bev_p->dns_error = result;
result           1748 opal/mca/event/libevent2022/libevent/evdns.c 	int result = -1;
result           1808 opal/mca/event/libevent2022/libevent/evdns.c 	result = 0;
result           1811 opal/mca/event/libevent2022/libevent/evdns.c 	return result;
result           2265 opal/mca/event/libevent2022/libevent/evdns.c nameserver_probe_callback(int result, char type, int count, int ttl, void *addresses, void *arg) {
result           2272 opal/mca/event/libevent2022/libevent/evdns.c 	if (result == DNS_ERR_CANCEL) {
result           2281 opal/mca/event/libevent2022/libevent/evdns.c 	if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) {
result           4292 opal/mca/event/libevent2022/libevent/evdns.c evdns_result_is_answer(int result)
result           4294 opal/mca/event/libevent2022/libevent/evdns.c 	return (result != DNS_ERR_NOTIMPL && result != DNS_ERR_REFUSED &&
result           4295 opal/mca/event/libevent2022/libevent/evdns.c 	    result != DNS_ERR_SERVERFAILED && result != DNS_ERR_CANCEL);
result           4299 opal/mca/event/libevent2022/libevent/evdns.c evdns_getaddrinfo_gotresolve(int result, char type, int count,
result           4327 opal/mca/event/libevent2022/libevent/evdns.c 	if (evdns_result_is_answer(result)) {
result           4340 opal/mca/event/libevent2022/libevent/evdns.c 	if (result == DNS_ERR_CANCEL && ! user_canceled) {
result           4355 opal/mca/event/libevent2022/libevent/evdns.c 	if (result == DNS_ERR_NONE) {
result           4361 opal/mca/event/libevent2022/libevent/evdns.c 		err = evdns_err_to_getaddrinfo_err(result);
result           1189 opal/mca/event/libevent2022/libevent/event.c 	const struct timeval *result=NULL;
result           1208 opal/mca/event/libevent2022/libevent/event.c 			result = &ctl->duration;
result           1247 opal/mca/event/libevent2022/libevent/event.c 	result = &new_ctl->duration;
result           1250 opal/mca/event/libevent2022/libevent/event.c 	if (result)
result           1251 opal/mca/event/libevent2022/libevent/event.c 		EVUTIL_ASSERT(is_common_timeout(result, base));
result           1254 opal/mca/event/libevent2022/libevent/event.c 	return result;
result            481 opal/mca/event/libevent2022/libevent/event_tagging.c 	int result;
result            493 opal/mca/event/libevent2022/libevent/event_tagging.c 	result = decode_int_internal(pinteger, evbuf, 0);
result            495 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (result < 0 || (size_t)result > len) /* XXX Should this be != rather than > ?*/
result            498 opal/mca/event/libevent2022/libevent/event_tagging.c 		return result;
result            507 opal/mca/event/libevent2022/libevent/event_tagging.c 	int result;
result            519 opal/mca/event/libevent2022/libevent/event_tagging.c 	result = decode_int64_internal(pinteger, evbuf, 0);
result            521 opal/mca/event/libevent2022/libevent/event_tagging.c 	if (result < 0 || (size_t)result > len) /* XXX Should this be != rather than > ?*/
result            524 opal/mca/event/libevent2022/libevent/event_tagging.c 		return result;
result            577 opal/mca/event/libevent2022/libevent/event_tagging.c 	int result = -1;
result            592 opal/mca/event/libevent2022/libevent/event_tagging.c 	result = 0;
result            595 opal/mca/event/libevent2022/libevent/event_tagging.c 	return result;
result            161 opal/mca/event/libevent2022/libevent/evthread.c 	struct debug_lock *result = mm_malloc(sizeof(struct debug_lock));
result            162 opal/mca/event/libevent2022/libevent/evthread.c 	if (!result)
result            165 opal/mca/event/libevent2022/libevent/evthread.c 		if (!(result->lock = _original_lock_fns.alloc(
result            167 opal/mca/event/libevent2022/libevent/evthread.c 			mm_free(result);
result            171 opal/mca/event/libevent2022/libevent/evthread.c 		result->lock = NULL;
result            173 opal/mca/event/libevent2022/libevent/evthread.c 	result->locktype = locktype;
result            174 opal/mca/event/libevent2022/libevent/evthread.c 	result->count = 0;
result            175 opal/mca/event/libevent2022/libevent/evthread.c 	result->held_by = 0;
result            176 opal/mca/event/libevent2022/libevent/evthread.c 	return result;
result            160 opal/mca/event/libevent2022/libevent/evthread_win32.c 	BOOL result;
result            166 opal/mca/event/libevent2022/libevent/evthread_win32.c 	result = SleepConditionVariableCS_fn(cond, lock, ms);
result            167 opal/mca/event/libevent2022/libevent/evthread_win32.c 	if (result) {
result            237 opal/mca/event/libevent2022/libevent/evthread_win32.c 	int result = -1;
result            258 opal/mca/event/libevent2022/libevent/evthread_win32.c 			result = 0;
result            262 opal/mca/event/libevent2022/libevent/evthread_win32.c 			result = (res==WAIT_TIMEOUT) ? 1 : -1;
result            269 opal/mca/event/libevent2022/libevent/evthread_win32.c 				result = 1; /* Timeout */
result            294 opal/mca/event/libevent2022/libevent/evthread_win32.c 	return result;
result           2678 opal/mca/event/libevent2022/libevent/http.c 	char *result;
result           2698 opal/mca/event/libevent2022/libevent/http.c 	result = mm_malloc(evbuffer_get_length(buf));
result           2699 opal/mca/event/libevent2022/libevent/http.c 	if (result)
result           2700 opal/mca/event/libevent2022/libevent/http.c 		evbuffer_remove(buf, result, evbuffer_get_length(buf));
result           2703 opal/mca/event/libevent2022/libevent/http.c 	return (result);
result           2804 opal/mca/event/libevent2022/libevent/http.c 	int result = -1;
result           2820 opal/mca/event/libevent2022/libevent/http.c 		result = 0;
result           2851 opal/mca/event/libevent2022/libevent/http.c 	result = 0;
result           2860 opal/mca/event/libevent2022/libevent/http.c 	return result;
result            199 opal/mca/event/libevent2022/libevent/include/event2/dns.h typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg);
result            607 opal/mca/event/libevent2022/libevent/include/event2/dns.h typedef void (*evdns_getaddrinfo_cb)(int result, struct evutil_addrinfo *res, void *arg);
result             54 opal/mca/event/libevent2022/libevent/sample/dns-example.c main_callback(int result, char type, int count, int ttl,
result             66 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		printf("%s: No answer (%d)\n", n, result);
result             82 opal/mca/event/libevent2022/libevent/test/regress_dns.c dns_gethostbyname_cb(int result, char type, int count, int ttl,
result             87 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (result == DNS_ERR_TIMEOUT) {
result             89 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		dns_err = result;
result             93 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (result != DNS_ERR_NONE) {
result             94 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		printf("[Error code %d] ", result);
result            290 opal/mca/event/libevent2022/libevent/test/regress_dns.c dns_server_gethostbyname_cb(int result, char type, int count, int ttl,
result            293 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (result == DNS_ERR_CANCEL) {
result            301 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (result != DNS_ERR_NONE) {
result            302 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		printf("Unexpected result %d. ", result);
result            449 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	int result;
result            459 opal/mca/event/libevent2022/libevent/test/regress_dns.c generic_dns_callback(int result, char type, int count, int ttl, void *addresses,
result            464 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->result = result;
result            549 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[2].result, ==, DNS_ERR_NOTEXIST);
result            550 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[3].result, ==, DNS_ERR_NOTEXIST);
result            551 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[4].result, ==, DNS_ERR_NOTEXIST);
result            552 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[5].result, ==, DNS_ERR_NODATA);
result            554 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[6].result, ==, DNS_ERR_NOTEXIST);
result            556 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[7].result, ==, DNS_ERR_NODATA);
result            624 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.result, ==, DNS_ERR_CANCEL);
result            721 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.result, ==, DNS_ERR_TIMEOUT);
result            729 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.result, ==, DNS_ERR_NONE);
result            793 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.result, ==, DNS_ERR_NONE);
result           1609 opal/mca/event/libevent2022/libevent/test/regress_dns.c gaic_getaddrinfo_cb(int result, struct evutil_addrinfo *res, void *arg)
result           1615 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (result == EVUTIL_EAI_CANCEL) {
result            142 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	int result = 0;
result            146 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 			result = 1;
result            151 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	return result;
result           2098 opal/mca/hwloc/base/hwloc_base_util.c     hwloc_cpuset_t cpuset, result;
result           2116 opal/mca/hwloc/base/hwloc_base_util.c     result = hwloc_bitmap_alloc();
result           2154 opal/mca/hwloc/base/hwloc_base_util.c                 hwloc_bitmap_set(result, w);
result           2159 opal/mca/hwloc/base/hwloc_base_util.c         if (!hwloc_bitmap_iszero(result)) {
result           2160 opal/mca/hwloc/base/hwloc_base_util.c             hwloc_bitmap_list_asprintf(&tmp, result);
result           2244 opal/mca/hwloc/base/hwloc_base_util.c         hwloc_bitmap_zero(result);
result           2246 opal/mca/hwloc/base/hwloc_base_util.c     hwloc_bitmap_free(result);
result           1566 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	int result = HWLOC_BITMAP_EQUAL; /* means empty sets return equal */
result           1584 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_CONTAINS) {
result           1587 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_DIFFERENT;
result           1588 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    } else if (result == HWLOC_BITMAP_EQUAL) {
result           1589 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_INCLUDED;
result           1595 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_INCLUDED) {
result           1598 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_DIFFERENT;
result           1599 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    } else if (result == HWLOC_BITMAP_EQUAL) {
result           1600 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_CONTAINS;
result           1606 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_DIFFERENT)
result           1612 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_CONTAINS || result == HWLOC_BITMAP_DIFFERENT)
result           1615 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    result = HWLOC_BITMAP_INCLUDED;
result           1619 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_INCLUDED || result == HWLOC_BITMAP_DIFFERENT)
result           1622 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    result = HWLOC_BITMAP_CONTAINS;
result           1632 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_EQUAL && !empty1 /* implies !empty2 */)
result           1634 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_INCLUDED && !empty1)
result           1636 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_CONTAINS && !empty2)
result           1639 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    result = HWLOC_BITMAP_DIFFERENT;
result           1649 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    if (result == HWLOC_BITMAP_CONTAINS) {
result           1652 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_DIFFERENT;
result           1653 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    } else if (result == HWLOC_BITMAP_EQUAL) {
result           1654 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	      result = HWLOC_BITMAP_INCLUDED;
result           1660 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	  if (result == HWLOC_BITMAP_INCLUDED) {
result           1663 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    result = HWLOC_BITMAP_DIFFERENT;
result           1664 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	  } else if (result == HWLOC_BITMAP_EQUAL) {
result           1665 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	    result = HWLOC_BITMAP_CONTAINS;
result           1670 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	  if (result == HWLOC_BITMAP_DIFFERENT)
result           1675 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	return result;
result            250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc_libxml_look_done(struct hwloc_xml_backend_data_s *bdata, int result __hwloc_attribute_unused)
result            330 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc_nolibxml_look_done(struct hwloc_xml_backend_data_s *bdata, int result)
result            334 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (result < 0 && hwloc__xml_verbose())
result           1467 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t parent, group, result;
result           1517 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   result = hwloc__insert_object_by_cpuset(topology, parent, group, report_error);
result           1518 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (!result) {
result           1523 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(result == group);
result           1583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   struct hwloc_obj *result;
result           1611 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   result = hwloc___insert_object_by_cpuset(topology, root, obj, report_error);
result           1612 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (result && result->type == HWLOC_OBJ_PU) {
result           1614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       if (hwloc_bitmap_isset(result->cpuset, result->os_index))
result           1615 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	hwloc_bitmap_set(topology->levels[0][0]->cpuset, result->os_index);
result           1616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       hwloc_bitmap_set(topology->levels[0][0]->complete_cpuset, result->os_index);
result           1618 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (result != obj) {
result           1622 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   return result;
result             43 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*look_done)(struct hwloc_xml_backend_data_s *bdata, int result);
result            127 opal/mca/memory/patcher/memory_patcher_component.c     void *result = 0;
result            136 opal/mca/memory/patcher/memory_patcher_component.c         result = __mmap (start, length, prot, flags, fd, offset);
result            138 opal/mca/memory/patcher/memory_patcher_component.c         result = (void*)(intptr_t) memory_patcher_syscall(SYS_mmap, start, length, prot, flags, fd, offset);
result            146 opal/mca/memory/patcher/memory_patcher_component.c         result = original_mmap (start, length, prot, flags, fd, offset);
result            150 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            160 opal/mca/memory/patcher/memory_patcher_component.c     int result = 0;
result            166 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall(SYS_munmap, start, length);
result            168 opal/mca/memory/patcher/memory_patcher_component.c         result = original_munmap (start, length);
result            171 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            177 opal/mca/memory/patcher/memory_patcher_component.c     int result = _intercept_munmap (start, length);
result            179 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            201 opal/mca/memory/patcher/memory_patcher_component.c     void *result = MAP_FAILED;
result            215 opal/mca/memory/patcher/memory_patcher_component.c         result = (void *)(intptr_t) memory_patcher_syscall (SYS_mremap, start, oldlen, newlen, flags, new_address);
result            217 opal/mca/memory/patcher/memory_patcher_component.c         result = original_mremap (start, oldlen, newlen, flags, new_address);
result            221 opal/mca/memory/patcher/memory_patcher_component.c         result = (void *)(intptr_t) memory_patcher_syscall (SYS_mremap, start, oldlen, new_address, newlen, flags);
result            223 opal/mca/memory/patcher/memory_patcher_component.c         result = original_mremap (start, oldlen, new_address, newlen, flags);
result            227 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            234 opal/mca/memory/patcher/memory_patcher_component.c     void *result = _intercept_mremap (start, oldlen, newlen, flags, new_address);
result            236 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            242 opal/mca/memory/patcher/memory_patcher_component.c     void *result = _intercept_mremap (start, oldlen, new_address, newlen, flags);
result            244 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            256 opal/mca/memory/patcher/memory_patcher_component.c     int result = 0;
result            268 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall(SYS_madvise, start, length, advice);
result            270 opal/mca/memory/patcher/memory_patcher_component.c         result = original_madvise (start, length, advice);
result            273 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            278 opal/mca/memory/patcher/memory_patcher_component.c     int result = _intercept_madvise (start, length, advice);
result            280 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            295 opal/mca/memory/patcher/memory_patcher_component.c     int result = 0;
result            317 opal/mca/memory/patcher/memory_patcher_component.c         result = original_brk (addr);
result            327 opal/mca/memory/patcher/memory_patcher_component.c         result = -1;
result            331 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            337 opal/mca/memory/patcher/memory_patcher_component.c     int result = _intercept_brk (addr);
result            339 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            411 opal/mca/memory/patcher/memory_patcher_component.c     int result;
result            418 opal/mca/memory/patcher/memory_patcher_component.c         result = original_shmdt (shmaddr);
result            420 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall (SYS_shmdt, shmaddr);
result            423 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            429 opal/mca/memory/patcher/memory_patcher_component.c     int result = _intercept_shmdt (shmaddr);
result            431 opal/mca/memory/patcher/memory_patcher_component.c     return result;
result            927 opal/mca/pmix/cray/pmix_cray.c     struct fence_result result = { 1, OPAL_SUCCESS };
result            928 opal/mca/pmix/cray/pmix_cray.c     cray_fencenb(procs, collect_data, fence_release, (void*)&result);
result            929 opal/mca/pmix/cray/pmix_cray.c     CRAY_WAIT_FOR_COMPLETION(result.flag);
result            930 opal/mca/pmix/cray/pmix_cray.c     return result.status;
result             69 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                         bool *result);
result            717 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                         bool *result)
result            748 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     *result = enough;
result            106 opal/mca/pmix/pmix4x/pmix/src/util/basename.c     char* safe_tmp = strdup(filename), *result;
result            107 opal/mca/pmix/pmix4x/pmix/src/util/basename.c     result = strdup(dirname(safe_tmp));
result            109 opal/mca/pmix/pmix4x/pmix/src/util/basename.c     return result;
result            144 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c static void fill(const pmix_cmd_line_option_t *a, char result[3][BUFSIZ]);
result           1277 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c static void fill(const pmix_cmd_line_option_t *a, char result[3][BUFSIZ])
result           1281 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     result[0][0] = '\0';
result           1282 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     result[1][0] = '\0';
result           1283 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     result[2][0] = '\0';
result           1286 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%c", a->clo_short_name);
result           1290 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%s", a->clo_single_dash_name);
result           1294 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%s", a->clo_long_name);
result            656 opal/mca/pmix/s1/pmix_s1.c     struct fence_result result = { 1, OPAL_SUCCESS };
result            657 opal/mca/pmix/s1/pmix_s1.c     s1_fencenb(procs, collect_data, fence_release, (void*)&result);
result            658 opal/mca/pmix/s1/pmix_s1.c     S1_WAIT_FOR_COMPLETION(result.flag);
result            659 opal/mca/pmix/s1/pmix_s1.c     return result.status;
result            675 opal/mca/pmix/s2/pmix_s2.c     struct fence_result result = { 1, OPAL_SUCCESS };
result            676 opal/mca/pmix/s2/pmix_s2.c     s2_fencenb(procs, collect_data, fence_release, (void*)&result);
result            677 opal/mca/pmix/s2/pmix_s2.c     S2_WAIT_FOR_COMPLETION(result.flag);
result            678 opal/mca/pmix/s2/pmix_s2.c     return result.status;
result             95 opal/mca/shmem/mmap/shmem_mmap_module.c              bool *result);
result            144 opal/mca/shmem/mmap/shmem_mmap_module.c              bool *result)
result            187 opal/mca/shmem/mmap/shmem_mmap_module.c     *result = enough;
result             62 opal/test/reachable/reachable_shared.h     int result = results->weights[0][0];
result             66 opal/test/reachable/reachable_shared.h     return result;
result             40 opal/test/reachable/reachable_weighted.c     int result;
result             53 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result             54 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result             69 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result             71 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result             86 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result             88 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            103 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            105 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            120 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            122 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            137 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            139 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            154 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            156 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            171 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            173 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            188 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            190 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            205 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            207 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            222 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            224 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            239 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            241 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            256 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            258 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            273 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            275 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            290 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            292 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            307 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            309 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            324 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            326 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            339 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            341 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            354 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            356 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            908 opal/test/reachable/reachable_weighted.c     int result;
result            918 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            920 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            934 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            936 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            946 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            948 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            958 opal/test/reachable/reachable_weighted.c     result = run_single_test(int1, int2);
result            960 opal/test/reachable/reachable_weighted.c     if (result != expected_result) {
result            103 opal/util/basename.c     char* safe_tmp = strdup(filename), *result;
result            107 opal/util/basename.c     result = strdup(dirname(safe_tmp));
result            109 opal/util/basename.c     return result;
result            144 opal/util/cmd_line.c static void fill(const ompi_cmd_line_option_t *a, char result[3][BUFSIZ]);
result           1282 opal/util/cmd_line.c static void fill(const ompi_cmd_line_option_t *a, char result[3][BUFSIZ])
result           1286 opal/util/cmd_line.c     result[0][0] = '\0';
result           1287 opal/util/cmd_line.c     result[1][0] = '\0';
result           1288 opal/util/cmd_line.c     result[2][0] = '\0';
result           1291 opal/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%c", a->clo_short_name);
result           1295 opal/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%s", a->clo_single_dash_name);
result           1299 opal/util/cmd_line.c         snprintf(&result[i][0], BUFSIZ, "%s", a->clo_long_name);
result            358 opal/util/info.c     bool result = false;
result            374 opal/util/info.c             result = (bool) atoi(ptr);
result            377 opal/util/info.c             result = true;
result            383 opal/util/info.c     return result;
result             88 orte/mca/rtc/hwloc/rtc_hwloc.c                         bool *result);
result            690 orte/mca/rtc/hwloc/rtc_hwloc.c                         bool *result)
result            733 orte/mca/rtc/hwloc/rtc_hwloc.c     *result = enough;
result           1036 orte/mca/state/base/state_base_fns.c     char path[1024], info[256], **list=NULL, *status, *result, *r2;
result           1045 orte/mca/state/base/state_base_fns.c     result = NULL;
result           1110 orte/mca/state/base/state_base_fns.c             if (NULL == result) {
result           1111 orte/mca/state/base/state_base_fns.c                 opal_asprintf(&result, "    %d\t(%s)\t%s\n", i, info, status);
result           1113 orte/mca/state/base/state_base_fns.c                 opal_asprintf(&r2, "%s    %d\t(%s)\t%s\n", result, i, info, status);
result           1114 orte/mca/state/base/state_base_fns.c                 free(result);
result           1115 orte/mca/state/base/state_base_fns.c                 result = r2;
result           1122 orte/mca/state/base/state_base_fns.c              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), cnt, ORTE_LOCAL_JOBID(jdata->jobid), result);
result           1124 orte/mca/state/base/state_base_fns.c     free(result);
result            147 oshmem/mca/memheap/buddy/memheap_buddy.c     unsigned long result = offset & ~(bits_per_long() - 1);
result            152 oshmem/mca/memheap/buddy/memheap_buddy.c     size -= result;
result            162 oshmem/mca/memheap/buddy/memheap_buddy.c         result += bits_per_long();
result            167 oshmem/mca/memheap/buddy/memheap_buddy.c         result += bits_per_long();
result            171 oshmem/mca/memheap/buddy/memheap_buddy.c         return result;
result            176 oshmem/mca/memheap/buddy/memheap_buddy.c         return result + size; /* Nope. */
result            177 oshmem/mca/memheap/buddy/memheap_buddy.c     found_middle: return result + __ffs(tmp);
result           4727 oshmem/mca/memheap/ptmalloc/malloc.c   int result = 0;
result           4729 oshmem/mca/memheap/ptmalloc/malloc.c     result = sys_trim(gm, pad);
result           4732 oshmem/mca/memheap/ptmalloc/malloc.c   return result;
result           5145 oshmem/mca/memheap/ptmalloc/malloc.c   int result = 0;
result           5149 oshmem/mca/memheap/ptmalloc/malloc.c       result = sys_trim(ms, pad);
result           5156 oshmem/mca/memheap/ptmalloc/malloc.c   return result;
result           5170 oshmem/mca/memheap/ptmalloc/malloc.c   size_t result = 0;
result           5173 oshmem/mca/memheap/ptmalloc/malloc.c     result = ms->footprint;
result           5178 oshmem/mca/memheap/ptmalloc/malloc.c   return result;
result           5183 oshmem/mca/memheap/ptmalloc/malloc.c   size_t result = 0;
result           5186 oshmem/mca/memheap/ptmalloc/malloc.c     result = ms->max_footprint;
result           5191 oshmem/mca/memheap/ptmalloc/malloc.c   return result;
result            142 test/class/ompi_rb_tree.c     void * result;
result            154 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[0]);
result            155 test/class/ompi_rb_tree.c     if(NULL == result) {
result            158 test/class/ompi_rb_tree.c     if(!test_verify_int(values[0], *((int *) result))) {
result            166 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[1]);
result            167 test/class/ompi_rb_tree.c     if(NULL == result) {
result            170 test/class/ompi_rb_tree.c     if(!test_verify_int(values[1], *((int *) result))) {
result            178 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[2]);
result            179 test/class/ompi_rb_tree.c     if(NULL == result) {
result            182 test/class/ompi_rb_tree.c     if(!test_verify_int(values[2], *((int *) result))) {
result            190 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[3]);
result            191 test/class/ompi_rb_tree.c     if(NULL == result) {
result            194 test/class/ompi_rb_tree.c     if(!test_verify_int(values[3], *((int *) result))) {
result            202 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[4]);
result            203 test/class/ompi_rb_tree.c     if(NULL == result) {
result            206 test/class/ompi_rb_tree.c     if(!test_verify_int(values[4], *((int *) result))) {
result            214 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[5]);
result            215 test/class/ompi_rb_tree.c     if(NULL == result) {
result            218 test/class/ompi_rb_tree.c     if(!test_verify_int(values[5], *((int *) result))) {
result            226 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[6]);
result            227 test/class/ompi_rb_tree.c     if(NULL == result) {
result            230 test/class/ompi_rb_tree.c     if(!test_verify_int(values[6], *((int *) result))) {
result            238 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[7]);
result            239 test/class/ompi_rb_tree.c     if(NULL == result) {
result            242 test/class/ompi_rb_tree.c     if(!test_verify_int(values[7], *((int *) result))) {
result            255 test/class/ompi_rb_tree.c     result = opal_rb_tree_find(&tree, &keys[0]);
result            256 test/class/ompi_rb_tree.c     if(NULL != result) {
result            314 test/class/ompi_rb_tree.c     void * result, * lookup;
result            364 test/class/ompi_rb_tree.c         result = opal_rb_tree_find(&tree, &lookup);
result            365 test/class/ompi_rb_tree.c         if(NULL == result)
result            368 test/class/ompi_rb_tree.c         } else if(i != ((int)(intptr_t) ((opal_test_rb_value_t *) result)->registered_mpools[0]))
result            372 test/class/ompi_rb_tree.c         result = opal_rb_tree_find(&tree, &lookup);
result            373 test/class/ompi_rb_tree.c         if(NULL == result)
result            376 test/class/ompi_rb_tree.c         } else if(i != ((int)(intptr_t) ((opal_test_rb_value_t *) result)->registered_mpools[0]))
result            109 test/class/opal_bitmap.c     int result=0;
result            129 test/class/opal_bitmap.c     result = set_bit(bm, -1);
result            130 test/class/opal_bitmap.c     TEST_AND_REPORT(result, ERR_CODE,"opal_bitmap_set_bit");
result            135 test/class/opal_bitmap.c     int result=0;
result            146 test/class/opal_bitmap.c     result = clear_bit(bm, -1);
result            147 test/class/opal_bitmap.c     TEST_AND_REPORT(result, ERR_CODE,"opal_bitmap_clear_bit");
result            149 test/class/opal_bitmap.c     result = clear_bit(bm, 142);
result            150 test/class/opal_bitmap.c     TEST_AND_REPORT(result, ERR_CODE,"opal_bitmap_clear_bit");
result            156 test/class/opal_bitmap.c     int result=0;
result            165 test/class/opal_bitmap.c     result = is_set_bit(bm, 1122);
result            166 test/class/opal_bitmap.c     TEST_AND_REPORT(result,0,"opal_bitmap_is_set_bit");
result            168 test/class/opal_bitmap.c     TEST_AND_REPORT(result,0,"opal_bitmap_is_set_bit");
result            170 test/class/opal_bitmap.c     TEST_AND_REPORT(result,0,"opal_bitmap_is_set_bit");
result            177 test/class/opal_bitmap.c     int result=0;
result            180 test/class/opal_bitmap.c     result = find_and_set(bm, 0);
result            181 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            182 test/class/opal_bitmap.c     result = find_and_set(bm, 1);
result            183 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            184 test/class/opal_bitmap.c     result = find_and_set(bm, 2);
result            185 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            186 test/class/opal_bitmap.c     result = find_and_set(bm, 3);
result            187 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            189 test/class/opal_bitmap.c     result = opal_bitmap_set_bit(bm, 5);
result            190 test/class/opal_bitmap.c     result = find_and_set(bm, 4);
result            191 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            193 test/class/opal_bitmap.c     result = opal_bitmap_set_bit(bm, 6);
result            194 test/class/opal_bitmap.c     result = opal_bitmap_set_bit(bm, 7);
result            197 test/class/opal_bitmap.c     result = find_and_set(bm, 8);
result            198 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            200 test/class/opal_bitmap.c     result = find_and_set(bm, 10);
result            201 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            206 test/class/opal_bitmap.c     result = find_and_set(bm, bsize);
result            207 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, "opal_bitmap_find_and_set_first_unset_bit");
result            212 test/class/opal_bitmap.c     int result = clear_all(bm);
result            213 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, " error in opal_bitmap_clear_all_bits");
result            219 test/class/opal_bitmap.c     int result = set_all(bm);
result            220 test/class/opal_bitmap.c     TEST_AND_REPORT(result, 0, " error in opal_bitmap_set_ala_bitsl");
result            248 test/class/opal_bitmap.c     bool result = opal_bitmap_is_set_bit(bm, bit);
result            250 test/class/opal_bitmap.c     if (result) {
result            258 test/class/opal_bitmap.c     if (!result) {