struct_type       350 test/datatype/ddt_lib.c     ompi_datatype_t *struct_type, *temp_type;
struct_type       362 test/datatype/ddt_lib.c     ompi_datatype_create_resized(temp_type, 0, sizeof(data[0]), &struct_type);
struct_type       363 test/datatype/ddt_lib.c     ompi_datatype_commit(&struct_type);
struct_type       366 test/datatype/ddt_lib.c         ompi_datatype_dump( struct_type );
struct_type       369 test/datatype/ddt_lib.c     return struct_type;
struct_type        56 test/datatype/ddt_pack.c     ompi_datatype_t *newType, *types[4], *struct_type, *vec_type, *dup_type;
struct_type       107 test/datatype/ddt_pack.c     ret = ompi_datatype_create_struct( 4, blen, disp, types, &struct_type );
struct_type       113 test/datatype/ddt_pack.c         ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp,
struct_type       118 test/datatype/ddt_pack.c     ret = ompi_datatype_commit(&struct_type);
struct_type       121 test/datatype/ddt_pack.c     ret = get_extents(struct_type, &old_lb, &old_extent, &old_true_lb, &old_true_extent);
struct_type       124 test/datatype/ddt_pack.c     packed_ddt_len = ompi_datatype_pack_description_length(struct_type);
struct_type       126 test/datatype/ddt_pack.c     ret = ompi_datatype_get_pack_description(struct_type, &packed_ddt);
struct_type       149 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&struct_type);
struct_type       349 test/datatype/ddt_pack.c     ret = ompi_datatype_create_struct( 2, blen, disp, types, &struct_type );
struct_type       355 test/datatype/ddt_pack.c         ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp,
struct_type       360 test/datatype/ddt_pack.c     ret = ompi_datatype_commit(&struct_type);
struct_type       366 test/datatype/ddt_pack.c     ret = get_extents(struct_type, &old_lb, &old_extent, &old_true_lb, &old_true_extent);
struct_type       369 test/datatype/ddt_pack.c     packed_ddt_len = ompi_datatype_pack_description_length(struct_type);
struct_type       371 test/datatype/ddt_pack.c     ret = ompi_datatype_get_pack_description(struct_type, &packed_ddt);
struct_type       394 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&struct_type);
struct_type       264 test/datatype/opal_ddt_lib.c     opal_datatype_t *struct_type;
struct_type       266 test/datatype/opal_ddt_lib.c     opal_datatype_create_contiguous(0, &opal_datatype_empty, &struct_type);
struct_type       267 test/datatype/opal_ddt_lib.c     opal_datatype_add( struct_type, &opal_datatype_float8, 1,  8, -1 );
struct_type       268 test/datatype/opal_ddt_lib.c     opal_datatype_add( struct_type, &opal_datatype_float8, 1, 16, -1 );
struct_type       270 test/datatype/opal_ddt_lib.c     opal_datatype_resize(struct_type, 0, sizeof(struct structure));
struct_type       271 test/datatype/opal_ddt_lib.c     opal_datatype_commit(struct_type);
struct_type       273 test/datatype/opal_ddt_lib.c     return struct_type;
struct_type        39 test/datatype/to_self.c     MPI_Datatype struct_type, temp_type;
struct_type        51 test/datatype/to_self.c     MPI_Type_create_resized(temp_type, 0, sizeof(data[0]), &struct_type);
struct_type        52 test/datatype/to_self.c     MPI_Type_commit(&struct_type);
struct_type        54 test/datatype/to_self.c     MPI_DDT_DUMP( struct_type );
struct_type        56 test/datatype/to_self.c     return struct_type;