hcoll_type        112 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_hcoll_type(void *mpi_type, dte_data_representation_t *hcoll_type);
hcoll_type        113 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int set_hcoll_type(void *mpi_type, dte_data_representation_t hcoll_type);
hcoll_type        457 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int get_hcoll_type(void *mpi_type, dte_data_representation_t *hcoll_type) {
hcoll_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);
hcoll_type        459 ompi/mca/coll/hcoll/coll_hcoll_rte.c     return HCOL_DTE_IS_ZERO((*hcoll_type)) ? HCOLL_ERR_NOT_FOUND : HCOLL_SUCCESS;
hcoll_type        462 ompi/mca/coll/hcoll/coll_hcoll_rte.c static int set_hcoll_type(void *mpi_type, dte_data_representation_t hcoll_type) {
hcoll_type        467 ompi/mca/coll/hcoll/coll_hcoll_rte.c     hcoll_dtype->type = hcoll_type;