len 15 examples/hello_c.c int rank, size, len; len 21 examples/hello_c.c MPI_Get_library_version(version, &len); len 23 examples/hello_c.c rank, size, version, len); len 22 examples/hello_cxx.cc int rank, size, len; len 28 examples/hello_cxx.cc MPI_Get_library_version(version, &len); len 30 examples/hello_cxx.cc << "(" << version << ", " << len << ")" << std::endl; len 29 ompi/contrib/libompitrace/abort.c int len; len 33 ompi/contrib/libompitrace/abort.c PMPI_Comm_get_name(comm, commname, &len); len 38 ompi/contrib/libompitrace/accumulate.c int len; len 42 ompi/contrib/libompitrace/accumulate.c PMPI_Type_get_name(origin_datatype, typename, &len); len 43 ompi/contrib/libompitrace/accumulate.c PMPI_Type_get_name(target_datatype, target_dt, &len); len 44 ompi/contrib/libompitrace/accumulate.c PMPI_Win_get_name(win, winname, &len); len 37 ompi/contrib/libompitrace/allgather.c int len; len 41 ompi/contrib/libompitrace/allgather.c PMPI_Type_get_name(sendtype, sendtypename, &len); len 42 ompi/contrib/libompitrace/allgather.c PMPI_Type_get_name(recvtype, recvtypename, &len); len 43 ompi/contrib/libompitrace/allgather.c PMPI_Comm_get_name(comm, commname, &len); len 37 ompi/contrib/libompitrace/allgatherv.c int len; len 41 ompi/contrib/libompitrace/allgatherv.c PMPI_Type_get_name(sendtype, sendtypename, &len); len 42 ompi/contrib/libompitrace/allgatherv.c PMPI_Type_get_name(recvtype, recvtypename, &len); len 43 ompi/contrib/libompitrace/allgatherv.c PMPI_Comm_get_name(comm, commname, &len); len 35 ompi/contrib/libompitrace/allreduce.c int len; len 39 ompi/contrib/libompitrace/allreduce.c PMPI_Type_get_name(datatype, typename, &len); len 40 ompi/contrib/libompitrace/allreduce.c PMPI_Comm_get_name(comm, commname, &len); len 29 ompi/contrib/libompitrace/barrier.c int len; len 33 ompi/contrib/libompitrace/barrier.c PMPI_Comm_get_name(comm, commname, &len); len 33 ompi/contrib/libompitrace/bcast.c int len; len 37 ompi/contrib/libompitrace/bcast.c PMPI_Type_get_name(datatype, typename, &len); len 38 ompi/contrib/libompitrace/bcast.c PMPI_Comm_get_name(comm, commname, &len); len 35 ompi/contrib/libompitrace/isend.c int len; len 39 ompi/contrib/libompitrace/isend.c PMPI_Type_get_name(type, typename, &len); len 40 ompi/contrib/libompitrace/isend.c PMPI_Comm_get_name(comm, commname, &len); len 32 ompi/contrib/libompitrace/recv.c int len; len 36 ompi/contrib/libompitrace/recv.c PMPI_Type_get_name(type, typename, &len); len 37 ompi/contrib/libompitrace/recv.c PMPI_Comm_get_name(comm, commname, &len); len 36 ompi/contrib/libompitrace/reduce.c int len; len 40 ompi/contrib/libompitrace/reduce.c PMPI_Type_get_name(datatype, typename, &len); len 41 ompi/contrib/libompitrace/reduce.c PMPI_Comm_get_name(comm, commname, &len); len 35 ompi/contrib/libompitrace/send.c int len; len 39 ompi/contrib/libompitrace/send.c PMPI_Type_get_name(type, typename, &len); len 40 ompi/contrib/libompitrace/send.c PMPI_Comm_get_name(comm, commname, &len); len 39 ompi/contrib/libompitrace/sendrecv.c int len; len 44 ompi/contrib/libompitrace/sendrecv.c PMPI_Type_get_name(sendtype, sendtypename, &len); len 45 ompi/contrib/libompitrace/sendrecv.c PMPI_Type_get_name(sendtype, recvtypename, &len); len 46 ompi/contrib/libompitrace/sendrecv.c PMPI_Comm_get_name(comm, commname, &len); len 99 ompi/debuggers/ompi_mpihandles_dll.c static struct mpidbg_name_map_t *alloc_map(mqs_image *image, int len) len 105 ompi/debuggers/ompi_mpihandles_dll.c m = mqs_malloc(len * sizeof(struct mpidbg_name_map_t)); len 345 ompi/errhandler/errcode.c int ompi_mpi_errnum_add_string(int errnum, const char *errstring, int len) len 354 ompi/errhandler/errcode.c if ( MPI_MAX_ERROR_STRING > len ) { len 355 ompi/errhandler/errcode.c len = MPI_MAX_ERROR_STRING; len 358 ompi/errhandler/errcode.c opal_string_copy( errcodep->errstring, errstring, len ); len 196 ompi/errhandler/errcode.h int ompi_mpi_errnum_add_string (int errnum, const char* string, int len); len 321 ompi/errhandler/errhandler_predefined.c int len; len 341 ompi/errhandler/errhandler_predefined.c len = sizeof(str) - 1; len 342 ompi/errhandler/errhandler_predefined.c strncat(str, type, len); len 344 ompi/errhandler/errhandler_predefined.c len -= strlen(type); len 345 ompi/errhandler/errhandler_predefined.c if (len > 0) { len 346 ompi/errhandler/errhandler_predefined.c strncat(str, " ", len); len 348 ompi/errhandler/errhandler_predefined.c --len; len 349 ompi/errhandler/errhandler_predefined.c if (len > 0) { len 350 ompi/errhandler/errhandler_predefined.c strncat(str, name, len); len 197 ompi/group/group.c int len [4]; len 199 ompi/group/group.c len[0] = ompi_group_calc_plist ( n ,ranks ); len 200 ompi/group/group.c len[1] = ompi_group_calc_strided ( n ,ranks ); len 201 ompi/group/group.c len[2] = ompi_group_calc_sporadic ( n ,ranks ); len 202 ompi/group/group.c len[3] = ompi_group_calc_bmap ( n , group->grp_proc_count ,ranks ); len 205 ompi/group/group.c method = ompi_group_minloc ( len, 4 ); len 535 ompi/mca/coll/base/coll_base_topo.c int i, maxchainlen, mark, head, len, rank, size, srank /* shifted rank */; len 628 ompi/mca/coll/base/coll_base_topo.c len = maxchainlen; len 632 ompi/mca/coll/base/coll_base_topo.c len = maxchainlen-1; len 640 ompi/mca/coll/base/coll_base_topo.c if( srank == (head + len - 1) ) { len 389 ompi/mca/coll/sm/coll_sm.h #define COPY_FRAGMENT_BETWEEN(src_rank, dest_rank, index, len) \ len 395 ompi/mca/coll/sm/coll_sm.h (len)) len 64 ompi/mca/fbtl/posix/fbtl_posix.h OMPI_MPI_OFFSET_TYPE iov_offset, off_t len, int flags); len 47 ompi/mca/fbtl/posix/fbtl_posix_lock.c OMPI_MPI_OFFSET_TYPE offset, off_t len, int flags) len 56 ompi/mca/fbtl/posix/fbtl_posix_lock.c if ( 0 == len ) { len 83 ompi/mca/fbtl/posix/fbtl_posix_lock.c lock->l_len = len; len 98 ompi/mca/fbtl/posix/fbtl_posix_lock.c lmod = (offset+len)%fh->f_fs_block_size; len 101 ompi/mca/fbtl/posix/fbtl_posix_lock.c lock->l_start = (offset+len-lmod ); len 105 ompi/mca/fbtl/posix/fbtl_posix_lock.c lock->l_len = len; len 118 ompi/mca/fbtl/posix/fbtl_posix_lock.c fh->f_rank, lock->l_start, lock->l_len, offset, len); len 1384 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c size_t rest, len, temp_len, blocklen, memlen=0; len 1395 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c len = file_iov[i].iov_len; len 1407 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c if ( len >= rest ) { len 1410 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c temp_len = len - rest; len 1413 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c blocklen = len; len 1485 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c len = temp_len; len 70 ompi/mca/fcoll/two_phase/fcoll_two_phase.h OMPI_MPI_OFFSET_TYPE *len, len 556 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c OMPI_MPI_OFFSET_TYPE size=0, req_off=0, real_size=0, real_off=0, len=0; len 725 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c len = size * byte_size; len 734 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c fh->f_io_array[0].length = len; len 751 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c len/4); len 752 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c for (ii = 0; ii < len/4 ;ii++){ len 1085 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c OMPI_MPI_OFFSET_TYPE off=0, len=0, rem_len=0, user_buf_idx=0; len 1116 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c len = rem_len; len 1124 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c &len, len 1133 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if (curr_from_proc[p]+len > done_from_proc[p]) { len 1135 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c size = OMPIO_MIN(curr_from_proc[p] + len - len 1139 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c buf_incr = curr_from_proc[p]+len-done_from_proc[p]; len 1144 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c size = OMPIO_MIN(len,recv_size[p]-recv_buf_idx[p]); len 1145 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c buf_incr = len; len 1151 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c curr_from_proc[p] += (unsigned) len; len 1152 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c buf_incr = len; len 1157 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c buf_incr = len; len 1160 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c off += len; len 1161 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c rem_len -= len; len 618 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c OMPI_MPI_OFFSET_TYPE size=0, req_off, len; len 841 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c len = size * byte_size; len 851 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_io_array[0].length = len; len 1311 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c OMPI_MPI_OFFSET_TYPE off=0, len=0, rem_len=0, user_buf_idx=0; len 1333 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c len = rem_len; len 1337 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c &len, len 1346 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if (curr_to_proc[p]+len > done_to_proc[p]) { len 1348 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c size = OMPIO_MIN(curr_to_proc[p] + len - len 1352 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c buf_incr = curr_to_proc[p] + len - done_to_proc[p]; len 1357 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c size = OMPIO_MIN(len,send_size[p]-send_buf_idx[p]); len 1358 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c buf_incr = len; len 1380 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c curr_to_proc[p] += len; len 1381 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c buf_incr = len; len 1386 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c buf_incr = len; len 1389 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c off += len; len 1390 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c rem_len -= len; len 149 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c OMPI_MPI_OFFSET_TYPE *len, len 181 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c if (avail_bytes < *len){ len 182 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c *len = avail_bytes; len 1452 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c size_t rest, len, temp_len, blocklen, memlen=0; len 1463 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c len = file_iov[i].iov_len; len 1475 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c if ( len >= rest ) { len 1478 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c temp_len = len - rest; len 1481 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c blocklen = len; len 1553 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c len = temp_len; len 110 ompi/mca/io/ompio/io_ompio_file_open.c OMPI_MPI_OFFSET_TYPE tmp, current_size, size, written, len; len 175 ompi/mca/io/ompio/io_ompio_file_open.c len = OMPIO_PREALLOC_MAX_BUF_SIZE; len 176 ompi/mca/io/ompio/io_ompio_file_open.c if (len > size-written) { len 177 ompi/mca/io/ompio/io_ompio_file_open.c len = size - written; len 179 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_read (&data->ompio_fh, buf, len, MPI_BYTE, status); len 183 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status); len 187 ompi/mca/io/ompio/io_ompio_file_open.c written += len; len 196 ompi/mca/io/ompio/io_ompio_file_open.c len = OMPIO_PREALLOC_MAX_BUF_SIZE; len 197 ompi/mca/io/ompio/io_ompio_file_open.c if (len > diskspace-written) { len 198 ompi/mca/io/ompio/io_ompio_file_open.c len = diskspace - written; len 200 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_write (&data->ompio_fh, buf, len, MPI_BYTE, status); len 204 ompi/mca/io/ompio/io_ompio_file_open.c written += len; len 100 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c ADIO_Offset *len, len 161 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c if (avail_bytes < *len && avail_bytes > 0) { len 164 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c *len = avail_bytes; len 44 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.h ADIO_Offset *len, len 1036 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 1073 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c len = rem_len; len 1081 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c &len, len 1087 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c if (curr_from_proc[p]+len > done_from_proc[p]) { len 1089 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c size = ADIOI_MIN(curr_from_proc[p] + len - len 1093 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c buf_incr = curr_from_proc[p]+len-done_from_proc[p]; len 1099 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c size = ADIOI_MIN(len,recv_size[p]-recv_buf_idx[p]); len 1100 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c buf_incr = len; len 1107 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c ADIOI_Assert((curr_from_proc[p] + len) == (unsigned)((ADIO_Offset)curr_from_proc[p] + len)); len 1108 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c curr_from_proc[p] += (unsigned) len; len 1109 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c buf_incr = len; len 1114 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c buf_incr = len; len 1117 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c off += len; len 1118 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c rem_len -= len; len 1148 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c int len; len 1191 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c len = others_req[i].lens[ start_pos[i]+j ] ; len 1192 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c memcpy( sbuf_ptr, from_ptr, len ); len 1193 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c sbuf_ptr += len; len 1312 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 1342 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c len = rem_len; len 1350 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c &len, len 1356 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c if (curr_to_proc[p]+len > done_to_proc[p]) { len 1358 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c size = ADIOI_MIN(curr_to_proc[p] + len - len 1362 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len - done_to_proc[p]) == (unsigned)(curr_to_proc[p] + len - done_to_proc[p])); len 1363 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = curr_to_proc[p] + len - done_to_proc[p]; len 1369 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c size = ADIOI_MIN(len,send_size[p]-send_buf_idx[p]); len 1370 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1382 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len) == (unsigned)((ADIO_Offset)curr_to_proc[p] + len)); len 1383 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c curr_to_proc[p] += len; len 1384 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1389 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1392 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c off += len; len 1393 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c rem_len -= len; len 1549 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c int len; len 1688 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c len = others_req[i].lens[ start_pos[i]+j ] ; len 1689 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c memcpy( to_ptr, sbuf_ptr, len ); len 1690 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c sbuf_ptr += len; len 1725 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 1755 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c len = rem_len; len 1763 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c &len, len 1769 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c if (curr_to_proc[p]+len > done_to_proc[p]) { len 1771 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c size = ADIOI_MIN(curr_to_proc[p] + len - len 1775 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len - done_to_proc[p]) == (unsigned)(curr_to_proc[p] + len - done_to_proc[p])); len 1776 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = curr_to_proc[p] + len - done_to_proc[p]; len 1782 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c size = ADIOI_MIN(len,send_size[p]-send_buf_idx[p]); len 1783 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1798 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len) == (unsigned)((ADIO_Offset)curr_to_proc[p] + len)); len 1799 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c curr_to_proc[p] += (int)len; len 1800 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1805 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c buf_incr = len; len 1808 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c off += len; len 1809 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c rem_len -= len; len 111 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c globus_size_t len,bytes_read=0; len 134 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c len = ((globus_size_t)datatype_size)*((globus_size_t)count); len 144 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c goff+(globus_off_t)len, len 154 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c (globus_byte_t *)buf, len, readcontig_data_cb, len 117 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c globus_size_t len,bytes_written=0; len 140 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c len = ((globus_size_t)datatype_size)*((globus_size_t)count); len 150 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c goff+(globus_off_t)len, len 163 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c len, len 17 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c ADIO_Offset curr_fsize, alloc_size, size, len, done; len 18 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c MPI_Count err=-1, datatype_size, len; len 24 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c len = datatype_size * count; len 30 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c err = pread64(fd->fd_sys, buf, len, offset); len 32 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c err = pread64(fd->fd_sys, buf, len, fd->fp_ind); len 41 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c err = read(fd->fd_sys, buf, len); len 48 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c err = read(fd->fd_sys, buf, len); len 18 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c MPI_Count err=-1, datatype_size, len; len 24 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c len = datatype_size * count; len 29 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c err = pwrite64(fd->fd_sys, buf, len, offset); len 31 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c err = pwrite64(fd->fd_sys, buf, len, fd->fp_ind); len 40 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c err = write(fd->fd_sys, buf, len); len 47 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c err = write(fd->fd_sys, buf, len); len 94 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h ADIO_Offset *len, int *striping_info); len 101 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c ADIO_Offset *len, int *striping_info) len 120 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c if (avail_bytes < *len) { len 122 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c *len = avail_bytes; len 15 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c ADIO_Offset curr_fsize, alloc_size, size, len, done; len 55 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c len = ADIOI_MIN(size-done, ADIOI_PREALLOC_BUFSZ); len 56 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c ADIO_ReadContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, done, len 64 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, len 67 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c done += len; len 75 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c len = ADIOI_MIN(alloc_size-done, ADIOI_PREALLOC_BUFSZ); len 76 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, len 79 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c done += len; len 19 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Write(ADIO_File fd, const void *buf, int len, len 21 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Write(ADIO_File fd, const void *buf, int len, len 25 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c if (!(len % fd->d_miniosz) && (len >= fd->d_miniosz)) { len 26 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c *err = pwrite(fd->fd_direct, buf, len, offset); len 27 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c } else if (len < fd->d_miniosz) { len 28 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c *err = pwrite(fd->fd_sys, buf, len, offset); len 30 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c rem = len % fd->d_miniosz; len 31 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c size = len - rem; len 38 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Read(ADIO_File fd, const void *buf, int len, len 40 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_Aligned_Mem_File_Read(ADIO_File fd, const void *buf, int len, len 44 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c if (!(len % fd->d_miniosz) && (len >= fd->d_miniosz)) len 45 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c *err = pread(fd->fd_direct, (void *)buf, len, offset); len 46 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c else if (len < fd->d_miniosz) len 47 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c *err = pread(fd->fd_sys, (void *)buf, len, offset); len 49 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c rem = len % fd->d_miniosz; len 50 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c size = len - rem; len 58 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static int ADIOI_LUSTRE_Directio(ADIO_File fd, const void *buf, int len, len 60 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static int ADIOI_LUSTRE_Directio(ADIO_File fd, const void *buf, int len, len 63 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c int err=-1, diff, size=len, nbytes = 0; len 68 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c diff = ADIOI_MIN(diff, len); len 75 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c size = len - diff; len 126 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c MPI_Count datatype_size, len; len 130 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c len = datatype_size * count; len 146 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c err = write(fd->fd_sys, buf, len); len 154 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c err = read(fd->fd_sys, (void *)buf, len); len 160 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c err = ADIOI_LUSTRE_Directio(fd, buf, len, offset, io_mode); len 903 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 933 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c len = rem_len; len 938 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c p = ADIOI_LUSTRE_Calc_aggregator(fd, off, &len, striping_info); len 941 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c if (curr_to_proc[p] + len > done_to_proc[p]) { len 943 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c size = (int) ADIOI_MIN(curr_to_proc[p] + len - len 949 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len - done_to_proc[p]) == (unsigned)(curr_to_proc[p] + len - done_to_proc[p])); len 950 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c buf_incr = (int) (curr_to_proc[p] + len - len 956 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c size = (int) ADIOI_MIN(len, send_size[p] - len 958 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c buf_incr = (int) len; len 970 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c ADIOI_Assert((curr_to_proc[p] + len) == (unsigned)((ADIO_Offset)curr_to_proc[p] + len)); len 971 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c curr_to_proc[p] += (int) len; len 972 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c buf_incr = (int) len; len 976 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c buf_incr = (int) len; len 979 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c off += len; len 980 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c rem_len -= len; len 39 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h int ADIOI_NFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 16 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c MPI_Count len, typesize; len 21 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c len = count * typesize; len 24 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c aio_errno = ADIOI_NFS_aio(fd, buf, len, offset, 0, request); len 25 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 23 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c MPI_Count len, typesize; len 28 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c len = count * typesize; len 31 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c aio_errno = ADIOI_NFS_aio(fd, buf, len, offset, 1, request); len 32 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 54 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c int ADIOI_NFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 70 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c aiocbp->aio_nbytes = len; len 92 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c if (wr) ADIOI_WRITE_LOCK(fd, offset, SEEK_SET, len); len 93 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c else ADIOI_READ_LOCK(fd, offset, SEEK_SET, len); len 105 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c ADIOI_UNLOCK(fd, offset, SEEK_SET, len); len 111 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c ADIO_WriteContig(fd, buf, len, MPI_BYTE, ADIO_EXPLICIT_OFFSET, len 113 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c MPIO_Completed_request_create(&fd, len, &error_code, request); len 16 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c MPI_Count datatype_size, len; len 20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c len = datatype_size * count; len 33 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c ADIOI_WRITE_LOCK(fd, offset, SEEK_SET, len); len 34 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c else ADIOI_READ_LOCK(fd, offset, SEEK_SET, len); len 38 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c err = read(fd->fd_sys, buf, len); len 42 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c ADIOI_UNLOCK(fd, offset, SEEK_SET, len); len 58 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c ADIOI_WRITE_LOCK(fd, offset, SEEK_SET, len); len 59 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c else ADIOI_READ_LOCK(fd, offset, SEEK_SET, len); len 63 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c err = read(fd->fd_sys, buf, len); len 67 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c ADIOI_UNLOCK(fd, offset, SEEK_SET, len); len 16 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c MPI_Count datatype_size, len; len 20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c len = datatype_size * count; len 32 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c ADIOI_WRITE_LOCK(fd, offset, SEEK_SET, len); len 36 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c err = write(fd->fd_sys, buf, len); len 40 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c ADIOI_UNLOCK(fd, offset, SEEK_SET, len); len 55 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c ADIOI_WRITE_LOCK(fd, offset, SEEK_SET, len); len 59 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c err = write(fd->fd_sys, buf, len); len 63 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c ADIOI_UNLOCK(fd, offset, SEEK_SET, len); len 26 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h int ADIOI_NTFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 13 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c MPI_Count len, typesize; len 18 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c len = count * typesize; len 24 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c err = ADIOI_NTFS_aio(fd, buf, len, offset, 0, request); len 27 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c fd->fp_ind += len; len 174 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c MPI_Count len, typesize; len 179 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c len = count * typesize; len 185 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c err = ADIOI_NTFS_aio(fd, buf, len, offset, 1, request); len 188 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c fd->fp_ind += len; len 211 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c int ADIOI_NTFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 262 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c ret_val = WriteFile(fd_sys, buf, len, &dwNumWritten, aio_req->lpOvl); len 266 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c ret_val = ReadFile(fd_sys, buf, len, &dwNumRead, aio_req->lpOvl); len 17 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c MPI_Count datatype_size, len; len 28 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c len = datatype_size * count; len 83 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c err = ReadFile(fd->fd_sys, buf, len, &dwNumRead, pOvl); len 176 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c err = ReadFile(fd->fd_sys, buf, len, &dwNumRead, pOvl); len 17 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c MPI_Count err=-1, datatype_size, len; len 27 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c len = datatype_size * count; len 74 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c err = WriteFile(fd->fd_sys, buf, len, &dwNumWritten, pOvl); len 149 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c err = WriteFile(fd->fd_sys, buf, len, &dwNumWritten, pOvl); len 19 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c MPI_Count err = -1, datatype_size, len; len 23 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c len = datatype_size * count; len 44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c AD_PANFS_RETRY(read(fd->fd_sys, buf, len),err) len 19 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c MPI_Count err = -1, datatype_size, len; len 23 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c len = datatype_size * count; len 44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c AD_PANFS_RETRY(write(fd->fd_sys, buf, len),err) len 17 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c MPI_Count len, typesize; len 27 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c len = count * typesize; len 35 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c *id_sys = _iread(fd->fd_sys, buf, len); len 47 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c *id_sys = _iread(fd->fd_sys, buf, len); len 65 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 68 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c (*request)->nbytes = len; len 17 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c MPI_Count len, typesize; len 26 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c len = count * typesize; len 34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c *id_sys = _iwrite(fd->fd_sys, buf, len); len 46 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c *id_sys = _iwrite(fd->fd_sys, buf, len); len 64 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 67 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c (*request)->nbytes = len; len 14 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c MPI_Count err=-1, datatype_size, len; len 18 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c len = datatype_size * count; len 24 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c err = _cread(fd->fd_sys, buf, len); len 32 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c err = _cread(fd->fd_sys, buf, len); len 15 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c MPI_Count err=-1, datatype_size, len; len 19 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c len = datatype_size * count; len 25 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c err = _cwrite(fd->fd_sys, buf, len); len 33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c err = _cwrite(fd->fd_sys, buf, len); len 15 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c ADIO_Offset curr_fsize, alloc_size, size, len, done; len 70 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c int len; len 83 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c len = strlen(path) + 1; len 85 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c if (!slash) ADIOI_Strncpy(path, ".", len); len 90 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c ADIOI_Strncpy(piofs_statfs.name, path, len); len 99 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c ADIOI_Strncpy(piofs_create.name, fd->filename, len); len 14 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c MPI_Count err=-1, datatype_size, len; len 20 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c len = datatype_size * count; len 26 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c err = read(fd->fd_sys, buf, len); len 34 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c err = read(fd->fd_sys, buf, len); len 15 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c MPI_Count err=-1, datatype_size, len; len 21 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c len = datatype_size * count; len 27 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c err = write(fd->fd_sys, buf, len); len 35 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c err = write(fd->fd_sys, buf, len); len 23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c MPI_Count err=-1, datatype_size, len; len 27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c len = datatype_size * count; len 42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c err = pvfs_read(fd->fd_sys, buf, len); len 63 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c err = pvfs_read(fd->fd_sys, buf, len); len 23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c MPI_Count err=-1, datatype_size, len; len 27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c len = datatype_size * count; len 42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c err = pvfs_write(fd->fd_sys, buf, len); len 63 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c err = pvfs_write(fd->fd_sys, buf, len); len 51 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c MPI_Count datatype_size, len; len 61 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c len = datatype_size * count; len 63 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &(aio_req->mem_req)); len 75 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &(aio_req->file_req)); len 138 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c MPIO_Completed_request_create(&fd, len, error_code, request); len 142 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c fd->fp_ind += len; len 144 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c fd->fp_sys_posn = offset + len; len 20 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c MPI_Count datatype_size, len; len 29 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c len = datatype_size * count; len 31 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &mem_req); len 43 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &file_req); len 19 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c MPI_Count datatype_size, len; len 28 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c len = datatype_size * count; len 30 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &mem_req); len 42 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c ret = PVFS_Request_contiguous(len, PVFS_BYTE, &file_req); len 13 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c int i, ntimes, len; len 22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPI_Count typesize, len; len 34 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c len = count * typesize; len 35 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c ADIOI_TESTFS_ReadContig(fd, buf, len, MPI_BYTE, file_ptr_type, len 38 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPIO_Completed_request_create(&fd, len, error_code, request); len 25 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPI_Count typesize, len; len 37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c len = count * typesize; len 38 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c ADIOI_TESTFS_WriteContig(fd, buf, len, MPI_BYTE, file_ptr_type, len 40 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPIO_Completed_request_create(&fd, len, error_code, request); len 39 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h int ADIOI_UFS_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 15 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c static void ADIOI_XFS_Aligned_Mem_File_Read(ADIO_File fd, void *buf, int len, len 23 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c MPI_Count err=-1, datatype_size, len; len 28 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c len = datatype_size * count; len 35 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c err = pread(fd->fd_sys, buf, len, offset); len 43 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c ADIOI_XFS_Aligned_Mem_File_Read(fd, buf, len, offset, &err); len 51 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c diff = ADIOI_MIN(diff, len); len 56 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c size = len - diff; len 77 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c newbuf = (void *) memalign(XFS_MEMALIGN, len); len 79 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c ADIOI_XFS_Aligned_Mem_File_Read(fd, newbuf, len, offset, &err); len 83 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c else err = pread(fd->fd_sys, buf, len, offset); len 102 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c void ADIOI_XFS_Aligned_Mem_File_Read(ADIO_File fd, void *buf, int len, len 113 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c if (!(len % fd->d_miniosz) && len 114 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c (len >= fd->d_miniosz) && (len <= read_chunk_sz)) len 115 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c *err = pread(fd->fd_direct, buf, len, offset); len 116 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c else if (len < fd->d_miniosz) len 117 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c *err = pread(fd->fd_sys, buf, len, offset); len 118 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c else if (len > read_chunk_sz) { len 119 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c ntimes = len/(read_chunk_sz); len 120 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c rem = len - ntimes * read_chunk_sz; len 146 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c rem = len % fd->d_miniosz; len 147 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c size = len - rem; len 17 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ADIO_Offset len, ADIO_Offset offset); len 25 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ssize_t len; len 30 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c len = datatype_size * count; len 37 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c err = pwrite(fd->fd_sys, buf, len, offset); len 46 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c err = ADIOI_XFS_Aligned_Mem_File_Write(fd, buf, len, offset); len 55 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c diff = ADIOI_MIN(diff, len); len 61 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c size = len - diff; len 83 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c newbuf = (void *) memalign(XFS_MEMALIGN, len); len 85 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c memcpy(newbuf, buf, len); len 86 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c err = ADIOI_XFS_Aligned_Mem_File_Write(fd, newbuf, len, offset); len 89 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c err = pwrite(fd->fd_sys, buf, len, offset); len 96 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 99 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c if (err != -1) MPIR_Status_set_bytes(status, datatype, len); len 112 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ADIOI_XFS_Aligned_Mem_File_Write(ADIO_File fd, void *buf, ADIO_Offset len, len 124 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c if (!(len % fd->d_miniosz) && len 125 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c (len >= fd->d_miniosz) && (len <= write_chunk_sz)) { len 126 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c nbytes = pwrite(fd->fd_direct, buf, len, offset); len 128 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c } else if (len < fd->d_miniosz) { len 129 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c nbytes = pwrite(fd->fd_sys, buf, len, offset); len 131 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c } else if (len > write_chunk_sz) { len 132 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ntimes = len/(write_chunk_sz); len 133 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c rem = len - ntimes * write_chunk_sz; len 162 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c rem = len % fd->d_miniosz; len 163 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c size = len - rem; len 76 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_Offset *len, len 115 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c if (avail_bytes < *len) { len 117 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c *len = avail_bytes; len 22 ompi/mca/io/romio321/romio/adio/common/ad_hints.c int flag, nprocs=0, len; len 259 ompi/mca/io/romio321/romio/adio/common/ad_hints.c len = (strlen(ADIOI_CB_CONFIG_LIST_DFLT)+1) * sizeof(char); len 260 ompi/mca/io/romio321/romio/adio/common/ad_hints.c fd->hints->cb_config_list = ADIOI_Malloc(len); len 271 ompi/mca/io/romio321/romio/adio/common/ad_hints.c ADIOI_Strncpy(fd->hints->cb_config_list, ADIOI_CB_CONFIG_LIST_DFLT, len); len 37 ompi/mca/io/romio321/romio/adio/common/ad_init.c static void my_consensus(void *invec, void *inoutvec, int *len, MPI_Datatype *datatype) len 43 ompi/mca/io/romio321/romio/adio/common/ad_init.c for (i=0; i< *len; i++) { len 43 ompi/mca/io/romio321/romio/adio/common/ad_iread.c MPI_Count len, typesize; len 49 ompi/mca/io/romio321/romio/adio/common/ad_iread.c len = count * typesize; len 52 ompi/mca/io/romio321/romio/adio/common/ad_iread.c aio_errno = ADIOI_GEN_aio(fd, buf, len, offset, 0, request); len 53 ompi/mca/io/romio321/romio/adio/common/ad_iread.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 21 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c MPI_Offset len; len 24 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c len = (MPI_Offset)count * (MPI_Offset)typesize; len 29 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c ADIOI_Assert(len == (int) len); /* the count is an int parm */ len 30 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c ADIO_ReadContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset, len 33 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c len=0; len 35 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c MPIO_Completed_request_create(&fd, len, error_code, request); len 52 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c MPI_Count len, typesize; len 57 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c len = count * typesize; len 58 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c ADIOI_Assert(len == (int)((ADIO_Offset)count * (ADIO_Offset)typesize)); /* the count is an int parm */ len 63 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c aio_errno = ADIOI_GEN_aio(fd, (char *) buf, len, offset, 1, request); len 64 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c if (file_ptr_type == ADIO_INDIVIDUAL) fd->fp_ind += len; len 83 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c int ADIOI_GEN_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 104 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c !(len % fd->d_miniosz) && (len >= fd->d_miniosz) && len 105 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c (len <= maxiosz)) { len 114 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c aiocbp->aio_nbytes = len; len 154 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c ADIO_WriteContig(fd, buf, len, MPI_BYTE, len 157 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c ADIO_ReadContig(fd, buf, len, MPI_BYTE, len 160 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c MPIO_Completed_request_create(&fd, len, &error_code, request); len 21 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c MPI_Offset len; len 26 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c len = (MPI_Offset)count * (MPI_Offset)typesize; len 31 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c ADIOI_Assert(len == (int) len); /* the count is an int parm */ len 32 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c ADIO_WriteContig(fd, buf, (int)len, MPI_BYTE, file_ptr_type, offset, len 18 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c ADIO_Offset curr_fsize, alloc_size, size, len, done, ntimes; len 49 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c len = ADIOI_MIN(size-done, ADIOI_PREALLOC_BUFSZ); len 51 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c (int)len, /* len is ADIO_Offset but is <= ADIOI_PREALLOC_BUFSZ (16M), len 65 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c (int)len, /* len is ADIO_Offset but is <= ADIOI_PREALLOC_BUFSZ (16M), len 70 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c done += len; len 78 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c len = ADIOI_MIN(alloc_size-done, ADIOI_PREALLOC_BUFSZ); len 80 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c (int)len, /* len is ADIO_Offset but is <= ADIOI_PREALLOC_BUFSZ (16M), len 85 ompi/mca/io/romio321/romio/adio/common/ad_prealloc.c done += len; len 30 ompi/mca/io/romio321/romio/adio/common/ad_read.c ADIO_Offset len, bytes_xfered=0; len 42 ompi/mca/io/romio321/romio/adio/common/ad_read.c len = datatype_size * (ADIO_Offset)count; len 47 ompi/mca/io/romio321/romio/adio/common/ad_read.c gpfsmpio_prof_cr[ GPFSMPIO_CIO_DATA_SIZE ] += len; len 56 ompi/mca/io/romio321/romio/adio/common/ad_read.c while (bytes_xfered < len) { len 60 ompi/mca/io/romio321/romio/adio/common/ad_read.c rd_count = len - bytes_xfered; len 972 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 1009 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c len = rem_len; len 1017 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c &len, len 1023 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c if (curr_from_proc[p]+len > done_from_proc[p]) { len 1025 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c size = ADIOI_MIN(curr_from_proc[p] + len - len 1029 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c buf_incr = curr_from_proc[p]+len-done_from_proc[p]; len 1035 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c size = ADIOI_MIN(len,recv_size[p]-recv_buf_idx[p]); len 1036 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c buf_incr = len; len 1043 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c ADIOI_Assert((curr_from_proc[p] + len) == (unsigned)((ADIO_Offset)curr_from_proc[p] + len)); len 1044 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c curr_from_proc[p] += (unsigned) len; len 1045 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c buf_incr = len; len 1050 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c buf_incr = len; len 1053 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c off += len; len 1054 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c rem_len -= len; len 32 ompi/mca/io/romio321/romio/adio/common/ad_write.c ADIO_Offset len, bytes_xfered=0; len 45 ompi/mca/io/romio321/romio/adio/common/ad_write.c len = (ADIO_Offset)datatype_size * (ADIO_Offset)count; len 50 ompi/mca/io/romio321/romio/adio/common/ad_write.c gpfsmpio_prof_cw[ GPFSMPIO_CIO_DATA_SIZE ] += len; len 59 ompi/mca/io/romio321/romio/adio/common/ad_write.c while (bytes_xfered < len) { len 63 ompi/mca/io/romio321/romio/adio/common/ad_write.c wr_count = len - bytes_xfered; len 878 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c ADIO_Offset off, len, rem_len, user_buf_idx; len 908 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c len = rem_len; len 916 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c &len, len 922 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c if (curr_to_proc[p]+len > done_to_proc[p]) { len 924 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c size = ADIOI_MIN(curr_to_proc[p] + len - len 928 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c ADIOI_Assert((curr_to_proc[p] + len - done_to_proc[p]) == (unsigned)(curr_to_proc[p] + len - done_to_proc[p])); len 929 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c buf_incr = curr_to_proc[p] + len - done_to_proc[p]; len 936 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c size = ADIOI_MIN(len,send_size[p]-send_buf_idx[p]); len 937 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c buf_incr = len; len 949 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c ADIOI_Assert((curr_to_proc[p] + len) == (unsigned)((ADIO_Offset)curr_to_proc[p] + len)); len 950 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c curr_to_proc[p] += len; len 951 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c buf_incr = len; len 956 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c buf_incr = len; len 959 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c off += len; len 960 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c rem_len -= len; len 152 ompi/mca/io/romio321/romio/adio/common/hint_fns.c size_t len; len 170 ompi/mca/io/romio321/romio/adio/common/hint_fns.c len = (strlen(value)+1) * sizeof(char); len 171 ompi/mca/io/romio321/romio/adio/common/hint_fns.c *local_cache = ADIOI_Malloc(len); len 182 ompi/mca/io/romio321/romio/adio/common/hint_fns.c ADIOI_Strncpy(*local_cache, value, len); len 15 ompi/mca/io/romio321/romio/adio/common/lock.c ADIO_Offset len) len 24 ompi/mca/io/romio321/romio/adio/common/lock.c if (len == 0) return MPI_SUCCESS; len 37 ompi/mca/io/romio321/romio/adio/common/lock.c ( (DWORD) ( len & (__int64) 0xFFFFFFFF ) ), len 38 ompi/mca/io/romio321/romio/adio/common/lock.c ( (DWORD) ( (len >> 32) & (__int64) 0xFFFFFFFF ) ), len 45 ompi/mca/io/romio321/romio/adio/common/lock.c ( (DWORD) ( len & (__int64) 0xFFFFFFFF ) ), len 46 ompi/mca/io/romio321/romio/adio/common/lock.c ( (DWORD) ( (len >> 32) & (__int64) 0xFFFFFFFF ) ), len 56 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = LockFileEx(fd, dwFlags, 0, len, 0, &Overlapped); len 61 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = UnlockFileEx(fd, 0, len, 0, &Overlapped); len 94 ompi/mca/io/romio321/romio/adio/common/lock.c ADIO_Offset len) len 99 ompi/mca/io/romio321/romio/adio/common/lock.c if (len == 0) return MPI_SUCCESS; len 115 ompi/mca/io/romio321/romio/adio/common/lock.c lock.l_len = (int)len; len 120 ompi/mca/io/romio321/romio/adio/common/lock.c lock.l_len = len; len 146 ompi/mca/io/romio321/romio/adio/common/lock.c fprintf(stderr,"ADIOI_Set_lock:offset %#llx, length %#llx\n",(unsigned long long)offset, (unsigned long long)len); len 170 ompi/mca/io/romio321/romio/adio/common/lock.c FPRINTF(stderr,"ADIOI_Set_lock:offset %llu, length %llu\n",(unsigned long long)offset, (unsigned long long)len); len 185 ompi/mca/io/romio321/romio/adio/common/lock.c ADIO_Offset len) len 190 ompi/mca/io/romio321/romio/adio/common/lock.c if (len == 0) return MPI_SUCCESS; len 195 ompi/mca/io/romio321/romio/adio/common/lock.c lock.l_len = len; len 218 ompi/mca/io/romio321/romio/adio/common/lock.c FPRINTF(stderr,"ADIOI_Set_lock:offset %llu, length %llu\n",(unsigned long long)offset, (unsigned long long)len); len 35 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c int len; len 82 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c len = (int) (PATH_MAX - (slash+2 - fd->shared_fp_fname)); len 83 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c if (ADIOI_Strncpy(slash + 2, ptr + 1, len)) { len 94 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c len = (int)strlen(fd->shared_fp_fname); len 95 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm); len 96 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(fd->shared_fp_fname, len+1, MPI_CHAR, 0, fd->comm); len 99 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm); len 100 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(fd->shared_fp_fname, len+1, MPI_CHAR, 0, fd->comm); len 392 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio(ADIO_File fd, void *buf, int len, ADIO_Offset offset, len 485 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIO_Offset *len, len 877 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_WRITE_LOCK(fd, offset, whence, len) \ len 879 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_WRLCK, offset, whence, len);\ len 880 ompi/mca/io/romio321/romio/adio/include/adioi.h else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); } while (0) len 882 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_READ_LOCK(fd, offset, whence, len) \ len 884 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_RDLCK, offset, whence, len);\ len 885 ompi/mca/io/romio321/romio/adio/include/adioi.h else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); }while (0) len 887 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_UNLOCK(fd, offset, whence, len) \ len 889 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock64((fd)->fd_sys, F_SETLK64, F_UNLCK, offset, whence, len); \ len 890 ompi/mca/io/romio321/romio/adio/include/adioi.h else ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len); }while (0) len 897 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_WRITE_LOCK(fd, offset, whence, len) \ len 898 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, ADIOI_LOCK_CMD, LOCKFILE_EXCLUSIVE_LOCK, offset, whence, len) len 899 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_READ_LOCK(fd, offset, whence, len) \ len 900 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, ADIOI_LOCK_CMD, 0, offset, whence, len) len 901 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_UNLOCK(fd, offset, whence, len) \ len 902 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, ADIOI_UNLOCK_CMD, LOCKFILE_FAIL_IMMEDIATELY, offset, whence, len) len 907 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_WRITE_LOCK(fd, offset, whence, len) do { \ len 909 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); \ len 911 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_READ_LOCK(fd, offset, whence, len) \ len 913 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); \ len 915 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_UNLOCK(fd, offset, whence, len) do { \ len 917 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len); \ len 920 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_WRITE_LOCK(fd, offset, whence, len) \ len 921 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len) len 922 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_READ_LOCK(fd, offset, whence, len) \ len 923 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len) len 924 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_UNLOCK(fd, offset, whence, len) \ len 925 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len) len 930 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Set_lock(FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len); len 931 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Set_lock64(FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len); len 56 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c int len; len 96 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c len = (int)strlen(error_msg); len 97 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c MPIR_Err_get_string(error_code, &error_msg[len], 4096-len, NULL); len 31 ompi/mca/io/romio321/romio/test/async-multiple.c int *buf, i, rank, nints, len; len 55 ompi/mca/io/romio321/romio/test/async-multiple.c len = strlen(*argv); len 56 ompi/mca/io/romio321/romio/test/async-multiple.c filename = (char *) malloc(len+10); len 58 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 59 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 62 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 63 ompi/mca/io/romio321/romio/test/async-multiple.c filename = (char *) malloc(len+10); len 64 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 73 ompi/mca/io/romio321/romio/test/async-multiple.c tmp = (char *) malloc(len+10); len 29 ompi/mca/io/romio321/romio/test/async.c int *buf, i, rank, nints, len; len 53 ompi/mca/io/romio321/romio/test/async.c len = strlen(*argv); len 54 ompi/mca/io/romio321/romio/test/async.c filename = (char *) malloc(len+10); len 56 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 57 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 60 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 61 ompi/mca/io/romio321/romio/test/async.c filename = (char *) malloc(len+10); len 62 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 71 ompi/mca/io/romio321/romio/test/async.c tmp = (char *) malloc(len+10); len 21 ompi/mca/io/romio321/romio/test/atomicity.c int *writebuf, *readbuf, i, mynod, nprocs, len, err; len 46 ompi/mca/io/romio321/romio/test/atomicity.c len = strlen(*argv); len 47 ompi/mca/io/romio321/romio/test/atomicity.c filename = (char *) malloc(len+1); len 49 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 50 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 53 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 54 ompi/mca/io/romio321/romio/test/atomicity.c filename = (char *) malloc(len+1); len 55 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 25 ompi/mca/io/romio321/romio/test/coll_perf.c int order, nprocs, len, *buf, mynod; len 51 ompi/mca/io/romio321/romio/test/coll_perf.c len = strlen(*argv); len 52 ompi/mca/io/romio321/romio/test/coll_perf.c filename = (char *) malloc(len+1); len 54 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 55 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 58 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 59 ompi/mca/io/romio321/romio/test/coll_perf.c filename = (char *) malloc(len+1); len 60 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 36 ompi/mca/io/romio321/romio/test/coll_test.c int order, nprocs, j, len; len 65 ompi/mca/io/romio321/romio/test/coll_test.c len = strlen(*argv); len 66 ompi/mca/io/romio321/romio/test/coll_test.c filename = (char *) malloc(len+1); len 68 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 69 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 72 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 73 ompi/mca/io/romio321/romio/test/coll_test.c filename = (char *) malloc(len+1); len 74 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 33 ompi/mca/io/romio321/romio/test/creat_excl.c int i, len=0; len 38 ompi/mca/io/romio321/romio/test/creat_excl.c len = strlen(argv[i+1]); len 39 ompi/mca/io/romio321/romio/test/creat_excl.c opts->fname = (char *) malloc(len + 1); len 59 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 60 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_Bcast(opts->fname, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 64 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 65 ompi/mca/io/romio321/romio/test/creat_excl.c opts->fname = (char *) malloc(len + 1); len 66 ompi/mca/io/romio321/romio/test/creat_excl.c MPI_Bcast(opts->fname, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 16 ompi/mca/io/romio321/romio/test/error.c int i, rank, len, err; len 45 ompi/mca/io/romio321/romio/test/error.c len = strlen(*argv); len 46 ompi/mca/io/romio321/romio/test/error.c filename = (char *) malloc(len+10); len 48 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 49 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 52 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 53 ompi/mca/io/romio321/romio/test/error.c filename = (char *) malloc(len+10); len 54 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 58 ompi/mca/io/romio321/romio/test/error.c tmp = (char *) malloc(len+10); len 71 ompi/mca/io/romio321/romio/test/error.c MPI_Error_string(err, string, &len); len 16 ompi/mca/io/romio321/romio/test/excl.c int rank, len, err, i; len 36 ompi/mca/io/romio321/romio/test/excl.c len = strlen(*argv); len 37 ompi/mca/io/romio321/romio/test/excl.c filename = (char *) malloc(len+10); len 39 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 40 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 43 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 44 ompi/mca/io/romio321/romio/test/excl.c filename = (char *) malloc(len+10); len 45 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 30 ompi/mca/io/romio321/romio/test/external32.c static void is_little_or_big_endian( const char* datarep, char* c, char* c_le, int len ) { len 32 ompi/mca/io/romio321/romio/test/external32.c for( i = 0; i < len; i++ ) { len 34 ompi/mca/io/romio321/romio/test/external32.c is_be = is_be && ( c[i] == c_le[len-1-i] ); len 67 ompi/mca/io/romio321/romio/test/file_info.c int i, len, nkeys, flag, mynod, default_striping_factor=0, nprocs, errs = 0; len 95 ompi/mca/io/romio321/romio/test/file_info.c len = strlen(*argv); len 96 ompi/mca/io/romio321/romio/test/file_info.c filename = (char *) malloc(len+1); len 98 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 99 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 105 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 106 ompi/mca/io/romio321/romio/test/file_info.c filename = (char *) malloc(len+1); len 107 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 19 ompi/mca/io/romio321/romio/test/i_noncontig.c int *buf, i, mynod, nprocs, len, b[3]; len 50 ompi/mca/io/romio321/romio/test/i_noncontig.c len = strlen(*argv); len 51 ompi/mca/io/romio321/romio/test/i_noncontig.c filename = (char *) malloc(len+1); len 53 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 54 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 57 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 58 ompi/mca/io/romio321/romio/test/i_noncontig.c filename = (char *) malloc(len+1); len 59 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 24 ompi/mca/io/romio321/romio/test/large_array.c int order, nprocs, len, flag, err; len 51 ompi/mca/io/romio321/romio/test/large_array.c len = strlen(*argv); len 53 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 54 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 58 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 59 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 18 ompi/mca/io/romio321/romio/test/noncontig.c int *buf, i, mynod, nprocs, len, b[3]; len 49 ompi/mca/io/romio321/romio/test/noncontig.c len = strlen(*argv); len 50 ompi/mca/io/romio321/romio/test/noncontig.c filename = (char *) malloc(len+1); len 52 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 53 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 56 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 57 ompi/mca/io/romio321/romio/test/noncontig.c filename = (char *) malloc(len+1); len 58 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 18 ompi/mca/io/romio321/romio/test/noncontig_coll.c int *buf, i, mynod, nprocs, len, b[3]; len 48 ompi/mca/io/romio321/romio/test/noncontig_coll.c len = strlen(*argv); len 49 ompi/mca/io/romio321/romio/test/noncontig_coll.c filename = (char *) malloc(len+1); len 51 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 52 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 55 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 56 ompi/mca/io/romio321/romio/test/noncontig_coll.c filename = (char *) malloc(len+1); len 57 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 42 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void default_str(int mynod, int len, ADIO_cb_name_array array, char *dest); len 43 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void reverse_str(int mynod, int len, ADIO_cb_name_array array, char *dest); len 44 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void reverse_alternating_str(int mynod, int len, ADIO_cb_name_array array, char *dest); len 45 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void simple_shuffle_str(int mynod, int len, ADIO_cb_name_array array, char *dest); len 183 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void default_str(int mynod, int len, ADIO_cb_name_array array, char *dest) len 190 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 196 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(dest, len, MPI_CHAR, 0, MPI_COMM_WORLD); len 198 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void reverse_str(int mynod, int len, ADIO_cb_name_array array, char *dest) len 205 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 210 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(dest, len, MPI_CHAR, 0, MPI_COMM_WORLD); len 213 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void reverse_alternating_str(int mynod, int len, ADIO_cb_name_array array, char *dest) len 221 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 226 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 231 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(dest, len, MPI_CHAR, 0, MPI_COMM_WORLD); len 234 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void simple_shuffle_str(int mynod, int len, ADIO_cb_name_array array, char *dest) len 241 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 245 ompi/mca/io/romio321/romio/test/noncontig_coll2.c p = snprintf(ptr, len, "%s,", array->names[i]); len 250 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(dest, len, MPI_CHAR, 0, MPI_COMM_WORLD); len 255 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int i, mynod, nprocs, len, errs=0, sum_errs=0, verbose=0; len 281 ompi/mca/io/romio321/romio/test/noncontig_coll2.c len = strlen(*argv); len 282 ompi/mca/io/romio321/romio/test/noncontig_coll2.c filename = (char *) malloc(len+1); len 284 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 285 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 288 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 289 ompi/mca/io/romio321/romio/test/noncontig_coll2.c filename = (char *) malloc(len+1); len 290 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 29 ompi/mca/io/romio321/romio/test/ordered_fp.c int *buf, i, rank, nprocs, len, sum; len 55 ompi/mca/io/romio321/romio/test/ordered_fp.c len = strlen(*argv); len 56 ompi/mca/io/romio321/romio/test/ordered_fp.c filename = (char *) malloc(len+10); len 58 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 59 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 62 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 63 ompi/mca/io/romio321/romio/test/ordered_fp.c filename = (char *) malloc(len+10); len 64 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 18 ompi/mca/io/romio321/romio/test/perf.c int *buf, i, j, mynod, nprocs, ntimes=5, len, err, flag; len 42 ompi/mca/io/romio321/romio/test/perf.c len = strlen(*argv); len 43 ompi/mca/io/romio321/romio/test/perf.c filename = (char *) malloc(len+1); len 45 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 46 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 50 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 51 ompi/mca/io/romio321/romio/test/perf.c filename = (char *) malloc(len+1); len 52 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 22 ompi/mca/io/romio321/romio/test/psimple.c int *buf, i, rank, nints, len; len 44 ompi/mca/io/romio321/romio/test/psimple.c len = strlen(*argv); len 45 ompi/mca/io/romio321/romio/test/psimple.c filename = (char *) malloc(len+10); len 47 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 48 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 51 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 52 ompi/mca/io/romio321/romio/test/psimple.c filename = (char *) malloc(len+10); len 53 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 62 ompi/mca/io/romio321/romio/test/psimple.c tmp = (char *) malloc(len+10); len 28 ompi/mca/io/romio321/romio/test/shared_fp.c int *buf, i, rank, nprocs, len, sum, global_sum; len 50 ompi/mca/io/romio321/romio/test/shared_fp.c len = strlen(*argv); len 51 ompi/mca/io/romio321/romio/test/shared_fp.c filename = (char *) malloc(len+10); len 53 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 54 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 57 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 58 ompi/mca/io/romio321/romio/test/shared_fp.c filename = (char *) malloc(len+10); len 59 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 27 ompi/mca/io/romio321/romio/test/simple.c int *buf, i, rank, nints, len; len 49 ompi/mca/io/romio321/romio/test/simple.c len = strlen(*argv); len 50 ompi/mca/io/romio321/romio/test/simple.c filename = (char *) malloc(len+10); len 52 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 53 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 56 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 57 ompi/mca/io/romio321/romio/test/simple.c filename = (char *) malloc(len+10); len 58 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 67 ompi/mca/io/romio321/romio/test/simple.c tmp = (char *) malloc(len+10); len 25 ompi/mca/io/romio321/romio/test/split_coll.c int order, nprocs, j, len; len 52 ompi/mca/io/romio321/romio/test/split_coll.c len = strlen(*argv); len 53 ompi/mca/io/romio321/romio/test/split_coll.c filename = (char *) malloc(len+1); len 55 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 56 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 59 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 60 ompi/mca/io/romio321/romio/test/split_coll.c filename = (char *) malloc(len+1); len 61 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); len 17 ompi/mca/io/romio321/romio/test/status.c int *buf, i, rank, nints, len, count, elements; len 39 ompi/mca/io/romio321/romio/test/status.c len = strlen(*argv); len 40 ompi/mca/io/romio321/romio/test/status.c filename = (char *) malloc(len+10); len 42 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 43 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 46 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD); len 47 ompi/mca/io/romio321/romio/test/status.c filename = (char *) malloc(len+10); len 48 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); len 55 ompi/mca/io/romio321/romio/test/status.c tmp = (char *) malloc(len+10); len 641 ompi/mca/mtl/ofi/mtl_ofi.h status->_ucount = wc->len; len 643 ompi/mca/mtl/ofi/mtl_ofi.h if (OPAL_UNLIKELY(wc->len > ofi_req->length)) { len 646 ompi/mca/mtl/ofi/mtl_ofi.h wc->len, ofi_req->length); len 656 ompi/mca/mtl/ofi/mtl_ofi.h wc->len); len 838 ompi/mca/mtl/ofi/mtl_ofi.h status->_ucount = wc->len; len 950 ompi/mca/mtl/ofi/mtl_ofi.h ofi_req->status._ucount = wc->len; len 17 ompi/mca/osc/monitoring/osc_monitoring_dynamic.h static int ompi_osc_monitoring_## template ##_attach (struct ompi_win_t *win, void *base, size_t len) \ len 19 ompi/mca/osc/monitoring/osc_monitoring_dynamic.h return OMPI_OSC_MONITORING_MODULE_VARIABLE(template).osc_win_attach(win, base, len); \ len 138 ompi/mca/osc/portals4/osc_portals4.h int ompi_osc_portals4_attach(struct ompi_win_t *win, void *base, size_t len); len 632 ompi/mca/osc/portals4/osc_portals4_component.c ompi_osc_portals4_attach(struct ompi_win_t *win, void *base, size_t len) len 319 ompi/mca/osc/pt2pt/osc_pt2pt.h int ompi_osc_pt2pt_attach(struct ompi_win_t *win, void *base, size_t len); len 358 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c header->len = frag_len; len 525 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c header->len = frag_len; len 672 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c header->len = frag_len; len 833 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c header->len = frag_len; len 1051 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c header->len = frag_len; len 212 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c void *data, size_t len) len 218 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ret = ompi_osc_pt2pt_frag_alloc(module, target, len, &frag, &ptr, false, true); len 220 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c memcpy (ptr, data, len); len 264 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int target, void *data, size_t len) len 272 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ctx = malloc (sizeof(ompi_osc_pt2pt_module_t*) + len); len 284 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c memcpy (data_copy, data, len); len 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, len 370 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c data_len = put_header->len - ((uintptr_t) data - (uintptr_t) put_header); len 376 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return put_header->len; len 413 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return put_header->len; len 538 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return OMPI_SUCCESS == ret ? (int) get_header->len : ret; len 1165 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c data_len = acc_header->len - ((char*) data - (char*) acc_header); len 1180 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return (OMPI_SUCCESS == ret) ? (int) acc_header->len : ret; len 1212 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return (OMPI_SUCCESS == ret) ? (int) acc_header->len : ret; len 1236 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c data_len = acc_header->len - ((char*) data - (char*) acc_header); len 1266 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return (OMPI_SUCCESS == ret) ? (int) acc_header->len : ret; len 1298 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return OMPI_SUCCESS == ret ? (int) acc_header->len : ret; len 1331 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return (OMPI_SUCCESS == ret) ? (int) cswap_header->len : ret; len 31 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h size_t len); len 51 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int target, void *data, size_t len); len 75 ompi/mca/osc/pt2pt/osc_pt2pt_header.h uint64_t len; len 85 ompi/mca/osc/pt2pt/osc_pt2pt_header.h uint64_t len; len 96 ompi/mca/osc/pt2pt/osc_pt2pt_header.h uint64_t len; len 114 ompi/mca/osc/pt2pt/osc_pt2pt_header.h uint32_t len; len 219 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = ntoh64((h).len); \ len 224 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = hton64((h).len); \ len 230 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = ntoh64((h).len); \ len 235 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = hton64((h).len); \ len 241 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = ntoh64((h).len); \ len 247 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = hton64((h).len); \ len 289 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = ntohl((h).len); \ len 293 ompi/mca/osc/pt2pt/osc_pt2pt_header.h (h).len = htonl((h).len); \ len 29 ompi/mca/osc/pt2pt/osc_pt2pt_module.c int ompi_osc_pt2pt_attach(struct ompi_win_t *win, void *base, size_t len) len 195 ompi/mca/osc/rdma/osc_rdma_accumulate.c unsigned long len = target_count * target_datatype->super.size; len 200 ompi/mca/osc/rdma/osc_rdma_accumulate.c ", sync %p", len, target_address, (void *) sync); len 203 ompi/mca/osc/rdma/osc_rdma_accumulate.c ptr = malloc (len); len 212 ompi/mca/osc/rdma/osc_rdma_accumulate.c ret = ompi_osc_get_data_blocking (module, peer->data_endpoint, target_address, target_handle, ptr, len); len 221 ompi/mca/osc/rdma/osc_rdma_accumulate.c struct iovec iov = {.iov_base = ptr, len}; len 223 ompi/mca/osc/rdma/osc_rdma_accumulate.c size_t size = request->len; len 229 ompi/mca/osc/rdma/osc_rdma_accumulate.c ompi_datatype_sndrcv (ptr, len, MPI_BYTE, result, result_count, result_datatype); len 234 ompi/mca/osc/rdma/osc_rdma_accumulate.c return ompi_osc_rdma_put_contig (sync, peer, target_address, target_handle, (void *) source, len, request); len 241 ompi/mca/osc/rdma/osc_rdma_accumulate.c return ompi_osc_rdma_put_contig (sync, peer, target_address, target_handle, ptr, len, request); len 252 ompi/mca/osc/rdma/osc_rdma_accumulate.c return ompi_osc_rdma_put_contig (sync, peer, target_address, target_handle, (void *) source, len, request); len 700 ompi/mca/osc/rdma/osc_rdma_accumulate.c unsigned long len = datatype->super.size; len 709 ompi/mca/osc/rdma/osc_rdma_accumulate.c ", sync %p", len, target_address, (void *) sync); len 712 ompi/mca/osc/rdma/osc_rdma_accumulate.c ret = ompi_osc_get_data_blocking (module, peer->data_endpoint, target_address, target_handle, result_addr, len); len 717 ompi/mca/osc/rdma/osc_rdma_accumulate.c if (0 != memcmp (result_addr, compare_addr, len)) { len 723 ompi/mca/osc/rdma/osc_rdma_accumulate.c if (module->selected_btl->btl_register_mem && len > module->selected_btl->btl_put_local_registration_threshold) { len 725 ompi/mca/osc/rdma/osc_rdma_accumulate.c ret = ompi_osc_rdma_frag_alloc (module, len, &frag, &ptr); len 733 ompi/mca/osc/rdma/osc_rdma_accumulate.c memcpy (ptr, source_addr, len); len 741 ompi/mca/osc/rdma/osc_rdma_accumulate.c local_handle, target_handle, len, 0, MCA_BTL_NO_ORDER, len 59 ompi/mca/osc/rdma/osc_rdma_comm.c void *data, size_t len) len 71 ompi/mca/osc/rdma/osc_rdma_comm.c aligned_len = (len + offset + btl_alignment_mask) & ~btl_alignment_mask; len 74 ompi/mca/osc/rdma/osc_rdma_comm.c "), len: %lu (aligned: %lu)", (void *) endpoint, source_address, aligned_addr, (unsigned long) len, len 77 ompi/mca/osc/rdma/osc_rdma_comm.c if (module->selected_btl->btl_register_mem && len >= module->selected_btl->btl_get_local_registration_threshold) { len 125 ompi/mca/osc/rdma/osc_rdma_comm.c opal_memchecker_base_mem_defined (ptr, len); len 128 ompi/mca/osc/rdma/osc_rdma_comm.c memcpy (data, ptr + offset, len); len 548 ompi/mca/osc/rdma/osc_rdma_comm.c memcpy (origin_addr, (void *) source, request->len); len 680 ompi/mca/osc/rdma/osc_rdma_comm.c request->len = size; len 744 ompi/mca/osc/rdma/osc_rdma_comm.c ptrdiff_t len, offset; len 747 ompi/mca/osc/rdma/osc_rdma_comm.c len = opal_datatype_span(&target_datatype->super, target_count, &offset); len 751 ompi/mca/osc/rdma/osc_rdma_comm.c ret = osc_rdma_get_remote_segment (module, peer, target_disp, offset+len, len 118 ompi/mca/osc/rdma/osc_rdma_comm.h void *data, size_t len); len 397 ompi/mca/osc/rdma/osc_rdma_component.c region->len = size; len 671 ompi/mca/osc/rdma/osc_rdma_component.c region->len = size; len 964 ompi/mca/osc/rdma/osc_rdma_component.c my_data->len = (osc_rdma_size_t) my_rank; len 49 ompi/mca/osc/rdma/osc_rdma_dynamic.c region_bound = (intptr_t) (region->base + region->len); len 52 ompi/mca/osc/rdma/osc_rdma_dynamic.c (void *) base, (void *) bound, (void *) region->base, (void *)(region->base + region->len), mid_index, len 89 ompi/mca/osc/rdma/osc_rdma_dynamic.c int ompi_osc_rdma_attach (struct ompi_win_t *win, void *base, size_t len) len 106 ompi/mca/osc/rdma/osc_rdma_dynamic.c if (0 == len) { len 111 ompi/mca/osc/rdma/osc_rdma_dynamic.c OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "attach: %s, %p, %lu", win->w_name, base, (unsigned long) len); len 125 ompi/mca/osc/rdma/osc_rdma_dynamic.c bound = (void *)OPAL_ALIGN((intptr_t) base + len, page_size, intptr_t); len 127 ompi/mca/osc/rdma/osc_rdma_dynamic.c len = (size_t)((intptr_t) bound - (intptr_t) base); len 164 ompi/mca/osc/rdma/osc_rdma_dynamic.c region->len = len; len 167 ompi/mca/osc/rdma/osc_rdma_dynamic.c base, (void *)((intptr_t) base + len), region_index); len 172 ompi/mca/osc/rdma/osc_rdma_dynamic.c ret = ompi_osc_rdma_register (module, MCA_BTL_ENDPOINT_ANY, (void *) region->base, region->len, MCA_BTL_REG_FLAG_ACCESS_ANY, len 192 ompi/mca/osc/rdma/osc_rdma_dynamic.c (void *) region->base, (unsigned long) region->len); len 249 ompi/mca/osc/rdma/osc_rdma_dynamic.c base, (void *)((intptr_t) base + region->len), region_index); len 365 ompi/mca/osc/rdma/osc_rdma_dynamic.c int ompi_osc_rdma_find_dynamic_region (ompi_osc_rdma_module_t *module, ompi_osc_rdma_peer_t *peer, uint64_t base, size_t len, len 369 ompi/mca/osc/rdma/osc_rdma_dynamic.c intptr_t bound = (intptr_t) base + len; len 374 ompi/mca/osc/rdma/osc_rdma_dynamic.c " (len %lu)", base, base + len, (unsigned long) len); len 29 ompi/mca/osc/rdma/osc_rdma_dynamic.h int ompi_osc_rdma_attach (struct ompi_win_t *win, void *base, size_t len); len 59 ompi/mca/osc/rdma/osc_rdma_dynamic.h int ompi_osc_rdma_find_dynamic_region (ompi_osc_rdma_module_t *module, ompi_osc_rdma_peer_t *peer, uint64_t base, size_t len, len 25 ompi/mca/osc/rdma/osc_rdma_peer.c #define NODE_ID_TO_RANK(module, peer_data, node_id) ((int)(peer_data)->len) len 193 ompi/mca/osc/rdma/osc_rdma_peer.c ", flags: 0x%x, disp_unit: %d", peer->rank, base_region->base, base_region->len, len 206 ompi/mca/osc/rdma/osc_rdma_peer.c ex_peer->size = base_region->len; len 209 ompi/mca/osc/rdma/osc_rdma_peer.c if (base_region->len) { len 47 ompi/mca/osc/rdma/osc_rdma_request.h size_t len; len 110 ompi/mca/osc/rdma/osc_rdma_types.h osc_rdma_size_t len; len 111 ompi/mca/osc/sm/osc_sm.h int ompi_osc_sm_attach(struct ompi_win_t *win, void *base, size_t len); len 483 ompi/mca/osc/sm/osc_sm_component.c ompi_osc_sm_attach(struct ompi_win_t *win, void *base, size_t len) len 136 ompi/mca/osc/ucx/osc_ucx.h int ompi_osc_ucx_win_attach(struct ompi_win_t *win, void *base, size_t len); len 211 ompi/mca/osc/ucx/osc_ucx.h uint64_t base, size_t len, int *insert); len 29 ompi/mca/osc/ucx/osc_ucx_comm.c size_t len; len 104 ompi/mca/osc/ucx/osc_ucx_comm.c (*ucx_iov)[ucx_iov_idx].len = iov[iov_idx].iov_len; len 152 ompi/mca/osc/ucx/osc_ucx_comm.c curr_len = MIN(origin_ucx_iov[origin_ucx_iov_idx].len, len 153 ompi/mca/osc/ucx/osc_ucx_comm.c target_ucx_iov[target_ucx_iov_idx].len); len 170 ompi/mca/osc/ucx/osc_ucx_comm.c origin_ucx_iov[origin_ucx_iov_idx].len -= curr_len; len 171 ompi/mca/osc/ucx/osc_ucx_comm.c if (origin_ucx_iov[origin_ucx_iov_idx].len == 0) { len 174 ompi/mca/osc/ucx/osc_ucx_comm.c target_ucx_iov[target_ucx_iov_idx].len -= curr_len; len 175 ompi/mca/osc/ucx/osc_ucx_comm.c if (target_ucx_iov[target_ucx_iov_idx].len == 0) { len 194 ompi/mca/osc/ucx/osc_ucx_comm.c origin_ucx_iov[origin_ucx_iov_idx].len, len 201 ompi/mca/osc/ucx/osc_ucx_comm.c prev_len += origin_ucx_iov[origin_ucx_iov_idx].len; len 216 ompi/mca/osc/ucx/osc_ucx_comm.c target_ucx_iov[target_ucx_iov_idx].len, len 223 ompi/mca/osc/ucx/osc_ucx_comm.c prev_len += target_ucx_iov[target_ucx_iov_idx].len; len 282 ompi/mca/osc/ucx/osc_ucx_comm.c size_t len = sizeof(uint64_t) + sizeof(ompi_osc_dynamic_win_info_t) * OMPI_OSC_UCX_ATTACH_MAX; len 283 ompi/mca/osc/ucx/osc_ucx_comm.c char *temp_buf = malloc(len); len 291 ompi/mca/osc/ucx/osc_ucx_comm.c len, remote_state_addr); len 515 ompi/mca/osc/ucx/osc_ucx_comm.c int curr_count = origin_ucx_iov[origin_ucx_iov_idx].len / temp_size; len 530 ompi/mca/osc/ucx/osc_ucx_comm.c if (curr_origin_addr >= (void *)((char *)origin_ucx_iov[origin_ucx_iov_idx].addr + origin_ucx_iov[origin_ucx_iov_idx].len)) { len 735 ompi/mca/osc/ucx/osc_ucx_comm.c int curr_count = origin_ucx_iov[origin_ucx_iov_idx].len / temp_size; len 750 ompi/mca/osc/ucx/osc_ucx_comm.c if (curr_origin_addr >= (void *)((char *)origin_ucx_iov[origin_ucx_iov_idx].addr + origin_ucx_iov[origin_ucx_iov_idx].len)) { len 442 ompi/mca/osc/ucx/osc_ucx_component.c uint64_t base, size_t len, int *insert) { len 452 ompi/mca/osc/ucx/osc_ucx_component.c base, len, insert); len 453 ompi/mca/osc/ucx/osc_ucx_component.c } else if (base + len < dynamic_wins[mid_index].base + dynamic_wins[mid_index].size) { len 457 ompi/mca/osc/ucx/osc_ucx_component.c base, len, insert); len 461 ompi/mca/osc/ucx/osc_ucx_component.c int ompi_osc_ucx_win_attach(struct ompi_win_t *win, void *base, size_t len) { len 473 ompi/mca/osc/ucx/osc_ucx_component.c (uint64_t)base, len, &insert_index); len 491 ompi/mca/osc/ucx/osc_ucx_component.c ret = opal_common_ucx_wpmem_create(module->ctx, &base, len, len 502 ompi/mca/osc/ucx/osc_ucx_component.c module->state.dynamic_wins[insert_index].size = len; len 35 ompi/mca/pml/ob1/pml_ob1_recvfrag.h size_t len; len 81 ompi/mca/pml/ob1/pml_ob1_recvfrag.h buffers[0].len = _size; \ len 84 ompi/mca/pml/ob1/pml_ob1_recvfrag.h buffers[0].len, \ len 47 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c size_t len=0; len 74 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c len = strlen (filename ) + 64; len 75 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c datafilename = (char*)malloc( len ); len 81 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf(datafilename, len, "%s%s%d",filename,".data.",fh->f_rank); len 112 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c metadatafilename = (char*) malloc ( len ); len 120 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf ( metadatafilename, len, "%s%s%d", filename, ".metadata.",fh->f_rank); len 565 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_KEYCMP(a,b,len) memcmp(a,b,len) len 120 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c void vprotocol_pessimist_sender_based_alloc(size_t len) len 135 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c len += sb.sb_cursor + sizeof(vprotocol_pessimist_sender_based_header_t); len 136 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c if(sb.sb_length < len) len 137 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c sb.sb_length = len; len 34 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h void vprotocol_pessimist_sender_based_alloc(size_t len); len 59 ompi/mpi/c/comm_join.c static int ompi_socket_send (int fd, char *buf, int len ); len 60 ompi/mpi/c/comm_join.c static int ompi_socket_recv (int fd, char *buf, int len ); len 65 ompi/mpi/c/comm_join.c uint32_t len, rlen, llen, lrlen; len 128 ompi/mpi/c/comm_join.c len = htonl(llen); len 129 ompi/mpi/c/comm_join.c ompi_socket_send( fd, (char *) &len, sizeof(uint32_t)); len 161 ompi/mpi/c/comm_join.c static int ompi_socket_send (int fd, char *buf, int len ) len 169 ompi/mpi/c/comm_join.c num = len; len 210 ompi/mpi/c/comm_join.c static int ompi_socket_recv (int fd, char *buf, int len ) len 218 ompi/mpi/c/comm_join.c num = len; len 244 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_op_intercept(void *invec, void *outvec, int *len, len 249 ompi/mpi/cxx/intercepts.cc cxx_callback(invec, outvec, *len, cxx_datatype); len 101 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_op_intercept(void *invec, void *outvec, int *len, len 196 ompi/mpi/cxx/mpicxx.h typedef void User_function(const void* invec, void* inoutvec, int len, len 27 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h character(len=*), intent(in) :: filebuf len 28 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h character(len=*), intent(out) :: userbuf len 42 ompi/mpi/fortran/base/fortran_base_strings.h OMPI_DECLSPEC int ompi_fortran_string_f2c(char *fstr, int len, char **cstr); len 58 ompi/mpi/fortran/base/fortran_base_strings.h OMPI_DECLSPEC int ompi_fortran_string_c2f(char *cstr, char *fstr, int len); len 127 ompi/mpi/fortran/base/fortran_base_strings.h OMPI_DECLSPEC int ompi_fortran_multiple_argvs_f2c(int count, char *array, int len, len 38 ompi/mpi/fortran/base/strings.c int ompi_fortran_string_f2c(char *fstr, int len, char **cstr) len 45 ompi/mpi/fortran/base/strings.c end = fstr + len - 1; len 47 ompi/mpi/fortran/base/strings.c for (i = 0; (i < len) && (' ' == *fstr); ++i, ++fstr) { len 51 ompi/mpi/fortran/base/strings.c if (i >= len) { len 52 ompi/mpi/fortran/base/strings.c len = 0; len 58 ompi/mpi/fortran/base/strings.c len = end - fstr + 1; len 63 ompi/mpi/fortran/base/strings.c if (NULL == (*cstr = (char *) malloc(len + 1))) { len 69 ompi/mpi/fortran/base/strings.c if (len > 0) { len 70 ompi/mpi/fortran/base/strings.c opal_string_copy(*cstr, fstr, len + 1); len 93 ompi/mpi/fortran/base/strings.c int ompi_fortran_string_c2f(char *cstr, char *fstr, int len) len 97 ompi/mpi/fortran/base/strings.c opal_string_copy(fstr, cstr, len); len 98 ompi/mpi/fortran/base/strings.c for (i = strlen(cstr); i < len; ++i) { len 73 ompi/mpi/fortran/mpif-h/add_error_string_f.c MPI_Fint *ierr, int len) len 78 ompi/mpi/fortran/mpif-h/add_error_string_f.c if (len > MPI_MAX_ERROR_STRING) { len 85 ompi/mpi/fortran/mpif-h/add_error_string_f.c ompi_fortran_string_f2c(string, len, &c_string); len 58 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(in) :: filename len 192 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(out) :: datarep len 204 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(in) :: filename len 306 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(in) :: datarep len 77 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: string len 426 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: comm_name len 518 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: comm_name len 597 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: string len 666 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: name len 955 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: key len 988 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: key len 990 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: value len 1014 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: key len 1025 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: key len 1038 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: key len 1039 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: value len 1167 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: datarep len 1229 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: datarep len 1695 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: type_name len 1771 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: type_name len 1999 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: win_name len 2060 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: win_name len 2114 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2124 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2126 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: port_name len 2137 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: port_name len 2147 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2149 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2159 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2161 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2203 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2218 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2233 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: command len 2234 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), dimension(*), intent(in) :: argv len 2252 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), dimension(*), intent(in) :: array_of_commands len 2253 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), dimension(count,*), intent(in) :: array_of_argv len 2300 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(out) :: version len 58 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(in) :: filename len 192 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(out) :: datarep len 204 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(in) :: filename len 306 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(in) :: datarep len 77 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: string len 426 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: comm_name len 518 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: comm_name len 597 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: string len 666 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: name len 955 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: key len 988 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: key len 990 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: value len 1014 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: key len 1025 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: key len 1038 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: key len 1039 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: value len 1167 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: datarep len 1229 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: datarep len 1695 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: type_name len 1773 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: type_name len 2001 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: win_name len 2062 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: win_name len 2116 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2126 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2128 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: port_name len 2139 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: port_name len 2149 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2151 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2161 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: service_name len 2163 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2205 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2220 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: port_name len 2235 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: command len 2236 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), dimension(*), intent(in) :: argv len 2254 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), dimension(*), intent(in) :: array_of_commands len 2255 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), dimension(count,*), intent(in) :: array_of_argv len 2302 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(out) :: version len 2259 ompi/mpi/java/c/mpi_Comm.c int len; len 2260 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_get_name((MPI_Comm)handle, name, &len); len 304 ompi/mpi/java/c/mpi_Datatype.c int len; len 305 ompi/mpi/java/c/mpi_Datatype.c int rc = MPI_Type_get_name((MPI_Datatype)handle, name, &len); len 251 ompi/mpi/java/c/mpi_MPI.c int len = (*env)->GetArrayLength(env, argv); len 252 ompi/mpi/java/c/mpi_MPI.c char **sargs = (char**)calloc(len+1, sizeof(char*)); len 254 ompi/mpi/java/c/mpi_MPI.c for(i = 0; i < len; i++) len 263 ompi/mpi/java/c/mpi_MPI.c int rc = MPI_Init(&len, &sargs); len 266 ompi/mpi/java/c/mpi_MPI.c for(i = 0; i < len; i++) len 280 ompi/mpi/java/c/mpi_MPI.c value = (*env)->NewObjectArray(env, len, string, NULL); len 282 ompi/mpi/java/c/mpi_MPI.c for(i = 0; i < len; i++) len 301 ompi/mpi/java/c/mpi_MPI.c int len = (*env)->GetArrayLength(env,argv); len 302 ompi/mpi/java/c/mpi_MPI.c char **sargs = (char**)calloc(len+1, sizeof(char*)); len 304 ompi/mpi/java/c/mpi_MPI.c for(i = 0; i < len; i++) len 314 ompi/mpi/java/c/mpi_MPI.c int rc = MPI_Init_thread(&len, &sargs, required, &provided); len 317 ompi/mpi/java/c/mpi_MPI.c for(i = 0; i < len; i++) len 376 ompi/mpi/java/c/mpi_MPI.c int len; len 378 ompi/mpi/java/c/mpi_MPI.c int rc = MPI_Get_processor_name((char*)bufc, &len); len 381 ompi/mpi/java/c/mpi_MPI.c return len; len 81 ompi/mpi/java/c/mpi_Op.c static jobject setBooleanArray(JNIEnv *env, void *vec, int len) len 83 ompi/mpi/java/c/mpi_Op.c jobject obj = (*env)->NewBooleanArray(env, len); len 86 ompi/mpi/java/c/mpi_Op.c (*env)->SetBooleanArrayRegion(env, obj, 0, len, vec); len 91 ompi/mpi/java/c/mpi_Op.c static void getBooleanArray(JNIEnv *env, jobject obj, void *vec, int len) len 93 ompi/mpi/java/c/mpi_Op.c (*env)->GetBooleanArrayRegion(env, obj, 0, len, vec); len 110 ompi/mpi/java/c/mpi_Op.c int len = (*count) * extent; len 114 ompi/mpi/java/c/mpi_Op.c jin = setBooleanArray(env, invec, len); len 115 ompi/mpi/java/c/mpi_Op.c jio = setBooleanArray(env, inoutvec, len); len 119 ompi/mpi/java/c/mpi_Op.c jin = (*env)->NewDirectByteBuffer(env, invec, len); len 120 ompi/mpi/java/c/mpi_Op.c jio = (*env)->NewDirectByteBuffer(env, inoutvec, len); len 129 ompi/mpi/java/c/mpi_Op.c getBooleanArray(env, jio, inoutvec, len); len 501 ompi/mpi/java/c/mpi_Win.c int len; len 502 ompi/mpi/java/c/mpi_Win.c int rc = MPI_Win_get_name((MPI_Win)handle, name, &len); len 25 ompi/mpi/tool/category_get_categories.c int MPI_T_category_get_categories(int cat_index, int len, int indices[]) len 48 ompi/mpi/tool/category_get_categories.c for (i = 0 ; i < len && i < size ; ++i) { len 25 ompi/mpi/tool/category_get_cvars.c int MPI_T_category_get_cvars(int cat_index, int len, int indices[]) len 48 ompi/mpi/tool/category_get_cvars.c for (i = 0 ; i < len && i < size ; ++i) { len 25 ompi/mpi/tool/category_get_pvars.c int MPI_T_category_get_pvars(int cat_index, int len, int indices[]) len 48 ompi/mpi/tool/category_get_pvars.c for (i = 0 ; i < len && i < size ; ++i) { len 51 ompi/mpi/tool/mpit-internal.h static inline void mpit_copy_string (char *dest, int *len, const char *source) len 53 ompi/mpi/tool/mpit-internal.h if (NULL == len) len 57 ompi/mpi/tool/mpit-internal.h *len = 0; len 65 ompi/mpi/tool/mpit-internal.h if (0 != *len && NULL != dest) { len 66 ompi/mpi/tool/mpit-internal.h if ((int) strlen (source) < *len) { len 67 ompi/mpi/tool/mpit-internal.h *len = strlen (source) + 1; len 70 ompi/mpi/tool/mpit-internal.h opal_string_copy (dest, source, *len); len 72 ompi/mpi/tool/mpit-internal.h *len = strlen (source) + 1; len 382 ompi/mpiext/affinity/c/mpiext_affinity_str.c int len = OMPI_AFFINITY_STRING_MAX; len 392 ompi/mpiext/affinity/c/mpiext_affinity_str.c strncat(str, "[", len - strlen(str)); len 404 ompi/mpiext/affinity/c/mpiext_affinity_str.c strncat(str, "/", len - strlen(str)); len 416 ompi/mpiext/affinity/c/mpiext_affinity_str.c strncat(str, ".", len - strlen(str)); len 419 ompi/mpiext/affinity/c/mpiext_affinity_str.c strncat(str, "]", len - strlen(str)); len 44 ompi/mpiext/example/c/mpiext_example_progress.c int len; len 49 ompi/mpiext/example/c/mpiext_example_progress.c PMPI_Comm_get_name(comm, name, &len); len 147 ompi/runtime/ompi_mpi_abort.c int len, i; len 149 ompi/runtime/ompi_mpi_abort.c if (OPAL_SUCCESS == opal_backtrace_buffer(&messages, &len)) { len 150 ompi/runtime/ompi_mpi_abort.c for (i = 0; i < len; ++i) { len 58 ompi/tools/ompi_info/param.c size_t len; len 64 ompi/tools/ompi_info/param.c len = max - strlen(dest); len 66 ompi/tools/ompi_info/param.c strncat(dest, ", ", len); len 67 ompi/tools/ompi_info/param.c len = max - strlen(dest); len 69 ompi/tools/ompi_info/param.c strncat(dest, src, len); len 105 ompi/util/timings.h int len = 0; \ len 109 ompi/util/timings.h len = snprintf(OMPI_TIMING.cur_timing->val[OMPI_TIMING.cur_timing->use].desc, \ len 111 ompi/util/timings.h if (len >= OPAL_TIMING_STR_LEN) { \ len 128 ompi/util/timings.h int len = snprintf(OMPI_TIMING.cur_timing->val[OMPI_TIMING.cur_timing->use].desc, \ len 130 ompi/util/timings.h if (len >= OPAL_TIMING_STR_LEN) { \ len 374 opal/class/opal_bitmap.c int opal_bitmap_num_unset_bits(opal_bitmap_t *bm, int len) len 376 opal/class/opal_bitmap.c return (len - opal_bitmap_num_set_bits(bm, len)); len 379 opal/class/opal_bitmap.c int opal_bitmap_num_set_bits(opal_bitmap_t *bm, int len) len 385 opal/class/opal_bitmap.c if ((len < 0) || NULL == bm || (len >= (bm->array_size * SIZE_OF_BASE_TYPE))) { len 390 opal/class/opal_bitmap.c for(i = 0; i < len; ++i) { len 240 opal/class/opal_bitmap.h OPAL_DECLSPEC int opal_bitmap_num_unset_bits(opal_bitmap_t *bm, int len); len 249 opal/class/opal_bitmap.h OPAL_DECLSPEC int opal_bitmap_num_set_bits(opal_bitmap_t *bm, int len); len 310 opal/dss/dss_pack.c int32_t i, len; len 315 opal/dss/dss_pack.c len = 0; len 316 opal/dss/dss_pack.c if (OPAL_SUCCESS != (ret = opal_dss_pack_int32(buffer, &len, 1, OPAL_INT32))) { len 320 opal/dss/dss_pack.c len = (int32_t)strlen(ssrc[i]) + 1; len 321 opal/dss/dss_pack.c if (OPAL_SUCCESS != (ret = opal_dss_pack_int32(buffer, &len, 1, OPAL_INT32))) { len 325 opal/dss/dss_pack.c opal_dss_pack_byte(buffer, ssrc[i], len, OPAL_BYTE))) { len 385 opal/dss/dss_unpack.c int32_t i, len, n=1; len 389 opal/dss/dss_unpack.c if (OPAL_SUCCESS != (ret = opal_dss_unpack_int32(buffer, &len, &n, OPAL_INT32))) { len 392 opal/dss/dss_unpack.c if (0 == len) { /* zero-length string - unpack the NULL */ len 395 opal/dss/dss_unpack.c sdest[i] = (char*)malloc(len); len 399 opal/dss/dss_unpack.c if (OPAL_SUCCESS != (ret = opal_dss_unpack_byte(buffer, sdest[i], &len, OPAL_BYTE))) { len 58 opal/mca/backtrace/backtrace.h OPAL_DECLSPEC int opal_backtrace_buffer(char*** messages, int *len); len 38 opal/mca/backtrace/execinfo/backtrace_execinfo.c int i, len; len 58 opal/mca/backtrace/execinfo/backtrace_execinfo.c len = snprintf (buf, sizeof(buf), "[%2d] ", i - strip); len 59 opal/mca/backtrace/execinfo/backtrace_execinfo.c write (fd, buf, len); len 187 opal/mca/base/mca_base_var.c size_t i, len; len 191 opal/mca/base/mca_base_var.c for (i = 0, len = 0 ; i < 4 ; ++i) { len 194 opal/mca/base/mca_base_var.c len += strlen (names[i]) + 1; len 198 opal/mca/base/mca_base_var.c name = calloc (1, len); len 208 opal/mca/base/mca_base_var.c strncat (name, names[i], len - (size_t)(uintptr_t)(tmp - name)); len 1020 opal/mca/base/mca_base_var.c size_t i, len; len 1031 opal/mca/base/mca_base_var.c len = opal_pointer_array_get_size(&mca_base_vars); len 1032 opal/mca/base/mca_base_var.c for (i = 0; i < len; ++i) { len 187 opal/mca/btl/ofi/btl_ofi.h size_t len; len 83 opal/mca/btl/ofi/btl_ofi_frag.c frag->hdr.len = size; len 122 opal/mca/btl/ofi/btl_ofi_frag.c sizeof(mca_btl_ofi_header_t) + frag->hdr.len, len 146 opal/mca/btl/ofi/btl_ofi_frag.c frag->segments[0].seg_len = frag->hdr.len; len 194 opal/mca/btl/ofi/btl_ofi_frag.c frag->hdr.len += length; len 944 opal/mca/btl/smcuda/btl_smcuda.c frag->hdr->len = length; len 1017 opal/mca/btl/smcuda/btl_smcuda.c frag->hdr->len = frag->segment.seg_len; len 1275 opal/mca/btl/smcuda/btl_smcuda.c frag->hdr->len, frag->hdr->my_smp_rank, len 1064 opal/mca/btl/smcuda/btl_smcuda_component.c seg.seg_len = hdr->len; len 49 opal/mca/btl/smcuda/btl_smcuda_frag.h size_t len; len 1396 opal/mca/btl/tcp/btl_tcp_component.c size_t retval, len = strlen(mca_btl_tcp_magic_id_string); len 1458 opal/mca/btl/tcp/btl_tcp_component.c if (0 != strncmp(hs_msg.magic_id, mca_btl_tcp_magic_id_string, len)) { len 592 opal/mca/btl/tcp/btl_tcp_endpoint.c size_t retval, len = strlen(mca_btl_tcp_magic_id_string);; len 614 opal/mca/btl/tcp/btl_tcp_endpoint.c if (0 != strncmp(hs_msg.magic_id, mca_btl_tcp_magic_id_string, len)) { len 83 opal/mca/btl/ugni/btl_ugni_get.c uint32_t len = frag->hdr.eager.send.lag & 0x00ffffff; len 86 opal/mca/btl/ugni/btl_ugni_get.c size_t hdr_len = len - payload_len; len 65 opal/mca/btl/ugni/btl_ugni_smsg.c uint32_t len; len 101 opal/mca/btl/ugni/btl_ugni_smsg.c len = frag.hdr.send.lag & 0x00ffffff; len 103 opal/mca/btl/ugni/btl_ugni_smsg.c BTL_VERBOSE(("received smsg fragment. hdr = {len = %u, tag = %d}", len, tag)); len 110 opal/mca/btl/ugni/btl_ugni_smsg.c seg.seg_len = len; len 992 opal/mca/btl/usnic/btl_usnic_cagent.c socklen_t len; len 995 opal/mca/btl/usnic/btl_usnic_cagent.c len = sizeof(addr); len 996 opal/mca/btl/usnic/btl_usnic_cagent.c int client_fd = accept(fd, &addr, &len); len 70 opal/mca/btl/usnic/btl_usnic_module.c size_t len; len 72 opal/mca/btl/usnic/btl_usnic_module.c len = len_param; len 74 opal/mca/btl/usnic/btl_usnic_module.c str, &len); len 75 opal/mca/btl/usnic/btl_usnic_module.c if (len > len_param) { len 90 opal/mca/btl/usnic/btl_usnic_util.c void *vaddr, int len) len 104 opal/mca/btl/usnic/btl_usnic_util.c for (i=0; i<len; ++i) { len 48 opal/mca/btl/usnic/btl_usnic_util.h void *vaddr, int len); len 621 opal/mca/btl/vader/btl_vader_component.c segments[0].seg_len = hdr->len; len 69 opal/mca/btl/vader/btl_vader_frag.h int32_t len; len 125 opal/mca/btl/vader/btl_vader_get.c recv_iovec.len = size; len 165 opal/mca/btl/vader/btl_vader_get.c size_t len = frag->segments[0].seg_len - sizeof (*hdr); len 174 opal/mca/btl/vader/btl_vader_get.c memcpy (local_address, data, len); len 33 opal/mca/btl/vader/btl_vader_knem.c knem_iov.len = size; len 104 opal/mca/btl/vader/btl_vader_put.c send_iovec.len = size; len 50 opal/mca/btl/vader/btl_vader_send.c frag->hdr->len = total_size; len 84 opal/mca/btl/vader/btl_vader_sendi.c frag->hdr->len = length; len 336 opal/mca/common/ucx/common_ucx_wpool.h int target, void *buffer, size_t len, len 356 opal/mca/common/ucx/common_ucx_wpool.h status = ucp_put_nbi(ep, buffer,len, rem_addr, rkey); len 360 opal/mca/common/ucx/common_ucx_wpool.h status = ucp_get_nbi(ep, buffer,len, rem_addr, rkey); len 384 opal/mca/common/ucx/common_ucx_wpool.h uint64_t value, int target, void *buffer, size_t len, len 402 opal/mca/common/ucx/common_ucx_wpool.h buffer, len, len 423 opal/mca/common/ucx/common_ucx_wpool.h uint64_t value, int target, size_t len, uint64_t rem_addr) len 441 opal/mca/common/ucx/common_ucx_wpool.h len, rem_addr, rkey); len 460 opal/mca/common/ucx/common_ucx_wpool.h int target, void *buffer, size_t len, len 478 opal/mca/common/ucx/common_ucx_wpool.h buffer, len, len 501 opal/mca/common/ucx/common_ucx_wpool.h int target, void *buffer, size_t len, len 519 opal/mca/common/ucx/common_ucx_wpool.h req = opal_common_ucx_atomic_fetch_nb(ep, opcode, value, buffer, len, len 36 opal/mca/compress/base/compress_base_frame.c uint8_t *inbytes, size_t len) len 78 opal/mca/compress/bzip/compress_bzip_component.c uint8_t *inbytes, size_t len) len 97 opal/mca/compress/compress.h uint8_t *inbytes, size_t len); len 52 opal/mca/compress/fwd/regx_fwd.c int i, j, n, len, startnum, nodenum, numdigits; len 115 opal/mca/compress/fwd/regx_fwd.c len = strlen(node); len 118 opal/mca/compress/fwd/regx_fwd.c for (i=0, j=0; i < len; i++) { len 78 opal/mca/compress/gzip/compress_gzip_component.c uint8_t *inbytes, size_t len) len 53 opal/mca/compress/reverse/regx_reverse.c int i, j, n, len, startnum, nodenum, numdigits; len 120 opal/mca/compress/reverse/regx_reverse.c len = strlen(node); len 134 opal/mca/compress/reverse/regx_reverse.c for (i=len-1; i >= 0; i--) { len 59 opal/mca/compress/zlib/compress_zlib.c size_t len; len 77 opal/mca/compress/zlib/compress_zlib.c len = deflateBound(&strm, inlen); len 78 opal/mca/compress/zlib/compress_zlib.c if (NULL == (tmp = (uint8_t*)malloc(len))) { len 86 opal/mca/compress/zlib/compress_zlib.c strm.avail_out = len; len 93 opal/mca/compress/zlib/compress_zlib.c *olen = len - strm.avail_out; len 100 opal/mca/compress/zlib/compress_zlib.c uint8_t *inbytes, size_t len) len 120 opal/mca/compress/zlib/compress_zlib.c strm.avail_in = len; len 131 opal/mca/compress/zlib/compress_zlib.c "\tINSIZE: %d OUTSIZE %d", (int)len, (int)olen); len 60 opal/mca/compress/zlib/compress_zlib.h uint8_t *inbytes, size_t len); len 182 opal/mca/event/libevent2022/libevent/arc4random.c size_t len, n; len 188 opal/mca/event/libevent2022/libevent/arc4random.c for (len = 0; len < sizeof(buf); len += n) { len 189 opal/mca/event/libevent2022/libevent/arc4random.c n = sizeof(buf) - len; len 191 opal/mca/event/libevent2022/libevent/arc4random.c if (0 != sysctl(mib, 3, &buf[len], &n, NULL, 0)) len 219 opal/mca/event/libevent2022/libevent/arc4random.c size_t len, n; len 224 opal/mca/event/libevent2022/libevent/arc4random.c len = sizeof(buf); len 225 opal/mca/event/libevent2022/libevent/arc4random.c if (sysctl(mib, 2, buf, &len, NULL, 0) == -1) { len 226 opal/mca/event/libevent2022/libevent/arc4random.c for (len = 0; len < sizeof(buf); len += sizeof(unsigned)) { len 228 opal/mca/event/libevent2022/libevent/arc4random.c if (n + len > sizeof(buf)) len 229 opal/mca/event/libevent2022/libevent/arc4random.c n = len - sizeof(buf); len 230 opal/mca/event/libevent2022/libevent/arc4random.c if (sysctl(mib, 2, &buf[len], &n, NULL, 0) == -1) len 143 opal/mca/event/libevent2022/libevent/buffer.c const struct evbuffer_ptr *pos, const char *mem, size_t len); len 959 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_drain(struct evbuffer *buf, size_t len) len 976 opal/mca/event/libevent2022/libevent/buffer.c if (len >= old_len && !HAS_PINNED_R(buf)) { len 977 opal/mca/event/libevent2022/libevent/buffer.c len = old_len; len 985 opal/mca/event/libevent2022/libevent/buffer.c if (len >= old_len) len 986 opal/mca/event/libevent2022/libevent/buffer.c len = old_len; len 988 opal/mca/event/libevent2022/libevent/buffer.c buf->total_len -= len; len 989 opal/mca/event/libevent2022/libevent/buffer.c remaining = len; len 1019 opal/mca/event/libevent2022/libevent/buffer.c buf->n_del_for_cb += len; len 1328 opal/mca/event/libevent2022/libevent/buffer.c find_eol_char(char *s, size_t len) len 1335 opal/mca/event/libevent2022/libevent/buffer.c s_end = s+len; len 2010 opal/mca/event/libevent2022/libevent/buffer.c #define IOV_LEN_FIELD len len 2330 opal/mca/event/libevent2022/libevent/buffer.c off_t len = chain->off; len 2339 opal/mca/event/libevent2022/libevent/buffer.c res = sendfile(info->fd, fd, chain->misalign, &len, NULL, 0); len 2343 opal/mca/event/libevent2022/libevent/buffer.c return (len); len 2345 opal/mca/event/libevent2022/libevent/buffer.c res = sendfile(info->fd, fd, chain->misalign, chain->off, NULL, &len, 0); len 2349 opal/mca/event/libevent2022/libevent/buffer.c return (len); len 2430 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len) len 2437 opal/mca/event/libevent2022/libevent/buffer.c ptr = evbuffer_search(buffer, (const char *)what, len, NULL); len 2441 opal/mca/event/libevent2022/libevent/buffer.c search = evbuffer_pullup(buffer, ptr.pos + len); len 2502 opal/mca/event/libevent2022/libevent/buffer.c const char *mem, size_t len) len 2511 opal/mca/event/libevent2022/libevent/buffer.c EV_SIZE_MAX - len < (size_t)pos->pos || len 2512 opal/mca/event/libevent2022/libevent/buffer.c pos->pos + len > buf->total_len) len 2517 opal/mca/event/libevent2022/libevent/buffer.c while (len && chain) { len 2519 opal/mca/event/libevent2022/libevent/buffer.c if (len + position > chain->off) len 2522 opal/mca/event/libevent2022/libevent/buffer.c n_comparable = len; len 2528 opal/mca/event/libevent2022/libevent/buffer.c len -= n_comparable; len 2537 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start) len 2539 opal/mca/event/libevent2022/libevent/buffer.c return evbuffer_search_range(buffer, what, len, start, NULL); len 2543 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end) len 2564 opal/mca/event/libevent2022/libevent/buffer.c if (!len || len > EV_SSIZE_MAX) len 2578 opal/mca/event/libevent2022/libevent/buffer.c if (!evbuffer_ptr_memcmp(buffer, &pos, what, len)) { len 2579 opal/mca/event/libevent2022/libevent/buffer.c if (end && pos.pos + (ev_ssize_t)len > end->pos) len 2608 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_peek(struct evbuffer *buffer, ev_ssize_t len, len 2633 opal/mca/event/libevent2022/libevent/buffer.c if (n_vec == 0 && len < 0) { len 2636 opal/mca/event/libevent2022/libevent/buffer.c len = buffer->total_len; len 2638 opal/mca/event/libevent2022/libevent/buffer.c len -= start_at->pos; len 2643 opal/mca/event/libevent2022/libevent/buffer.c if (len >= 0 && len_so_far >= len) len 2648 opal/mca/event/libevent2022/libevent/buffer.c } else if (len<0) { len 100 opal/mca/event/libevent2022/libevent/buffer_iocp.c size_t remaining, len; len 115 opal/mca/event/libevent2022/libevent/buffer_iocp.c len = buf->buffers[i].len; len 116 opal/mca/event/libevent2022/libevent/buffer_iocp.c if (remaining < len) len 117 opal/mca/event/libevent2022/libevent/buffer_iocp.c len = remaining; len 118 opal/mca/event/libevent2022/libevent/buffer_iocp.c (*chainp)->off += len; len 120 opal/mca/event/libevent2022/libevent/buffer_iocp.c remaining -= len; len 213 opal/mca/event/libevent2022/libevent/buffer_iocp.c b->len = (unsigned long)chain->off; len 216 opal/mca/event/libevent2022/libevent/buffer_iocp.c b->len = (unsigned long)at_most; len 279 opal/mca/event/libevent2022/libevent/evbuffer-internal.h (i)->len = (unsigned long)(ei)->iov_len; \ len 2592 opal/mca/event/libevent2022/libevent/evdns.c int len = sizeof(ss); len 2595 opal/mca/event/libevent2022/libevent/evdns.c &len)) { len 2605 opal/mca/event/libevent2022/libevent/evdns.c res = _evdns_nameserver_add_impl(base, sa, len); len 2619 opal/mca/event/libevent2022/libevent/evdns.c const struct sockaddr *sa, ev_socklen_t len, unsigned flags) len 2624 opal/mca/event/libevent2022/libevent/evdns.c res = _evdns_nameserver_add_impl(base, sa, len); len 2985 opal/mca/event/libevent2022/libevent/evdns.c int len; len 3059 opal/mca/event/libevent2022/libevent/evdns.c sdomain->len = (int) domain_len; len 3131 opal/mca/event/libevent2022/libevent/evdns.c const int postfix_len = dom->len; len 3441 opal/mca/event/libevent2022/libevent/evdns.c int len = sizeof(base->global_outgoing_address); len 3444 opal/mca/event/libevent2022/libevent/evdns.c (struct sockaddr*)&base->global_outgoing_address, &len)) len 3446 opal/mca/event/libevent2022/libevent/evdns.c base->global_outgoing_addrlen = len; len 4091 opal/mca/event/libevent2022/libevent/evdns.c size_t len; len 4097 opal/mca/event/libevent2022/libevent/evdns.c (err = evutil_read_file(hosts_fname, &str, &len, 0)) < 0) { len 154 opal/mca/event/libevent2022/libevent/event_tagging.c int len = encode_int_internal(data, number); len 155 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_add(evbuf, data, len); len 162 opal/mca/event/libevent2022/libevent/event_tagging.c int len = encode_int64_internal(data, number); len 163 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_add(evbuf, data, len); len 198 opal/mca/event/libevent2022/libevent/event_tagging.c size_t len = evbuffer_get_length(evbuf); len 208 opal/mca/event/libevent2022/libevent/event_tagging.c evbuf, len < sizeof(number) + 1 ? len : sizeof(number) + 1); len 212 opal/mca/event/libevent2022/libevent/event_tagging.c while (count++ < len) { len 249 opal/mca/event/libevent2022/libevent/event_tagging.c const void *data, ev_uint32_t len) len 252 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_int(evbuf, len); len 253 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_add(evbuf, (void *)data, len); len 271 opal/mca/event/libevent2022/libevent/event_tagging.c int len = encode_int_internal(data, integer); len 274 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_int(evbuf, len); len 275 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_add(evbuf, data, len); len 283 opal/mca/event/libevent2022/libevent/event_tagging.c int len = encode_int64_internal(data, integer); len 286 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_int(evbuf, len); len 287 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_add(evbuf, data, len); len 301 opal/mca/event/libevent2022/libevent/event_tagging.c int len = encode_int_internal(data, tv->tv_sec); len 302 opal/mca/event/libevent2022/libevent/event_tagging.c len += encode_int_internal(data + len, tv->tv_usec); len 303 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal(evbuf, tag, data, len); len 309 opal/mca/event/libevent2022/libevent/event_tagging.c ev_ssize_t len = evbuffer_get_length(evbuf) - offset; \ len 312 opal/mca/event/libevent2022/libevent/event_tagging.c if (len <= 0) \ len 321 opal/mca/event/libevent2022/libevent/event_tagging.c if (nibbles > maxnibbles || (nibbles >> 1) + 1 > len) \ len 323 opal/mca/event/libevent2022/libevent/event_tagging.c len = (nibbles >> 1) + 1; \ len 325 opal/mca/event/libevent2022/libevent/event_tagging.c data = evbuffer_pullup(evbuf, offset + len) + offset; \ len 340 opal/mca/event/libevent2022/libevent/event_tagging.c return (int)(len); \ len 395 opal/mca/event/libevent2022/libevent/event_tagging.c int res, len; len 397 opal/mca/event/libevent2022/libevent/event_tagging.c len = decode_tag_internal(NULL, evbuf, 0 /* dodrain */); len 398 opal/mca/event/libevent2022/libevent/event_tagging.c if (len == -1) len 401 opal/mca/event/libevent2022/libevent/event_tagging.c res = decode_int_internal(plength, evbuf, len); len 405 opal/mca/event/libevent2022/libevent/event_tagging.c *plength += res + len; len 413 opal/mca/event/libevent2022/libevent/event_tagging.c int res, len; len 415 opal/mca/event/libevent2022/libevent/event_tagging.c len = decode_tag_internal(NULL, evbuf, 0 /* dodrain */); len 416 opal/mca/event/libevent2022/libevent/event_tagging.c if (len == -1) len 419 opal/mca/event/libevent2022/libevent/event_tagging.c res = decode_int_internal(plength, evbuf, len); len 431 opal/mca/event/libevent2022/libevent/event_tagging.c ev_uint32_t len; len 435 opal/mca/event/libevent2022/libevent/event_tagging.c if (evtag_decode_int(&len, evbuf) == -1) len 438 opal/mca/event/libevent2022/libevent/event_tagging.c if (evbuffer_get_length(evbuf) < len) len 441 opal/mca/event/libevent2022/libevent/event_tagging.c return (len); len 447 opal/mca/event/libevent2022/libevent/event_tagging.c int len; len 448 opal/mca/event/libevent2022/libevent/event_tagging.c if ((len = evtag_unmarshal_header(evbuf, NULL)) == -1) len 450 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_drain(evbuf, len); len 460 opal/mca/event/libevent2022/libevent/event_tagging.c int len; len 462 opal/mca/event/libevent2022/libevent/event_tagging.c if ((len = evtag_unmarshal_header(src, ptag)) == -1) len 465 opal/mca/event/libevent2022/libevent/event_tagging.c if (evbuffer_add(dst, evbuffer_pullup(src, len), len) == -1) len 468 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_drain(src, len); len 470 opal/mca/event/libevent2022/libevent/event_tagging.c return (len); len 480 opal/mca/event/libevent2022/libevent/event_tagging.c ev_uint32_t len; len 487 opal/mca/event/libevent2022/libevent/event_tagging.c if (evtag_decode_int(&len, evbuf) == -1) len 490 opal/mca/event/libevent2022/libevent/event_tagging.c if (evbuffer_get_length(evbuf) < len) len 494 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_drain(evbuf, len); len 495 opal/mca/event/libevent2022/libevent/event_tagging.c if (result < 0 || (size_t)result > len) /* XXX Should this be != rather than > ?*/ len 506 opal/mca/event/libevent2022/libevent/event_tagging.c ev_uint32_t len; len 513 opal/mca/event/libevent2022/libevent/event_tagging.c if (evtag_decode_int(&len, evbuf) == -1) len 516 opal/mca/event/libevent2022/libevent/event_tagging.c if (evbuffer_get_length(evbuf) < len) len 520 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_drain(evbuf, len); len 521 opal/mca/event/libevent2022/libevent/event_tagging.c if (result < 0 || (size_t)result > len) /* XXX Should this be != rather than > ?*/ len 531 opal/mca/event/libevent2022/libevent/event_tagging.c size_t len) len 541 opal/mca/event/libevent2022/libevent/event_tagging.c if ((size_t)tag_len != len) len 544 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_remove(src, data, len); len 576 opal/mca/event/libevent2022/libevent/event_tagging.c int len, offset, offset2; len 579 opal/mca/event/libevent2022/libevent/event_tagging.c if ((len = evtag_unmarshal_header(evbuf, &tag)) == -1) len 589 opal/mca/event/libevent2022/libevent/event_tagging.c if (offset + offset2 > len) /* XXX Should this be != instead of > ? */ len 594 opal/mca/event/libevent2022/libevent/event_tagging.c evbuffer_drain(evbuf, len); len 1587 opal/mca/event/libevent2022/libevent/evutil.c evutil_inet_ntop(int af, const void *src, char *dst, size_t len) len 1590 opal/mca/event/libevent2022/libevent/evutil.c return inet_ntop(af, src, dst, len); len 1596 opal/mca/event/libevent2022/libevent/evutil.c r = evutil_snprintf(dst, len, "%d.%d.%d.%d", len 1601 opal/mca/event/libevent2022/libevent/evutil.c if (r<0||(size_t)r>=len) len 1629 opal/mca/event/libevent2022/libevent/evutil.c if (strlen(buf) > len) len 1631 opal/mca/event/libevent2022/libevent/evutil.c strlcpy(dst, buf, len); len 1671 opal/mca/event/libevent2022/libevent/evutil.c if (strlen(buf) > len) len 1673 opal/mca/event/libevent2022/libevent/evutil.c strlcpy(dst, buf, len); len 1811 opal/mca/event/libevent2022/libevent/evutil.c int len; len 1815 opal/mca/event/libevent2022/libevent/evutil.c len = (int) ( cp-(ip_as_string + 1) ); len 1816 opal/mca/event/libevent2022/libevent/evutil.c if (len > (int)sizeof(buf)-1) { len 1819 opal/mca/event/libevent2022/libevent/evutil.c memcpy(buf, ip_as_string+1, len); len 1820 opal/mca/event/libevent2022/libevent/evutil.c buf[len] = '\0'; len 2119 opal/mca/event/libevent2022/libevent/evutil.c evutil_memclear_(void *mem, size_t len) len 2121 opal/mca/event/libevent2022/libevent/evutil.c evutil_memset_volatile_(mem, 0, len); len 286 opal/mca/event/libevent2022/libevent/http.c const size_t len = html_replace(html[i], &replaced); len 287 opal/mca/event/libevent2022/libevent/http.c memcpy(p, replaced, len); len 288 opal/mca/event/libevent2022/libevent/http.c p += len; len 525 opal/mca/event/libevent2022/libevent/http.c char len[22]; len 526 opal/mca/event/libevent2022/libevent/http.c evutil_snprintf(len, sizeof(len), EV_SIZE_FMT, len 528 opal/mca/event/libevent2022/libevent/http.c evhttp_add_header(headers, "Content-Length", len); len 2674 opal/mca/event/libevent2022/libevent/http.c evhttp_uriencode(const char *uri, ev_ssize_t len, int space_as_plus) len 2683 opal/mca/event/libevent2022/libevent/http.c if (len >= 0) len 2684 opal/mca/event/libevent2022/libevent/http.c end = uri+len; len 3607 opal/mca/event/libevent2022/libevent/http.c size_t len; len 3617 opal/mca/event/libevent2022/libevent/http.c len = p - host; len 3618 opal/mca/event/libevent2022/libevent/http.c req->host_cache = mm_malloc(len + 1); len 3623 opal/mca/event/libevent2022/libevent/http.c memcpy(req->host_cache, host, len); len 3624 opal/mca/event/libevent2022/libevent/http.c req->host_cache[len] = '\0'; len 505 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_drain(struct evbuffer *buf, size_t len); len 557 opal/mca/event/libevent2022/libevent/include/event2/buffer.h struct evbuffer_ptr evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start); len 573 opal/mca/event/libevent2022/libevent/include/event2/buffer.h struct evbuffer_ptr evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end); len 649 opal/mca/event/libevent2022/libevent/include/event2/buffer.h int evbuffer_peek(struct evbuffer *buffer, ev_ssize_t len, len 102 opal/mca/event/libevent2022/libevent/include/event2/buffer_compat.h unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); len 319 opal/mca/event/libevent2022/libevent/include/event2/dns.h const struct sockaddr *sa, ev_socklen_t len, unsigned flags); len 98 opal/mca/event/libevent2022/libevent/include/event2/rpc.h #define EVTAG_ASSIGN_WITH_LEN(msg, member, value, len) \ len 99 opal/mca/event/libevent2022/libevent/include/event2/rpc.h (*(msg)->base->member##_assign)((msg), (value), (len)) len 71 opal/mca/event/libevent2022/libevent/include/event2/tag.h ev_uint32_t len); len 112 opal/mca/event/libevent2022/libevent/include/event2/tag.h void *data, size_t len); len 463 opal/mca/event/libevent2022/libevent/include/event2/util.h const char *evutil_inet_ntop(int af, const void *src, char *dst, size_t len); len 177 opal/mca/event/libevent2022/libevent/log.c size_t len; len 185 opal/mca/event/libevent2022/libevent/log.c len = strlen(buf); len 186 opal/mca/event/libevent2022/libevent/log.c if (len < sizeof(buf) - 3) { len 187 opal/mca/event/libevent2022/libevent/log.c evutil_snprintf(buf + len, sizeof(buf) - len, ": %s", errstr); len 35 opal/mca/event/libevent2022/libevent/sample/event-test.c int len; len 47 opal/mca/event/libevent2022/libevent/sample/event-test.c len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); len 50 opal/mca/event/libevent2022/libevent/sample/event-test.c if (len && dwBytesRead == 0) { len 58 opal/mca/event/libevent2022/libevent/sample/event-test.c len = read(fd, buf, sizeof(buf) - 1); len 60 opal/mca/event/libevent2022/libevent/sample/event-test.c if (len == -1) { len 63 opal/mca/event/libevent2022/libevent/sample/event-test.c } else if (len == 0) { len 68 opal/mca/event/libevent2022/libevent/sample/event-test.c buf[len] = '\0'; len 158 opal/mca/event/libevent2022/libevent/sample/http-server.c size_t len; len 192 opal/mca/event/libevent2022/libevent/sample/http-server.c len = strlen(decoded_path)+strlen(docroot)+2; len 193 opal/mca/event/libevent2022/libevent/sample/http-server.c if (!(whole_path = malloc(len))) { len 197 opal/mca/event/libevent2022/libevent/sample/http-server.c evutil_snprintf(whole_path, len, "%s/%s", docroot, decoded_path); len 50 opal/mca/event/libevent2022/libevent/sample/le-proxy.c size_t len; len 52 opal/mca/event/libevent2022/libevent/sample/le-proxy.c len = evbuffer_get_length(src); len 54 opal/mca/event/libevent2022/libevent/sample/le-proxy.c evbuffer_drain(src, len); len 97 opal/mca/event/libevent2022/libevent/test/regress.c #define write(fd,buf,len) send((fd),(buf),(int)(len),0) len 98 opal/mca/event/libevent2022/libevent/test/regress.c #define read(fd,buf,len) recv((fd),(buf),(int)(len),0) len 112 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 114 opal/mca/event/libevent2022/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); len 116 opal/mca/event/libevent2022/libevent/test/regress.c if (len) { len 131 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 134 opal/mca/event/libevent2022/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); len 136 opal/mca/event/libevent2022/libevent/test/regress.c if (len < 0) { len 141 opal/mca/event/libevent2022/libevent/test/regress.c if (len > 0) len 148 opal/mca/event/libevent2022/libevent/test/regress.c if (len > 0) len 169 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 171 opal/mca/event/libevent2022/libevent/test/regress.c len = write(fd, TEST1, strlen(TEST1) + 1); len 172 opal/mca/event/libevent2022/libevent/test/regress.c if (len == -1) len 182 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 184 opal/mca/event/libevent2022/libevent/test/regress.c len = 128; len 185 opal/mca/event/libevent2022/libevent/test/regress.c if (woff + len >= (int)sizeof(wbuf)) len 186 opal/mca/event/libevent2022/libevent/test/regress.c len = sizeof(wbuf) - woff; len 188 opal/mca/event/libevent2022/libevent/test/regress.c len = write(fd, wbuf + woff, len); len 189 opal/mca/event/libevent2022/libevent/test/regress.c if (len == -1) { len 196 opal/mca/event/libevent2022/libevent/test/regress.c woff += len; len 215 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 217 opal/mca/event/libevent2022/libevent/test/regress.c len = read(fd, rbuf + roff, sizeof(rbuf) - roff); len 218 opal/mca/event/libevent2022/libevent/test/regress.c if (len == -1) len 220 opal/mca/event/libevent2022/libevent/test/regress.c if (len <= 0) { len 226 opal/mca/event/libevent2022/libevent/test/regress.c roff += len; len 263 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 265 opal/mca/event/libevent2022/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); len 266 opal/mca/event/libevent2022/libevent/test/regress.c if (len == -1) len 268 opal/mca/event/libevent2022/libevent/test/regress.c if (len <= 0) len 271 opal/mca/event/libevent2022/libevent/test/regress.c both->nread += len; len 281 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 283 opal/mca/event/libevent2022/libevent/test/regress.c len = sizeof(buf); len 284 opal/mca/event/libevent2022/libevent/test/regress.c if (len > both->nread) len 285 opal/mca/event/libevent2022/libevent/test/regress.c len = both->nread; len 287 opal/mca/event/libevent2022/libevent/test/regress.c memset(buf, 'q', len); len 289 opal/mca/event/libevent2022/libevent/test/regress.c len = write(fd, buf, len); len 290 opal/mca/event/libevent2022/libevent/test/regress.c if (len == -1) len 292 opal/mca/event/libevent2022/libevent/test/regress.c if (len <= 0) { len 297 opal/mca/event/libevent2022/libevent/test/regress.c both->nread -= len; len 1323 opal/mca/event/libevent2022/libevent/test/regress.c int len = write(data->pair[0], TEST1, towrite); len 1325 opal/mca/event/libevent2022/libevent/test/regress.c if (len < 0) len 1327 opal/mca/event/libevent2022/libevent/test/regress.c else if (len != towrite) len 1329 opal/mca/event/libevent2022/libevent/test/regress.c len, towrite)); len 1705 opal/mca/event/libevent2022/libevent/test/regress.c int len; len 1707 opal/mca/event/libevent2022/libevent/test/regress.c len = read(fd, buf, sizeof(buf)); len 1711 opal/mca/event/libevent2022/libevent/test/regress.c } else if (len) { len 2282 opal/mca/event/libevent2022/libevent/test/regress.c dummy_malloc(size_t len) len 2284 opal/mca/event/libevent2022/libevent/test/regress.c char *mem = malloc(len+16); len 2290 opal/mca/event/libevent2022/libevent/test/regress.c dummy_realloc(void *_mem, size_t len) len 2294 opal/mca/event/libevent2022/libevent/test/regress.c return dummy_malloc(len); len 2297 opal/mca/event/libevent2022/libevent/test/regress.c mem = realloc(mem, len+16); len 873 opal/mca/event/libevent2022/libevent/test/regress.gen.c run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) len 877 opal/mca/event/libevent2022/libevent/test/regress.gen.c msg->some_bytes_data = malloc(len); len 881 opal/mca/event/libevent2022/libevent/test/regress.gen.c msg->some_bytes_length = len; len 882 opal/mca/event/libevent2022/libevent/test/regress.gen.c memcpy(msg->some_bytes_data, value, len); len 570 opal/mca/event/libevent2022/libevent/test/regress_buffer.c reference_cb(const void *data, size_t len, void *extra) len 573 opal/mca/event/libevent2022/libevent/test/regress_buffer.c tt_int_op(len, ==, strlen(data)); len 1292 opal/mca/event/libevent2022/libevent/test/regress_buffer.c static void ref_done_cb(const void *data, size_t len, void *info) len 1297 opal/mca/event/libevent2022/libevent/test/regress_buffer.c ref_done_cb_called_with_len = len; len 193 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c int len = (int)evbuffer_get_length(bev->input); len 196 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c assert(len >= 10 && len <= 20); len 203 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c nread += len; len 462 opal/mca/event/libevent2022/libevent/test/regress_dns.c size_t len; len 470 opal/mca/event/libevent2022/libevent/test/regress_dns.c len = count * 4; len 472 opal/mca/event/libevent2022/libevent/test/regress_dns.c len = count * 16; len 474 opal/mca/event/libevent2022/libevent/test/regress_dns.c len = strlen(addresses)+1; len 476 opal/mca/event/libevent2022/libevent/test/regress_dns.c res->addrs_len = len = 0; len 479 opal/mca/event/libevent2022/libevent/test/regress_dns.c if (len) { len 480 opal/mca/event/libevent2022/libevent/test/regress_dns.c res->addrs_len = len; len 481 opal/mca/event/libevent2022/libevent/test/regress_dns.c if (len > 256) len 482 opal/mca/event/libevent2022/libevent/test/regress_dns.c len = 256; len 483 opal/mca/event/libevent2022/libevent/test/regress_dns.c memcpy(res->addrs_buf, addresses, len); len 58 opal/mca/event/libevent2022/libevent/test/regress_et.c int len; len 60 opal/mca/event/libevent2022/libevent/test/regress_et.c len = recv(fd, &buf, sizeof(buf), 0); len 66 opal/mca/event/libevent2022/libevent/test/regress_et.c if (!len) len 234 opal/mca/event/libevent2022/libevent/test/regress_util.c int len = sizeof(ss); len 236 opal/mca/event/libevent2022/libevent/test/regress_util.c r = evutil_parse_sockaddr_port(ent->parse, (struct sockaddr*)&ss, &len); len 258 opal/mca/event/libevent2022/libevent/test/regress_util.c } else if (len != sizeof(sin)) { len 274 opal/mca/event/libevent2022/libevent/test/regress_util.c } else if (len != sizeof(sin6)) { len 286 opal/mca/event/libevent2022/libevent/test/regress_util.c int len; len 291 opal/mca/event/libevent2022/libevent/test/regress_util.c len = sizeof(ss); len 293 opal/mca/event/libevent2022/libevent/test/regress_util.c (struct sockaddr*)&ss, &len); len 300 opal/mca/event/libevent2022/libevent/test/regress_util.c len = sizeof(ss); len 302 opal/mca/event/libevent2022/libevent/test/regress_util.c (struct sockaddr*)&ss, &len); len 345 opal/mca/event/libevent2022/libevent/test/regress_util.c int len = sizeof(ss); len 347 opal/mca/event/libevent2022/libevent/test/regress_util.c r = evutil_parse_sockaddr_port(ent->parse, (struct sockaddr*)&ss, &len); len 63 opal/mca/event/libevent2022/libevent/test/test-eof.c int len; len 70 opal/mca/event/libevent2022/libevent/test/test-eof.c len = recv(fd, buf, sizeof(buf), 0); len 73 opal/mca/event/libevent2022/libevent/test/test-eof.c len, len ? "" : " - means EOF"); len 75 opal/mca/event/libevent2022/libevent/test/test-eof.c if (len) { len 109 opal/mca/event/libevent2022/libevent/test/test-ratelim.c size_t len = evbuffer_get_length(input); len 110 opal/mca/event/libevent2022/libevent/test/test-ratelim.c evbuffer_drain(input, len); len 111 opal/mca/event/libevent2022/libevent/test/test-ratelim.c cs->received += len; len 66 opal/mca/event/libevent2022/libevent/test/test-weof.c int len; len 68 opal/mca/event/libevent2022/libevent/test/test-weof.c len = send(fd, test, (int)strlen(test) + 1, 0); len 71 opal/mca/event/libevent2022/libevent/test/test-weof.c len, len ? "" : " - means EOF"); len 73 opal/mca/event/libevent2022/libevent/test/test-weof.c if (len > 0) { len 323 opal/mca/event/libevent2022/libevent/util-internal.h void evutil_memclear_(void *mem, size_t len); len 159 opal/mca/event/libevent2022/libevent2022_component.c const int len = sizeof (available_eventops); len 160 opal/mca/event/libevent2022/libevent2022_component.c int cur_len = snprintf (available_eventops, len, "%s", (*(_eventop++))->name); len 162 opal/mca/event/libevent2022/libevent2022_component.c for (int i = 1 ; ompi_eventops[i] && cur_len < len ; ++i) { len 163 opal/mca/event/libevent2022/libevent2022_component.c cur_len += snprintf (available_eventops + cur_len, len - cur_len, ", %s", len 167 opal/mca/event/libevent2022/libevent2022_component.c available_eventops[len - 1] = '\0'; len 267 opal/mca/hwloc/base/base.h OPAL_DECLSPEC int opal_hwloc_base_cset2str(char *str, int len, len 279 opal/mca/hwloc/base/base.h OPAL_DECLSPEC int opal_hwloc_base_cset2mapstr(char *str, int len, len 29 opal/mca/hwloc/base/hwloc_base_dt.c int len; len 36 opal/mca/hwloc/base/hwloc_base_dt.c if (0 != opal_hwloc_base_topology_export_xmlbuffer(t, &xmlbuffer, &len)) { len 1710 opal/mca/hwloc/base/hwloc_base_util.c int opal_hwloc_base_cset2str(char *str, int len, len 1751 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, ", ", len - strlen(str) - 1); len 1758 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, tmp, len - strlen(str) - 1); len 1780 opal/mca/hwloc/base/hwloc_base_util.c int opal_hwloc_base_cset2mapstr(char *str, int len, len 1814 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, "[", len - strlen(str) - 1); len 1826 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, "/", len - strlen(str) - 1); len 1841 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, "B", len - strlen(str) - 1); len 1843 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, ".", len - strlen(str) - 1); len 1847 opal/mca/hwloc/base/hwloc_base_util.c strncat(str, "]", len - strlen(str) - 1); len 465 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_set_area_membind_by_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 472 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c if (!len) len 481 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.set_area_membind(topology, addr, len, nodeset, policy, flags); len 488 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_bitmap_t set, hwloc_membind_policy_t policy, int flags) len 493 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_set_area_membind_by_nodeset(topology, addr, len, set, policy, flags); len 499 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_set_area_membind_by_nodeset(topology, addr, len, nodeset, policy, flags); len 507 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_get_area_membind_by_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags) len 514 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c if (!len) { len 521 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.get_area_membind(topology, addr, len, nodeset, policy, flags); len 528 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_get_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_bitmap_t set, hwloc_membind_policy_t * policy, int flags) len 533 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_get_area_membind_by_nodeset(topology, addr, len, set, policy, flags); len 536 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_get_area_membind_by_nodeset(topology, addr, len, nodeset, policy, flags); len 546 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_get_area_memlocation_by_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, int flags) len 553 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c if (!len) len 558 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.get_area_memlocation(topology, addr, len, nodeset, flags); len 565 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_get_area_memlocation(hwloc_topology_t topology, const void *addr, size_t len, hwloc_cpuset_t set, int flags) len 570 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_get_area_memlocation_by_nodeset(topology, addr, len, set, flags); len 573 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_get_area_memlocation_by_nodeset(topology, addr, len, nodeset, flags); len 583 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_alloc_heap(hwloc_topology_t topology __hwloc_attribute_unused, size_t len) len 587 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c errno = posix_memalign(&p, hwloc_getpagesize(), len); len 591 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c p = memalign(hwloc_getpagesize(), len); len 593 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c p = malloc(len); len 600 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_alloc_mmap(hwloc_topology_t topology __hwloc_attribute_unused, size_t len) len 602 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c void * buffer = mmap(NULL, len, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); len 608 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_free_heap(hwloc_topology_t topology __hwloc_attribute_unused, void *addr, size_t len __hwloc_attribute_unused) len 616 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_free_mmap(hwloc_topology_t topology __hwloc_attribute_unused, void *addr, size_t len) len 620 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return munmap(addr, len); len 625 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_alloc(hwloc_topology_t topology, size_t len) len 628 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.alloc(topology, len); len 629 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return hwloc_alloc_heap(topology, len); len 633 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_alloc_membind_by_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 651 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.alloc_membind(topology, len, nodeset, policy, flags); len 653 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c p = hwloc_alloc(topology, len); len 656 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c if (topology->binding_hooks.set_area_membind(topology, p, len, nodeset, policy, flags) && flags & HWLOC_MEMBIND_STRICT) { len 672 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return hwloc_alloc(topology, len); len 676 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_bitmap_t set, hwloc_membind_policy_t policy, int flags) len 681 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_alloc_membind_by_nodeset(topology, len, set, policy, flags); len 688 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_alloc(topology, len); len 690 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c ret = hwloc_alloc_membind_by_nodeset(topology, len, nodeset, policy, flags); len 698 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c hwloc_free(hwloc_topology_t topology, void *addr, size_t len) len 701 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return topology->binding_hooks.free_membind(topology, addr, len); len 702 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c return hwloc_free_heap(topology, addr, len); len 348 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int len; len 353 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c len = hwloc_bitmap_snprintf(NULL, 0, set); len 354 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c buf = malloc(len+1); len 358 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c return hwloc_bitmap_snprintf(buf, len+1, set); len 474 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int len; len 479 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c len = hwloc_bitmap_list_snprintf(NULL, 0, set); len 480 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c buf = malloc(len+1); len 484 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c return hwloc_bitmap_list_snprintf(buf, len+1, set); len 615 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int len; len 620 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c len = hwloc_bitmap_taskset_snprintf(NULL, 0, set); len 621 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c buf = malloc(len+1); len 625 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c return hwloc_bitmap_taskset_snprintf(buf, len+1, set); len 89 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c size_t len = strcspn(tmp, ";\r\n"); len 92 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (tmp[len] != '\0') { len 93 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c tmp[len] = '\0'; len 94 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c if (tmp[len+1] != '\0') len 95 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c next = &tmp[len]+1; len 531 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t _nodeset, hwloc_membind_policy_t policy, int flags) len 552 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c subrange.su_length = len; len 580 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t _nodeset, hwloc_membind_policy_t policy, int flags) len 593 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c return hwloc_alloc_or_fail(topology, len, flags); len 596 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c return hwloc_alloc_or_fail(topology, len, flags); len 598 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c ret = ra_mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0, R_RSET, rsid, aix_policy); len 173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c size_t len = sizeof(physmem); len 174 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c sysctl(mib, 2, &physmem, &len, NULL, 0); len 142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t _nodeset, hwloc_membind_policy_t policy, int flags) len 153 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c return hwloc_alloc_or_fail(topology, len, flags); len 172 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c p = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | mmap_flags, -1, 0); len 187 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long len __hwloc_attribute_unused, len 194 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return syscall(__NR_mbind, (long) addr, len, mode, (long)nodemask, maxnode, flags); len 1664 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 1675 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len += remainder; len 1683 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return hwloc_mbind((void *) addr, len, linuxpolicy, NULL, 0, 0); len 1691 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return hwloc_mbind((void *) addr, len, MPOL_PREFERRED, NULL, 0, 0); len 1704 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c err = hwloc_mbind((void *) addr, len, linuxpolicy, linuxmask, max_os_index+1, linuxflags); len 1718 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 1723 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c buffer = hwloc_alloc_mmap(topology, len); len 1727 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c err = hwloc_linux_set_area_membind(topology, buffer, len, nodeset, policy, flags); len 1729 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c munmap(buffer, len); len 1883 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t *policy, int flags __hwloc_attribute_unused) len 1902 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c tmpaddr < (char *)addr + len; len 1950 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_area_memlocation(hwloc_topology_t topology __hwloc_attribute_unused, const void *addr, size_t len, hwloc_nodeset_t nodeset, int flags __hwloc_attribute_unused) len 1962 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len += offset; len 1963 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c count = (len + pagesize-1)/pagesize; len 2467 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len = (10+1)*nbnodes; len 2472 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c string = malloc(len); /* space-separated %d */ len 2485 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_read_path_by_length(distancepath, string, len, fsroot_fd) < 0) len 3967 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned len = 128; len 3968 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char str[len]; /* vendor/model can be very long */ len 3986 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c while (fgets(str,len,fd)!=NULL) { len 5216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len; len 5217 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len = strspn(guidvalue, "0123456789abcdefx:"); len 5218 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c guidvalue[len] = '\0'; len 5224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len; len 5225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len = strspn(guidvalue, "0123456789abcdefx:"); len 5226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c guidvalue[len] = '\0'; len 5249 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len; len 5250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len = strspn(lidvalue, "0123456789abcdefx"); len 5251 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c lidvalue[len] = '\0'; len 5259 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len; len 5260 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len = strspn(lidvalue, "0123456789"); len 5261 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c lidvalue[len] = '\0'; len 5270 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t len; len 5271 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len = strspn(gidvalue, "0123456789abcdefx:"); len 5272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c gidvalue[len] = '\0'; len 142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c size_t len = sizeof(physmem); len 143 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c sysctl(mib, 2, &physmem, &len, NULL, 0); len 283 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags __hwloc_attribute_unused) len 314 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c len += remainder; len 315 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c return madvise((void*) addr, len, advice); len 639 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_alloc(hwloc_topology_t topology __hwloc_attribute_unused, size_t len) { len 640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c return VirtualAlloc(NULL, len, MEM_COMMIT|MEM_RESERVE, PAGE_EXECUTE_READWRITE); len 644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_alloc_membind(hwloc_topology_t topology __hwloc_attribute_unused, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) { len 653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c return hwloc_alloc_or_fail(topology, len, flags); len 663 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c return hwloc_win_alloc(topology, len); len 668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c return hwloc_alloc_or_fail(topology, len, flags); len 672 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c return VirtualAllocExNumaProc(GetCurrentProcess(), NULL, len, MEM_COMMIT|MEM_RESERVE, PAGE_EXECUTE_READWRITE, node); len 676 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_free_membind(hwloc_topology_t topology __hwloc_attribute_unused, void *addr, size_t len __hwloc_attribute_unused) { len 690 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_get_area_memlocation(hwloc_topology_t topology __hwloc_attribute_unused, const void *addr, size_t len, hwloc_nodeset_t nodeset, int flags __hwloc_attribute_unused) len 703 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c nb = (unsigned)((((uintptr_t) addr + len - start) + page_size - 1) / page_size); len 53 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c size_t len, escaped; len 69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c len = 0; escaped = 0; len 70 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c while (value[len+escaped] != '\"') { len 71 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (value[len+escaped] == '&') { len 72 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (!strncmp(&value[1+len+escaped], "#10;", 4)) { len 74 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '\n'; len 75 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "#13;", 4)) { len 77 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '\r'; len 78 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "#9;", 3)) { len 80 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '\t'; len 81 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "quot;", 5)) { len 83 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '\"'; len 84 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "lt;", 3)) { len 86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '<'; len 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "gt;", 3)) { len 89 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '>'; len 90 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c } else if (!strncmp(&value[1+len+escaped], "amp;", 4)) { len 92 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '&'; len 97 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = value[len+escaped]; len 99 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c len++; len 100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (value[len+escaped] == '\0') len 103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c value[len] = '\0'; len 106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c end = &value[len+escaped+1]; /* skip the ending " */ len 697 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c size_t len; len 734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c len = src->attr->numanode.page_types_len * sizeof(struct hwloc_memory_page_type_s); len 735 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c newobj->attr->numanode.page_types = hwloc_tma_malloc(tma, len); len 736 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c memcpy(newobj->attr->numanode.page_types, src->attr->numanode.page_types, len); len 1558 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_set_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_bitmap_t set, hwloc_membind_policy_t policy, int flags); len 1587 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_get_area_membind(hwloc_topology_t topology, const void *addr, size_t len, hwloc_bitmap_t set, hwloc_membind_policy_t * policy, int flags); len 1608 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_get_area_memlocation(hwloc_topology_t topology, const void *addr, size_t len, hwloc_bitmap_t set, int flags); len 1617 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC void *hwloc_alloc(hwloc_topology_t topology, size_t len); len 1633 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC void *hwloc_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_bitmap_t set, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc; len 1645 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h hwloc_alloc_membind_policy(hwloc_topology_t topology, size_t len, hwloc_const_bitmap_t set, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc; len 1650 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_free(hwloc_topology_t topology, void *addr, size_t len); len 142 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_set_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_deprecated; len 144 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_set_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 146 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h return hwloc_set_area_membind(topology, addr, len, nodeset, policy, flags | HWLOC_MEMBIND_BYNODESET); len 153 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_get_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags) __hwloc_attribute_deprecated; len 155 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_get_area_membind_nodeset(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags) len 157 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h return hwloc_get_area_membind(topology, addr, len, nodeset, policy, flags | HWLOC_MEMBIND_BYNODESET); len 163 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_alloc_membind_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc __hwloc_attribute_deprecated; len 165 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_alloc_membind_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 167 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h return hwloc_alloc_membind(topology, len, nodeset, policy, flags | HWLOC_MEMBIND_BYNODESET); len 173 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_alloc_membind_policy_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) __hwloc_attribute_malloc __hwloc_attribute_deprecated; len 175 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h hwloc_alloc_membind_policy_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags) len 177 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/deprecated.h return hwloc_alloc_membind_policy(topology, len, nodeset, policy, flags | HWLOC_MEMBIND_BYNODESET); len 123 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h hwloc_alloc_membind_policy(hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t set, hwloc_membind_policy_t policy, int flags) len 125 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h void *p = hwloc_alloc_membind(topology, len, set, policy, flags); len 133 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h p = hwloc_alloc(topology, len); len 136 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h memset(p, 0, len); len 180 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h #define utarray_erase(a,pos,len) do { \ len 183 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h for(_ut_i=0; _ut_i < len; _ut_i++) { \ len 187 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h if ((a)->i > (pos+len)) { \ len 188 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h memmove( _utarray_eltptr((a),pos), _utarray_eltptr((a),pos+len), \ len 189 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h (((a)->i)-(pos+len))*((a)->icd.sz)); \ len 191 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h (a)->i -= (len); \ len 611 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_KEYCMP(a,b,len) memcmp(a,b,(unsigned long)(len)) len 110 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int (*set_area_membind)(hwloc_topology_t topology, const void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); len 111 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int (*get_area_membind)(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags); len 112 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int (*get_area_memlocation)(hwloc_topology_t topology, const void *addr, size_t len, hwloc_nodeset_t nodeset, int flags); len 114 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h void *(*alloc)(hwloc_topology_t topology, size_t len); len 117 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h void *(*alloc_membind)(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); len 118 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int (*free_membind)(hwloc_topology_t topology, void *addr, size_t len); len 290 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h void *hwloc_alloc_heap(hwloc_topology_t topology, size_t len); len 293 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h void *hwloc_alloc_mmap(hwloc_topology_t topology, size_t len); len 296 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int hwloc_free_heap(hwloc_topology_t topology, void *addr, size_t len); len 299 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h int hwloc_free_mmap(hwloc_topology_t topology, void *addr, size_t len); len 304 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h hwloc_alloc_or_fail(hwloc_topology_t topology, size_t len, int flags) len 308 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h return hwloc_alloc(topology, len); len 401 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h size_t len = strlen(src); len 402 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h char *ptr = hwloc_tma_malloc(tma, len+1); len 404 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h memcpy(ptr, src, len+1); len 62 opal/mca/installdirs/base/installdirs_base_expand.c size_t len, i; len 115 opal/mca/installdirs/base/installdirs_base_expand.c len = strlen(input); len 116 opal/mca/installdirs/base/installdirs_base_expand.c for (i = 0 ; i < len ; ++i) { len 81 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_isaddressable(void * p, size_t len); len 83 opal/mca/memchecker/base/base.h #define opal_memchecker_base_isaddressable(p, len) 0 len 98 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_isdefined(void * p, size_t len); len 100 opal/mca/memchecker/base/base.h #define opal_memchecker_base_isdefined(p, len) 0 len 114 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_mem_noaccess(void * p, size_t len); len 116 opal/mca/memchecker/base/base.h #define opal_memchecker_base_mem_noaccess(p, len) len 130 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_mem_undefined(void * p, size_t len); len 132 opal/mca/memchecker/base/base.h #define opal_memchecker_base_mem_undefined(p, len) len 146 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_mem_defined(void * p, size_t len); len 148 opal/mca/memchecker/base/base.h #define opal_memchecker_base_mem_defined(p, len) len 163 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_mem_defined_if_addressable(void * p, size_t len); len 165 opal/mca/memchecker/base/base.h #define opal_memchecker_base_mem_defined_if_addressable(p, len) len 180 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_create_block(void * p, size_t len, char * description); len 182 opal/mca/memchecker/base/base.h #define opal_memchecker_base_create_block(p, len, description) len 227 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_get_vbits(void * p, char * vbits, size_t len); len 229 opal/mca/memchecker/base/base.h #define opal_memchecker_base_get_vbits(p, vbits, len) len 244 opal/mca/memchecker/base/base.h OPAL_DECLSPEC int opal_memchecker_base_set_vbits(void * p, char * vbits, size_t len); len 246 opal/mca/memchecker/base/base.h #define opal_memchecker_base_set_vbits(p, vbits, len) len 25 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_isaddressable(void * p, size_t len) len 27 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->isaddressable(p, len); len 31 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_isdefined(void * p, size_t len) len 33 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->isdefined(p, len); len 37 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_mem_noaccess(void * p, size_t len) len 39 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->mem_noaccess(p, len); len 43 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_mem_undefined(void * p, size_t len) len 45 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->mem_undefined(p, len); len 49 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_mem_defined(void * p, size_t len) len 51 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->mem_defined(p, len); len 55 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_mem_defined_if_addressable(void * p, size_t len) len 57 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->mem_defined_if_addressable(p, len); len 61 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_create_block(void * p, size_t len, char * description) len 63 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->create_block(p, len, description); len 78 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_get_vbits(void * p, char * vbits, size_t len) len 80 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->get_vbits(p, vbits, len); len 83 opal/mca/memchecker/base/memchecker_base_wrappers.c int opal_memchecker_base_set_vbits(void * p, char * vbits, size_t len) len 85 opal/mca/memchecker/base/memchecker_base_wrappers.c return opal_memchecker_base_module->set_vbits(p, vbits, len); len 59 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_isaddressable_fn_t)(void * p, size_t len); len 64 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_isdefined_fn_t)(void * p, size_t len); len 69 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_mem_noaccess_fn_t)(void * p, size_t len); len 74 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_mem_undefined_fn_t)(void * p, size_t len); len 79 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_mem_defined_fn_t)(void * p, size_t len); len 84 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_mem_defined_if_addressable_fn_t)(void * p, size_t len); len 89 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_create_block_fn_t)(void * p, size_t len, char * description); len 104 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_get_vbits_fn_t)(void * p, char * vbits, size_t len); len 109 opal/mca/memchecker/memchecker.h typedef int (*opal_memchecker_base_module_set_vbits_fn_t)(void * p, char * vbits, size_t len); len 37 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_isaddressable(void * p, size_t len); len 38 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_isdefined(void * p, size_t len); len 39 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_noaccess(void * p, size_t len); len 40 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_undefined(void * p, size_t len); len 41 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_defined(void * p, size_t len); len 42 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_defined_if_addressable(void * p, size_t len); len 43 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_create_block(void * p, size_t len, char * description); len 47 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_get_vbits(void * p, char * vbits, size_t len); len 48 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_set_vbits(void * p, char * vbits, size_t len); len 98 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_isaddressable(void * p, size_t len) len 100 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 101 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_CHECK_MEM_IS_ADDRESSABLE(p, len); len 108 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_isdefined(void * p, size_t len) len 110 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 111 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_CHECK_MEM_IS_DEFINED(p, len); len 118 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_noaccess(void * p, size_t len) len 120 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 121 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_MAKE_MEM_NOACCESS(p, len); len 128 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_undefined(void * p, size_t len) len 130 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 131 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_MAKE_MEM_UNDEFINED(p, len); len 138 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_defined(void * p, size_t len) len 140 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 141 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_MAKE_MEM_DEFINED(p, len); len 148 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_mem_defined_if_addressable(void * p, size_t len) len 150 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 151 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_MAKE_MEM_DEFINED_IF_ADDRESSABLE(p, len); len 158 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_create_block(void * p, size_t len, char * description) len 160 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 161 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_CREATE_BLOCK (p, len, description); len 188 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_get_vbits(void * p, char * vbits, size_t len) len 190 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 191 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_GET_VBITS(p, vbits, len); len 198 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c static int valgrind_module_set_vbits(void * p, char * vbits, size_t len) len 200 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c if (len > 0) { len 201 opal/mca/memchecker/valgrind/memchecker_valgrind_module.c VALGRIND_SET_VBITS(p, vbits, len); len 44 opal/mca/memory/base/empty.h size_t len, len 53 opal/mca/memory/base/empty.h size_t len, len 27 opal/mca/memory/base/memory_base_empty.c int opal_memory_base_component_register_empty(void *base, size_t len, len 34 opal/mca/memory/base/memory_base_empty.c int opal_memory_base_component_deregister_empty(void *base, size_t len, len 45 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c int __munmap(caddr_t addr, size_t len); len 113 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c munmap(caddr_t addr, size_t len) len 117 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c munmap(void *addr, size_t len) len 125 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c opal_mem_hooks_release_hook(addr, len, 0); len 128 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c return __munmap(addr, len); len 130 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c return syscall(SYS_munmap, addr, len); len 141 opal/mca/memory/malloc_solaris/memory_malloc_solaris_component.c return realmunmap(addr, len); len 98 opal/mca/memory/memory.h size_t len, len 118 opal/mca/memory/memory.h size_t len, len 409 opal/mca/pmix/base/pmix_base_fns.c size_t *len, int vallen, kvs_get_fn fn) len 418 opal/mca/pmix/base/pmix_base_fns.c *len = 0; len 474 opal/mca/pmix/base/pmix_base_fns.c *packed_data = (char *) pmi_decode (tmp_encoded, len); len 490 opal/mca/pmix/base/pmix_base_fns.c size_t len, offset; len 518 opal/mca/pmix/base/pmix_base_fns.c rc = opal_pmix_base_get_packed(id, &tmp_val, &len, vallen, fn); len 524 opal/mca/pmix/base/pmix_base_fns.c for (offset = 0 ; offset < len ; ) { len 664 opal/mca/pmix/base/pmix_base_fns.c static inline void pmi_base64_encode_block (const unsigned char in[3], char out[4], int len) { len 668 opal/mca/pmix/base/pmix_base_fns.c out[2] = 1 < len ? pmi_base64_encsym(((in[1] & 0x0f) << 2) | ((in[2] & 0xc0) >> 6)) : ' '; len 669 opal/mca/pmix/base/pmix_base_fns.c out[3] = 2 < len ? pmi_base64_encsym(in[2] & 0x3f) : ' '; len 36 opal/mca/pmix/base/pmix_base_fns.h size_t *len, int vallen, kvs_get_fn fn); len 257 opal/mca/pmix/flux/pmix_flux.c char *value, int len) len 261 opal/mca/pmix/flux/pmix_flux.c return f ? f (kvsname, key, value, len) : PMI_FAIL; len 158 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c int len, rc; len 162 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c if( (rc = PMI2_KVS_Get(kvs_name, PMI2_ID_NULL, key_name, tmp, PMI2_MAX_VALLEN, &len) ) ){ len 179 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c int len, rc; len 184 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c if( (rc = PMI2_KVS_Get(kvs_name, PMI2_ID_NULL, key, tmp, PMI2_MAX_VALLEN, &len) ) ){ len 59 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_utils.c static inline void pmi_base64_encode_block (const unsigned char in[3], char out[4], int len) { len 63 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_utils.c out[2] = 1 < len ? pmi_base64_encsym(((in[1] & 0x0f) << 2) | ((in[2] & 0xc0) >> 6)) : ' '; len 64 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_utils.c out[3] = 2 < len ? pmi_base64_encsym(in[2] & 0x3f) : ' '; len 99 opal/mca/pmix/pmix4x/pmix/include/pmi2.h int (*write)( const void *buf, int len, void *ctx ); len 374 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c int pmix_bitmap_num_unset_bits(pmix_bitmap_t *bm, int len) len 376 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c return (len - pmix_bitmap_num_set_bits(bm, len)); len 379 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c int pmix_bitmap_num_set_bits(pmix_bitmap_t *bm, int len) len 385 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c if ((len < 0) || NULL == bm || (len >= (bm->array_size * SIZE_OF_BASE_TYPE))) { len 390 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c for(i = 0; i < len; ++i) { len 241 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_num_unset_bits(pmix_bitmap_t *bm, int len); len 250 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h PMIX_EXPORT int pmix_bitmap_num_set_bits(pmix_bitmap_t *bm, int len); len 966 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c size_t len; len 984 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c if (pmix_compress.compress_string(cb->value->data.string, &tmp, &len)) { len 993 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c kv->value->data.bo.size = len; len 981 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c size_t n, m, len; len 997 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(attrs[n].name); len 998 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (PMIX_PRINT_NAME_COLUMN_WIDTH < len) { len 999 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = PMIX_PRINT_NAME_COLUMN_WIDTH; len 1001 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(line, attrs[n].name, len); len 1003 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(attrs[n].string); len 1004 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (PMIX_PRINT_STRING_COLUMN_WIDTH < len) { len 1005 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = PMIX_PRINT_STRING_COLUMN_WIDTH; len 1007 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+2], attrs[n].string, len); len 1010 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(tmp); len 1011 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (PMIX_PRINT_STRING_COLUMN_WIDTH < len) { len 1012 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = PMIX_PRINT_STRING_COLUMN_WIDTH; len 1014 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+PMIX_PRINT_STRING_COLUMN_WIDTH+4], tmp, len); len 1016 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(attrs[n].description[0]); len 1017 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if ((PMIX_PRINT_ATTR_COLUMN_WIDTH-PMIX_PRINT_NAME_COLUMN_WIDTH-PMIX_PRINT_STRING_COLUMN_WIDTH-PMIX_PRINT_TYPE_COLUMN_WIDTH-6) < len) { len 1018 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = PMIX_PRINT_ATTR_COLUMN_WIDTH-PMIX_PRINT_NAME_COLUMN_WIDTH-PMIX_PRINT_STRING_COLUMN_WIDTH-PMIX_PRINT_TYPE_COLUMN_WIDTH-6; len 1020 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+PMIX_PRINT_STRING_COLUMN_WIDTH+PMIX_PRINT_TYPE_COLUMN_WIDTH+6], attrs[n].description[0], len); len 1027 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = strlen(attrs[n].description[m]); len 1028 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if ((PMIX_PRINT_ATTR_COLUMN_WIDTH-PMIX_PRINT_NAME_COLUMN_WIDTH-PMIX_PRINT_STRING_COLUMN_WIDTH-PMIX_PRINT_TYPE_COLUMN_WIDTH-6) < len) { len 1029 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c len = PMIX_PRINT_ATTR_COLUMN_WIDTH-PMIX_PRINT_NAME_COLUMN_WIDTH-PMIX_PRINT_STRING_COLUMN_WIDTH-PMIX_PRINT_TYPE_COLUMN_WIDTH-6; len 1031 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c memcpy(&line[PMIX_PRINT_NAME_COLUMN_WIDTH+PMIX_PRINT_STRING_COLUMN_WIDTH+PMIX_PRINT_TYPE_COLUMN_WIDTH+6], attrs[n].description[m], len); len 173 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c size_t i, len; len 177 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c for (i = 0, len = 0 ; i < 4 ; ++i) { len 180 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c len += strlen (names[i]) + 1; len 184 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c name = calloc (1, len); len 194 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c strncat (name, names[i], len - (size_t)(uintptr_t)(tmp - name)); len 1035 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c size_t i, len; len 1046 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c len = pmix_pointer_array_get_size(&pmix_mca_base_vars); len 1047 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c for (i = 0; i < len; ++i) { len 310 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c int32_t i, len; len 315 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c len = 0; len 316 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c PMIX_BFROPS_PACK_TYPE(ret, buffer, &len, 1, PMIX_INT32, regtypes); len 321 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c len = (int32_t)strlen(ssrc[i]) + 1; // retain the NULL terminator len 322 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c PMIX_BFROPS_PACK_TYPE(ret, buffer, &len, 1, PMIX_INT32, regtypes); len 326 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c PMIX_BFROPS_PACK_TYPE(ret, buffer, ssrc[i], len, PMIX_BYTE, regtypes); len 389 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c int32_t i, len, n=1; len 393 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &len, &n, PMIX_INT32, regtypes); len 397 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c if (0 == len) { /* zero-length string - unpack the NULL */ len 400 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c sdest[i] = (char*)malloc(len); // NULL terminator is included len 404 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c PMIX_BFROPS_UNPACK_TYPE(ret, buffer, sdest[i], &len, PMIX_BYTE, regtypes); len 338 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c int32_t i, len; len 343 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c len = 0; len 344 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c if (PMIX_SUCCESS != (ret = pmix12_bfrop_pack_int32(regtypes, buffer, &len, 1, PMIX_INT32))) { len 348 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c len = (int32_t)strlen(ssrc[i]) + 1; len 349 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c if (PMIX_SUCCESS != (ret = pmix12_bfrop_pack_int32(regtypes, buffer, &len, 1, PMIX_INT32))) { len 353 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c pmix12_bfrop_pack_byte(regtypes, buffer, ssrc[i], len, PMIX_BYTE))) { len 401 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c int32_t i, len, n=1; len 406 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c &len, &n, PMIX_INT32))) { len 409 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c if (0 == len) { /* zero-length string - unpack the NULL */ len 412 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c sdest[i] = (char*)malloc(len); len 417 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c sdest[i], &len, len 334 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c int32_t i, len; len 339 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c len = 0; len 340 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_int32(regtypes, buffer, &len, 1, PMIX_INT32))) { len 344 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c len = (int32_t)strlen(ssrc[i]) + 1; len 345 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_int32(regtypes, buffer, &len, 1, PMIX_INT32))) { len 349 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c pmix20_bfrop_pack_byte(regtypes, buffer, ssrc[i], len, PMIX_BYTE))) { len 392 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c int32_t i, len, n=1; len 396 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &len, &n, PMIX_INT32, regtypes); len 400 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c if (0 == len) { /* zero-length string - unpack the NULL */ len 403 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c sdest[i] = (char*)malloc(len); len 407 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c PMIX_BFROPS_UNPACK_TYPE(ret, buffer, sdest[i], &len, PMIX_BYTE, regtypes); len 74 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h size_t len = 0; \ len 76 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h len = (ctx)->file_cbs->kname_len((char*)addr); \ len 78 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h len; \ len 22 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c size_t len = strlen((char*)key) + 1 + sizeof(size_t) + size; \ len 23 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c len; \ len 52 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c size_t len = strlen((char*)key) + 1; \ len 53 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c len; \ len 33 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c size_t len = (kname_len < ESH_MIN_KEY_LEN) ? \ len 35 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c len; \ len 379 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c size_t n, j, size, len; len 491 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { len 500 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.bo.size = len; len 528 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { len 538 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.bo.size = len; len 780 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c size_t nnodes, len, n; len 856 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kp2->value->data.string, &tmp, &len)) { len 865 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.bo.size = len; len 1036 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_compress.compress_string(kptr->value->data.string, &tmp, &len)) { len 1045 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kptr->value->data.bo.size = len; len 35 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_frame.c uint8_t *inbytes, size_t len) len 96 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/pcompress.h uint8_t *inbytes, size_t len); len 57 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c size_t len, outlen; len 70 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c len = deflateBound(&strm, inlen); len 71 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c if (NULL == (tmp = (uint8_t*)malloc(len))) { len 80 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c strm.avail_out = len; len 89 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c outlen = len - strm.avail_out + sizeof(uint32_t); len 111 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c uint8_t *inbytes, size_t len) len 125 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c "DECOMPRESSING INPUT OF LEN %lu OUTPUT %d", len, len2); len 140 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.c strm.avail_in = len; len 49 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/zlib/compress_zlib.h uint8_t *inbytes, size_t len); len 65 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_expand.c size_t len, i; len 118 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_expand.c len = strlen(input); len 119 opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/base/pinstalldirs_base_expand.c for (i = 0 ; i < len ; ++i) { len 46 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_select.c size_t len; len 121 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_select.c len = strlen(pmix_plog_globals.channels[n]); len 129 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_select.c len = len - strlen(ptr); len 140 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_select.c if (0 == strncasecmp(pmix_plog_globals.channels[n], mod->module->name, len)) { len 535 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c size_t len; len 541 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c len = strlen(incvars[j]); len 542 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if ('*' == incvars[j][len-1]) { len 543 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c --len; len 546 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if (0 == strncmp(environ[i], incvars[j], len)) { len 581 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c len = strlen(excvars[j]); len 582 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if ('*' == excvars[j][len-1]) { len 583 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c --len; len 586 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if (0 == strncmp(kv->value->data.envar.envar, excvars[j], len)) { len 83 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int i, j, len, startnum, vnum, numdigits; len 108 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len = strlen(vptr); len 111 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (i=0, j=0; i < len; i++) { len 677 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int i, j, k, len; len 703 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len = strlen(base); len 704 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (i = 0; i <= len; ++i) { len 734 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (j=i; j < len; j++) { len 740 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (j >= len) { len 748 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (j = i; j < len; ++j) { len 754 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (j >= len) { len 760 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (j+1 < len && base[j+1] != ',') { len 762 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (k=j+1; k < len && base[k] != ','; k++); len 763 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (k < len) { len 767 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (k < len) { len 786 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (j+1 < len && base[j + 1] == ',') { len 825 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int i, len; len 831 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len = strlen(ranges); len 832 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (orig = start = ranges, i = 0; i < len; ++i) { len 846 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (start < orig + len) { len 877 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c size_t base_len, len; len 885 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len = strlen(range); len 893 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (found = false, i = 0; i < len; ++i) { len 909 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (found = false; i < len; ++i) { len 917 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (i >= len) { len 924 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c for (; i < len; ++i) { len 939 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len = base_len + num_digits + 32; len 941 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len += strlen(suffix); len 943 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c str = (char *) malloc(len); len 949 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c memset(str, 0, len); len 116 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/base.h pmix_socklen_t len, int *fd); len 214 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h size_t len; len 850 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c size_t len; len 891 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c len = sizeof(struct sockaddr_in); len 925 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c len = sizeof(struct sockaddr_in6); len 931 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (PMIX_SUCCESS != (rc = pmix_ptl_base_connect(&mca_ptl_tcp_component.connection, len, sd))) { len 965 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c uint32_t len, u32; len 1039 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c memcpy(&len, mg, sizeof(uint32_t)); len 1050 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c pnd->len = ntohl(len); len 1053 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c if (0 < pnd->len) { len 1054 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c pnd->cred = (char*)malloc(pnd->len); len 1062 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c memcpy(pnd->cred, mg, pnd->len); len 1063 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c mg += pnd->len; len 1064 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c cnt -= pnd->len; len 1624 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c cred.size = pnd->len; len 1870 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c cred.size = pnd->len; len 105 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c pmix_socklen_t len; len 178 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c len = sizeof(struct sockaddr_un); len 179 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.c if (PMIX_SUCCESS != (rc = pmix_ptl_base_connect(&mca_ptl_usock_component.connection, len, &sd))) { len 350 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c size_t len; len 396 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len = hdr.nbytes; len 400 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 401 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 404 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= strlen(nspace) + 1; len 413 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 414 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen <= len) { len 417 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= sizeof(int); len 426 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 427 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 430 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= strlen(version) + 1; len 457 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 458 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 462 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= cred.size + 1; len 471 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (sizeof(size_t) < len) { len 474 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= sizeof(size_t); len 484 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= cred.size; len 493 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 494 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 497 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= strlen(sec) + 1; len 506 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 507 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 510 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= strlen(bfrops) + 1; len 519 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (0 < len) { len 522 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= 1; len 531 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c PMIX_STRNLEN(msglen, ptr, len); len 532 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (msglen < len) { len 535 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c len -= strlen(gds) + 1; len 553 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c int i, j, k, len, ret; len 574 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c len = pmix_mca_base_var_get_count (); len 578 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c for (i = 0; i < len; ++i) { len 809 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c size_t len, max_value_width, value_offset; len 841 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c len = strlen(v); len 843 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (len > 0) { len 844 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c while (len > 0 && isspace(v[len-1])) len--; len 845 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c v[len] = '\0'; len 100 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static void pretty_print_dashed_line(int len); len 700 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static void pretty_print_dashed_line(int len) { len 703 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c while (len >= 8) { len 705 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c len -= 8; len 707 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c printf("%*.*s\n", len, len, dashes); len 532 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c size_t i, len; len 611 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c len = sizeof(temp); len 612 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c snprintf(temp, len, "<arg%d> ", (int)i); len 657 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c len = strlen(desc); len 662 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c while (isspace(*start) && start < desc + len) { len 665 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c if (start >= desc + len) { len 701 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c ptr < start + len; ++ptr) { len 718 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c if (ptr >= start + len) { len 721 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c start = desc + len + 1; len 724 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c } while (start < desc + len); len 1085 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c int i, j, len; len 1100 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c len = (int)strlen(token); len 1101 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c if (0 == len) { len 1106 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c for (i = 0; i < len; ++i) { len 37 opal/mca/pmix/pmix4x/pmix/src/util/fd.c pmix_status_t pmix_fd_read(int fd, int len, void *buffer) len 42 opal/mca/pmix/pmix4x/pmix/src/util/fd.c while (len > 0) { len 43 opal/mca/pmix/pmix4x/pmix/src/util/fd.c rc = read(fd, b, len); len 47 opal/mca/pmix/pmix4x/pmix/src/util/fd.c len -= rc; len 62 opal/mca/pmix/pmix4x/pmix/src/util/fd.c pmix_status_t pmix_fd_write(int fd, int len, const void *buffer) len 67 opal/mca/pmix/pmix4x/pmix/src/util/fd.c while (len > 0) { len 68 opal/mca/pmix/pmix4x/pmix/src/util/fd.c rc = write(fd, b, len); len 72 opal/mca/pmix/pmix4x/pmix/src/util/fd.c len -= rc; len 39 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT pmix_status_t pmix_fd_read(int fd, int len, void *buffer); len 54 opal/mca/pmix/pmix4x/pmix/src/util/fd.h PMIX_EXPORT pmix_status_t pmix_fd_write(int fd, int len, const void *buffer); len 55 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c int i, len; len 94 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c len = pmix_argv_count(parts); len 95 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c for (i = 0; i < len; ++i) { len 125 opal/mca/pmix/pmix4x/pmix/src/util/os_dirpath.c } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) { len 780 opal/mca/pmix/pmix4x/pmix/src/util/output.c size_t len, total_len, temp_str_len; len 789 opal/mca/pmix/pmix4x/pmix/src/util/output.c total_len = len = strlen(*no_newline_string); len 790 opal/mca/pmix/pmix4x/pmix/src/util/output.c if ('\n' != (*no_newline_string)[len - 1]) { len 797 opal/mca/pmix/pmix4x/pmix/src/util/output.c (*no_newline_string)[len - 1] = '\0'; len 239 opal/mca/pmix/pmix4x/pmix/src/util/pif.c size_t len; len 258 opal/mca/pmix/pmix4x/pmix/src/util/pif.c len = (r->ai_addrlen < sizeof(struct sockaddr_in)) ? r->ai_addrlen : sizeof(struct sockaddr_in); len 259 opal/mca/pmix/pmix4x/pmix/src/util/pif.c memcpy(&ipv4, r->ai_addr, len); len 270 opal/mca/pmix/pmix4x/pmix/src/util/pif.c len = (r->ai_addrlen < sizeof(struct sockaddr_in6)) ? r->ai_addrlen : sizeof(struct sockaddr_in6); len 271 opal/mca/pmix/pmix4x/pmix/src/util/pif.c memcpy(&ipv6, r->ai_addr, len); len 101 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c size_t len; len 143 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c len = strlen(compare); len 148 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c if (0 == strncmp((*env)[i], compare, len)) { len 183 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c size_t len; len 198 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c len = strlen(compare); len 206 opal/mca/pmix/pmix4x/pmix/src/util/pmix_environ.c if (0 != strncmp((*env)[i], compare, len)) len 49 opal/mca/pmix/pmix4x/pmix/src/util/printf.c int len; len 55 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len = (int)strlen(fmt) + 128; len 63 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += 1; /* let's suppose it's a printable char */ len 73 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += (int)strlen(sarg); len 78 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += 5; len 87 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 90 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 100 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 109 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 113 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += 4; len 116 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 125 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 129 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += 4; len 132 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 147 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 156 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 160 opal/mca/pmix/pmix4x/pmix/src/util/printf.c len += 4; len 163 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 173 opal/mca/pmix/pmix4x/pmix/src/util/printf.c ++len; len 186 opal/mca/pmix/pmix4x/pmix/src/util/printf.c return len; len 96 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c size_t len; len 100 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c len = want_error_header ? 2 * strlen(dash_line) : 0; len 106 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c len += strlen(lines[i]) + 1; len 111 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c (*outstring) = (char*) malloc(len + 1); len 352 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c int len; len 362 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c rc = PMI2_KVS_Get(NULL, PMI2_ID_NULL, tkey, val, sizeof(val), &len); len 364 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_info("tkey=%s tval=%s val=%s len=%d\n", tkey, tval, val, len); len 376 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c int len; len 393 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c rc = PMI2_KVS_Get(jobid, rank, tkey, val, sizeof(val), &len); len 399 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_info("tkey=%s tval=%s val=%s len=%d\n", tkey, tval, val, len); len 401 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_assert((int)strlen(tval) == len, "value does not meet expectation"); len 410 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c int len; len 435 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (PMI2_SUCCESS != (rc = PMI2_KVS_Get(jobid, i, tkey, val, sizeof(val), &len))) { len 440 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_info("tkey=%s tval=%s val=%s len=%d\n", tkey, tval, val, len); len 442 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_assert((int)strlen(tval) == len, "value does not meet expectation"); len 452 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c int len; len 480 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (PMI2_SUCCESS != (rc = PMI2_KVS_Get(jobid, PMI2_ID_NULL, tkey, val, sizeof(val), &len))) { len 485 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_info("tkey=%s tval=%s val=%s len=%d\n", tkey, tval, val, len); len 487 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c log_assert((int)strlen(tval) == len, "value does not meet expectation"); len 536 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c int len; len 543 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (PMI2_SUCCESS != (rc = PMI2_KVS_Get(jobid, r, key, val, sizeof(val), &len))) { len 550 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (len != val_size) { len 552 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c " %d instead of %d\n", rank, r, i, len, val_size); len 58 opal/mca/pmix/pmix4x/pmix/test/test_fence.c int len; len 82 opal/mca/pmix/pmix4x/pmix/test/test_fence.c len = sprintf(tmp, "fence %d: block = %d de = %d ", fence_num, desc->blocking, desc->data_exchange); len 91 opal/mca/pmix/pmix4x/pmix/test/test_fence.c len += sprintf(tmp+len, "all; "); len 93 opal/mca/pmix/pmix4x/pmix/test/test_fence.c len += sprintf(tmp+len, "%d,", p->proc.rank); len 99 opal/mca/pmix/pmix4x/pmix/test/test_server.c int len = 0, max_ranks_len; len 106 opal/mca/pmix/pmix4x/pmix/test/test_server.c len += snprintf(*ranks + len, max_ranks_len-len-1, "%d", i+base_rank); len 108 opal/mca/pmix/pmix4x/pmix/test/test_server.c len += snprintf(*ranks + len, max_ranks_len-len-1, "%c", ','); len 111 opal/mca/pmix/pmix4x/pmix/test/test_server.c if (len >= max_ranks_len-1) { len 148 opal/mca/pmix/s2/pmix_s2.c int len; len 149 opal/mca/pmix/s2/pmix_s2.c rc = PMI2_KVS_Get(pmix_kvs_name, PMI2_ID_NULL, key, value, maxvalue, &len); len 133 opal/mca/pstat/linux/pstat_linux_module.c int len, itime; len 175 opal/mca/pstat/linux/pstat_linux_module.c len = read(fd, data, sizeof(data)-1); len 176 opal/mca/pstat/linux/pstat_linux_module.c if (len < 0) { len 184 opal/mca/pstat/linux/pstat_linux_module.c data[len] = '\0'; len 214 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(eptr, len); len 219 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); len 222 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* ppid */ len 223 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* pgrp */ len 224 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* session */ len 225 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* tty_nr */ len 226 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* tpgid */ len 227 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* flags */ len 228 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* minflt */ len 229 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* cminflt */ len 230 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* majflt */ len 231 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* cmajflt */ len 241 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); len 244 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* cutime */ len 245 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* cstime */ len 250 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); len 253 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); len 258 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); len 261 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* itrealvalue */ len 262 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* starttime */ len 263 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* vsize */ len 264 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* rss */ len 265 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* rss limit */ len 266 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* startcode */ len 267 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* endcode */ len 268 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* startstack */ len 269 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* kstkesp */ len 270 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* kstkeip */ len 271 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* signal */ len 272 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* blocked */ len 273 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* sigignore */ len 274 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* sigcatch */ len 275 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* wchan */ len 276 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* nswap */ len 277 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* cnswap */ len 278 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(ptr, len); /* exit_signal */ len 353 opal/mca/pstat/linux/pstat_linux_module.c len = read(fd, data, sizeof(data)-1); len 355 opal/mca/pstat/linux/pstat_linux_module.c if (len < 0) { len 360 opal/mca/pstat/linux/pstat_linux_module.c data[len] = '\0'; len 507 opal/mca/pstat/linux/pstat_linux_module.c int len = strlen(data); len 523 opal/mca/pstat/linux/pstat_linux_module.c enddata = &(data[len-1]); len 67 opal/mca/rcache/base/rcache_base_mem_cb.c int len; len 68 opal/mca/rcache/base/rcache_base_mem_cb.c len = snprintf(msg, sizeof(msg), "[%s:%05d] Attempt to free memory that is still in " len 73 opal/mca/rcache/base/rcache_base_mem_cb.c write(2, msg, len); len 59 opal/mca/rcache/udreg/rcache_udreg_module.c static void *mca_rcache_udreg_reg_func (void *addr, uint64_t len, void *reg_context); len 982 opal/runtime/opal_cr.c int len = OPAL_PATH_MAX; len 1011 opal/runtime/opal_cr.c len = strlen(tmp_str); len 1012 opal/runtime/opal_cr.c if(tmp_str[len - 1] == '\n') { len 1013 opal/runtime/opal_cr.c tmp_str[len - 1] = '\0'; len 568 opal/runtime/opal_info_support.c int i, j, k, len, ret; len 589 opal/runtime/opal_info_support.c len = mca_base_var_get_count (); len 593 opal/runtime/opal_info_support.c for (i = 0; i < len; ++i) { len 861 opal/runtime/opal_info_support.c size_t len, max_value_width, value_offset; len 893 opal/runtime/opal_info_support.c len = strlen(v); len 895 opal/runtime/opal_info_support.c if (len > 0) { len 896 opal/runtime/opal_info_support.c while (len > 0 && isspace(v[len-1])) len--; len 897 opal/runtime/opal_info_support.c v[len] = '\0'; len 273 opal/tools/opal-checkpoint/opal-checkpoint.c int i, ret, len; len 316 opal/tools/opal-checkpoint/opal-checkpoint.c len = opal_argv_count(app_env); len 317 opal/tools/opal-checkpoint/opal-checkpoint.c for(i = 0; i < len; ++i) { len 321 opal/tools/opal-checkpoint/opal-checkpoint.c len = opal_argv_count(global_env); len 322 opal/tools/opal-checkpoint/opal-checkpoint.c for(i = 0; i < len; ++i) { len 372 opal/tools/opal-checkpoint/opal-checkpoint.c int len, ret; len 475 opal/tools/opal-checkpoint/opal-checkpoint.c len = 0; len 476 opal/tools/opal-checkpoint/opal-checkpoint.c if( sizeof(int) != (ret = write(prog_named_write_pipe_fd, &len, sizeof(int))) ) { len 550 opal/tools/opal-checkpoint/opal-checkpoint.c len = strlen(opal_checkpoint_globals.snapshot_name) + 1; len 551 opal/tools/opal-checkpoint/opal-checkpoint.c if( sizeof(int) != (ret = write(prog_named_write_pipe_fd, &len, sizeof(int))) ) { len 554 opal/tools/opal-checkpoint/opal-checkpoint.c len, prog_named_pipe_w, ret); len 559 opal/tools/opal-checkpoint/opal-checkpoint.c tmp_size = sizeof(char) * len; len 560 opal/tools/opal-checkpoint/opal-checkpoint.c if( tmp_size != (ret = write(prog_named_write_pipe_fd, (opal_checkpoint_globals.snapshot_name), (sizeof(char) * len))) ) { len 569 opal/tools/opal-checkpoint/opal-checkpoint.c len = strlen(opal_checkpoint_globals.snapshot_loc) + 1; len 570 opal/tools/opal-checkpoint/opal-checkpoint.c if( sizeof(int) != (ret = write(prog_named_write_pipe_fd, &len, sizeof(int))) ) { len 573 opal/tools/opal-checkpoint/opal-checkpoint.c len, prog_named_pipe_w, ret); len 578 opal/tools/opal-checkpoint/opal-checkpoint.c tmp_size = sizeof(char) * len; len 579 opal/tools/opal-checkpoint/opal-checkpoint.c if( tmp_size != (ret = write(prog_named_write_pipe_fd, (opal_checkpoint_globals.snapshot_loc), (sizeof(char) * len))) ) { len 591 opal/tools/opal-checkpoint/opal-checkpoint.c if( sizeof(int) != (ret = read(prog_named_read_pipe_fd, &len, sizeof(int))) ) { len 599 opal/tools/opal-checkpoint/opal-checkpoint.c if(len > 0) { len 600 opal/tools/opal-checkpoint/opal-checkpoint.c loc_fname = (char *) malloc(sizeof(char) * len); len 601 opal/tools/opal-checkpoint/opal-checkpoint.c if( (ssize_t)(sizeof(char) * len) != (ret = read(prog_named_read_pipe_fd, loc_fname, (sizeof(char) * len))) ) { len 508 opal/tools/opal-restart/opal-restart.c int i, ret, len; len 554 opal/tools/opal-restart/opal-restart.c len = opal_argv_count(app_env); len 555 opal/tools/opal-restart/opal-restart.c for(i = 0; i < len; ++i) { len 559 opal/tools/opal-restart/opal-restart.c len = opal_argv_count(global_env); len 560 opal/tools/opal-restart/opal-restart.c for(i = 0; i < len; ++i) { len 532 opal/util/cmd_line.c size_t i, len; len 611 opal/util/cmd_line.c len = sizeof(temp); len 612 opal/util/cmd_line.c snprintf(temp, len, "<arg%d> ", (int)i); len 657 opal/util/cmd_line.c len = strlen(desc); len 662 opal/util/cmd_line.c while (isspace(*start) && start < desc + len) { len 665 opal/util/cmd_line.c if (start >= desc + len) { len 701 opal/util/cmd_line.c ptr < start + len; ++ptr) { len 718 opal/util/cmd_line.c if (ptr >= start + len) { len 721 opal/util/cmd_line.c start = desc + len + 1; len 724 opal/util/cmd_line.c } while (start < desc + len); len 1090 opal/util/cmd_line.c int i, j, len; len 1105 opal/util/cmd_line.c len = (int)strlen(token); len 1106 opal/util/cmd_line.c if (0 == len) { len 1111 opal/util/cmd_line.c for (i = 0; i < len; ++i) { len 161 opal/util/error.c int ret, len; len 172 opal/util/error.c len = snprintf(strerrbuf, buflen, "%s", ue_msg); len 174 opal/util/error.c if (len > (int) buflen) { len 183 opal/util/error.c len = snprintf(strerrbuf, buflen, "%s", errmsg); len 184 opal/util/error.c if (len > (int) buflen) { len 46 opal/util/fd.c int opal_fd_read(int fd, int len, void *buffer) len 51 opal/util/fd.c while (len > 0) { len 52 opal/util/fd.c rc = read(fd, b, len); len 56 opal/util/fd.c len -= rc; len 71 opal/util/fd.c int opal_fd_write(int fd, int len, const void *buffer) len 76 opal/util/fd.c while (len > 0) { len 77 opal/util/fd.c rc = write(fd, b, len); len 81 opal/util/fd.c len -= rc; len 152 opal/util/fd.c size_t len = INET_ADDRSTRLEN; len 154 opal/util/fd.c len = INET6_ADDRSTRLEN; len 156 opal/util/fd.c str = calloc(1, len); len 181 opal/util/fd.c opal_string_copy(str, "Unknown", len); len 36 opal/util/fd.h OPAL_DECLSPEC int opal_fd_read(int fd, int len, void *buffer); len 51 opal/util/fd.h OPAL_DECLSPEC int opal_fd_write(int fd, int len, const void *buffer); len 231 opal/util/if.c size_t len; len 249 opal/util/if.c len = (r->ai_addrlen < sizeof(struct sockaddr_in)) ? r->ai_addrlen : sizeof(struct sockaddr_in); len 250 opal/util/if.c memcpy(&ipv4, r->ai_addr, len); len 260 opal/util/if.c len = (r->ai_addrlen < sizeof(struct sockaddr_in6)) ? r->ai_addrlen : sizeof(struct sockaddr_in6); len 261 opal/util/if.c memcpy(&ipv6, r->ai_addr, len); len 100 opal/util/opal_environ.c size_t len; len 137 opal/util/opal_environ.c len = strlen(name); len 139 opal/util/opal_environ.c if (0 == strncmp((*env)[i], name, len)) { len 171 opal/util/opal_environ.c len = strlen(compare); len 176 opal/util/opal_environ.c if (0 == strncmp((*env)[i], compare, len)) { len 211 opal/util/opal_environ.c size_t len; len 226 opal/util/opal_environ.c len = strlen(compare); len 234 opal/util/opal_environ.c if (0 != strncmp((*env)[i], compare, len)) len 54 opal/util/os_dirpath.c int i, len; len 93 opal/util/os_dirpath.c len = opal_argv_count(parts); len 94 opal/util/os_dirpath.c for (i = 0; i < len; ++i) { len 124 opal/util/os_dirpath.c } else if (i == (len-1) && (mode != (mode & buf.st_mode)) && (0 > chmod(tmp, (buf.st_mode | mode)))) { len 57 opal/util/os_path.c size_t len = 3; len 58 opal/util/os_path.c path = (char *)calloc(len, sizeof(char)); len 62 opal/util/os_path.c strncat(path, path_sep, len - 1); len 871 opal/util/output.c size_t len, total_len; len 877 opal/util/output.c total_len = len = strlen(*no_newline_string); len 878 opal/util/output.c if ('\n' != (*no_newline_string)[len - 1]) { len 885 opal/util/output.c (*no_newline_string)[len - 1] = '\0'; len 57 opal/util/printf.c int len; len 63 opal/util/printf.c len = (int)strlen(fmt) + 128; len 71 opal/util/printf.c len += 1; /* let's suppose it's a printable char */ len 81 opal/util/printf.c len += (int)strlen(sarg); len 86 opal/util/printf.c len += 5; len 95 opal/util/printf.c ++len; len 98 opal/util/printf.c ++len; len 108 opal/util/printf.c ++len; len 117 opal/util/printf.c ++len; len 121 opal/util/printf.c len += 4; len 124 opal/util/printf.c ++len; len 133 opal/util/printf.c ++len; len 137 opal/util/printf.c len += 4; len 140 opal/util/printf.c ++len; len 155 opal/util/printf.c ++len; len 164 opal/util/printf.c ++len; len 168 opal/util/printf.c len += 4; len 171 opal/util/printf.c ++len; len 181 opal/util/printf.c ++len; len 194 opal/util/printf.c return len; len 101 opal/util/show_help.c size_t len; len 105 opal/util/show_help.c len = want_error_header ? 2 * strlen(dash_line) : 0; len 111 opal/util/show_help.c len += strlen(lines[i]) + 1; len 116 opal/util/show_help.c (*outstring) = (char*) malloc(len + 1); len 482 opal/util/stacktrace.c size_t len; len 485 opal/util/stacktrace.c len = 0; len 495 opal/util/stacktrace.c len += strlen(traces[i]) + 1; len 498 opal/util/stacktrace.c output = (char *) malloc(len + 1); len 33 opal/win32/opal_uio.h #define iov_len data.len len 48 orte/mca/odls/alps/odls_alps_utils.c int alps_status = 0, num_creds, i, len; len 176 orte/mca/odls/alps/odls_alps_utils.c len = sprintf(ptr,"%d:",rdmacred_buf[i].ptag); len 177 orte/mca/odls/alps/odls_alps_utils.c ptr += len; len 195 orte/mca/odls/alps/odls_alps_utils.c len = sprintf(ptr,"%d:",rdmacred_buf[i].cookie); len 196 orte/mca/odls/alps/odls_alps_utils.c ptr += len; len 214 orte/mca/odls/alps/odls_alps_utils.c len = sprintf(ptr,"%d:",rdmacred_buf[i].local_addr); len 215 orte/mca/odls/alps/odls_alps_utils.c ptr += len; len 233 orte/mca/odls/alps/odls_alps_utils.c len = sprintf(ptr,"%d:",rdmacred_buf[i].device_id); len 234 orte/mca/odls/alps/odls_alps_utils.c ptr += len; len 226 orte/mca/oob/base/oob_base_stubs.c size_t len = 0; len 239 orte/mca/oob/base/oob_base_stubs.c len = strlen(final); len 262 orte/mca/oob/base/oob_base_stubs.c orte_oob_base.max_uri_length < (int)(len + strlen(turi))) { len 271 orte/mca/oob/base/oob_base_stubs.c len = strlen(final); len 405 orte/mca/ras/slurm/ras_slurm_module.c int i, j, len, ret, count, reps, num_nodes; len 426 orte/mca/ras/slurm/ras_slurm_module.c len = strlen(base); len 427 orte/mca/ras/slurm/ras_slurm_module.c for (i = 0; i <= len; ++i) { len 459 orte/mca/ras/slurm/ras_slurm_module.c for (j = i; j < len; ++j) { len 465 orte/mca/ras/slurm/ras_slurm_module.c if (j >= len) { len 617 orte/mca/ras/slurm/ras_slurm_module.c int i, len, ret; len 622 orte/mca/ras/slurm/ras_slurm_module.c len = strlen(ranges); len 623 orte/mca/ras/slurm/ras_slurm_module.c for (orig = start = ranges, i = 0; i < len; ++i) { len 637 orte/mca/ras/slurm/ras_slurm_module.c if (start < orig + len) { len 668 orte/mca/ras/slurm/ras_slurm_module.c size_t base_len, len, num_len; len 673 orte/mca/ras/slurm/ras_slurm_module.c len = strlen(range); len 681 orte/mca/ras/slurm/ras_slurm_module.c for (found = false, i = 0; i < len; ++i) { len 697 orte/mca/ras/slurm/ras_slurm_module.c for (found = false, num_str_len = 0; i < len; ++i, ++num_str_len) { len 705 orte/mca/ras/slurm/ras_slurm_module.c if (i >= len) { len 714 orte/mca/ras/slurm/ras_slurm_module.c for (; i < len; ++i) { len 729 orte/mca/ras/slurm/ras_slurm_module.c len = base_len + num_str_len + 32; len 730 orte/mca/ras/slurm/ras_slurm_module.c str = malloc(len); len 605 orte/mca/rmaps/base/rmaps_base_frame.c size_t len; len 706 orte/mca/rmaps/base/rmaps_base_frame.c len = strlen(spec); len 707 orte/mca/rmaps/base/rmaps_base_frame.c if (0 == strncasecmp(spec, "slot", len)) { len 709 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "node", len)) { len 711 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "seq", len)) { len 713 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "core", len)) { len 715 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "l1cache", len)) { len 717 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "l2cache", len)) { len 719 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "l3cache", len)) { len 721 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "socket", len)) { len 723 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "numa", len)) { len 725 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "board", len)) { len 727 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "hwthread", len)) { len 733 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(spec, "dist", len)) { len 772 orte/mca/rmaps/base/rmaps_base_frame.c size_t len; len 843 orte/mca/rmaps/base/rmaps_base_frame.c len = strlen(ck[0]); len 844 orte/mca/rmaps/base/rmaps_base_frame.c if (0 == strncasecmp(ck[0], "slot", len)) { len 846 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "node", len)) { len 848 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "hwthread", len)) { len 850 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "core", len)) { len 852 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "l1cache", len)) { len 854 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "l2cache", len)) { len 856 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "l3cache", len)) { len 858 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "socket", len)) { len 860 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "numa", len)) { len 862 orte/mca/rmaps/base/rmaps_base_frame.c } else if (0 == strncasecmp(ck[0], "board", len)) { len 91 orte/mca/rmaps/ppr/rmaps_ppr.c size_t len; len 148 orte/mca/rmaps/ppr/rmaps_ppr.c len = strlen(ck[1]); len 149 orte/mca/rmaps/ppr/rmaps_ppr.c if (0 == strncasecmp(ck[1], "node", len)) { len 154 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "hwthread", len) || len 155 orte/mca/rmaps/ppr/rmaps_ppr.c 0 == strncasecmp(ck[1], "thread", len)) { len 160 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "core", len)) { len 167 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "socket", len) || len 168 orte/mca/rmaps/ppr/rmaps_ppr.c 0 == strncasecmp(ck[1], "skt", len)) { len 175 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "l1cache", len)) { len 183 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "l2cache", len)) { len 191 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "l3cache", len)) { len 199 orte/mca/rmaps/ppr/rmaps_ppr.c } else if (0 == strncasecmp(ck[1], "numa", len)) { len 1896 orte/orted/orted_submit.c size_t i, len; len 1946 orte/orted/orted_submit.c len = strlen(line); len 1947 orte/orted/orted_submit.c if (len > 0 && '\n' == line[len - 1]) { len 1948 orte/orted/orted_submit.c line[len - 1] = '\0'; len 1949 orte/orted/orted_submit.c if (len > 0) { len 1950 orte/orted/orted_submit.c --len; len 1956 orte/orted/orted_submit.c for (i = 0; i < len; ++i) { len 1960 orte/orted/orted_submit.c } else if (i + 1 < len && '/' == line[i] && '/' == line[i + 1]) { len 1968 orte/orted/orted_submit.c len = strlen(line); len 1969 orte/orted/orted_submit.c for (blank = true, i = sizeof(bogus); i < len; ++i) { len 663 orte/orted/pmix/pmix_server_gen.c int len; len 668 orte/orted/pmix/pmix_server_gen.c if (0 != hwloc_topology_export_xmlbuffer(opal_hwloc_topology, &xmlbuffer, &len)) { len 674 orte/orted/pmix/pmix_server_gen.c if (0 != hwloc_topology_export_xmlbuffer(opal_hwloc_topology, &xmlbuffer, &len, len 689 orte/orted/pmix/pmix_server_gen.c int len; len 692 orte/orted/pmix/pmix_server_gen.c if (0 != hwloc_topology_export_xmlbuffer(opal_hwloc_topology, &xmlbuffer, &len, 0)) { len 82 orte/tools/orte-info/orte-info.c int i, len; len 196 orte/tools/orte-info/orte-info.c len = opal_argv_count(app_env); len 197 orte/tools/orte-info/orte-info.c for (i = 0; i < len; ++i) { len 200 orte/tools/orte-info/orte-info.c len = opal_argv_count(global_env); len 201 orte/tools/orte-info/orte-info.c for (i = 0; i < len; ++i) { len 56 orte/tools/orte-info/output.c size_t i, len, max_value_width; len 81 orte/tools/orte-info/output.c len = strlen(v); len 85 orte/tools/orte-info/output.c while (isspace(v[i]) && i < len) { len 91 orte/tools/orte-info/output.c len = strlen(v); len 93 orte/tools/orte-info/output.c if (len > 0 && isspace(v[len - 1])) { len 94 orte/tools/orte-info/output.c i = len - 1; len 182 orte/util/hostfile/hostfile.c int i, len; len 183 orte/util/hostfile/hostfile.c len = strlen(node_name); len 184 orte/util/hostfile/hostfile.c for (i=1; i < len; i++) { len 187 orte/util/hostfile/hostfile.c node_name[len-1] = '\0'; /* truncate */ len 300 orte/util/session_dir.c int i, len; len 305 orte/util/session_dir.c len = opal_argv_count(list); len 307 orte/util/session_dir.c for (i=0; i < len; i++) { len 138 orte/util/show_help.c int i, j, k, len, outlen; len 145 orte/util/show_help.c len = strlen((char*)input); len 147 orte/util/show_help.c output = (char*)malloc((len+1024)*sizeof(char)); len 152 orte/util/show_help.c memset(output, 0, len+1024); len 153 orte/util/show_help.c outlen = len+1023; len 165 orte/util/show_help.c for (i=0; i < len; i++) { len 212 orte/util/show_help.c if (i < len-1 && (k+starttaglen) < outlen) { len 163 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); len 164 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); len 165 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); len 166 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); len 167 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); len 168 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); len 169 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); len 170 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); len 171 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); len 172 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); len 173 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); len 174 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); len 175 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 176 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); len 177 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); len 178 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); len 179 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); len 180 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); len 181 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); len 182 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); len 183 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); len 184 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); len 185 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); len 186 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 188 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_put(char *target, const char *source, size_t len, int pe); len 189 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_put(short *target, const short *source, size_t len, int pe); len 190 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_put(int *target, const int *source, size_t len, int pe); len 191 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_put(long *target, const long *source, size_t len, int pe); len 192 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_put(float *target, const float *source, size_t len, int pe); len 193 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_put(double *target, const double *source, size_t len, int pe); len 194 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_put(long long *target, const long long *source, size_t len, int pe); len 195 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_put(signed char *target, const signed char *source, size_t len, int pe); len 196 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_put(unsigned char *target, const unsigned char *source, size_t len, int pe); len 197 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_put(unsigned short *target, const unsigned short *source, size_t len, int pe); len 198 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_put(unsigned int *target, const unsigned int *source, size_t len, int pe); len 199 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_put(unsigned long *target, const unsigned long *source, size_t len, int pe); len 200 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_put(unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 201 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_put(long double *target, const long double *source, size_t len, int pe); len 202 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_put(int8_t *target, const int8_t *source, size_t len, int pe); len 203 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_put(int16_t *target, const int16_t *source, size_t len, int pe); len 204 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_put(int32_t *target, const int32_t *source, size_t len, int pe); len 205 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_put(int64_t *target, const int64_t *source, size_t len, int pe); len 206 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_put(uint8_t *target, const uint8_t *source, size_t len, int pe); len 207 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_put(uint16_t *target, const uint16_t *source, size_t len, int pe); len 208 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_put(uint32_t *target, const uint32_t *source, size_t len, int pe); len 209 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_put(uint64_t *target, const uint64_t *source, size_t len, int pe); len 210 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_put(size_t *target, const size_t *source, size_t len, int pe); len 211 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_put(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 247 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 248 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 249 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 250 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 251 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 252 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 254 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put8(void *target, const void *source, size_t len, int pe); len 255 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put16(void *target, const void *source, size_t len, int pe); len 256 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put32(void *target, const void *source, size_t len, int pe); len 257 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put64(void *target, const void *source, size_t len, int pe); len 258 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put128(void *target, const void *source, size_t len, int pe); len 259 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_putmem(void *target, const void *source, size_t len, int pe); len 264 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iput(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 265 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iput(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 266 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iput(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 267 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iput(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 268 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iput(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 269 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iput(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 270 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iput(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 271 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iput(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 272 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iput(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 273 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iput(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 274 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iput(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 275 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iput(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 276 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iput(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 277 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iput(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 278 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iput(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 279 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iput(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 280 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iput(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 281 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iput(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 282 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iput(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 283 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iput(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 284 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iput(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 285 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iput(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 286 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iput(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 287 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iput(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 289 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iput(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 290 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iput(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 291 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iput(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 292 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iput(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 293 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iput(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 294 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iput(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 295 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iput(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 296 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iput(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 297 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iput(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 298 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iput(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 299 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iput(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 300 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iput(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 301 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iput(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 302 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iput(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 303 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iput(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 304 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iput(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 305 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iput(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 306 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iput(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 307 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iput(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 308 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iput(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 309 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iput(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 310 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iput(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 311 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iput(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 312 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iput(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 348 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 349 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 350 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 351 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 352 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iput128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 354 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 355 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 356 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 357 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 358 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iput128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 363 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_put_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); len 364 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_put_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); len 365 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_put_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); len 366 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_put_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); len 367 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_put_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); len 368 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_put_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); len 369 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_put_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); len 370 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_put_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); len 371 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_put_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); len 372 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_put_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); len 373 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_put_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); len 374 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_put_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); len 375 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_put_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 376 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_put_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); len 377 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_put_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); len 378 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_put_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); len 379 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_put_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); len 380 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_put_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); len 381 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_put_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); len 382 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_put_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); len 383 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_put_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); len 384 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_put_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); len 385 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_put_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); len 386 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_put_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 388 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_put_nbi(char *target, const char *source, size_t len, int pe); len 389 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_put_nbi(short *target, const short *source, size_t len, int pe); len 390 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_put_nbi(int *target, const int *source, size_t len, int pe); len 391 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_put_nbi(long *target, const long *source, size_t len, int pe); len 392 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_put_nbi(float *target, const float *source, size_t len, int pe); len 393 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_put_nbi(double *target, const double *source, size_t len, int pe); len 394 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_put_nbi(long long *target, const long long *source, size_t len, int pe); len 395 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_put_nbi(signed char *target, const signed char *source, size_t len, int pe); len 396 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_put_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe); len 397 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_put_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe); len 398 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_put_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe); len 399 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_put_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe); len 400 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_put_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 401 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_put_nbi(long double *target, const long double *source, size_t len, int pe); len 402 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_put_nbi(int8_t *target, const int8_t *source, size_t len, int pe); len 403 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_put_nbi(int16_t *target, const int16_t *source, size_t len, int pe); len 404 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_put_nbi(int32_t *target, const int32_t *source, size_t len, int pe); len 405 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_put_nbi(int64_t *target, const int64_t *source, size_t len, int pe); len 406 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_put_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe); len 407 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_put_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe); len 408 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_put_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe); len 409 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_put_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe); len 410 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_put_nbi(size_t *target, const size_t *source, size_t len, int pe); len 411 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_put_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 447 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 448 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 449 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 450 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 451 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_put128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 452 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_putmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 454 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put8_nbi(void *target, const void *source, size_t len, int pe); len 455 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put16_nbi(void *target, const void *source, size_t len, int pe); len 456 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put32_nbi(void *target, const void *source, size_t len, int pe); len 457 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put64_nbi(void *target, const void *source, size_t len, int pe); len 458 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_put128_nbi(void *target, const void *source, size_t len, int pe); len 459 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_putmem_nbi(void *target, const void *source, size_t len, int pe); len 551 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); len 552 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); len 553 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); len 554 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); len 555 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); len 556 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); len 557 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); len 558 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); len 559 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); len 560 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); len 561 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); len 562 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); len 563 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 564 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); len 565 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); len 566 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); len 567 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); len 568 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); len 569 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); len 570 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); len 571 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); len 572 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); len 573 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); len 574 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 576 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_get(char *target, const char *source, size_t len, int pe); len 577 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_get(short *target, const short *source, size_t len, int pe); len 578 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_get(int *target, const int *source, size_t len, int pe); len 579 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_get(long *target, const long *source, size_t len, int pe); len 580 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_get(float *target, const float *source, size_t len, int pe); len 581 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_get(double *target, const double *source, size_t len, int pe); len 582 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_get(long long *target, const long long *source, size_t len, int pe); len 583 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_get(signed char *target, const signed char *source, size_t len, int pe); len 584 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_get(unsigned char *target, const unsigned char *source, size_t len, int pe); len 585 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_get(unsigned short *target, const unsigned short *source, size_t len, int pe); len 586 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_get(unsigned int *target, const unsigned int *source, size_t len, int pe); len 587 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_get(unsigned long *target, const unsigned long *source, size_t len, int pe); len 588 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_get(unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 589 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_get(long double *target, const long double *source, size_t len, int pe); len 590 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_get(int8_t *target, const int8_t *source, size_t len, int pe); len 591 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_get(int16_t *target, const int16_t *source, size_t len, int pe); len 592 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_get(int32_t *target, const int32_t *source, size_t len, int pe); len 593 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_get(int64_t *target, const int64_t *source, size_t len, int pe); len 594 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_get(uint8_t *target, const uint8_t *source, size_t len, int pe); len 595 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_get(uint16_t *target, const uint16_t *source, size_t len, int pe); len 596 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_get(uint32_t *target, const uint32_t *source, size_t len, int pe); len 597 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_get(uint64_t *target, const uint64_t *source, size_t len, int pe); len 598 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_get(size_t *target, const size_t *source, size_t len, int pe); len 599 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_get(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 635 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 636 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 637 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 638 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 639 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 640 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 642 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get8(void *target, const void *source, size_t len, int pe); len 643 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get16(void *target, const void *source, size_t len, int pe); len 644 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get32(void *target, const void *source, size_t len, int pe); len 645 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get64(void *target, const void *source, size_t len, int pe); len 646 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get128(void *target, const void *source, size_t len, int pe); len 647 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_getmem(void *target, const void *source, size_t len, int pe); len 652 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_iget(shmem_ctx_t ctx, char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 653 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_iget(shmem_ctx_t ctx, short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 654 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_iget(shmem_ctx_t ctx, int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 655 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_iget(shmem_ctx_t ctx, long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 656 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_iget(shmem_ctx_t ctx, long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 657 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_iget(shmem_ctx_t ctx, signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 658 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_iget(shmem_ctx_t ctx, unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 659 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_iget(shmem_ctx_t ctx, unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 660 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_iget(shmem_ctx_t ctx, unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 661 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_iget(shmem_ctx_t ctx, unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 662 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_iget(shmem_ctx_t ctx, unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 663 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_iget(shmem_ctx_t ctx, float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 664 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_iget(shmem_ctx_t ctx, double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 665 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_iget(shmem_ctx_t ctx, long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 666 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_iget(shmem_ctx_t ctx, int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 667 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_iget(shmem_ctx_t ctx, int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 668 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_iget(shmem_ctx_t ctx, int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 669 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_iget(shmem_ctx_t ctx, int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 670 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_iget(shmem_ctx_t ctx, uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 671 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_iget(shmem_ctx_t ctx, uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 672 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_iget(shmem_ctx_t ctx, uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 673 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_iget(shmem_ctx_t ctx, uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 674 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_iget(shmem_ctx_t ctx, size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 675 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_iget(shmem_ctx_t ctx, ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 677 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_iget(char* target, const char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 678 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_iget(short* target, const short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 679 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_iget(int* target, const int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 680 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_iget(float* target, const float* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 681 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_iget(double* target, const double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 682 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_iget(long long* target, const long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 683 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_iget(long double* target, const long double* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 684 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_iget(long* target, const long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 685 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_iget(signed char* target, const signed char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 686 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_iget(unsigned char* target, const unsigned char* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 687 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_iget(unsigned short* target, const unsigned short* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 688 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_iget(unsigned int* target, const unsigned int* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 689 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_iget(unsigned long* target, const unsigned long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 690 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_iget(unsigned long long* target, const unsigned long long* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 691 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_iget(int8_t* target, const int8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 692 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_iget(int16_t* target, const int16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 693 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_iget(int32_t* target, const int32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 694 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_iget(int64_t* target, const int64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 695 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_iget(uint8_t* target, const uint8_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 696 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_iget(uint16_t* target, const uint16_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 697 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_iget(uint32_t* target, const uint32_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 698 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_iget(uint64_t* target, const uint64_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 699 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_iget(size_t* target, const size_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 700 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_iget(ptrdiff_t* target, const ptrdiff_t* source, ptrdiff_t tst, ptrdiff_t sst, size_t len, int pe); len 736 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget8(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 737 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget16(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 738 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget32(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 739 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget64(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 740 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_iget128(shmem_ctx_t ctx, void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 742 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget8(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 743 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget16(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 744 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget32(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 745 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget64(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 746 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_iget128(void* target, const void* source, ptrdiff_t tst, ptrdiff_t sst,size_t len, int pe); len 751 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_char_get_nbi(shmem_ctx_t ctx, char *target, const char *source, size_t len, int pe); len 752 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_short_get_nbi(shmem_ctx_t ctx, short *target, const short *source, size_t len, int pe); len 753 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int_get_nbi(shmem_ctx_t ctx, int *target, const int *source, size_t len, int pe); len 754 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_long_get_nbi(shmem_ctx_t ctx, long *target, const long *source, size_t len, int pe); len 755 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longlong_get_nbi(shmem_ctx_t ctx, long long *target, const long long *source, size_t len, int pe); len 756 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_schar_get_nbi(shmem_ctx_t ctx, signed char *target, const signed char *source, size_t len, int pe); len 757 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uchar_get_nbi(shmem_ctx_t ctx, unsigned char *target, const unsigned char *source, size_t len, int pe); len 758 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ushort_get_nbi(shmem_ctx_t ctx, unsigned short *target, const unsigned short *source, size_t len, int pe); len 759 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint_get_nbi(shmem_ctx_t ctx, unsigned int *target, const unsigned int *source, size_t len, int pe); len 760 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulong_get_nbi(shmem_ctx_t ctx, unsigned long *target, const unsigned long *source, size_t len, int pe); len 761 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ulonglong_get_nbi(shmem_ctx_t ctx, unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 762 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_float_get_nbi(shmem_ctx_t ctx, float *target, const float *source, size_t len, int pe); len 763 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_double_get_nbi(shmem_ctx_t ctx, double *target, const double *source, size_t len, int pe); len 764 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_longdouble_get_nbi(shmem_ctx_t ctx, long double *target, const long double *source, size_t len, int pe); len 765 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int8_get_nbi(shmem_ctx_t ctx, int8_t *target, const int8_t *source, size_t len, int pe); len 766 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int16_get_nbi(shmem_ctx_t ctx, int16_t *target, const int16_t *source, size_t len, int pe); len 767 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int32_get_nbi(shmem_ctx_t ctx, int32_t *target, const int32_t *source, size_t len, int pe); len 768 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_int64_get_nbi(shmem_ctx_t ctx, int64_t *target, const int64_t *source, size_t len, int pe); len 769 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint8_get_nbi(shmem_ctx_t ctx, uint8_t *target, const uint8_t *source, size_t len, int pe); len 770 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint16_get_nbi(shmem_ctx_t ctx, uint16_t *target, const uint16_t *source, size_t len, int pe); len 771 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint32_get_nbi(shmem_ctx_t ctx, uint32_t *target, const uint32_t *source, size_t len, int pe); len 772 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_uint64_get_nbi(shmem_ctx_t ctx, uint64_t *target, const uint64_t *source, size_t len, int pe); len 773 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_size_get_nbi(shmem_ctx_t ctx, size_t *target, const size_t *source, size_t len, int pe); len 774 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_ptrdiff_get_nbi(shmem_ctx_t ctx, ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 776 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_getmem_nbi(void *target, const void *source, size_t len, int pe); len 777 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_char_get_nbi(char *target, const char *source, size_t len, int pe); len 778 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_short_get_nbi(short *target, const short *source, size_t len, int pe); len 779 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int_get_nbi(int *target, const int *source, size_t len, int pe); len 780 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_long_get_nbi(long *target, const long *source, size_t len, int pe); len 781 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longlong_get_nbi(long long *target, const long long *source, size_t len, int pe); len 782 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_schar_get_nbi(signed char *target, const signed char *source, size_t len, int pe); len 783 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uchar_get_nbi(unsigned char *target, const unsigned char *source, size_t len, int pe); len 784 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ushort_get_nbi(unsigned short *target, const unsigned short *source, size_t len, int pe); len 785 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint_get_nbi(unsigned int *target, const unsigned int *source, size_t len, int pe); len 786 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulong_get_nbi(unsigned long *target, const unsigned long *source, size_t len, int pe); len 787 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ulonglong_get_nbi(unsigned long long *target, const unsigned long long *source, size_t len, int pe); len 788 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_float_get_nbi(float *target, const float *source, size_t len, int pe); len 789 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_double_get_nbi(double *target, const double *source, size_t len, int pe); len 790 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_longdouble_get_nbi(long double *target, const long double *source, size_t len, int pe); len 791 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int8_get_nbi(int8_t *target, const int8_t *source, size_t len, int pe); len 792 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int16_get_nbi(int16_t *target, const int16_t *source, size_t len, int pe); len 793 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int32_get_nbi(int32_t *target, const int32_t *source, size_t len, int pe); len 794 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_int64_get_nbi(int64_t *target, const int64_t *source, size_t len, int pe); len 795 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint8_get_nbi(uint8_t *target, const uint8_t *source, size_t len, int pe); len 796 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint16_get_nbi(uint16_t *target, const uint16_t *source, size_t len, int pe); len 797 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint32_get_nbi(uint32_t *target, const uint32_t *source, size_t len, int pe); len 798 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_uint64_get_nbi(uint64_t *target, const uint64_t *source, size_t len, int pe); len 799 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_size_get_nbi(size_t *target, const size_t *source, size_t len, int pe); len 800 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ptrdiff_get_nbi(ptrdiff_t *target, const ptrdiff_t *source, size_t len, int pe); len 836 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get8_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 837 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get16_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 838 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get32_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 839 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get64_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 840 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_get128_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 841 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_ctx_getmem_nbi(shmem_ctx_t ctx, void *target, const void *source, size_t len, int pe); len 843 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get8_nbi(void *target, const void *source, size_t len, int pe); len 844 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get16_nbi(void *target, const void *source, size_t len, int pe); len 845 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get32_nbi(void *target, const void *source, size_t len, int pe); len 846 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get64_nbi(void *target, const void *source, size_t len, int pe); len 847 oshmem/include/pshmem.h OSHMEM_DECLSPEC void pshmem_get128_nbi(void *target, const void *source, size_t len, int pe); len 39 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmem_char_put(char *target, const char *source, size_t len, int pe); len 40 oshmem/include/pshmemx.h OSHMEM_DECLSPEC void pshmem_char_get(char *target, const char *source, size_t len, int pe); len 51 oshmem/info/info.c static int oshmem_info_get_library_version(char *version, int *len); len 72 oshmem/info/info.c int len; len 74 oshmem/info/info.c ret = oshmem_info_get_library_version(version, &len); len 75 oshmem/info/info.c if (OSHMEM_SUCCESS != ret || 0 == len) { len 108 oshmem/mca/memheap/base/memheap_base_mkey.c opal_dss.pack(msg, &mkey->len, 1, OPAL_UINT16); len 109 oshmem/mca/memheap/base/memheap_base_mkey.c if (0 < mkey->len) { len 110 oshmem/mca/memheap/base/memheap_base_mkey.c opal_dss.pack(msg, mkey->u.data, mkey->len, OPAL_BYTE); len 129 oshmem/mca/memheap/base/memheap_base_mkey.c assert(mkey->len == 0); len 134 oshmem/mca/memheap/base/memheap_base_mkey.c mkey->va_base, mkey->len, (unsigned long long)mkey->u.key); len 174 oshmem/mca/memheap/base/memheap_base_mkey.c opal_dss.unpack(msg, &memheap_oob.mkeys[tr_id].len, &cnt, OPAL_UINT16); len 175 oshmem/mca/memheap/base/memheap_base_mkey.c if (0 < memheap_oob.mkeys[tr_id].len) { len 176 oshmem/mca/memheap/base/memheap_base_mkey.c memheap_oob.mkeys[tr_id].u.data = malloc(memheap_oob.mkeys[tr_id].len); len 178 oshmem/mca/memheap/base/memheap_base_mkey.c MEMHEAP_ERROR("Failed allocate %d bytes", memheap_oob.mkeys[tr_id].len); len 181 oshmem/mca/memheap/base/memheap_base_mkey.c cnt = memheap_oob.mkeys[tr_id].len; len 88 oshmem/mca/memheap/base/memheap_base_register.c if (s->mkeys_cache[j]->len) { len 91 oshmem/mca/memheap/base/memheap_base_register.c s->mkeys_cache[j]->len = 0; len 55 oshmem/mca/memheap/buddy/memheap_buddy.c unsigned long len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); len 56 oshmem/mca/memheap/buddy/memheap_buddy.c memset(dst, 0, len); len 145 oshmem/mca/memheap/memheap.h return (0 == mkey->len) && (MAP_SEGMENT_SHM_INVALID != (int)mkey->u.key); len 2915 oshmem/mca/memheap/ptmalloc/malloc.c size_t len = (sz + (p->prev_foot & ~IS_MMAPPED_BIT) + MMAP_FOOT_PAD); len 2921 oshmem/mca/memheap/ptmalloc/malloc.c dl_assert((len & (mparams.page_size-SIZE_T_ONE)) == 0); len 114 oshmem/mca/scoll/mpi/scoll_mpi_ops.c int len; len 174 oshmem/mca/scoll/mpi/scoll_mpi_ops.c len = nlong; len 187 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(&len, sizeof(len), stype, recvcounts, len 188 oshmem/mca/scoll/mpi/scoll_mpi_ops.c sizeof(len), rtype, mpi_module->comm, len 80 oshmem/mca/spml/ikrit/spml_ikrit.c if (0 == mkey->len) { len 200 oshmem/mca/spml/ikrit/spml_ikrit.c if (0 != mkey->len) { len 201 oshmem/mca/spml/ikrit/spml_ikrit.c memcpy(&peer->mkeys[seg].key, mkey->u.data, mkey->len); len 463 oshmem/mca/spml/ikrit/spml_ikrit.c mkeys[i].len = 0; len 473 oshmem/mca/spml/ikrit/spml_ikrit.c mkeys[i].len = 0; len 489 oshmem/mca/spml/ikrit/spml_ikrit.c mkeys[i].len = sizeof(*m_key); len 540 oshmem/mca/spml/ikrit/spml_ikrit.c if (0 < mkeys[i].len) { len 568 oshmem/mca/spml/ikrit/spml_ikrit.c mkeys[ptl].len = 0; len 86 oshmem/mca/spml/spml.h if (mkey->len == 0) { len 87 oshmem/mca/spml/spml.h snprintf(buf, sizeof(buf), "mkey: base=%p len=%d key=%" PRIu64, mkey->va_base, mkey->len, mkey->u.key); len 89 oshmem/mca/spml/spml.h snprintf(buf, sizeof(buf), "mkey: base=%p len=%d data=0x%p", mkey->va_base, mkey->len, mkey->u.data); len 200 oshmem/mca/spml/ucx/spml_ucx.c static void dump_address(int pe, char *addr, size_t len) len 206 oshmem/mca/spml/ucx/spml_ucx.c printf("me=%d dest_pe=%d addr=%p len=%d\n", my_rank, pe, addr, len); len 207 oshmem/mca/spml/ucx/spml_ucx.c for (i = 0; i < len; i++) { len 403 oshmem/mca/spml/ucx/spml_ucx.c size_t len; len 447 oshmem/mca/spml/ucx/spml_ucx.c &mkeys[0].u.data, &len); len 451 oshmem/mca/spml/ucx/spml_ucx.c if (len >= 0xffff) { len 453 oshmem/mca/spml/ucx/spml_ucx.c (unsigned long long)len, len 466 oshmem/mca/spml/ucx/spml_ucx.c mkeys[0].len = len; len 505 oshmem/mca/spml/ucx/spml_ucx.c if (0 < mkeys[0].len) { len 269 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c mkey->va_base, mkey->len, (unsigned long long)mkey->u.key) len 92 oshmem/mca/sshmem/sshmem_types.h uint16_t len; len 232 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c mkey->va_base, mkey->len, (unsigned long long)mkey->u.key) len 77 oshmem/runtime/oshmem_shmem_abort.c int len, i; len 79 oshmem/runtime/oshmem_shmem_abort.c if (OPAL_SUCCESS == opal_backtrace_buffer(&messages, &len)) { len 80 oshmem/runtime/oshmem_shmem_abort.c for (i = 0; i < len; ++i) { len 28 oshmem/shmem/c/shmem_put.c #define DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe) do { \ len 36 oshmem/shmem/c/shmem_put.c size = len * sizeof(type); \ len 47 oshmem/shmem/c/shmem_put.c void shmem_ctx##type_name##_put(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe)\ len 49 oshmem/shmem/c/shmem_put.c DO_SHMEM_TYPE_PUT(ctx, type, target, source, len, pe); \ len 54 oshmem/shmem/c/shmem_put.c void shmem##type_name##_put(type *target, const type *source, size_t len, int pe)\ len 57 oshmem/shmem/c/shmem_put.c source, len, pe); \ len 32 oshmem/shmem/c/shmem_put_nb.c #define DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe) do { \ len 40 oshmem/shmem/c/shmem_put_nb.c size = len * sizeof(type); \ len 51 oshmem/shmem/c/shmem_put_nb.c void shmem_ctx##type_name##_put_nbi(shmem_ctx_t ctx, type *target, const type *source, size_t len, int pe) \ len 53 oshmem/shmem/c/shmem_put_nb.c DO_SHMEM_TYPE_PUT_NB(ctx, type, target, source, len, pe); \ len 58 oshmem/shmem/c/shmem_put_nb.c void shmem##type_name##_put_nbi(type *target, const type *source, size_t len, int pe) \ len 61 oshmem/shmem/c/shmem_put_nb.c source, len, pe); \ len 54 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput4, PSHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 55 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput8, PSHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 56 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput32, PSHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 57 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput64, PSHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 58 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iput128, PSHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 59 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iput, PSHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 60 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iput, PSHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 61 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iput, PSHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 62 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iput, PSHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 63 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iput, PSHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 78 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get, PSHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 79 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get, PSHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 80 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get, PSHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 81 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get, PSHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 82 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4, PSHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 83 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8, PSHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 84 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32, PSHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 85 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64, PSHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 86 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128, PSHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 87 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem, PSHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 88 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get, PSHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 89 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get, PSHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 91 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget4, PSHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 92 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget8, PSHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 93 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget32, PSHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 94 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget64, PSHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 95 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_iget128, PSHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 96 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_iget, PSHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 97 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_iget, PSHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 98 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_iget, PSHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 99 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_iget, PSHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 100 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_iget, PSHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 102 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_getmem_nbi, PSHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 103 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_character_get_nbi, PSHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 104 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_complex_get_nbi, PSHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 105 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_double_get_nbi, PSHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 106 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_integer_get_nbi, PSHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 107 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_logical_get_nbi, PSHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 108 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_real_get_nbi, PSHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 109 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get4_nbi, PSHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 110 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get8_nbi, PSHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 111 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get32_nbi, PSHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 112 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get64_nbi, PSHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 113 oshmem/shmem/fortran/profile/prototypes_pshmem.h PN (void, pshmem_get128_nbi, PSHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 57 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput4, SHMEM_IPUT4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 58 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput8, SHMEM_IPUT8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 59 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput32, SHMEM_IPUT32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 60 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput64, SHMEM_IPUT64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 61 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iput128, SHMEM_IPUT128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 62 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iput, SHMEM_COMPLEX_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 63 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iput, SHMEM_DOUBLE_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 64 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iput, SHMEM_INTEGER_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 65 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iput, SHMEM_LOGICAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 66 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iput, SHMEM_REAL_IPUT, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 81 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get, SHMEM_CHARACTER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 82 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get, SHMEM_COMPLEX_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 83 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get, SHMEM_DOUBLE_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 84 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get, SHMEM_INTEGER_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 85 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4, SHMEM_GET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 86 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8, SHMEM_GET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 87 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32, SHMEM_GET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 88 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64, SHMEM_GET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 89 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128, SHMEM_GET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 90 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem, SHMEM_GETMEM, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 91 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get, SHMEM_LOGICAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 92 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get, SHMEM_REAL_GET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 94 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget4, SHMEM_IGET4, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 95 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget8, SHMEM_IGET8, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 96 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget32, SHMEM_IGET32, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 97 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget64, SHMEM_IGET64, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 98 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_iget128, SHMEM_IGET128, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 99 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_iget, SHMEM_COMPLEX_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 100 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_iget, SHMEM_DOUBLE_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 101 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_iget, SHMEM_INTEGER_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 102 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_iget, SHMEM_LOGICAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 103 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_iget, SHMEM_REAL_IGET, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe)); len 105 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_getmem_nbi, SHMEM_GETMEM_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 106 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_character_get_nbi, SHMEM_CHARACTER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 107 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_complex_get_nbi, SHMEM_COMPLEX_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 108 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_double_get_nbi, SHMEM_DOUBLE_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 109 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_integer_get_nbi, SHMEM_INTEGER_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 110 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_logical_get_nbi, SHMEM_LOGICAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 111 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_real_get_nbi, SHMEM_REAL_GET_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 112 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get4_nbi, SHMEM_GET4_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 113 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get8_nbi, SHMEM_GET8_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 114 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get32_nbi, SHMEM_GET32_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 115 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get64_nbi, SHMEM_GET64_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 116 oshmem/shmem/fortran/prototypes_shmem.h PN (void, shmem_get128_nbi, SHMEM_GET128_NBI, (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe)); len 32 oshmem/shmem/fortran/shmem_character_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_character_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_character_get_f.c void shmem_character_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_character_get_f.c OMPI_FINT_2_INT(*len) * character_type_size, len 32 oshmem/shmem/fortran/shmem_complex_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_complex_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_complex_get_f.c void shmem_complex_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_complex_get_f.c OMPI_FINT_2_INT(*len) * complex_type_size, len 32 oshmem/shmem/fortran/shmem_complex_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_complex_iget_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_complex_iget_f.c void shmem_complex_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_complex_iget_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_complex_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_complex_iput_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_complex_iput_f.c void shmem_complex_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_complex_iput_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_double_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_double_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_double_get_f.c void shmem_double_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_double_get_f.c OMPI_FINT_2_INT(*len) * double_type_size, len 32 oshmem/shmem/fortran/shmem_double_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_double_iget_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_double_iget_f.c void shmem_double_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_double_iget_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_double_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_double_iput_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_double_iput_f.c void shmem_double_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_double_iput_f.c int length = OMPI_FINT_2_INT(*len); len 31 oshmem/shmem/fortran/shmem_get128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_get128_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_get128_f.c void shmem_get128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_get128_f.c OMPI_FINT_2_INT(*len) * 16, len 31 oshmem/shmem/fortran/shmem_get32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_get32_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_get32_f.c void shmem_get32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_get32_f.c OMPI_FINT_2_INT(*len) * 4, len 31 oshmem/shmem/fortran/shmem_get4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_get4_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_get4_f.c void shmem_get4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_get4_f.c OMPI_FINT_2_INT(*len) * 4, len 31 oshmem/shmem/fortran/shmem_get64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_get64_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_get64_f.c void shmem_get64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_get64_f.c OMPI_FINT_2_INT(*len) * 8, len 31 oshmem/shmem/fortran/shmem_get8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_get8_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_get8_f.c void shmem_get8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_get8_f.c OMPI_FINT_2_INT(*len) * 8, len 46 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 47 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 49 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_getmem_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 52 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len), len 62 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 63 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe)) len 65 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_character_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 71 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * character_type_size, len 81 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 82 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 84 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_complex_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 90 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * complex_type_size, len 100 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 101 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 103 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_double_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 109 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * double_type_size, len 119 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 120 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 122 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_integer_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 128 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * integer_type_size, len 138 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 139 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 141 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_logical_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 147 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * logical_type_size, len 157 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 158 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 160 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_real_get_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 166 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * real_type_size, len 177 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 178 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 180 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get4_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 183 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * 4, len 193 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 194 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 196 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get8_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 199 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * 8, len 209 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 210 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 212 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get32_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 215 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * 4, len 225 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 226 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 228 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get64_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 231 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * 8, len 241 oshmem/shmem/fortran/shmem_get_nb_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 242 oshmem/shmem/fortran/shmem_get_nb_f.c (target,source,len,pe) ) len 244 oshmem/shmem/fortran/shmem_get_nb_f.c void shmem_get128_nbi_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 247 oshmem/shmem/fortran/shmem_get_nb_f.c OMPI_FINT_2_INT(*len) * 16, len 31 oshmem/shmem/fortran/shmem_getmem_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 32 oshmem/shmem/fortran/shmem_getmem_f.c (target,source,len,pe) ) len 34 oshmem/shmem/fortran/shmem_getmem_f.c void shmem_getmem_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 37 oshmem/shmem/fortran/shmem_getmem_f.c OMPI_FINT_2_INT(*len), len 32 oshmem/shmem/fortran/shmem_iget128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iget128_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iget128_f.c void shmem_iget128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iget128_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iget32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iget32_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iget32_f.c void shmem_iget32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iget32_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iget4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iget4_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iget4_f.c void shmem_iget4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iget4_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iget64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iget64_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iget64_f.c void shmem_iget64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iget64_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iget8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iget8_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iget8_f.c void shmem_iget8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iget8_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_integer_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_integer_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_integer_get_f.c void shmem_integer_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_integer_get_f.c OMPI_FINT_2_INT(*len) * integer_type_size, len 32 oshmem/shmem/fortran/shmem_integer_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_integer_iget_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_integer_iget_f.c void shmem_integer_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_integer_iget_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_integer_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_integer_iput_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_integer_iput_f.c void shmem_integer_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_integer_iput_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iput128_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iput128_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iput128_f.c void shmem_iput128_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iput128_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iput32_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iput32_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iput32_f.c void shmem_iput32_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iput32_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iput4_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iput4_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iput4_f.c void shmem_iput4_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iput4_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iput64_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iput64_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iput64_f.c void shmem_iput64_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iput64_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_iput8_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_iput8_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_iput8_f.c void shmem_iput8_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_iput8_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_logical_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_logical_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_logical_get_f.c void shmem_logical_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_logical_get_f.c OMPI_FINT_2_INT(*len) * logical_type_size, len 32 oshmem/shmem/fortran/shmem_logical_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_logical_iget_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_logical_iget_f.c void shmem_logical_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_logical_iget_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_logical_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_logical_iput_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_logical_iput_f.c void shmem_logical_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_logical_iput_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_real_get_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_real_get_f.c (target,source,len,pe) ) len 35 oshmem/shmem/fortran/shmem_real_get_f.c void shmem_real_get_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *len, MPI_Fint *pe) len 41 oshmem/shmem/fortran/shmem_real_get_f.c OMPI_FINT_2_INT(*len) * real_type_size, len 32 oshmem/shmem/fortran/shmem_real_iget_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_real_iget_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_real_iget_f.c void shmem_real_iget_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_real_iget_f.c int length = OMPI_FINT_2_INT(*len); len 32 oshmem/shmem/fortran/shmem_real_iput_f.c (FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe), len 33 oshmem/shmem/fortran/shmem_real_iput_f.c (target,source,tst,sst,len,pe) ) len 35 oshmem/shmem/fortran/shmem_real_iput_f.c void shmem_real_iput_f(FORTRAN_POINTER_T target, FORTRAN_POINTER_T source, MPI_Fint *tst, MPI_Fint *sst, MPI_Fint *len, MPI_Fint *pe) len 38 oshmem/shmem/fortran/shmem_real_iput_f.c int length = OMPI_FINT_2_INT(*len); len 152 test/datatype/unpack_ooo.c int len[2], rc; len 245 test/datatype/unpack_ooo.c len[0] = 1; len 246 test/datatype/unpack_ooo.c len[1] = 1; len 248 test/datatype/unpack_ooo.c rc = ompi_datatype_create_struct(2, len, disp, type, &newtype); len 37 test/event/event-test.c int len; len 49 test/event/event-test.c len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); len 52 test/event/event-test.c if(len && dwBytesRead == 0) { len 60 test/event/event-test.c len = read(fd, buf, sizeof(buf) - 1); len 62 test/event/event-test.c if (len == -1) { len 65 test/event/event-test.c } else if (len == 0) { len 70 test/event/event-test.c buf[len] = '\0'; len 40 test/support/support.c size_t len; len 43 test/support/support.c len = strlen(a); len 44 test/support/support.c opal_description = (char *) malloc(len + 1); len 48 test/util/opal_if.c int len = 99; len 50 test/util/opal_if.c ret = opal_ifaddrtoname(addr, addrname, len);