MPI_BYTE           29 examples/spc_example.c             MPI_Send(data, message_size, MPI_BYTE, 1, 123, MPI_COMM_WORLD);
MPI_BYTE           32 examples/spc_example.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);
MPI_BYTE         1609 ompi/communicator/comm.c         rc = MCA_PML_CALL(irecv (recvbuf, rlen, MPI_BYTE, remote_leader, tag,
MPI_BYTE         1614 ompi/communicator/comm.c         rc = MCA_PML_CALL(send(sendbuf, int_len, MPI_BYTE, remote_leader, tag,
MPI_BYTE         1626 ompi/communicator/comm.c     rc = local_comm->c_coll->coll_bcast( recvbuf, rlen, MPI_BYTE,
MPI_BYTE          257 ompi/dpm/dpm.c     rc = comm->c_coll->coll_bcast(rport, rportlen, MPI_BYTE, root, comm,
MPI_BYTE           55 ompi/mca/coll/base/coll_base_barrier.c     rc = MCA_PML_CALL(irecv( NULL, 0, MPI_BYTE, source, rtag,
MPI_BYTE           60 ompi/mca/coll/base/coll_base_barrier.c     rc = MCA_PML_CALL(send( NULL, 0, MPI_BYTE, dest, stag,
MPI_BYTE          116 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(recv((void*)NULL, 0, MPI_BYTE, left,
MPI_BYTE          123 ompi/mca/coll/base/coll_base_barrier.c     err = MCA_PML_CALL(send((void*)NULL, 0, MPI_BYTE, right,
MPI_BYTE          130 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(recv((void*)NULL, 0, MPI_BYTE, left,
MPI_BYTE          138 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(recv((void*)NULL, 0, MPI_BYTE, left,
MPI_BYTE          145 ompi/mca/coll/base/coll_base_barrier.c     err = MCA_PML_CALL(send((void*)NULL, 0, MPI_BYTE, right,
MPI_BYTE          152 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(recv((void*)NULL, 0, MPI_BYTE, left,
MPI_BYTE          202 ompi/mca/coll/base/coll_base_barrier.c             err = MCA_PML_CALL(recv((void*)NULL, 0, MPI_BYTE, rank+adjsize,
MPI_BYTE          231 ompi/mca/coll/base/coll_base_barrier.c             err = MCA_PML_CALL(send((void*)NULL, 0, MPI_BYTE, remote,
MPI_BYTE          343 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(send (NULL, 0, MPI_BYTE, 0,
MPI_BYTE          348 ompi/mca/coll/base/coll_base_barrier.c         err = MCA_PML_CALL(recv (NULL, 0, MPI_BYTE, 0,
MPI_BYTE          361 ompi/mca/coll/base/coll_base_barrier.c             err = MCA_PML_CALL(irecv(NULL, 0, MPI_BYTE, MPI_ANY_SOURCE,
MPI_BYTE          371 ompi/mca/coll/base/coll_base_barrier.c             err = MCA_PML_CALL(send(NULL, 0, MPI_BYTE, i,
MPI_BYTE          424 ompi/mca/coll/base/coll_base_barrier.c                 err = MCA_PML_CALL(recv (NULL, 0, MPI_BYTE, partner,
MPI_BYTE          430 ompi/mca/coll/base/coll_base_barrier.c                 err = MCA_PML_CALL(send (NULL, 0, MPI_BYTE, partner,
MPI_BYTE          444 ompi/mca/coll/base/coll_base_barrier.c                 err = MCA_PML_CALL(send (NULL, 0, MPI_BYTE, partner,
MPI_BYTE          450 ompi/mca/coll/base/coll_base_barrier.c                 err = MCA_PML_CALL(recv (NULL, 0, MPI_BYTE, partner,
MPI_BYTE          241 ompi/mca/coll/base/coll_base_gather.c         ret = MCA_PML_CALL(recv(rbuf, 0, MPI_BYTE, root,
MPI_BYTE          295 ompi/mca/coll/base/coll_base_gather.c             ret = MCA_PML_CALL(send(rbuf, 0, MPI_BYTE, i,
MPI_BYTE           65 ompi/mca/coll/basic/coll_basic_barrier.c             err = MCA_PML_CALL(recv(NULL, 0, MPI_BYTE, peer,
MPI_BYTE           80 ompi/mca/coll/basic/coll_basic_barrier.c                          (NULL, 0, MPI_BYTE, peer,
MPI_BYTE           87 ompi/mca/coll/basic/coll_basic_barrier.c         err = MCA_PML_CALL(recv(NULL, 0, MPI_BYTE, peer,
MPI_BYTE          100 ompi/mca/coll/basic/coll_basic_barrier.c             err = MCA_PML_CALL(send(NULL, 0, MPI_BYTE, peer,
MPI_BYTE          483 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = NBC_Sched_copy((void *)(intptr_t)(i * datasize), true, datasize, MPI_BYTE, stmpbuf + offset -
MPI_BYTE          484 ompi/mca/coll/libnbc/nbc_ialltoall.c                              (intptr_t)tmpbuf, true, datasize, MPI_BYTE, schedule, false);
MPI_BYTE          496 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rtmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, rpeer, schedule, false);
MPI_BYTE          501 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (stmpbuf - (intptr_t)tmpbuf, true, offset, MPI_BYTE, speer, schedule, true);
MPI_BYTE          512 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = NBC_Sched_copy (rtmpbuf + offset - (intptr_t)tmpbuf, true, datasize, MPI_BYTE,
MPI_BYTE          513 ompi/mca/coll/libnbc/nbc_ialltoall.c                               (void *)(intptr_t)(i * datasize), true, datasize, MPI_BYTE, schedule,
MPI_BYTE           56 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, sendpeer, schedule, false);
MPI_BYTE           63 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, recvpeer, schedule, false);
MPI_BYTE          136 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, peer, schedule, false);
MPI_BYTE          145 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Sched_recv (NULL, false, 0, MPI_BYTE, 0, schedule, false);
MPI_BYTE          151 ompi/mca/coll/libnbc/nbc_ibarrier.c   res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, 0, schedule, false);
MPI_BYTE          167 ompi/mca/coll/libnbc/nbc_ibarrier.c       res = NBC_Sched_send (NULL, false, 0, MPI_BYTE, peer, schedule, false);
MPI_BYTE          489 ompi/mca/coll/libnbc/nbc_internal.h       ( type == MPI_BYTE ) ||
MPI_BYTE          580 ompi/mca/coll/sm/coll_sm_module.c             MCA_PML_CALL(send(&data->sm_bootstrap_meta->shmem_ds, sizeof (data->sm_bootstrap_meta->shmem_ds), MPI_BYTE,
MPI_BYTE          585 ompi/mca/coll/sm/coll_sm_module.c         MCA_PML_CALL(recv(&shmem_ds, sizeof (shmem_ds), MPI_BYTE, 0, MCA_COLL_BASE_TAG_BCAST, comm, MPI_STATUS_IGNORE));
MPI_BYTE          441 ompi/mca/common/ompio/common_ompio_file_read.c                                                 MPI_BYTE,
MPI_BYTE          420 ompi/mca/common/ompio/common_ompio_file_write.c                                                  MPI_BYTE,
MPI_BYTE          751 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                                   MPI_BYTE,
MPI_BYTE          796 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                  MPI_BYTE,
MPI_BYTE          778 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                                   MPI_BYTE,
MPI_BYTE          853 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                      MPI_BYTE,
MPI_BYTE          751 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                                   MPI_BYTE,
MPI_BYTE          796 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                  MPI_BYTE,
MPI_BYTE         1140 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                   MPI_BYTE,
MPI_BYTE         1220 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                           MPI_BYTE,
MPI_BYTE          559 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     MPI_Datatype byte = MPI_BYTE;
MPI_BYTE          895 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					 MPI_BYTE,
MPI_BYTE          925 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					 MPI_BYTE,
MPI_BYTE          949 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					  MPI_BYTE,
MPI_BYTE          623 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     MPI_Datatype byte = MPI_BYTE;
MPI_BYTE         1007 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					  MPI_BYTE, recv_types+j);
MPI_BYTE         1155 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					 MPI_BYTE,
MPI_BYTE         1366 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					       MPI_BYTE,
MPI_BYTE          751 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                                   MPI_BYTE,
MPI_BYTE          796 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                  MPI_BYTE,
MPI_BYTE         1176 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                                   MPI_BYTE,
MPI_BYTE         1256 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                           MPI_BYTE,
MPI_BYTE          179 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_read (&data->ompio_fh, buf, len, MPI_BYTE, status);
MPI_BYTE          183 ompi/mca/io/ompio/io_ompio_file_open.c             ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
MPI_BYTE          200 ompi/mca/io/ompio/io_ompio_file_open.c                 ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status);
MPI_BYTE          736 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    ADIO_ReadContig(fd, read_buf+for_curr_iter, (int)size, MPI_BYTE,
MPI_BYTE          881 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		  MPI_BYTE, i, myrank+i+100*iter, fd->comm, requests+j);
MPI_BYTE          896 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		    MPI_Irecv(recv_buf[i], recv_size[i], MPI_BYTE, i, 
MPI_BYTE          920 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			 MPI_BYTE, &send_type);
MPI_BYTE         1218 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             all_send_buf, send_size, sdispls, MPI_BYTE,
MPI_BYTE         1219 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             all_recv_buf, recv_size, rdispls, MPI_BYTE,
MPI_BYTE          927 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		ADIO_WriteContig(fd, write_buf, (int)size, MPI_BYTE,
MPI_BYTE         1056 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			 MPI_BYTE, recv_types+j);
MPI_BYTE         1113 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    ADIO_ReadContig(fd, write_buf, size, MPI_BYTE, 
MPI_BYTE         1165 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c   		            MPI_BYTE, i,  myrank+i+100*iter, fd->comm, 
MPI_BYTE         1376 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			MPI_Isend(send_buf[p], send_size[p], MPI_BYTE, p, 
MPI_BYTE         1614 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             all_send_buf, send_size, sdispls, MPI_BYTE,
MPI_BYTE         1615 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             all_recv_buf, recv_size, rdispls, MPI_BYTE,
MPI_BYTE         1658 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             ADIO_ReadContig(fd, write_buf, size, MPI_BYTE,
MPI_BYTE          104 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c     MPI_Gather( (void *)procInfo,     sizeof(ADIOI_BG_ProcInfo_t), MPI_BYTE, 
MPI_BYTE          105 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 		(void *)all_procInfo, sizeof(ADIOI_BG_ProcInfo_t), MPI_BYTE, 
MPI_BYTE          433 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadContig(fd, intermediate, bufsize, MPI_BYTE,
MPI_BYTE          448 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadDiscontig(fd, intermediate, bufsize, MPI_BYTE,
MPI_BYTE          436 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteContig(fd, intermediate, bufsize, MPI_BYTE,
MPI_BYTE          455 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteDiscontig(fd, intermediate, bufsize, MPI_BYTE,
MPI_BYTE           56 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	    ADIO_ReadContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, done,
MPI_BYTE           64 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 	    ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
MPI_BYTE           76 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c 		ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
MPI_BYTE          535 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	        ADIO_WriteContig(fd, write_buf, real_size, MPI_BYTE,
MPI_BYTE          542 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                     ADIO_WriteContig(fd, write_buf, real_size, MPI_BYTE,
MPI_BYTE          561 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                                                      MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          576 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                                          MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          659 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 			      MPI_BYTE, recv_types + j);
MPI_BYTE          710 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c         ADIO_ReadContig(fd, write_buf, size, MPI_BYTE,
MPI_BYTE          762 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 			  MPI_BYTE, i, myrank + i + 100 * iter, fd->comm,
MPI_BYTE          964 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 			MPI_Isend(send_buf[p], send_size[p], MPI_BYTE, p,
MPI_BYTE           18 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c            ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           40 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIO_ReadContig(fd, writebuf, writebuf_len, MPI_BYTE,           \
MPI_BYTE           59 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           80 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIO_ReadContig(fd, writebuf, writebuf_len, MPI_BYTE,           \
MPI_BYTE          102 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE,          \
MPI_BYTE          125 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE          240 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE,
MPI_BYTE          328 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE,
MPI_BYTE          502 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE,
MPI_BYTE           30 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_getsh.c 				     0, MPI_BYTE, MPI_BYTE, MPI_INFO_NULL, 
MPI_BYTE          111 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c 	    ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          341 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c             ADIO_ReadContig(fd, buf, bufsize, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE           43 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_setsh.c 				     0, MPI_BYTE, MPI_BYTE, MPI_INFO_NULL, 
MPI_BYTE          441 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c             ADIO_WriteContig(fd, buf, bufsize, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          143 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	MPI_Status_set_elements(status, MPI_BYTE, aio_req->nbytes); 
MPI_BYTE          597 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     else if ( MPI_BYTE == *mpi_dtype )
MPI_BYTE          154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_BYTE           35 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIOI_TESTFS_ReadContig(fd, buf, len, MPI_BYTE, file_ptr_type, 
MPI_BYTE           38 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIOI_TESTFS_WriteContig(fd, buf, len, MPI_BYTE, file_ptr_type, 
MPI_BYTE           72 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_BYTE           78 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c 	MPI_Type_contiguous ((max_end_offset - min_st_offset + 1), MPI_BYTE,
MPI_BYTE          247 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     old_types[0] = MPI_BYTE;
MPI_BYTE          848 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 			             client_disp_arr[i], MPI_BYTE, 
MPI_BYTE          854 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    client_comm_dtype_arr[i] = MPI_BYTE;
MPI_BYTE          864 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    MPI_Type_contiguous (agg_blk_arr[0], MPI_BYTE, agg_dtype_p);
MPI_BYTE          866 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    MPI_Type_create_hindexed(agg_ol_ct, agg_blk_arr, agg_disp_arr, MPI_BYTE,
MPI_BYTE         1207 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c                                      agg_disp_arr[i], MPI_BYTE,
MPI_BYTE         1213 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    agg_comm_dtype_arr[i] = MPI_BYTE;
MPI_BYTE         2066 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	MPI_Type_create_hindexed(agg_ol_ct, agg_blk_arr, agg_disp_arr, MPI_BYTE,
MPI_BYTE         2072 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	*agg_comm_dtype_p = MPI_BYTE;
MPI_BYTE          191 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		       MPI_BYTE, i, COUNT_EXCH, fd->comm, &recv_req_arr[i]);
MPI_BYTE          205 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		   MPI_BYTE, fd->hints->ranklist[i], COUNT_EXCH, fd->comm,
MPI_BYTE          286 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		       MPI_BYTE, 
MPI_BYTE          288 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		       MPI_BYTE, fd->comm);
MPI_BYTE           45 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 				     0, MPI_BYTE, MPI_BYTE,
MPI_BYTE           51 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		       MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
MPI_BYTE           59 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		       MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
MPI_BYTE           71 ompi/mca/io/romio321/romio/adio/common/ad_get_sh_fp.c 		    MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
MPI_BYTE          227 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    client_comm_dtype_arr[i] = MPI_BYTE;
MPI_BYTE          351 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIOI_IOFiletype (fd, cb_buf, buffered_io_size, MPI_BYTE,
MPI_BYTE          502 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIOI_IOFiletype (fd, cb_buf, buffered_io_size, MPI_BYTE,
MPI_BYTE          518 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIOI_IOFiletype (fd, cb_buf, buffered_io_size, MPI_BYTE,
MPI_BYTE          550 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIOI_IOFiletype (fd, cb_buf, buffered_io_size, MPI_BYTE,
MPI_BYTE          913 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     fd->etype    = MPI_BYTE;
MPI_BYTE          997 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c         MPI_Alltoall (client_comm_sz_arr, sizeof(ADIO_Offset), MPI_BYTE,
MPI_BYTE          998 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		  agg_comm_sz_arr, sizeof(ADIO_Offset), MPI_BYTE,
MPI_BYTE         1025 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		   sizeof(ADIO_Offset), MPI_BYTE, fd->hints->ranklist[i],
MPI_BYTE         1039 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		       MPI_BYTE, i, AMT_TAG, fd->comm, &send_requests[i]);
MPI_BYTE          861 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                         MPI_BYTE, ADIO_EXPLICIT_OFFSET, vars->off,
MPI_BYTE          865 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                          MPI_BYTE, ADIO_EXPLICIT_OFFSET, vars->off,
MPI_BYTE         1057 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                           MPI_BYTE, i, myrank+i+100*iter, fd->comm,
MPI_BYTE         1073 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 MPI_Irecv(recv_buf[i], recv_size[i], MPI_BYTE, i,
MPI_BYTE         1098 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                     MPI_BYTE, &send_type);
MPI_BYTE         1172 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Status_set_elements_x(status, MPI_BYTE, nbc_req->nbytes);
MPI_BYTE           30 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_ReadContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset, 
MPI_BYTE          154 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		ADIO_WriteContig(fd, buf, len, MPI_BYTE, 
MPI_BYTE          157 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		ADIO_ReadContig(fd, buf, len, MPI_BYTE,
MPI_BYTE          330 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	MPI_Status_set_elements_x(status, MPI_BYTE, aio_req->nbytes);
MPI_BYTE          920 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIO_WriteContig(fd, write_buf, (int)size, MPI_BYTE,
MPI_BYTE          924 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIO_IwriteContig(fd, write_buf, (int)size, MPI_BYTE,
MPI_BYTE         1114 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                     MPI_BYTE, recv_types+j);
MPI_BYTE         1176 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_IreadContig(fd, vars->write_buf, size, MPI_BYTE,
MPI_BYTE         1245 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                           MPI_BYTE, i,  myrank+i+100*iter, fd->comm,
MPI_BYTE         1363 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Status_set_elements_x(status, MPI_BYTE, nbc_req->nbytes);
MPI_BYTE           32 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_WriteContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset,
MPI_BYTE           53 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c                       MPI_BYTE, ADIO_EXPLICIT_OFFSET, done,
MPI_BYTE           67 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c                        MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
MPI_BYTE           82 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c                      MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
MPI_BYTE          718 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    ADIO_ReadContig(fd, read_buf+for_curr_iter, (int)size, MPI_BYTE,
MPI_BYTE          817 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		  MPI_BYTE, i, myrank+i+100*iter, fd->comm, requests+j);
MPI_BYTE          832 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		    MPI_Irecv(recv_buf[i], recv_size[i], MPI_BYTE, i, 
MPI_BYTE          856 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			 MPI_BYTE, &send_type);
MPI_BYTE           16 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	ADIO_ReadContig(fd, readbuf, readbuf_len, MPI_BYTE, \
MPI_BYTE           33 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c              MPI_BYTE, ADIO_EXPLICIT_OFFSET, readbuf_off+partial_read, \
MPI_BYTE          133 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c         ADIO_ReadContig(fd, readbuf, readbuf_len, MPI_BYTE, 
MPI_BYTE           89 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				MPI_BYTE, 
MPI_BYTE          251 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				    MPI_BYTE, 
MPI_BYTE          315 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 				    MPI_BYTE, 
MPI_BYTE           33 ompi/mca/io/romio321/romio/adio/common/ad_set_sh_fp.c 				     0, MPI_BYTE, MPI_BYTE,
MPI_BYTE           42 ompi/mca/io/romio321/romio/adio/common/ad_set_sh_fp.c 		     MPI_BYTE, ADIO_EXPLICIT_OFFSET, 0, &status, error_code);
MPI_BYTE           22 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 	ADIO_ReadContig(args->fd, args->buf, args->size, MPI_BYTE,
MPI_BYTE           26 ompi/mca/io/romio321/romio/adio/common/ad_threaded_io.c 	ADIO_WriteContig(args->fd, args->buf, args->size, MPI_BYTE,
MPI_BYTE          520 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    ADIO_WriteContig(fd, write_buf, (int)size, MPI_BYTE, ADIO_EXPLICIT_OFFSET, 
MPI_BYTE          615 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			 MPI_BYTE, recv_types+j);
MPI_BYTE          677 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    ADIO_ReadContig(fd, write_buf, size, MPI_BYTE, 
MPI_BYTE          728 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c   		            MPI_BYTE, i,  myrank+i+100*iter, fd->comm, 
MPI_BYTE          943 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			MPI_Isend(send_buf[p], send_size[p], MPI_BYTE, p, 
MPI_BYTE           15 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c            ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           29 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	ADIO_ReadContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           43 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           58 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         ADIO_ReadContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           78 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE           94 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, \
MPI_BYTE          210 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          461 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	    ADIO_WriteContig(fd, writebuf, writebuf_len, MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE           90 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				MPI_BYTE, 
MPI_BYTE          251 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				    MPI_BYTE, 
MPI_BYTE          315 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 				    MPI_BYTE, 
MPI_BYTE           22 ompi/mca/io/romio321/romio/adio/common/greq_fns.c 	MPIR_Status_set_bytes(status, MPI_BYTE, bytes);
MPI_BYTE          821 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
MPI_BYTE          965 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Put(((char*)buf) + currentFDSourceBufferState[aggIter].sourceBufferOffset,bufferAmountToSend, MPI_BYTE,targetAggsForMyData[aggIter],targetDisplacementToUseThisRound, bufferAmountToSend,MPI_BYTE,write_buf_window);
MPI_BYTE          971 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Put(putSourceData,bufferAmountToSend, MPI_BYTE,targetAggsForMyData[aggIter],targetDisplacementToUseThisRound, bufferAmountToSend,MPI_BYTE,write_buf_window);
MPI_BYTE          985 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggDataTypes[targetAggContigAccessCount] = MPI_BYTE;
MPI_BYTE          994 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               targetAggDataTypes[targetAggContigAccessCount] = MPI_BYTE;
MPI_BYTE         1098 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
MPI_BYTE         1170 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           MPI_BYTE, ADIO_EXPLICIT_OFFSET,currentRoundFDStart, &status, error_code);
MPI_BYTE         1854 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             MPI_BYTE, ADIO_EXPLICIT_OFFSET, currentRoundFDStart,
MPI_BYTE         2052 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Get(((char*)buf) + currentFDSourceBufferState[aggIter].sourceBufferOffset,bufferAmountToRecv, MPI_BYTE,sourceAggsForMyData[aggIter],sourceDisplacementToUseThisRound, bufferAmountToRecv,MPI_BYTE,read_buf_window);
MPI_BYTE         2058 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               MPI_Get(getSourceData,bufferAmountToRecv, MPI_BYTE,sourceAggsForMyData[aggIter],sourceDisplacementToUseThisRound, bufferAmountToRecv,MPI_BYTE,read_buf_window);
MPI_BYTE         2075 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggDataTypes[sourceAggContigAccessCount] = MPI_BYTE;
MPI_BYTE         2083 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               sourceAggDataTypes[sourceAggContigAccessCount] = MPI_BYTE;
MPI_BYTE          313 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			bufferAmountsToSendThisRound[irecv],MPI_BYTE,
MPI_BYTE          322 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		MPI_Isend(&((char*)buf)[sendBufferOffsetsThisRound[i]],bufferAmountsToSendThisRound[i],MPI_BYTE,
MPI_BYTE          347 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			MPI_BYTE,sourceProcsForMyData[i],0,
MPI_BYTE          398 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			MPI_BYTE, ADIO_EXPLICIT_OFFSET,
MPI_BYTE          674 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			MPI_BYTE, ADIO_EXPLICIT_OFFSET, currentRoundFDStart,
MPI_BYTE          843 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    bufferAmountsToGetThisRound[i],MPI_BYTE,
MPI_BYTE          860 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 			MPI_BYTE,targetProcsForMyData[i],0,
MPI_BYTE           23 ompi/mca/io/romio321/romio/adio/common/status_setb.c         MPI_Status_set_elements_x(status, MPI_BYTE, nbytes);
MPI_BYTE          107 ompi/mca/io/romio321/romio/adio/common/system_hints.c     MPI_Bcast(buffer, HINTFILE_MAX_SIZE, MPI_BYTE, 0, comm);
MPI_BYTE          155 ompi/mca/io/romio321/romio/mpi-io/open.c 		    MPI_BYTE, MPI_BYTE, info, ADIO_PERM_NULL, &error_code);
MPI_BYTE           86 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_BYTE           96 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_BYTE           93 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_BYTE          104 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_BYTE           88 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_BYTE          102 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_BYTE           94 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_BYTE          108 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_BYTE          115 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     MPI_File_set_view (fh, 0, MPI_BYTE, filetype, "native", MPI_INFO_NULL);
MPI_BYTE          118 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE, ADIO_INDIVIDUAL,
MPI_BYTE          140 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 	MPI_File_set_view (fh, 0, MPI_BYTE, filetype, "native", MPI_INFO_NULL);
MPI_BYTE          143 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE,
MPI_BYTE          191 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 	if (test->type_oldtypes[i] == MPI_BYTE) {
MPI_BYTE          220 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[0]  = MPI_BYTE;
MPI_BYTE          223 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[1]  = MPI_BYTE;
MPI_BYTE          226 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[2]  = MPI_BYTE;
MPI_BYTE          229 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[3]  = MPI_BYTE;
MPI_BYTE          237 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[0]  = MPI_BYTE;
MPI_BYTE          240 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[1]  = MPI_BYTE;
MPI_BYTE          243 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[2]  = MPI_BYTE;
MPI_BYTE          246 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[3]  = MPI_BYTE;
MPI_BYTE          254 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[0]  = MPI_BYTE;
MPI_BYTE          257 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[1]  = MPI_BYTE;
MPI_BYTE          260 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[2]  = MPI_BYTE;
MPI_BYTE          263 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[3]  = MPI_BYTE;
MPI_BYTE          271 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[0]  = MPI_BYTE;
MPI_BYTE          274 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[1]  = MPI_BYTE;
MPI_BYTE          277 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[2]  = MPI_BYTE;
MPI_BYTE          280 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[3]  = MPI_BYTE;
MPI_BYTE          288 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[0]  = MPI_BYTE;
MPI_BYTE          291 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[1]  = MPI_BYTE;
MPI_BYTE          294 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[2]  = MPI_BYTE;
MPI_BYTE          297 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].type_oldtypes[3]  = MPI_BYTE;
MPI_BYTE           59 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_BYTE, type, "native", MPI_INFO_NULL)); 
MPI_BYTE           64 ompi/mca/io/romio321/romio/test/error.c     err = MPI_File_set_view(fh, -1, MPI_BYTE, MPI_BYTE, "native", 
MPI_BYTE          164 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_set_view(fh, offset, MPI_BYTE, ftype, "native", MPI_INFO_NULL);
MPI_BYTE           65 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
MPI_BYTE           78 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
MPI_BYTE          112 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_write(fh, buf, SIZE, MPI_BYTE, &status);
MPI_BYTE          130 ompi/mca/io/romio321/romio/test/perf.c 	MPI_File_read(fh, buf, SIZE, MPI_BYTE, &status);
MPI_BYTE          104 ompi/mca/osc/portals4/osc_portals4_comm.c     if (MPI_BYTE == base_dt) {
MPI_BYTE          375 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ret = ompi_osc_pt2pt_isend_w_cb ((void *) packed_ddt, ddt_len, MPI_BYTE,
MPI_BYTE          544 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ret = ompi_osc_pt2pt_isend_w_cb ((void *) packed_ddt, ddt_len, MPI_BYTE,
MPI_BYTE          852 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ret = ompi_osc_pt2pt_isend_w_cb ((void *) packed_ddt, ddt_len, MPI_BYTE,
MPI_BYTE         1071 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c             ret = ompi_osc_pt2pt_isend_w_cb ((void *) packed_ddt, ddt_len, MPI_BYTE,
MPI_BYTE          286 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     return ompi_osc_pt2pt_isend_w_cb (data_copy, len, MPI_BYTE, target, OSC_PT2PT_FRAG_TAG,
MPI_BYTE         1513 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                     ddt_len, MPI_BYTE,
MPI_BYTE         1720 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         MPI_BYTE, OMPI_ANY_SOURCE, OSC_PT2PT_FRAG_TAG, module->comm, &module->recv_frags[i].pml_request,
MPI_BYTE           57 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     return ompi_osc_pt2pt_isend_w_cb (frag->buffer, count, MPI_BYTE, frag->target, OSC_PT2PT_FRAG_TAG,
MPI_BYTE          229 ompi/mca/osc/rdma/osc_rdma_accumulate.c                 ompi_datatype_sndrcv (ptr, len, MPI_BYTE, result, result_count, result_datatype);
MPI_BYTE          572 ompi/mca/osc/rdma/osc_rdma_component.c         ret = shared_comm->c_coll->coll_allgather (MPI_IN_PLACE, sizeof (*temp), MPI_BYTE, temp, sizeof (*temp),
MPI_BYTE          573 ompi/mca/osc/rdma/osc_rdma_component.c                                                   MPI_BYTE, shared_comm, shared_comm->c_coll->coll_allgather_module);
MPI_BYTE          608 ompi/mca/osc/rdma/osc_rdma_component.c         ret = module->comm->c_coll->coll_bcast (&module->seg_ds, sizeof (module->seg_ds), MPI_BYTE, 0,
MPI_BYTE          972 ompi/mca/osc/rdma/osc_rdma_component.c                 ret = module->local_leaders->c_coll->coll_allgather (MPI_IN_PLACE, module->region_size, MPI_BYTE, module->node_comm_info,
MPI_BYTE          973 ompi/mca/osc/rdma/osc_rdma_component.c                                                                     module->region_size, MPI_BYTE, module->local_leaders,
MPI_BYTE          303 ompi/mca/osc/sm/osc_sm_component.c 	ret = module->comm->c_coll->coll_bcast (&module->seg_ds, sizeof (module->seg_ds), MPI_BYTE, 0,
MPI_BYTE          178 ompi/mca/osc/ucx/osc_ucx_component.c     ret = comm->c_coll->coll_allgatherv(my_info, my_info_len, MPI_BYTE,
MPI_BYTE          179 ompi/mca/osc/ucx/osc_ucx_component.c                                         (void *)(*recv_info_ptr), lens, (*disps_ptr), MPI_BYTE,
MPI_BYTE          362 ompi/mca/osc/ucx/osc_ucx_component.c                                        MPI_BYTE, recv_buf, 2 * sizeof(uint64_t),
MPI_BYTE          363 ompi/mca/osc/ucx/osc_ucx_component.c                                        MPI_BYTE, comm, comm->c_coll->coll_allgather_module);
MPI_BYTE          198 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                               MPI_BYTE, &status);
MPI_BYTE          213 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                               ind_recordlength[i], MPI_BYTE, &status);
MPI_BYTE          304 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                                 &rec, 32, MPI_BYTE,&status);
MPI_BYTE          138 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c                                                &buff,32, MPI_BYTE, &status);
MPI_BYTE           99 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.h                 sizeof(vprotocol_pessimist_mem_event_t), MPI_BYTE, 0,         \
MPI_BYTE           69 ompi/mpi/cxx/mpicxx.cc const Datatype BYTE(MPI_BYTE);
MPI_BYTE          155 orte/test/mpi/crisscross.c                 mpierr = MPI_Send(send_buff, n_bytes, MPI_BYTE, j, tag1, MPI_COMM_WORLD);
MPI_BYTE          165 orte/test/mpi/crisscross.c                 mpierr = MPI_Recv(recv_buff, n_bytes, MPI_BYTE, i, tag1, MPI_COMM_WORLD, &status);
MPI_BYTE           33 orte/test/mpi/iof.c                 MPI_Bcast(msg, ORTE_IOF_BASE_MSG_MAX, MPI_BYTE, 0, MPI_COMM_WORLD);
MPI_BYTE           40 orte/test/mpi/iof.c         MPI_Bcast(msg, ORTE_IOF_BASE_MSG_MAX, MPI_BYTE, 0, MPI_COMM_WORLD);
MPI_BYTE           44 orte/test/mpi/iof.c             MPI_Bcast(msg, ORTE_IOF_BASE_MSG_MAX, MPI_BYTE, 0, MPI_COMM_WORLD);
MPI_BYTE          332 oshmem/mca/memheap/base/memheap_base_mkey.c         PMPI_Get_count(&status, MPI_BYTE, &size);
MPI_BYTE          398 oshmem/mca/memheap/base/memheap_base_mkey.c         rc = PMPI_Recv_init(r->buf, sizeof(r->buf), MPI_BYTE,
MPI_BYTE          451 oshmem/mca/memheap/base/memheap_base_mkey.c     rc = PMPI_Send(buffer, size, MPI_BYTE, pe, 0, oshmem_comm_world);
MPI_BYTE           23 oshmem/runtime/oshmem_shmem_exchange.c     rc = PMPI_Allgather(send_buf, elem_size, MPI_BYTE,
MPI_BYTE           24 oshmem/runtime/oshmem_shmem_exchange.c                         rcv_buf, elem_size, MPI_BYTE, oshmem_comm_world);
MPI_BYTE           34 oshmem/runtime/oshmem_shmem_exchange.c     rc = PMPI_Allgatherv(send_buf, send_count, MPI_BYTE,
MPI_BYTE           35 oshmem/runtime/oshmem_shmem_exchange.c                          rcv_buf, rcv_size, displs, MPI_BYTE, oshmem_comm_world);
MPI_BYTE          157 test/datatype/to_self.c     MPI_Type_contiguous( 40, MPI_BYTE, &dt1 );
MPI_BYTE          164 test/datatype/to_self.c     types[0] = MPI_BYTE;
MPI_BYTE          166 test/datatype/to_self.c     types[2] = MPI_BYTE;
MPI_BYTE           85 test/monitoring/test_overhead.c     MPI_Irecv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, &request);
MPI_BYTE           91 test/monitoring/test_overhead.c         MPI_Send(NULL, 0, MPI_BYTE, from, 100, MPI_COMM_WORLD);
MPI_BYTE           92 test/monitoring/test_overhead.c         MPI_Recv(NULL, 0, MPI_BYTE, to, 100, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE           94 test/monitoring/test_overhead.c         MPI_Recv(NULL, 0, MPI_BYTE, to, 100, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE           95 test/monitoring/test_overhead.c         MPI_Send(NULL, 0, MPI_BYTE, from, 100, MPI_COMM_WORLD);
MPI_BYTE          100 test/monitoring/test_overhead.c     MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_BYTE          114 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE          115 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
MPI_BYTE          118 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
MPI_BYTE          119 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE          123 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_BYTE          124 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE          127 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_BYTE          128 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_BYTE          140 test/monitoring/test_overhead.c     MPI_Bcast(buff, size, MPI_BYTE, 0, MPI_COMM_WORLD);
MPI_BYTE          152 test/monitoring/test_overhead.c     MPI_Alltoall(sbuf, size, MPI_BYTE, rbuf, size, MPI_BYTE, MPI_COMM_WORLD);
MPI_BYTE          165 test/monitoring/test_overhead.c     MPI_Put(sbuf, size, MPI_BYTE, to, 0, size, MPI_BYTE, win);
MPI_BYTE          179 test/monitoring/test_overhead.c     MPI_Get(rbuf, size, MPI_BYTE, to, 0, size, MPI_BYTE, win);
MPI_BYTE          194 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_BYTE          195 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_BYTE          197 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_BYTE          199 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_BYTE          290 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_BYTE          291 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_BYTE          293 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_BYTE          295 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_BYTE           30 test/spc/spc_test.c             MPI_Send(data, message_size, MPI_BYTE, 1, 123, MPI_COMM_WORLD);
MPI_BYTE           33 test/spc/spc_test.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);