mpi_type          106 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_mpi_type_envelope(void *mpi_type, int *num_integers,
mpi_type          109 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_mpi_type_contents(void *mpi_type, int max_integers, int max_addresses,
mpi_type          112 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_hcoll_type(void *mpi_type, dte_data_representation_t *hcoll_type);
mpi_type          113 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int set_hcoll_type(void *mpi_type, dte_data_representation_t hcoll_type);
mpi_type          436 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_mpi_type_envelope(void *mpi_type, int *num_integers,
mpi_type          440 ompi/mca/coll/hcoll/coll_hcoll_rte.c     rc = ompi_datatype_get_args( (ompi_datatype_t*)mpi_type, 0, num_integers, NULL,
mpi_type          447 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_mpi_type_contents(void *mpi_type, int max_integers, int max_addresses,
mpi_type          451 ompi/mca/coll/hcoll/coll_hcoll_rte.c     rc = ompi_datatype_get_args( (ompi_datatype_t*)mpi_type, 1, &max_integers, array_of_integers,
mpi_type          457 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_hcoll_type(void *mpi_type, dte_data_representation_t *hcoll_type) {
mpi_type          458 ompi/mca/coll/hcoll/coll_hcoll_rte.c     *hcoll_type = ompi_dtype_2_hcoll_dtype((ompi_datatype_t*)mpi_type, TRY_FIND_DERIVED);
mpi_type          462 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int set_hcoll_type(void *mpi_type, dte_data_representation_t hcoll_type) {
mpi_type          466 ompi/mca/coll/hcoll/coll_hcoll_rte.c     ompi_datatype_t *dtype = (ompi_datatype_t*)mpi_type;