rtype              76 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype              81 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, TRY_FIND_DERIVED);
rtype              83 ompi/mca/coll/hcoll/coll_hcoll_ops.c         stype = rtype;
rtype              85 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype              98 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_allgather((void *)sbuf,scount,stype,rbuf,rcount,rtype,hcoll_module->hcoll_context);
rtype             118 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             123 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             124 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             139 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_allgatherv((void *)sbuf,scount,stype,rbuf,rcount,displs,rtype,hcoll_module->hcoll_context);
rtype             160 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             165 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             166 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             179 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_gather((void *)sbuf,scount,stype,rbuf,rcount,rtype,root,hcoll_module->hcoll_context);
rtype             297 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             302 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             303 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             316 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_alltoall((void *)sbuf,scount,stype,rbuf,rcount,rtype,hcoll_module->hcoll_context);
rtype             335 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             340 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             341 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             351 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                             rbuf, (int *)rcounts, (int *)rdisps, rtype,
rtype             371 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             376 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             377 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             389 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_gatherv((void *)sbuf, scount, stype, rbuf, (int *)rcounts, (int *)displs, rtype, root, hcoll_module->hcoll_context);
rtype             409 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             414 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             415 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             427 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_scatterv((void *)sbuf, (int *)scounts, (int *)displs, stype, rbuf, rcount, rtype, root, hcoll_module->hcoll_context);
rtype             494 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             501 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, TRY_FIND_DERIVED);
rtype             502 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             516 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallgather((void *)sbuf, scount, stype, rbuf, rcount, rtype, hcoll_module->hcoll_context, rt_handle);
rtype             538 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             543 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             545 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             561 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallgatherv((void *)sbuf,scount,stype,rbuf,rcount,displs,rtype,
rtype             692 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             699 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             700 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             713 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_igatherv((void *)sbuf, scount, stype, rbuf, (int *)rcounts, (int *)displs, rtype, root, hcoll_module->hcoll_context, rt_handle);
rtype             736 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dte_data_representation_t rtype;
rtype             741 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rtype = ompi_dtype_2_hcoll_dtype(rdtype, NO_DERIVED);
rtype             742 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_IS_ZERO(stype) || HCOL_DTE_IS_ZERO(rtype))) {
rtype             752 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                            rbuf, (int *)rcounts, (int *)rdisps, rtype,
rtype             276 ompi/mca/coll/libnbc/coll_libnbc.h                                          int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             279 ompi/mca/coll/libnbc/coll_libnbc.h                                           const int *rcounts, const int *displs, MPI_Datatype rtype,
rtype             283 ompi/mca/coll/libnbc/coll_libnbc.h                                         int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             286 ompi/mca/coll/libnbc/coll_libnbc.h                                          void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
rtype             402 ompi/mca/coll/libnbc/coll_libnbc.h                                              int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             405 ompi/mca/coll/libnbc/coll_libnbc.h                                               const int *rcounts, const int *displs, MPI_Datatype rtype,
rtype             409 ompi/mca/coll/libnbc/coll_libnbc.h                                             int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info,
rtype             412 ompi/mca/coll/libnbc/coll_libnbc.h                                              void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
rtype              34 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       (a->rtype == b->rtype) ) {
rtype              48 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                        int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype              56 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   res = ompi_datatype_type_extent (rtype, &rcvext);
rtype              71 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c   search.rtype = rtype;
rtype              89 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c         res = NBC_Sched_recv ((char *) rbuf + i * rcount * rcvext, true, rcount, rtype, srcs[i], schedule, false);
rtype             135 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c       args->rtype = rtype;
rtype             167 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                          int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             169 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype,
rtype             186 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c                                              int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             188 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype,
rtype              34 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       (a->rtype == b->rtype) ) {
rtype              48 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c                                         const int *rcounts, const int *displs, MPI_Datatype rtype,
rtype              56 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   res = ompi_datatype_type_extent(rtype, &rcvext);
rtype              71 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c   search.rtype = rtype;
rtype              90 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c         res = NBC_Sched_recv ((char *) rbuf + displs[i] * rcvext, false, rcounts[i], rtype, srcs[i], schedule, false);
rtype             135 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c       args->rtype = rtype;
rtype             168 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c 					  const int *rcounts, const int *displs, MPI_Datatype rtype,
rtype             171 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype,
rtype             187 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c                                               const int *rcounts, const int *displs, MPI_Datatype rtype,
rtype             190 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype,
rtype              34 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       (a->rtype == b->rtype) ) {
rtype              45 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                       int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype              59 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   res = ompi_datatype_type_extent(rtype, &rcvext);
rtype              74 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c   search.rtype = rtype;
rtype              92 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c         res = NBC_Sched_recv ((char *) rbuf + i * rcount * rcvext, true, rcount, rtype, srcs[i], schedule, false);
rtype             138 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c       args->rtype = rtype;
rtype             171 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                         int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm,
rtype             173 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype,
rtype             189 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c                                             int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info,
rtype             191 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype,
rtype              34 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       (a->rtype == b->rtype) ) {
rtype              48 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                        void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
rtype              62 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   res = ompi_datatype_type_extent (rtype, &rcvext);
rtype              77 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c   search.rtype = rtype;
rtype              96 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         res = NBC_Sched_recv ((char *) rbuf + rdispls[i] * rcvext, false, rcounts[i], rtype, srcs[i], schedule, false);
rtype             142 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c       args->rtype = rtype;
rtype             175 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                          void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
rtype             178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
rtype             194 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c                                              void *rbuf, const int *rcounts, const int *rdispls, MPI_Datatype rtype,
rtype             197 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
rtype              34 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       (a->rtype == b->rtype)) {
rtype              63 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c   search.rtype = rtype;
rtype             128 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c       args->rtype = rtype;
rtype             177 opal/mca/hwloc/base/base.h                                                               opal_hwloc_resource_type_t rtype);
rtype             184 opal/mca/hwloc/base/base.h                                                           opal_hwloc_resource_type_t rtype);
rtype             187 opal/mca/hwloc/base/base.h                                                        opal_hwloc_resource_type_t rtype);
rtype             211 opal/mca/hwloc/base/base.h                                                   opal_hwloc_resource_type_t rtype,
rtype             286 opal/mca/hwloc/base/base.h                                                  opal_hwloc_resource_type_t rtype);
rtype             438 opal/mca/hwloc/base/hwloc_base_frame.c     ptr->rtype = 0;
rtype              74 opal/mca/hwloc/base/hwloc_base_util.c                                    opal_hwloc_resource_type_t rtype)
rtype              96 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_PHYSICAL == rtype) {
rtype             654 opal/mca/hwloc/base/hwloc_base_util.c                                          opal_hwloc_resource_type_t rtype)
rtype             686 opal/mca/hwloc/base/hwloc_base_util.c     nobjs = opal_hwloc_base_get_nbobjs_by_type(topo, obj->type, cache_level, rtype);
rtype             694 opal/mca/hwloc/base/hwloc_base_util.c         ptr = opal_hwloc_base_get_obj_by_type(topo, obj->type, cache_level, i, rtype);
rtype             718 opal/mca/hwloc/base/hwloc_base_util.c                              opal_hwloc_resource_type_t rtype,
rtype             738 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_LOGICAL == rtype) {
rtype             743 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_PHYSICAL == rtype) {
rtype             767 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_AVAILABLE == rtype) {
rtype             804 opal/mca/hwloc/base/hwloc_base_util.c                                                 opal_hwloc_resource_type_t rtype)
rtype             823 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_LOGICAL == rtype
rtype             849 opal/mca/hwloc/base/hwloc_base_util.c                 rtype == sum->rtype) {
rtype             860 opal/mca/hwloc/base/hwloc_base_util.c     df_search(topo, obj, target, cache_level, 0, rtype, &num_objs);
rtype             867 opal/mca/hwloc/base/hwloc_base_util.c     sum->rtype = rtype;
rtype             884 opal/mca/hwloc/base/hwloc_base_util.c                                             opal_hwloc_resource_type_t rtype)
rtype             897 opal/mca/hwloc/base/hwloc_base_util.c     if (OPAL_HWLOC_LOGICAL == rtype
rtype             907 opal/mca/hwloc/base/hwloc_base_util.c     return df_search(topo, obj, target, cache_level, instance, rtype, NULL);
rtype             955 opal/mca/hwloc/base/hwloc_base_util.c                              opal_hwloc_resource_type_t rtype,
rtype             979 opal/mca/hwloc/base/hwloc_base_util.c         obj = opal_hwloc_base_get_obj_by_type(topo, HWLOC_OBJ_SOCKET, 0, socket_id, rtype);
rtype             989 opal/mca/hwloc/base/hwloc_base_util.c             obj = opal_hwloc_base_get_obj_by_type(topo, HWLOC_OBJ_SOCKET, 0, socket_id, rtype);
rtype            1005 opal/mca/hwloc/base/hwloc_base_util.c                                   opal_hwloc_resource_type_t rtype,
rtype            1022 opal/mca/hwloc/base/hwloc_base_util.c                                                           socket_id, rtype))) {
rtype            1107 opal/mca/hwloc/base/hwloc_base_util.c                                     opal_hwloc_resource_type_t rtype,
rtype            1154 opal/mca/hwloc/base/hwloc_base_util.c                     if (OPAL_SUCCESS != (rc = socket_to_cpu_set(rngs[j], topo, rtype, cpumask))) {
rtype            1167 opal/mca/hwloc/base/hwloc_base_util.c                         if (OPAL_SUCCESS != (rc = socket_core_to_cpu_set(rngs[j], topo, rtype, cpumask))) {
rtype            1177 opal/mca/hwloc/base/hwloc_base_util.c                         if (OPAL_SUCCESS != (rc = socket_core_to_cpu_set(rngs[j], topo, rtype, cpumask))) {
rtype            1199 opal/mca/hwloc/base/hwloc_base_util.c                         if (NULL == (pu = opal_hwloc_base_get_pu(topo, core_id, rtype))) {
rtype            1217 opal/mca/hwloc/base/hwloc_base_util.c                         if (NULL == (pu = opal_hwloc_base_get_pu(topo, core_id, rtype))) {
rtype             154 opal/mca/hwloc/hwloc-internal.h     opal_hwloc_resource_type_t rtype;
rtype              92 orte/mca/rmaps/rank_file/rmaps_rank_file.c     opal_hwloc_resource_type_t rtype;
rtype             134 orte/mca/rmaps/rank_file/rmaps_rank_file.c         rtype = OPAL_HWLOC_PHYSICAL;
rtype             138 orte/mca/rmaps/rank_file/rmaps_rank_file.c         rtype = OPAL_HWLOC_LOGICAL;
rtype             332 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 if (ORTE_SUCCESS != (rc = opal_hwloc_base_cpu_list_parse(slots, node->topology->topo, rtype, bitmap))) {
rtype             110 orte/mca/rmaps/seq/rmaps_seq.c     opal_hwloc_resource_type_t rtype;
rtype             220 orte/mca/rmaps/seq/rmaps_seq.c         rtype = OPAL_HWLOC_PHYSICAL;
rtype             224 orte/mca/rmaps/seq/rmaps_seq.c         rtype = OPAL_HWLOC_LOGICAL;
rtype             463 orte/mca/rmaps/seq/rmaps_seq.c                     if (ORTE_SUCCESS != (rc = opal_hwloc_base_cpu_list_parse(sq->cpuset, node->topology->topo, rtype, bitmap))) {
rtype             111 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     ompi_datatype_t* rtype = &ompi_mpi_char.dt;
rtype             147 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         rc = mpi_module->comm->c_coll->coll_allgather(sbuf, (int)nlong, stype, rbuf, (int)nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module);
rtype             149 oshmem/mca/scoll/mpi/scoll_mpi_ops.c         rc = mpi_module->comm->c_coll->coll_allgather(sbuf, nlong, stype, rbuf, nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module);
rtype             188 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                                                       sizeof(len), rtype, mpi_module->comm,
rtype             200 oshmem/mca/scoll/mpi/scoll_mpi_ops.c                                                        disps, rtype, mpi_module->comm,
rtype              99 test/datatype/large_data.c     MPI_Datatype ddt, stype, rtype;
rtype             125 test/datatype/large_data.c     ompi_datatype_create_indexed(2, rcounts, rdispls, ddt, &rtype);
rtype             126 test/datatype/large_data.c     ompi_datatype_commit(&rtype);
rtype             128 test/datatype/large_data.c     packed = count_length_via_convertor_raw("2. INDEX", rtype, 1);
rtype             129 test/datatype/large_data.c     opal_datatype_type_size(&rtype->super, &length);
rtype             135 test/datatype/large_data.c     ompi_datatype_destroy(&rtype);