type1 404 ompi/datatype/ompi_datatype_module.c #define DECLARE_MPI2_COMPOSED_STRUCT_DDT( PDATA, MPIDDT, MPIDDTNAME, type1, type2, MPIType1, MPIType2, FLAGS) \ type1 406 ompi/datatype/ompi_datatype_module.c struct { type1 v1; type2 v2; } s[2]; \ type1 82 ompi/mca/op/base/op_base_functions.c #define LOC_STRUCT(type_name, type1, type2) \ type1 84 ompi/mca/op/base/op_base_functions.c type1 v; \ type1 1069 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2) type1 1071 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c unsigned order1 = obj_type_order[type1]; type1 1075 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (!hwloc__obj_type_is_normal(type1) type1 1079 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c && hwloc__obj_type_is_normal(type1) && type1 != HWLOC_OBJ_MACHINE) type1 1096 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_obj_type_t type1 = obj1->type; type1 1100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c compare = hwloc_compare_types(type1, type2); type1 2229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_obj_type_t type1 = obj1->type; type1 2233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (topology->type_filter[type1] == HWLOC_TYPE_FILTER_KEEP_STRUCTURE) type1 2245 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (obj_type_priority[type1] >= obj_type_priority[type2]) type1 2254 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c i-1, hwloc_obj_type_string(type1), i, hwloc_obj_type_string(type2)); type1 2350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_obj_type_string(type1), i-1); type1 333 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2) __hwloc_attribute_const; type1 727 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_obj_type_t type1, unsigned idx1, type1 731 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h hwloc_obj_type_t type1, unsigned idx1, type1 735 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h obj = hwloc_get_obj_by_type (topology, type1, idx1); type1 63 test/datatype/ddt_lib.c ompi_datatype_t* type1; type1 65 test/datatype/ddt_lib.c ompi_datatype_create_vector( length, 1, 2, type, &type1 ); type1 67 test/datatype/ddt_lib.c ompi_datatype_commit( &type1 ); type1 68 test/datatype/ddt_lib.c return type1;