ext 46 ompi/mca/coll/base/coll_base_alltoall.c ptrdiff_t ext, gap = 0; ext 62 ompi/mca/coll/base/coll_base_alltoall.c ompi_datatype_type_extent (rdtype, &ext); ext 71 ompi/mca/coll/base/coll_base_alltoall.c max_size = ext * rcount; ext 49 ompi/mca/coll/base/coll_base_alltoallv.c ptrdiff_t ext, gap = 0; ext 61 ompi/mca/coll/base/coll_base_alltoallv.c ompi_datatype_type_extent (rdtype, &ext); ext 89 ompi/mca/coll/base/coll_base_alltoallv.c tmp_buffer, (char *) rbuf + rdisps[j] * ext); ext 95 ompi/mca/coll/base/coll_base_alltoallv.c (char *)rbuf + rdisps[j] * ext, rcounts[j], rdtype, ext 102 ompi/mca/coll/base/coll_base_alltoallv.c tmp_buffer, (char *) rbuf + rdisps[i] * ext); ext 108 ompi/mca/coll/base/coll_base_alltoallv.c (char *) rbuf + rdisps[i] * ext, rcounts[i], rdtype, ext 48 ompi/mca/coll/basic/coll_basic_alltoallw.c ptrdiff_t ext, gap = 0; ext 62 ompi/mca/coll/basic/coll_basic_alltoallw.c ext = opal_datatype_span(&rdtypes[i]->super, rcounts[i], &gap); ext 64 ompi/mca/coll/basic/coll_basic_alltoallw.c max_size = ext > max_size ? ext : max_size; ext 32 ompi/mca/coll/libnbc/nbc_iallreduce.c void *recvbuf, MPI_Op op, int size, int ext, NBC_Schedule *schedule, ext 35 ompi/mca/coll/libnbc/nbc_iallreduce.c MPI_Datatype datatype, ptrdiff_t gap, MPI_Op op, int ext, int size, ext 66 ompi/mca/coll/libnbc/nbc_iallreduce.c ptrdiff_t ext, lb; ext 83 ompi/mca/coll/libnbc/nbc_iallreduce.c res = ompi_datatype_get_extent(datatype, &lb, &ext); ext 160 ompi/mca/coll/libnbc/nbc_iallreduce.c res = allred_sched_ring(rank, p, count, datatype, sendbuf, recvbuf, op, size, ext, schedule, tmpbuf); ext 244 ompi/mca/coll/libnbc/nbc_iallreduce.c MPI_Aint ext; ext 253 ompi/mca/coll/libnbc/nbc_iallreduce.c res = ompi_datatype_type_extent(datatype, &ext); ext 278 ompi/mca/coll/libnbc/nbc_iallreduce.c ext, size, schedule, tmpbuf); ext 474 ompi/mca/coll/libnbc/nbc_iallreduce.c int size, int ext, NBC_Schedule *schedule, void *tmpbuf) { ext 612 ompi/mca/coll/libnbc/nbc_iallreduce.c int soffset = segoffsets[selement]*ext; ext 614 ompi/mca/coll/libnbc/nbc_iallreduce.c int roffset = segoffsets[relement]*ext; ext 650 ompi/mca/coll/libnbc/nbc_iallreduce.c int soffset = segoffsets[selement]*ext; ext 652 ompi/mca/coll/libnbc/nbc_iallreduce.c int roffset = segoffsets[relement]*ext; ext 674 ompi/mca/coll/libnbc/nbc_iallreduce.c ptrdiff_t gap, MPI_Op op, int ext, int size, NBC_Schedule *schedule, void *tmpbuf) { ext 34 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm); ext 538 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm) { ext 544 ompi/mca/coll/libnbc/nbc_ialltoall.c char *sbuf = (char *) buf + (intptr_t)speer * (intptr_t)count * ext; ext 545 ompi/mca/coll/libnbc/nbc_ialltoall.c char *rbuf = (char *) buf + (intptr_t)rpeer * (intptr_t)count * ext; ext 574 ompi/mca/coll/libnbc/nbc_ialltoall.c char *tbuf = (char *) buf + (intptr_t)peer * (intptr_t)count * ext; ext 37 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Aint ext, MPI_Datatype type, ptrdiff_t gap); ext 323 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Aint ext, MPI_Datatype type, ptrdiff_t gap) { ext 329 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *sbuf = (char *) buf + displs[speer] * ext; ext 330 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *rbuf = (char *) buf + displs[rpeer] * ext; ext 369 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *tbuf = (char *) buf + displs[peer] * ext; ext 306 ompi/mca/coll/libnbc/nbc_ibcast.c MPI_Aint ext; ext 312 ompi/mca/coll/libnbc/nbc_ibcast.c res = ompi_datatype_type_extent(datatype, &ext); ext 330 ompi/mca/coll/libnbc/nbc_ibcast.c buf = (char *) buffer + fragnum * fragcount * ext; ext 517 ompi/mca/coll/libnbc/nbc_internal.h ptrdiff_t ext, lb; ext 531 ompi/mca/coll/libnbc/nbc_internal.h res = ompi_datatype_get_extent (srctype, &lb, &ext); ext 537 ompi/mca/coll/libnbc/nbc_internal.h memcpy(tgt, src, srccount * ext); ext 32 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int ext, size_t size, NBC_Schedule *schedule, void *tmpbuf, int fragsize); ext 67 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Aint ext; ext 81 ompi/mca/coll/libnbc/nbc_ireduce.c res = ompi_datatype_type_extent(datatype, &ext); ext 178 ompi/mca/coll/libnbc/nbc_ireduce.c res = red_sched_chain(rank, p, root, sendbuf, recvbuf, count, datatype, op, ext, size, schedule, tmpbuf, segsize); ext 462 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int ext, size_t size, NBC_Schedule *schedule, void *tmpbuf, int fragsize) { ext 482 ompi/mca/coll/libnbc/nbc_ireduce.c offset = fragnum * fragcount * ext; ext 49 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Aint ext; ext 62 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = ompi_datatype_type_extent (datatype, &ext); ext 166 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c sbuf = lbuf + (offset*ext); ext 233 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Aint ext; ext 243 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = ompi_datatype_type_extent (datatype, &ext); ext 316 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c for (int peer = 1, offset = recvcounts[0] * ext; peer < lsize ; ++peer) { ext 325 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c offset += recvcounts[peer] * ext; ext 47 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Aint ext; ext 59 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = ompi_datatype_type_extent(datatype, &ext); ext 60 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c if (MPI_SUCCESS != res || 0 == ext) { ext 61 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c NBC_Error ("MPI Error in ompi_datatype_type_extent() (%i:%i)", res, (int) ext); ext 171 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c sbuf = lbuf + (offset*ext); ext 232 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Aint ext; ext 242 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = ompi_datatype_type_extent (dtype, &ext); ext 313 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = NBC_Sched_local_send (lbuf + ext * rcount * peer, true, rcount, dtype, peer, schedule, false); ext 151 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c tmp_view_state_p->ext; ext 399 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c view_state_p->ext; ext 409 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c tmp_state_p->abs_off += skip_type_ct * view_state_p->ext; ext 1401 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c skip_type_ct * my_mem_view_state_p->ext; ext 1917 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c skip_type_ct * my_mem_view_state_p->ext; ext 32 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c ADIO_Offset ext; ext 202 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c send_count_arr[i].ext = disp_off_sz_ext_typesz[4]; ext 228 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c my_mem_view_state_arr[tmp_agg_idx].ext = ext 251 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c agg_file_view_state_arr[tmp_agg_idx].ext = ext 272 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c send_count_arr[tmp_agg_idx].ext = disp_off_sz_ext_typesz[4]; ext 477 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c client_file_view_state_arr[i].ext); ext 627 ompi/mca/io/romio321/romio/adio/include/adioi.h ADIO_Offset ext; /* preserved extent from MPI_Type_extent */ ext 57 ompi/mpi/c/allgather.c ptrdiff_t ext; ext 60 ompi/mpi/c/allgather.c ompi_datatype_type_extent(recvtype, &ext); ext 67 ompi/mpi/c/allgather.c (char *)(recvbuf)+rank*ext, ext 57 ompi/mpi/c/allgatherv.c ptrdiff_t ext; ext 61 ompi/mpi/c/allgatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpi/c/allgatherv.c (char *)(recvbuf)+displs[i]*ext, ext 75 ompi/mpi/c/allgatherv.c (char *)(recvbuf)+displs[rank]*ext, ext 57 ompi/mpi/c/gather.c ptrdiff_t ext; ext 60 ompi/mpi/c/gather.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpi/c/gather.c (char *)(recvbuf)+rank*ext, ext 54 ompi/mpi/c/gatherv.c ptrdiff_t ext; ext 57 ompi/mpi/c/gatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 66 ompi/mpi/c/gatherv.c (char *)(recvbuf)+displs[i]*ext, ext 78 ompi/mpi/c/gatherv.c (char *)(recvbuf)+displs[i]*ext, ext 92 ompi/mpi/c/gatherv.c (char *)(recvbuf)+displs[i]*ext, ext 57 ompi/mpi/c/iallgather.c ptrdiff_t ext; ext 60 ompi/mpi/c/iallgather.c ompi_datatype_type_extent(recvtype, &ext); ext 67 ompi/mpi/c/iallgather.c (char *)(recvbuf)+rank*ext, ext 57 ompi/mpi/c/iallgatherv.c ptrdiff_t ext; ext 61 ompi/mpi/c/iallgatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpi/c/iallgatherv.c (char *)(recvbuf)+displs[i]*ext, ext 75 ompi/mpi/c/iallgatherv.c (char *)(recvbuf)+displs[rank]*ext, ext 57 ompi/mpi/c/igather.c ptrdiff_t ext; ext 60 ompi/mpi/c/igather.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpi/c/igather.c (char *)(recvbuf)+rank*ext, ext 54 ompi/mpi/c/igatherv.c ptrdiff_t ext; ext 57 ompi/mpi/c/igatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 66 ompi/mpi/c/igatherv.c (char *)(recvbuf)+displs[i]*ext, ext 78 ompi/mpi/c/igatherv.c (char *)(recvbuf)+displs[i]*ext, ext 92 ompi/mpi/c/igatherv.c (char *)(recvbuf)+displs[i]*ext, ext 60 ompi/mpi/c/ineighbor_allgather.c ptrdiff_t ext; ext 63 ompi/mpi/c/ineighbor_allgather.c ompi_datatype_type_extent(recvtype, &ext); ext 60 ompi/mpi/c/ineighbor_allgatherv.c ptrdiff_t ext; ext 64 ompi/mpi/c/ineighbor_allgatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 71 ompi/mpi/c/ineighbor_allgatherv.c (char *)(recvbuf)+displs[i]*ext, ext 54 ompi/mpi/c/iscatterv.c ptrdiff_t ext; ext 57 ompi/mpi/c/iscatterv.c ompi_datatype_type_extent(recvtype, &ext); ext 66 ompi/mpi/c/iscatterv.c (char *)(sendbuf)+displs[i]*ext, ext 85 ompi/mpi/c/iscatterv.c (char *)(sendbuf)+displs[i]*ext, ext 60 ompi/mpi/c/neighbor_allgather.c ptrdiff_t ext; ext 63 ompi/mpi/c/neighbor_allgather.c ompi_datatype_type_extent(recvtype, &ext); ext 61 ompi/mpi/c/neighbor_allgatherv.c ptrdiff_t ext; ext 65 ompi/mpi/c/neighbor_allgatherv.c ompi_datatype_type_extent(recvtype, &ext); ext 72 ompi/mpi/c/neighbor_allgatherv.c (char *)(recvbuf)+displs[i]*ext, ext 54 ompi/mpi/c/scatterv.c ptrdiff_t ext; ext 57 ompi/mpi/c/scatterv.c ompi_datatype_type_extent(recvtype, &ext); ext 66 ompi/mpi/c/scatterv.c (char *)(sendbuf)+displs[i]*ext, ext 85 ompi/mpi/c/scatterv.c (char *)(sendbuf)+displs[i]*ext, ext 58 ompi/mpiext/pcollreq/c/allgather_init.c ptrdiff_t ext; ext 61 ompi/mpiext/pcollreq/c/allgather_init.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpiext/pcollreq/c/allgather_init.c (char *)(recvbuf)+rank*ext, ext 59 ompi/mpiext/pcollreq/c/allgatherv_init.c ptrdiff_t ext; ext 63 ompi/mpiext/pcollreq/c/allgatherv_init.c ompi_datatype_type_extent(recvtype, &ext); ext 70 ompi/mpiext/pcollreq/c/allgatherv_init.c (char *)(recvbuf)+displs[i]*ext, ext 77 ompi/mpiext/pcollreq/c/allgatherv_init.c (char *)(recvbuf)+displs[rank]*ext, ext 58 ompi/mpiext/pcollreq/c/gather_init.c ptrdiff_t ext; ext 61 ompi/mpiext/pcollreq/c/gather_init.c ompi_datatype_type_extent(recvtype, &ext); ext 69 ompi/mpiext/pcollreq/c/gather_init.c (char *)(recvbuf)+rank*ext, ext 56 ompi/mpiext/pcollreq/c/gatherv_init.c ptrdiff_t ext; ext 59 ompi/mpiext/pcollreq/c/gatherv_init.c ompi_datatype_type_extent(recvtype, &ext); ext 68 ompi/mpiext/pcollreq/c/gatherv_init.c (char *)(recvbuf)+displs[i]*ext, ext 80 ompi/mpiext/pcollreq/c/gatherv_init.c (char *)(recvbuf)+displs[i]*ext, ext 94 ompi/mpiext/pcollreq/c/gatherv_init.c (char *)(recvbuf)+displs[i]*ext, ext 61 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c ptrdiff_t ext; ext 64 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c ompi_datatype_type_extent(recvtype, &ext); ext 62 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c ptrdiff_t ext; ext 66 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c ompi_datatype_type_extent(recvtype, &ext); ext 73 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c (char *)(recvbuf)+displs[i]*ext, ext 55 ompi/mpiext/pcollreq/c/scatterv_init.c ptrdiff_t ext; ext 58 ompi/mpiext/pcollreq/c/scatterv_init.c ompi_datatype_type_extent(recvtype, &ext); ext 67 ompi/mpiext/pcollreq/c/scatterv_init.c (char *)(sendbuf)+displs[i]*ext, ext 86 ompi/mpiext/pcollreq/c/scatterv_init.c (char *)(sendbuf)+displs[i]*ext, ext 181 opal/mca/base/mca_base_component_repository.c static int file_exists(const char *filename, const char *ext) ext 186 opal/mca/base/mca_base_component_repository.c if (NULL == ext) { ext 190 opal/mca/base/mca_base_component_repository.c ret = opal_asprintf(&final, "%s.%s", filename, ext); ext 72 opal/mca/dl/dlopen/dl_dlopen_module.c char *ext; ext 74 opal/mca/dl/dlopen/dl_dlopen_module.c for (i = 0, ext = mca_dl_dlopen_component.filename_suffixes[i]; ext 75 opal/mca/dl/dlopen/dl_dlopen_module.c NULL != ext; ext 76 opal/mca/dl/dlopen/dl_dlopen_module.c ext = mca_dl_dlopen_component.filename_suffixes[++i]) { ext 79 opal/mca/dl/dlopen/dl_dlopen_module.c opal_asprintf(&name, "%s%s", fname, ext); ext 596 opal/mca/event/libevent2022/libevent/bufferevent_async.c const struct win32_extension_fns *ext = ext 601 opal/mca/event/libevent2022/libevent/bufferevent_async.c ext && ext->ConnectEx) ext 614 opal/mca/event/libevent2022/libevent/bufferevent_async.c const struct win32_extension_fns *ext = ext 617 opal/mca/event/libevent2022/libevent/bufferevent_async.c EVUTIL_ASSERT(ext && ext->ConnectEx && fd >= 0 && sa != NULL); ext 642 opal/mca/event/libevent2022/libevent/bufferevent_async.c rc = ext->ConnectEx(fd, sa, socklen, NULL, 0, NULL, ext 147 opal/mca/event/libevent2022/libevent/event_iocp.c init_extension_functions(struct win32_extension_fns *ext) ext 155 opal/mca/event/libevent2022/libevent/event_iocp.c ext->AcceptEx = get_extension_function(s, &acceptex); ext 156 opal/mca/event/libevent2022/libevent/event_iocp.c ext->ConnectEx = get_extension_function(s, &connectex); ext 157 opal/mca/event/libevent2022/libevent/event_iocp.c ext->GetAcceptExSockaddrs = get_extension_function(s, ext 162 opal/mca/event/libevent2022/libevent/listener.c const struct win32_extension_fns *ext = ext 164 opal/mca/event/libevent2022/libevent/listener.c if (ext->AcceptEx && ext->GetAcceptExSockaddrs) ext 533 opal/mca/event/libevent2022/libevent/listener.c const struct win32_extension_fns *ext = event_get_win32_extension_fns(); ext 561 opal/mca/event/libevent2022/libevent/listener.c if (ext->AcceptEx(as->lev->fd, s, as->addrbuf, 0, ext 599 opal/mca/event/libevent2022/libevent/listener.c const struct win32_extension_fns *ext = event_get_win32_extension_fns(); ext 607 opal/mca/event/libevent2022/libevent/listener.c EVUTIL_ASSERT(ext->GetAcceptExSockaddrs); ext 624 opal/mca/event/libevent2022/libevent/listener.c ext->GetAcceptExSockaddrs( ext 498 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c struct win32_extension_fns *ext = ext 501 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c ext->ConnectEx = NULL; ext 180 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c static int file_exists(const char *filename, const char *ext) ext 185 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c if (NULL == ext) { ext 189 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c ret = asprintf(&final, "%s.%s", filename, ext); ext 74 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c char *ext; ext 76 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c for (i = 0, ext = mca_pdl_pdlopen_component.filename_suffixes[i]; ext 77 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c NULL != ext; ext 78 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c ext = mca_pdl_pdlopen_component.filename_suffixes[++i]) { ext 81 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c rc = asprintf(&name, "%s%s", fname, ext);