datatype           51 examples/spc_example.c     MPI_Datatype datatype;
datatype           76 examples/spc_example.c                              &var_class, &datatype, &enumtype, description, &desc_len, &bind,
datatype          964 ompi/attribute/attribute.c             COPY_ATTR_CALLBACKS(datatype, old_object, hash_value,
datatype         1070 ompi/attribute/attribute.c             DELETE_ATTR_CALLBACKS(datatype, attr, keyval, object, ret);
datatype         1229 ompi/attribute/attribute.c             DELETE_ATTR_CALLBACKS(datatype, old_attr, keyval, object, ret);
datatype           32 ompi/contrib/libompitrace/allreduce.c                   MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           39 ompi/contrib/libompitrace/allreduce.c     PMPI_Type_get_name(datatype, typename, &len);
datatype           46 ompi/contrib/libompitrace/allreduce.c     return PMPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm);
datatype           29 ompi/contrib/libompitrace/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
datatype           37 ompi/contrib/libompitrace/bcast.c     PMPI_Type_get_name(datatype, typename, &len);
datatype           44 ompi/contrib/libompitrace/bcast.c     return PMPI_Bcast(buffer, count, datatype, root, comm);
datatype           33 ompi/contrib/libompitrace/reduce.c                MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm)
datatype           40 ompi/contrib/libompitrace/reduce.c     PMPI_Type_get_name(datatype, typename, &len);
datatype           47 ompi/contrib/libompitrace/reduce.c     return PMPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm);
datatype          329 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC size_t ompi_datatype_pack_description_length( ompi_datatype_t* datatype );
datatype          339 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_get_pack_description( ompi_datatype_t* datatype,
datatype          366 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount,
datatype          381 ompi/datatype/ompi_datatype.h                                                ompi_datatype_t *datatype, void *outbuf,
datatype          386 ompi/datatype/ompi_datatype.h                                                  ompi_datatype_t *datatype);
datatype          389 ompi/datatype/ompi_datatype.h                                                     ompi_datatype_t *datatype, MPI_Aint *size);
datatype           41 ompi/datatype/ompi_datatype_args.c __ompi_datatype_pack_description( ompi_datatype_t* datatype,
datatype          419 ompi/datatype/ompi_datatype_args.c static inline int __ompi_datatype_pack_description( ompi_datatype_t* datatype,
datatype          423 ompi/datatype/ompi_datatype_args.c     ompi_datatype_args_t* args = (ompi_datatype_args_t*)datatype->args;
datatype          426 ompi/datatype/ompi_datatype_args.c     if( ompi_datatype_is_predefined(datatype) ) {
datatype          428 ompi/datatype/ompi_datatype_args.c         position[1] = datatype->id;   /* On the OMPI - layer, copy the ompi_datatype.id */
datatype          483 ompi/datatype/ompi_datatype_args.c int ompi_datatype_get_pack_description( ompi_datatype_t* datatype,
datatype          486 ompi/datatype/ompi_datatype_args.c     ompi_datatype_args_t* args = (ompi_datatype_args_t*)datatype->args;
datatype          488 ompi/datatype/ompi_datatype_args.c     void *packed_description = (void *) datatype->packed_description;
datatype          493 ompi/datatype/ompi_datatype_args.c         if (opal_atomic_compare_exchange_strong_ptr (&datatype->packed_description, (intptr_t *) &_tmp_ptr, 1)) {
datatype          494 ompi/datatype/ompi_datatype_args.c             if( ompi_datatype_is_predefined(datatype) ) {
datatype          502 ompi/datatype/ompi_datatype_args.c             __ompi_datatype_pack_description( datatype, &recursive_buffer, &next_index );
datatype          504 ompi/datatype/ompi_datatype_args.c             if (!ompi_datatype_is_predefined(datatype)) {
datatype          515 ompi/datatype/ompi_datatype_args.c             datatype->packed_description = (intptr_t) packed_description;
datatype          518 ompi/datatype/ompi_datatype_args.c             packed_description = (void *) datatype->packed_description;
datatype          526 ompi/datatype/ompi_datatype_args.c         while (1 == datatype->packed_description) {
datatype          530 ompi/datatype/ompi_datatype_args.c         packed_description = (void *) datatype->packed_description;
datatype          537 ompi/datatype/ompi_datatype_args.c size_t ompi_datatype_pack_description_length( ompi_datatype_t* datatype )
datatype          539 ompi/datatype/ompi_datatype_args.c     void *packed_description = (void *) datatype->packed_description;
datatype          541 ompi/datatype/ompi_datatype_args.c     if( ompi_datatype_is_predefined(datatype) ) {
datatype          548 ompi/datatype/ompi_datatype_args.c         rc = ompi_datatype_get_pack_description(datatype, &buf);
datatype          553 ompi/datatype/ompi_datatype_args.c     assert( NULL != (ompi_datatype_args_t*)datatype->args );
datatype          554 ompi/datatype/ompi_datatype_args.c     assert( NULL != (ompi_datatype_args_t*)datatype->packed_description );
datatype          555 ompi/datatype/ompi_datatype_args.c     return ((ompi_datatype_args_t*)datatype->args)->total_pack_size;
datatype          562 ompi/datatype/ompi_datatype_args.c     ompi_datatype_t* datatype = NULL;
datatype          671 ompi/datatype/ompi_datatype_args.c     datatype = __ompi_datatype_create_from_args( array_of_length, array_of_disp,
datatype          681 ompi/datatype/ompi_datatype_args.c     return datatype;
datatype          687 ompi/datatype/ompi_datatype_args.c     ompi_datatype_t* datatype = NULL;
datatype          698 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_contiguous( i[0], d[0], &datatype );
datatype          699 ompi/datatype/ompi_datatype_args.c         ompi_datatype_set_args( datatype, 1, (const int **) &i, 0, NULL, 1, d, MPI_COMBINER_CONTIGUOUS );
datatype          703 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_vector( i[0], i[1], i[2], d[0], &datatype );
datatype          706 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 3, a_i, 0, NULL, 1, d, MPI_COMBINER_VECTOR );
datatype          712 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_hvector( i[0], i[1], a[0], d[0], &datatype );
datatype          715 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 2, a_i, 1, a, 1, d, MPI_COMBINER_HVECTOR );
datatype          720 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_indexed( i[0], &(i[1]), &(i[1+i[0]]), d[0], &datatype );
datatype          723 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 2 * i[0] + 1, a_i, 0, NULL, 1, d, MPI_COMBINER_INDEXED );
datatype          729 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_hindexed( i[0], &(i[1]), a, d[0], &datatype );
datatype          732 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, i[0] + 1, a_i, i[0], a, 1, d, MPI_COMBINER_HINDEXED );
datatype          737 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_indexed_block( i[0], i[1], &(i[2]), d[0], &datatype );
datatype          740 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, i[0] + 2, a_i, 0, NULL, 1, d, MPI_COMBINER_INDEXED_BLOCK );
datatype          746 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_struct( i[0], &(i[1]), a, d, &datatype );
datatype          749 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, i[0] + 1, a_i, i[0], a, i[0], d, MPI_COMBINER_STRUCT );
datatype          756 ompi/datatype/ompi_datatype_args.c                                        d[0], &datatype );
datatype          759 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 3 * i[0] + 2, a_i, 0, NULL, 1, d, MPI_COMBINER_SUBARRAY);
datatype          767 ompi/datatype/ompi_datatype_args.c                                      i[3 + 4 * i[2]], d[0], &datatype );
datatype          771 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 4 * i[2] + 4, a_i, 0, NULL, 1, d, MPI_COMBINER_DARRAY);
datatype          787 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_resized(d[0], a[0], a[1], &datatype);
datatype          788 ompi/datatype/ompi_datatype_args.c         ompi_datatype_set_args( datatype, 0, NULL, 2, a, 1, d, MPI_COMBINER_RESIZED );
datatype          792 ompi/datatype/ompi_datatype_args.c         ompi_datatype_create_hindexed_block( i[0], i[1], a, d[0], &datatype );
datatype          795 ompi/datatype/ompi_datatype_args.c             ompi_datatype_set_args( datatype, 2, a_i, i[0], a, 1, d, MPI_COMBINER_HINDEXED_BLOCK );
datatype          803 ompi/datatype/ompi_datatype_args.c     return datatype;
datatype          809 ompi/datatype/ompi_datatype_args.c     ompi_datatype_t* datatype;
datatype          811 ompi/datatype/ompi_datatype_args.c     datatype = __ompi_datatype_create_from_packed_description( packed_buffer,
datatype          813 ompi/datatype/ompi_datatype_args.c     if( NULL == datatype ) {
datatype          816 ompi/datatype/ompi_datatype_args.c     ompi_datatype_commit( &datatype );
datatype          817 ompi/datatype/ompi_datatype_args.c     return datatype;
datatype           32 ompi/datatype/ompi_datatype_create.c static void __ompi_datatype_allocate( ompi_datatype_t* datatype )
datatype           34 ompi/datatype/ompi_datatype_create.c     datatype->args               = NULL;
datatype           38 ompi/datatype/ompi_datatype_create.c     datatype->d_f_to_c_index     = -1;
datatype           39 ompi/datatype/ompi_datatype_create.c     datatype->id                 = -1;
datatype           40 ompi/datatype/ompi_datatype_create.c     datatype->d_keyhash          = NULL;
datatype           41 ompi/datatype/ompi_datatype_create.c     datatype->name[0]            = '\0';
datatype           42 ompi/datatype/ompi_datatype_create.c     datatype->packed_description = 0;
datatype           43 ompi/datatype/ompi_datatype_create.c     datatype->pml_data           = 0;
datatype           46 ompi/datatype/ompi_datatype_create.c static void __ompi_datatype_release(ompi_datatype_t * datatype)
datatype           48 ompi/datatype/ompi_datatype_create.c     if( NULL != datatype->args ) {
datatype           49 ompi/datatype/ompi_datatype_create.c         ompi_datatype_release_args( datatype );
datatype           50 ompi/datatype/ompi_datatype_create.c         datatype->args = NULL;
datatype           53 ompi/datatype/ompi_datatype_create.c     free ((void *) datatype->packed_description );
datatype           54 ompi/datatype/ompi_datatype_create.c     datatype->packed_description = 0;
datatype           56 ompi/datatype/ompi_datatype_create.c     if( datatype->d_f_to_c_index >= 0 ) {
datatype           57 ompi/datatype/ompi_datatype_create.c         opal_pointer_array_set_item( &ompi_datatype_f_to_c_table, datatype->d_f_to_c_index, NULL );
datatype           58 ompi/datatype/ompi_datatype_create.c         datatype->d_f_to_c_index = -1;
datatype           61 ompi/datatype/ompi_datatype_create.c     if (NULL != datatype->d_keyhash) {
datatype           62 ompi/datatype/ompi_datatype_create.c         ompi_attr_delete_all( TYPE_ATTR, datatype, datatype->d_keyhash );
datatype           63 ompi/datatype/ompi_datatype_create.c         OBJ_RELEASE( datatype->d_keyhash );
datatype           66 ompi/datatype/ompi_datatype_create.c     datatype->name[0] = '\0';
datatype           74 ompi/datatype/ompi_datatype_create.c     ompi_datatype_t * datatype = (ompi_datatype_t*)OBJ_NEW(ompi_datatype_t);
datatype           76 ompi/datatype/ompi_datatype_create.c     ret = opal_datatype_create_desc( &(datatype->super), expectedSize);
datatype           80 ompi/datatype/ompi_datatype_create.c     return datatype;
datatype           34 ompi/datatype/ompi_datatype_external.c                                 ompi_datatype_t *datatype, void *outbuf,
datatype           50 ompi/datatype/ompi_datatype_external.c                                               &(datatype->super), incount, (void *) inbuf,
datatype           78 ompi/datatype/ompi_datatype_external.c                                    ompi_datatype_t *datatype)
datatype           90 ompi/datatype/ompi_datatype_external.c                                               &(datatype->super), outcount, outbuf,
datatype          117 ompi/datatype/ompi_datatype_external.c                                      ompi_datatype_t *datatype, MPI_Aint *size)
datatype          126 ompi/datatype/ompi_datatype_external.c                                               &(datatype->super), incount, NULL,
datatype           30 ompi/datatype/ompi_datatype_get_elements.c int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount, size_t *count)
datatype           36 ompi/datatype/ompi_datatype_get_elements.c     if (OMPI_SUCCESS != (rc = ompi_datatype_type_size (datatype, &size))) {
datatype           50 ompi/datatype/ompi_datatype_get_elements.c     if (!ompi_datatype_is_predefined(datatype)) {
datatype           52 ompi/datatype/ompi_datatype_get_elements.c             opal_datatype_compute_ptypes(&datatype->super);
datatype           55 ompi/datatype/ompi_datatype_get_elements.c                 total += datatype->super.ptypes[i];
datatype           63 ompi/datatype/ompi_datatype_get_elements.c             if (-1 == (i = ompi_datatype_get_element_count (datatype, size))) {
datatype           32 ompi/datatype/ompi_datatype_match_size.c     const ompi_datatype_t* datatype;
datatype           42 ompi/datatype/ompi_datatype_match_size.c         datatype = (ompi_datatype_t*)opal_pointer_array_get_item(&ompi_datatype_f_to_c_table, i);
datatype           44 ompi/datatype/ompi_datatype_match_size.c         if( (datatype->super.flags & OMPI_DATATYPE_FLAG_DATA_LANGUAGE) != datalang )
datatype           46 ompi/datatype/ompi_datatype_match_size.c         if( (datatype->super.flags & OMPI_DATATYPE_FLAG_DATA_TYPE) != datakind )
datatype           48 ompi/datatype/ompi_datatype_match_size.c         if( (size_t)size == datatype->super.size ) {
datatype           49 ompi/datatype/ompi_datatype_match_size.c             return datatype;
datatype          657 ompi/datatype/ompi_datatype_module.c         opal_datatype_t* datatype = (opal_datatype_t*)opal_pointer_array_get_item(&ompi_datatype_f_to_c_table, i );
datatype          659 ompi/datatype/ompi_datatype_module.c         if( (datatype->ub - datatype->lb) == (ptrdiff_t)datatype->size ) {
datatype          660 ompi/datatype/ompi_datatype_module.c             datatype->flags |= OPAL_DATATYPE_FLAG_NO_GAPS;
datatype          662 ompi/datatype/ompi_datatype_module.c             datatype->flags &= ~OPAL_DATATYPE_FLAG_NO_GAPS;
datatype          680 ompi/datatype/ompi_datatype_module.c         opal_datatype_t* datatype = (opal_datatype_t*)opal_pointer_array_get_item(&ompi_datatype_f_to_c_table, i );
datatype          681 ompi/datatype/ompi_datatype_module.c         OBJ_DESTRUCT(datatype);
datatype           62 ompi/debuggers/predefined_pad_test.c     PAD_CHECK(datatype);
datatype           98 ompi/include/ompi/memchecker.h                                    size_t count, struct ompi_datatype_t * datatype)
datatype          104 ompi/include/ompi/memchecker.h     if ((0 == count) || (0 == datatype->super.size)) {
datatype          108 ompi/include/ompi/memchecker.h     if( datatype->super.size == (size_t) (datatype->super.true_ub - datatype->super.true_lb) ) {
datatype          110 ompi/include/ompi/memchecker.h         f( (void*)addr , datatype->super.size * count );
datatype          115 ompi/include/ompi/memchecker.h         dt_elem_desc_t*  description = datatype->super.opt_desc.desc;
datatype          119 ompi/include/ompi/memchecker.h         if ( NULL != datatype ) {
datatype          120 ompi/include/ompi/memchecker.h             stack_disp = datatype->super.ub - datatype->super.lb;
datatype           40 ompi/mca/coll/base/coll_base_bcast.c                                      struct ompi_datatype_t* datatype,
datatype           63 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_get_extent (datatype, &lb, &extent);
datatype           64 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size( datatype, &type_size );
datatype           89 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(isend(tmpbuf, sendcount, datatype,
datatype          122 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
datatype          133 ompi/mca/coll/base/coll_base_bcast.c                                       datatype, tree->tree_prev,
datatype          144 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(isend(tmpbuf, count_by_segment, datatype,
datatype          167 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(isend(tmpbuf, sendcount, datatype,
datatype          191 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
datatype          200 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(irecv(tmpbuf, count_by_segment, datatype,
datatype          247 ompi/mca/coll/base/coll_base_bcast.c                                       struct ompi_datatype_t* datatype,
datatype          262 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size( datatype, &typelng );
datatype          268 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
datatype          275 ompi/mca/coll/base/coll_base_bcast.c                                       struct ompi_datatype_t* datatype,
datatype          290 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size( datatype, &typelng );
datatype          296 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
datatype          303 ompi/mca/coll/base/coll_base_bcast.c                                    struct ompi_datatype_t* datatype,
datatype          318 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size( datatype, &typelng );
datatype          324 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
datatype          331 ompi/mca/coll/base/coll_base_bcast.c                                       struct ompi_datatype_t* datatype,
datatype          346 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size( datatype, &typelng );
datatype          352 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
datatype          359 ompi/mca/coll/base/coll_base_bcast.c                                             struct ompi_datatype_t* datatype,
datatype          389 ompi/mca/coll/base/coll_base_bcast.c     err = ompi_datatype_type_size( datatype, &type_size );
datatype          418 ompi/mca/coll/base/coll_base_bcast.c         return (ompi_coll_base_bcast_intra_chain ( buffer, count, datatype,
datatype          423 ompi/mca/coll/base/coll_base_bcast.c     err = ompi_datatype_get_extent (datatype, &lb, &type_extent);
datatype          458 ompi/mca/coll/base/coll_base_bcast.c                 MCA_PML_CALL(send(tmpbuf[i], sendcount[i], datatype,
datatype          482 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(irecv(tmpbuf[lr], sendcount[lr], datatype,
datatype          493 ompi/mca/coll/base/coll_base_bcast.c                                       datatype, tree->tree_prev, MCA_COLL_BASE_TAG_BCAST,
datatype          500 ompi/mca/coll/base/coll_base_bcast.c                 err = MCA_PML_CALL(send( tmpbuf[lr], segcount[lr], datatype,
datatype          515 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(send(tmpbuf[lr], sendcount[lr], datatype,
datatype          531 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(recv(tmpbuf[lr], sendcount[lr], datatype,
datatype          561 ompi/mca/coll/base/coll_base_bcast.c         err = ompi_coll_base_sendrecv( tmpbuf[lr], counts[lr], datatype,
datatype          563 ompi/mca/coll/base/coll_base_bcast.c                                         tmpbuf[(lr+1)%2], counts[(lr+1)%2], datatype,
datatype          570 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(send(tmpbuf[1], counts[1], datatype,
datatype          578 ompi/mca/coll/base/coll_base_bcast.c             err = MCA_PML_CALL(recv(tmpbuf[1], counts[1], datatype,
datatype          585 ompi/mca/coll/base/coll_base_bcast.c             err = ompi_coll_base_sendrecv( tmpbuf[lr], counts[lr], datatype,
datatype          587 ompi/mca/coll/base/coll_base_bcast.c                                             tmpbuf[(lr+1)%2], counts[(lr+1)%2], datatype,
datatype          625 ompi/mca/coll/base/coll_base_bcast.c                                         struct ompi_datatype_t *datatype, int root,
datatype          642 ompi/mca/coll/base/coll_base_bcast.c         return MCA_PML_CALL(recv(buff, count, datatype, root,
datatype          658 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(isend(buff, count, datatype, i,
datatype          715 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
datatype          726 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_binomial(buf, count, datatype, root, comm, module,
datatype          733 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size(datatype, &typesize);
datatype          740 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic(buf, count, datatype, root, comm, module,
datatype          769 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
datatype          777 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_get_extent(datatype, &lb, &extent);
datatype          778 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size(datatype, &datatype_size);
datatype          793 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
datatype          814 ompi/mca/coll/base/coll_base_bcast.c                                         recv_count, datatype, parent,
datatype          833 ompi/mca/coll/base/coll_base_bcast.c                                         send_count, datatype, child,
datatype          867 ompi/mca/coll/base/coll_base_bcast.c                                           curr_count, datatype, remote,
datatype          870 ompi/mca/coll/base/coll_base_bcast.c                                           recv_count, datatype, remote,
datatype          898 ompi/mca/coll/base/coll_base_bcast.c                                             recv_count, datatype, remote,
datatype          906 ompi/mca/coll/base/coll_base_bcast.c                                             count - offset, datatype, remote,
datatype          946 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
datatype          954 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_get_extent(datatype, &lb, &extent);
datatype          955 ompi/mca/coll/base/coll_base_bcast.c     ompi_datatype_type_size(datatype, &datatype_size);
datatype          970 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
datatype          991 ompi/mca/coll/base/coll_base_bcast.c                                         recv_count, datatype, parent,
datatype         1010 ompi/mca/coll/base/coll_base_bcast.c                                         send_count, datatype, child,
datatype         1040 ompi/mca/coll/base/coll_base_bcast.c                                       datatype, right, MCA_COLL_BASE_TAG_BCAST,
datatype         1042 ompi/mca/coll/base/coll_base_bcast.c                                       datatype, left, MCA_COLL_BASE_TAG_BCAST,
datatype          143 ompi/mca/coll/base/coll_base_exscan.c     const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype,
datatype          160 ompi/mca/coll/base/coll_base_exscan.c     dsize = opal_datatype_span(&datatype->super, count, &gap);
datatype          170 ompi/mca/coll/base/coll_base_exscan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, (char *)sendbuf);
datatype          173 ompi/mca/coll/base/coll_base_exscan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, recvbuf);
datatype          182 ompi/mca/coll/base/coll_base_exscan.c             err = ompi_coll_base_sendrecv(psend, count, datatype, remote,
datatype          184 ompi/mca/coll/base/coll_base_exscan.c                                           precv, count, datatype, remote,
datatype          192 ompi/mca/coll/base/coll_base_exscan.c                     err = ompi_datatype_copy_content_same_ddt(datatype, count,
datatype          198 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, precv, recvbuf, count, datatype);
datatype          201 ompi/mca/coll/base/coll_base_exscan.c                 ompi_op_reduce(op, precv, psend, count, datatype);
datatype          205 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, precv, psend, count, datatype);
datatype          208 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, psend, precv, count, datatype);
datatype           72 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARGS           const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
datatype           77 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARGS               void *buffer, int count, struct ompi_datatype_t *datatype, int root, struct ompi_communicator_t *comm
datatype           78 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARGS              const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
datatype           81 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARGS              const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, int root, struct ompi_communicator_t *comm
datatype           82 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTER_BASE_ARGS       const void *sendbuf, void *recvbuf, const int recvcounts[], struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
datatype           83 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARGS  const void *sendbuf, void *recvbuf, int recvcount, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
datatype           84 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARGS                const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
datatype          164 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARG_NAMES           sendbuf, recvbuf, count, datatype, op, comm
datatype          169 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARG_NAMES               buffer, count, datatype, root, comm
datatype          170 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARG_NAMES              sendbuf, recvbuf, count, datatype, op, comm
datatype          173 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARG_NAMES              sendbuf, recvbuf, count, datatype, op, root, comm
datatype          174 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTER_BASE_ARG_NAMES       sendbuf, recvbuf, recvcounts, datatype, op, comm
datatype          175 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARG_NAMES  sendbuf, recvbuf, recvcount, datatype, op, comm
datatype          176 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARG_NAMES                sendbuf, recvbuf, count, datatype, op, comm
datatype           63 ompi/mca/coll/base/coll_base_reduce.c                                     ompi_datatype_t* datatype, ompi_op_t* op,
datatype           81 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_extent( datatype, &extent );
datatype          106 ompi/mca/coll/base/coll_base_reduce.c             size = opal_datatype_span(&datatype->super, original_count, &gap);
datatype          118 ompi/mca/coll/base/coll_base_reduce.c             ompi_datatype_copy_content_same_ddt(datatype, original_count,
datatype          123 ompi/mca/coll/base/coll_base_reduce.c         real_segment_size = opal_datatype_span(&datatype->super, count_by_segment, &gap);
datatype          176 ompi/mca/coll/base/coll_base_reduce.c                     ret = MCA_PML_CALL(irecv(local_recvbuf, recvcount, datatype,
datatype          205 ompi/mca/coll/base/coll_base_reduce.c                                    recvcount, datatype );
datatype          215 ompi/mca/coll/base/coll_base_reduce.c                                    datatype );
datatype          223 ompi/mca/coll/base/coll_base_reduce.c                                                   datatype, tree->tree_prev,
datatype          273 ompi/mca/coll/base/coll_base_reduce.c                                          count_by_segment, datatype,
datatype          301 ompi/mca/coll/base/coll_base_reduce.c                                           count_by_segment, datatype,
datatype          321 ompi/mca/coll/base/coll_base_reduce.c                                           count_by_segment, datatype,
datatype          380 ompi/mca/coll/base/coll_base_reduce.c                                         ompi_datatype_t* datatype,
datatype          399 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_size( datatype, &typelng );
datatype          402 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
datatype          410 ompi/mca/coll/base/coll_base_reduce.c                                            int count, ompi_datatype_t* datatype,
datatype          431 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_size( datatype, &typelng );
datatype          434 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
datatype          441 ompi/mca/coll/base/coll_base_reduce.c                                          int count, ompi_datatype_t* datatype,
datatype          462 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_size( datatype, &typelng );
datatype          465 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
datatype          472 ompi/mca/coll/base/coll_base_reduce.c                                            int count, ompi_datatype_t* datatype,
datatype          493 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_size( datatype, &typelng );
datatype          496 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
datatype          511 ompi/mca/coll/base/coll_base_reduce.c                                                   ompi_datatype_t* datatype,
datatype          537 ompi/mca/coll/base/coll_base_reduce.c     ompi_datatype_type_size( datatype, &typelng );
datatype          554 ompi/mca/coll/base/coll_base_reduce.c         dsize = opal_datatype_span(&datatype->super, count, &gap);
datatype          562 ompi/mca/coll/base/coll_base_reduce.c             ompi_datatype_copy_content_same_ddt(datatype, count,
datatype          577 ompi/mca/coll/base/coll_base_reduce.c     ret = ompi_coll_base_reduce_generic( use_this_sendbuf, use_this_recvbuf, count, datatype,
datatype          587 ompi/mca/coll/base/coll_base_reduce.c             ret = MCA_PML_CALL(recv(recvbuf, count, datatype, io_root,
datatype          594 ompi/mca/coll/base/coll_base_reduce.c             ret = MCA_PML_CALL(send(use_this_recvbuf, count, datatype, root,
datatype          158 ompi/mca/coll/base/coll_base_scan.c     const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype,
datatype          174 ompi/mca/coll/base/coll_base_scan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, recvbuf, (char *)sendbuf);
datatype          181 ompi/mca/coll/base/coll_base_scan.c     dsize = opal_datatype_span(&datatype->super, count, &gap);
datatype          190 ompi/mca/coll/base/coll_base_scan.c     err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, recvbuf);
datatype          197 ompi/mca/coll/base/coll_base_scan.c             err = ompi_coll_base_sendrecv(psend, count, datatype, remote,
datatype          199 ompi/mca/coll/base/coll_base_scan.c                                           precv, count, datatype, remote,
datatype          206 ompi/mca/coll/base/coll_base_scan.c                 ompi_op_reduce(op, precv, recvbuf, count, datatype);
datatype          208 ompi/mca/coll/base/coll_base_scan.c                 ompi_op_reduce(op, precv, psend, count, datatype);
datatype          212 ompi/mca/coll/base/coll_base_scan.c                     ompi_op_reduce(op, precv, psend, count, datatype);
datatype          215 ompi/mca/coll/base/coll_base_scan.c                     ompi_op_reduce(op, psend, precv, count, datatype);
datatype          124 ompi/mca/coll/basic/coll_basic.h                                        struct ompi_datatype_t *datatype,
datatype          130 ompi/mca/coll/basic/coll_basic.h                                        struct ompi_datatype_t *datatype,
datatype          136 ompi/mca/coll/basic/coll_basic.h                                        struct ompi_datatype_t *datatype,
datatype           45 ompi/mca/coll/basic/coll_basic_bcast.c                                struct ompi_datatype_t *datatype, int root,
datatype           75 ompi/mca/coll/basic/coll_basic_bcast.c         err = MCA_PML_CALL(recv(buff, count, datatype, peer,
datatype           97 ompi/mca/coll/basic/coll_basic_bcast.c             err = MCA_PML_CALL(isend(buff, count, datatype, peer,
datatype          140 ompi/mca/coll/basic/coll_basic_bcast.c                                struct ompi_datatype_t *datatype, int root,
datatype          156 ompi/mca/coll/basic/coll_basic_bcast.c         err = MCA_PML_CALL(recv(buff, count, datatype, root,
datatype          165 ompi/mca/coll/basic/coll_basic_bcast.c             err = MCA_PML_CALL(isend(buff, count, datatype, i,
datatype          195 ompi/mca/coll/basic/coll_basic_bcast.c                                struct ompi_datatype_t *datatype, int root,
datatype          226 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
datatype          294 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
datatype          372 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
datatype          132 ompi/mca/coll/demo/coll_demo.h                                   struct ompi_datatype_t *datatype,
datatype          137 ompi/mca/coll/demo/coll_demo.h                                   struct ompi_datatype_t *datatype,
datatype           37 ompi/mca/coll/demo/coll_demo_bcast.c                               struct ompi_datatype_t *datatype, int root,
datatype           43 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
datatype           57 ompi/mca/coll/demo/coll_demo_bcast.c                               struct ompi_datatype_t *datatype, int root,
datatype           63 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
datatype          182 ompi/mca/coll/hcoll/coll_hcoll.h                         struct ompi_datatype_t *datatype, int root,
datatype          260 ompi/mca/coll/hcoll/coll_hcoll.h                             struct ompi_datatype_t *datatype, int root,
datatype           40 ompi/mca/coll/hcoll/coll_hcoll_ops.c                         struct ompi_datatype_t *datatype, int root,
datatype           48 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dtype = ompi_dtype_2_hcoll_dtype(datatype, TRY_FIND_DERIVED);
datatype           54 ompi/mca/coll/hcoll/coll_hcoll_ops.c         HCOL_VERBOSE(20,"Ompi_datatype is not supported: %s; calling fallback bcast;",datatype->super.name);
datatype           55 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_bcast(buff,count,datatype,root,
datatype           62 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_bcast(buff,count,datatype,root,
datatype          455 ompi/mca/coll/hcoll/coll_hcoll_ops.c                         struct ompi_datatype_t *datatype, int root,
datatype          466 ompi/mca/coll/hcoll/coll_hcoll_ops.c     dtype = ompi_dtype_2_hcoll_dtype(datatype, TRY_FIND_DERIVED);
datatype          471 ompi/mca/coll/hcoll/coll_hcoll_ops.c         HCOL_VERBOSE(20,"Ompi_datatype is not supported: %s; calling fallback non-blocking bcast;",datatype->super.name);
datatype          472 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ibcast(buff,count,datatype,root,
datatype          479 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ibcast(buff,count,datatype,root,
datatype           74 ompi/mca/coll/inter/coll_inter.h 			       struct ompi_datatype_t *datatype,
datatype           41 ompi/mca/coll/inter/coll_inter_bcast.c                            struct ompi_datatype_t *datatype, int root,
datatype           56 ompi/mca/coll/inter/coll_inter_bcast.c 	    err = MCA_PML_CALL(recv(buff, count, datatype, root,
datatype           63 ompi/mca/coll/inter/coll_inter_bcast.c 	err = comm->c_local_comm->c_coll->coll_bcast(buff, count, datatype, 0,
datatype           68 ompi/mca/coll/inter/coll_inter_bcast.c 	err = MCA_PML_CALL(send(buff, count, datatype, 0,
datatype          171 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          187 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          200 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          203 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          210 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          229 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          245 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          255 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          258 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter_inter(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          300 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          316 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          329 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          332 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          338 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          356 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          372 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          382 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          385 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_inter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          120 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_send_internal (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, bool local, NBC_Schedule *schedule, bool barrier) {
datatype          129 ompi/mca/coll/libnbc/nbc.c   send_args.datatype = datatype;
datatype          144 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
datatype          145 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, false, schedule, barrier);
datatype          148 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
datatype          149 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, true, schedule, barrier);
datatype          153 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_recv_internal (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, bool local, NBC_Schedule *schedule, bool barrier) {
datatype          162 ompi/mca/coll/libnbc/nbc.c   recv_args.datatype = datatype;
datatype          177 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
datatype          178 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, false, schedule, barrier);
datatype          181 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
datatype          182 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, true, schedule, barrier);
datatype          186 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
datatype          199 ompi/mca/coll/libnbc/nbc.c   op_args.datatype = datatype;
datatype          241 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
datatype          251 ompi/mca/coll/libnbc/nbc.c   unpack_args.datatype = datatype;
datatype          442 ompi/mca/coll/libnbc/nbc.c                   sendargs.count, sendargs.datatype, sendargs.dest, handle->tag);
datatype          461 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag,
datatype          466 ompi/mca/coll/libnbc/nbc.c                      sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res);
datatype          477 ompi/mca/coll/libnbc/nbc.c                   recvargs.datatype, recvargs.source, handle->tag);
datatype          496 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm,
datatype          500 ompi/mca/coll/libnbc/nbc.c                     recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res);
datatype          511 ompi/mca/coll/libnbc/nbc.c                   opargs.count, opargs.datatype);
datatype          523 ompi/mca/coll/libnbc/nbc.c         ompi_op_reduce(opargs.op, buf1, buf2, opargs.count, opargs.datatype);
datatype          552 ompi/mca/coll/libnbc/nbc.c                   unpackargs.count, unpackargs.datatype, (unsigned long) unpackargs.outbuf);
datatype          564 ompi/mca/coll/libnbc/nbc.c         res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm);
datatype           29 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf,
datatype           31 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring(int rank, int p, int count, MPI_Datatype datatype, const void *sendbuf,
datatype           35 ompi/mca/coll/libnbc/nbc_iallreduce.c                                       MPI_Datatype datatype, ptrdiff_t gap, MPI_Op op, int ext, int size,
datatype           38 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
datatype           48 ompi/mca/coll/libnbc/nbc_iallreduce.c       (a->datatype == b->datatype) &&
datatype           61 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype           83 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_get_extent(datatype, &lb, &ext);
datatype           89 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_size (datatype, &size);
datatype           98 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Copy(sendbuf, count, datatype, recvbuf, count, datatype, comm);
datatype          106 ompi/mca/coll/libnbc/nbc_iallreduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype          137 ompi/mca/coll/libnbc/nbc_iallreduce.c   search.datatype = datatype;
datatype          149 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
datatype          150 ompi/mca/coll/libnbc/nbc_iallreduce.c                            recvbuf, false, count, datatype, schedule, false);
datatype          154 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_diss(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf);
datatype          157 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_redscat_allgather(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf, comm);
datatype          160 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_ring(rank, p, count, datatype, sendbuf, recvbuf, op, size, ext, schedule, tmpbuf);
datatype          185 ompi/mca/coll/libnbc/nbc_iallreduce.c       args->datatype = datatype;
datatype          219 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          222 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
datatype          238 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          253 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_extent(datatype, &ext);
datatype          259 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = ompi_datatype_type_size(datatype, &size);
datatype          265 ompi/mca/coll/libnbc/nbc_iallreduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype          277 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = allred_sched_linear (rank, rsize, sendbuf, recvbuf, count, datatype, gap, op,
datatype          302 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          305 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
datatype          356 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf, void *recvbuf,
datatype          377 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
datatype          378 ompi/mca/coll/libnbc/nbc_iallreduce.c                              ((char *)tmpbuf) - gap, false, count, datatype,
datatype          393 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
datatype          401 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          405 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          420 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
datatype          423 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
datatype          444 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (recvbuf, false, count, datatype, peer, schedule, false);
datatype          462 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send (recvbuf, false, count, datatype, peer, schedule, false);
datatype          473 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring (int r, int p, int count, MPI_Datatype datatype, const void *sendbuf, void *recvbuf, MPI_Op op,
datatype          618 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((char *) sendbuf + soffset, false, segsizes[selement], datatype, speer,
datatype          621 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((char *) recvbuf + soffset, false, segsizes[selement], datatype, speer,
datatype          629 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
datatype          636 ompi/mca/coll/libnbc/nbc_iallreduce.c                          segsizes[relement], datatype, op, schedule, true);
datatype          654 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_send ((char *) recvbuf + soffset, false, segsizes[selement], datatype, speer,
datatype          660 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((char *) recvbuf + roffset, false, segsizes[relement], datatype, rpeer,
datatype          673 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_linear(int rank, int rsize, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
datatype          682 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Sched_send (sendbuf, false, count, datatype, 0, schedule, false);
datatype          689 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv (recvbuf, false, count, datatype, 0, schedule, false);
datatype          691 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
datatype          721 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, rpeer, schedule, true);
datatype          726 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          736 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
datatype          742 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_send (recvbuf, false, count, datatype, 0, schedule, true);
datatype          749 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rpeer, schedule, false);
datatype          814 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
datatype          824 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
datatype          825 ompi/mca/coll/libnbc/nbc_iallreduce.c                              rbuf, false, count, datatype, schedule, true);
datatype          830 ompi/mca/coll/libnbc/nbc_iallreduce.c     ompi_datatype_get_extent(datatype, &lb, &extent);
datatype          858 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count_lhalf, datatype, rank - 1,
datatype          862 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, count_rhalf, datatype, rank - 1, schedule, true);
datatype          866 ompi/mca/coll/libnbc/nbc_iallreduce.c                                false, count_rhalf, datatype, op, schedule, true);
datatype          870 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, count_rhalf, datatype, rank - 1, schedule, true);
datatype          881 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, count_rhalf, datatype, rank + 1, schedule, false);
datatype          883 ompi/mca/coll/libnbc/nbc_iallreduce.c              res = NBC_Sched_recv(tmp_buf, false, count_lhalf, datatype, rank + 1,
datatype          887 ompi/mca/coll/libnbc/nbc_iallreduce.c                                datatype, op, schedule, true);
datatype          891 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, count_rhalf, datatype, rank + 1, schedule, true);
datatype          951 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, scount[step], datatype, dest, schedule, false);
datatype          954 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, rcount[step], datatype, dest, schedule, true);
datatype          959 ompi/mca/coll/libnbc/nbc_iallreduce.c                                false, rcount[step], datatype, op, schedule, true);
datatype          990 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, rcount[step], datatype, dest, schedule, false);
datatype          993 ompi/mca/coll/libnbc/nbc_iallreduce.c                                  false, scount[step], datatype, dest, schedule, true);
datatype         1004 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv(rbuf, false, count, datatype, rank - 1, schedule, false);
datatype         1008 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count, datatype, rank + 1, schedule, false);
datatype         1024 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype         1027 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
datatype         1036 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype         1039 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
datatype           24 ompi/mca/coll/libnbc/nbc_ibcast.c                                        MPI_Datatype datatype);
datatype           26 ompi/mca/coll/libnbc/nbc_ibcast.c                                      MPI_Datatype datatype);
datatype           28 ompi/mca/coll/libnbc/nbc_ibcast.c                                     MPI_Datatype datatype, int fragsize, size_t size);
datatype           30 ompi/mca/coll/libnbc/nbc_ibcast.c                                       int count, MPI_Datatype datatype, int knomial_radix);
datatype           37 ompi/mca/coll/libnbc/nbc_ibcast.c       (a->datatype == b->datatype) &&
datatype           50 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype           70 ompi/mca/coll/libnbc/nbc_ibcast.c   res = ompi_datatype_type_size(datatype, &size);
datatype          119 ompi/mca/coll/libnbc/nbc_ibcast.c   search.datatype = datatype;
datatype          131 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_linear(rank, p, root, schedule, buffer, count, datatype);
datatype          134 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_binomial(rank, p, root, schedule, buffer, count, datatype);
datatype          137 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_chain(rank, p, root, schedule, buffer, count, datatype, segsize, size);
datatype          140 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_knomial(rank, p, root, schedule, buffer, count, datatype, libnbc_ibcast_knomial_radix);
datatype          161 ompi/mca/coll/libnbc/nbc_ibcast.c       args->datatype = datatype;
datatype          194 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          198 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
datatype          238 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_binomial(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
datatype          250 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_recv (buffer, false, count, datatype, peer, schedule, false);
datatype          267 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
datatype          278 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_linear(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
datatype          286 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
datatype          294 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
datatype          304 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_chain(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype, int fragsize, size_t size) {
datatype          312 ompi/mca/coll/libnbc/nbc_ibcast.c   res = ompi_datatype_type_extent(datatype, &ext);
datatype          339 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buf, false, thiscount, datatype, rpeer, schedule, true);
datatype          347 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buf, false, thiscount, datatype, speer, schedule, false);
datatype          375 ompi/mca/coll/libnbc/nbc_ibcast.c     int count, MPI_Datatype datatype, int knomial_radix)
datatype          386 ompi/mca/coll/libnbc/nbc_ibcast.c             res = NBC_Sched_recv(buf, false, count, datatype, parent, schedule, true);
datatype          400 ompi/mca/coll/libnbc/nbc_ibcast.c                 res = NBC_Sched_send(buf, false, count, datatype, child, schedule, false);
datatype          411 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          432 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
datatype          440 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
datatype          463 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          466 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
datatype          482 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          485 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
datatype          494 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
datatype          497 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
datatype           28 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
datatype           32 ompi/mca/coll/libnbc/nbc_iexscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
datatype           41 ompi/mca/coll/libnbc/nbc_iexscan.c         (a->datatype == b->datatype) &&
datatype           54 ompi/mca/coll/libnbc/nbc_iexscan.c static int nbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype           74 ompi/mca/coll/libnbc/nbc_iexscan.c     span = opal_datatype_span(&datatype->super, count, &gap);
datatype           77 ompi/mca/coll/libnbc/nbc_iexscan.c         ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype           96 ompi/mca/coll/libnbc/nbc_iexscan.c     search.datatype = datatype;
datatype          108 ompi/mca/coll/libnbc/nbc_iexscan.c         res = exscan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
datatype          112 ompi/mca/coll/libnbc/nbc_iexscan.c                                              datatype, op, inplace, schedule, tmpbuf1, tmpbuf2);
datatype          134 ompi/mca/coll/libnbc/nbc_iexscan.c             args->datatype = datatype;
datatype          168 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_iexscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          171 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
datatype          187 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          190 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
datatype          215 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
datatype          220 ompi/mca/coll/libnbc/nbc_iexscan.c     opal_datatype_span(&datatype->super, count, &gap);
datatype          224 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy(recvbuf, false, count, datatype,
datatype          225 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
datatype          227 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
datatype          228 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
datatype          232 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_recv(recvbuf, false, count, datatype, rank - 1, schedule, false);
datatype          241 ompi/mca/coll/libnbc/nbc_iexscan.c                                datatype, op, schedule, true);
datatype          245 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rank + 1, schedule, false);
datatype          251 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(recvbuf, false, count, datatype, 1, schedule, false);
datatype          253 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(sendbuf, false, count, datatype, 1, schedule, false);
datatype          297 ompi/mca/coll/libnbc/nbc_iexscan.c     MPI_Datatype datatype, MPI_Op op, char inplace,
datatype          305 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)sendbuf, false, count, datatype,
datatype          306 ompi/mca/coll/libnbc/nbc_iexscan.c                              psend, true, count, datatype, schedule, true);
datatype          308 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)recvbuf, false, count, datatype,
datatype          309 ompi/mca/coll/libnbc/nbc_iexscan.c                              psend, true, count, datatype, schedule, true);
datatype          319 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
datatype          321 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
datatype          327 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_copy(precv, true, count, datatype,
datatype          328 ompi/mca/coll/libnbc/nbc_iexscan.c                                          recvbuf, false, count, datatype, schedule, false);
datatype          334 ompi/mca/coll/libnbc/nbc_iexscan.c                                        datatype, op, schedule, false);
datatype          339 ompi/mca/coll/libnbc/nbc_iexscan.c                                    datatype, op, schedule, true);
datatype          345 ompi/mca/coll/libnbc/nbc_iexscan.c                                        datatype, op, schedule, true);
datatype          350 ompi/mca/coll/libnbc/nbc_iexscan.c                                        datatype, op, schedule, true);
datatype           95 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          106 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          120 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          143 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          149 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier);
datatype          150 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest,NBC_Schedule *schedule, bool barrier);
datatype          151 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
datatype          152 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
datatype          153 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
datatype          157 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
datatype          199 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          208 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          230 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          241 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype datatype;
datatype          405 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, dest: %i)\n", (unsigned long)sendargs.buf, sendargs.count, (unsigned long)sendargs.datatype, sendargs.dest); \
datatype          410 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, source: %i)\n", (unsigned long)recvargs.buf, recvargs.count, (unsigned long)recvargs.datatype, recvargs.source); \
datatype          415 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf1: %lu, buf2: %lu, count: %i, type: %lu)\n", (unsigned long)opargs.buf1, (unsigned long)opargs.buf2, opargs.count, (unsigned long)opargs.datatype); \
datatype          425 ompi/mca/coll/libnbc/nbc_internal.h          printf("*src: %lu, srccount: %i, srctype: %lu, *tgt: %lu\n",(unsigned long)unpackargs.inbuf, unpackargs.count, (unsigned long)unpackargs.datatype, (unsigned long)unpackargs.outbuf); \
datatype           29 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
datatype           31 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
datatype           34 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
datatype           38 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
datatype           47 ompi/mca/coll/libnbc/nbc_ireduce.c       (a->datatype == b->datatype) &&
datatype           62 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype           81 ompi/mca/coll/libnbc/nbc_ireduce.c   res = ompi_datatype_type_extent(datatype, &ext);
datatype           87 ompi/mca/coll/libnbc/nbc_ireduce.c   res = ompi_datatype_type_size(datatype, &size);
datatype           96 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Copy (sendbuf, count, datatype, recvbuf, count, datatype, comm);
datatype          104 ompi/mca/coll/libnbc/nbc_ireduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype          136 ompi/mca/coll/libnbc/nbc_ireduce.c       ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype          157 ompi/mca/coll/libnbc/nbc_ireduce.c   search.datatype = datatype;
datatype          170 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
datatype          171 ompi/mca/coll/libnbc/nbc_ireduce.c                             recvbuf, false, count, datatype, schedule, false);
datatype          175 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_binomial(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf);
datatype          178 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_chain(rank, p, root, sendbuf, recvbuf, count, datatype, op, ext, size, schedule, tmpbuf, segsize);
datatype          181 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_redscat_gather(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf, comm);
datatype          205 ompi/mca/coll/libnbc/nbc_ireduce.c       args->datatype = datatype;
datatype          240 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          243 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
datatype          258 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          270 ompi/mca/coll/libnbc/nbc_ireduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype          282 ompi/mca/coll/libnbc/nbc_ireduce.c   res = red_sched_linear (rank, rsize, root, sendbuf, recvbuf, (void *)(-gap), count, datatype, op, schedule);
datatype          306 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          309 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
datatype          356 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
datatype          362 ompi/mca/coll/libnbc/nbc_ireduce.c   (void)opal_datatype_span(&datatype->super, count, &gap);
datatype          388 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
datatype          389 ompi/mca/coll/libnbc/nbc_ireduce.c                              ((char *)tmpbuf)-gap, false, count, datatype,
datatype          405 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
datatype          414 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          418 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          434 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
datatype          437 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
datatype          451 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_send (redbuf, tmpredbuf, count, datatype, root, schedule, false);
datatype          453 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (redbuf, tmpredbuf, count, datatype, vroot, schedule, false);
datatype          461 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
datatype          492 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)recvbuf+offset, false, thiscount, datatype, rpeer, schedule, true);
datatype          494 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_recv ((char *)offset, true, thiscount, datatype, rpeer, schedule, true);
datatype          504 ompi/mca/coll/libnbc/nbc_ireduce.c                                  thiscount, datatype, op, schedule, true);
datatype          507 ompi/mca/coll/libnbc/nbc_ireduce.c                                  thiscount, datatype, op, schedule, true);
datatype          511 ompi/mca/coll/libnbc/nbc_ireduce.c                              datatype, op, schedule, true);
datatype          524 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) sendbuf + offset, false, thiscount, datatype, speer, schedule, true);
datatype          526 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send ((char *) offset, true, thiscount, datatype, speer, schedule, true);
datatype          539 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
datatype          563 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_recv (lbuf, tmplbuf, count, datatype, 0, schedule, false);
datatype          569 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
datatype          574 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
datatype          583 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_send (sendbuf, false, count, datatype, root, schedule, true);
datatype          651 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
datatype          666 ompi/mca/coll/libnbc/nbc_ireduce.c     ompi_datatype_get_extent(datatype, &lb, &extent);
datatype          669 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
datatype          670 ompi/mca/coll/libnbc/nbc_ireduce.c                              rbuf, tmpredbuf, count, datatype, schedule, true);
datatype          705 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_send(rbuf, tmpredbuf, count_lhalf, datatype, rank - 1,
datatype          710 ompi/mca/coll/libnbc/nbc_ireduce.c                                  false, count_rhalf, datatype, rank - 1, schedule, true);
datatype          715 ompi/mca/coll/libnbc/nbc_ireduce.c                                tmpredbuf, count_rhalf, datatype, op, schedule, true);
datatype          720 ompi/mca/coll/libnbc/nbc_ireduce.c                                  tmpredbuf, count_rhalf, datatype, rank - 1, schedule, true);
datatype          733 ompi/mca/coll/libnbc/nbc_ireduce.c                                  tmpredbuf, count_rhalf, datatype, rank + 1, schedule, false);
datatype          736 ompi/mca/coll/libnbc/nbc_ireduce.c             res = NBC_Sched_recv((char *)tmp_buf, false, count_lhalf, datatype, rank + 1,
datatype          741 ompi/mca/coll/libnbc/nbc_ireduce.c                                datatype, op, schedule, true);
datatype          746 ompi/mca/coll/libnbc/nbc_ireduce.c                                  tmpredbuf, count_rhalf, datatype, rank + 1, schedule, true);
datatype          813 ompi/mca/coll/libnbc/nbc_ireduce.c                                  tmpredbuf, scount[step], datatype, dest, schedule, false);
datatype          816 ompi/mca/coll/libnbc/nbc_ireduce.c                                  false, rcount[step], datatype, dest, schedule, true);
datatype          822 ompi/mca/coll/libnbc/nbc_ireduce.c                                tmpredbuf, rcount[step], datatype, op, schedule, true);
datatype          867 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_recv(rbuf, tmpredbuf, rcount[nsteps - 1], datatype,
datatype          874 ompi/mca/coll/libnbc/nbc_ireduce.c                 res = NBC_Sched_send(rbuf, tmpredbuf, rcount[nsteps - 1], datatype,
datatype          915 ompi/mca/coll/libnbc/nbc_ireduce.c                                      tmpredbuf, rcount[step], datatype, dest, schedule, false);
datatype          921 ompi/mca/coll/libnbc/nbc_ireduce.c                                      tmpredbuf, scount[step], datatype, dest, schedule, true);
datatype          940 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          943 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
datatype          952 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
datatype          955 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
datatype           45 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c static int nbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype           62 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = ompi_datatype_type_extent (datatype, &ext);
datatype           76 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Copy(sendbuf, recvcounts[0], datatype, recvbuf, recvcounts[0], datatype, comm);
datatype           87 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype           88 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype          109 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_recv(rbuf, true, count, datatype, peer, schedule, true);
datatype          119 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
datatype          123 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
datatype          139 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
datatype          142 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
datatype          168 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_send (sbuf, true, recvcounts[r], datatype, r, schedule,
datatype          179 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_copy ((void *)sendbuf, false, recvcounts[0], datatype,
datatype          180 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c                             recvbuf, false, recvcounts[0], datatype, schedule, false);
datatype          182 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_copy (lbuf, true, recvcounts[0], datatype, recvbuf, false,
datatype          183 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c                             recvcounts[0], datatype, schedule, false);
datatype          186 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_recv (recvbuf, false, recvcounts[rank], datatype, 0, schedule, false);
datatype          212 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_ireduce_scatter (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          215 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_init(sendbuf, recvbuf, recvcounts, datatype, op,
datatype          229 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c static int nbc_reduce_scatter_inter_init (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          243 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = ompi_datatype_type_extent (datatype, &ext);
datatype          254 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span = opal_datatype_span(&datatype->super, count, &gap);
datatype          255 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype          271 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_send(sendbuf, false, count, datatype, 0, schedule, false);
datatype          282 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_recv (lbuf, true, count, datatype, 0, schedule, true);
datatype          291 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
datatype          298 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype,
datatype          309 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_copy (lbuf, true, recvcounts[0], datatype, recvbuf, false,
datatype          310 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c                           recvcounts[0], datatype, schedule, false);
datatype          317 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_local_send (lbuf + offset, true, recvcounts[peer], datatype, peer, schedule,
datatype          329 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_local_recv (recvbuf, false, recvcounts[rank], datatype, 0, schedule, false);
datatype          354 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_ireduce_scatter_inter (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          357 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_inter_init(sendbuf, recvbuf, recvcounts, datatype, op,
datatype          372 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          375 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_init(sendbuf, recvbuf, recvcounts, datatype, op,
datatype          384 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c int ompi_coll_libnbc_reduce_scatter_inter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datatype datatype,
datatype          387 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     int res = nbc_reduce_scatter_inter_init(sendbuf, recvbuf, recvcounts, datatype, op,
datatype           43 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c static int nbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
datatype           59 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = ompi_datatype_type_extent(datatype, &ext);
datatype           78 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     span = opal_datatype_span(&datatype->super, count, &gap);
datatype           79 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype           92 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
datatype           93 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c                             redbuf, false, count, datatype, schedule, false);
datatype          107 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
datatype          116 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
datatype          120 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
datatype          136 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
datatype          139 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
datatype          162 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_recv (recvbuf, false, recvcount, datatype, 0, schedule, false);
datatype          173 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_send (sbuf, true, recvcount, datatype, r, schedule, false);
datatype          182 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_copy (lbuf, true, recvcount, datatype, recvbuf, false, recvcount,
datatype          183 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c                               datatype, schedule, false);
datatype          210 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
datatype          213 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
datatype          349 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block_inter(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
datatype          352 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
datatype          367 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
datatype          370 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
datatype          379 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_inter_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
datatype          382 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
datatype           28 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
datatype           32 ompi/mca/coll/libnbc/nbc_iscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
datatype           41 ompi/mca/coll/libnbc/nbc_iscan.c       (a->datatype == b->datatype) &&
datatype           54 ompi/mca/coll/libnbc/nbc_iscan.c static int nbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype           74 ompi/mca/coll/libnbc/nbc_iscan.c     span = opal_datatype_span(&datatype->super, count, &gap);
datatype           77 ompi/mca/coll/libnbc/nbc_iscan.c         ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
datatype           97 ompi/mca/coll/libnbc/nbc_iscan.c   search.datatype = datatype;
datatype          109 ompi/mca/coll/libnbc/nbc_iscan.c         res = scan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
datatype          113 ompi/mca/coll/libnbc/nbc_iscan.c                                            datatype, op, inplace, schedule, tmpbuf1, tmpbuf2);
datatype          135 ompi/mca/coll/libnbc/nbc_iscan.c       args->datatype = datatype;
datatype          185 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype,  MPI_Op op, char inplace, NBC_Schedule *schedule,
datatype          192 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
datatype          193 ompi/mca/coll/libnbc/nbc_iscan.c                              recvbuf, false, count, datatype, schedule, false);
datatype          199 ompi/mca/coll/libnbc/nbc_iscan.c         opal_datatype_span(&datatype->super, count, &gap);
datatype          201 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_recv((void *)(-gap), true, count, datatype, rank - 1, schedule, true);
datatype          206 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_op((void *)(-gap), true, recvbuf, false, count, datatype, op, schedule,
datatype          212 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_send(recvbuf, false, count, datatype, rank + 1, schedule, false);
datatype          255 ompi/mca/coll/libnbc/nbc_iscan.c     MPI_Datatype datatype, MPI_Op op, char inplace,
datatype          261 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
datatype          262 ompi/mca/coll/libnbc/nbc_iscan.c                               recvbuf, false, count, datatype, schedule, true);
datatype          270 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Sched_copy(recvbuf, false, count, datatype,
datatype          271 ompi/mca/coll/libnbc/nbc_iscan.c                          psend, true, count, datatype, schedule, true);
datatype          278 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
datatype          280 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
datatype          286 ompi/mca/coll/libnbc/nbc_iscan.c                                    datatype, op, schedule, false);
datatype          290 ompi/mca/coll/libnbc/nbc_iscan.c                                    datatype, op, schedule, true);
datatype          296 ompi/mca/coll/libnbc/nbc_iscan.c                                        datatype, op, schedule, true);
datatype          301 ompi/mca/coll/libnbc/nbc_iscan.c                                        datatype, op, schedule, true);
datatype          315 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          318 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
datatype          333 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
datatype          336 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
datatype           99 ompi/mca/coll/monitoring/coll_monitoring.h                                      struct ompi_datatype_t *datatype,
datatype          225 ompi/mca/coll/monitoring/coll_monitoring.h                                       struct ompi_datatype_t *datatype,
datatype           19 ompi/mca/coll/monitoring/coll_monitoring_bcast.c                               struct ompi_datatype_t *datatype,
datatype           27 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     ompi_datatype_type_size(datatype, &type_size);
datatype           43 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     return monitoring_module->real.coll_bcast(buff, count, datatype, root, comm, monitoring_module->real.coll_bcast_module);
datatype           47 ompi/mca/coll/monitoring/coll_monitoring_bcast.c                                struct ompi_datatype_t *datatype,
datatype           56 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     ompi_datatype_type_size(datatype, &type_size);
datatype           72 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     return monitoring_module->real.coll_ibcast(buff, count, datatype, root, comm, request, monitoring_module->real.coll_ibcast_module);
datatype          191 ompi/mca/coll/portals4/coll_portals4.h         struct ompi_datatype_t *datatype, int root,
datatype          194 ompi/mca/coll/portals4/coll_portals4.h         struct ompi_datatype_t *datatype, int root,
datatype          438 ompi/mca/coll/portals4/coll_portals4.h                                           ompi_datatype_t *datatype)
datatype          445 ompi/mca/coll/portals4/coll_portals4.h                                              &datatype->super,
datatype          457 ompi/mca/coll/portals4/coll_portals4.h                                           ompi_datatype_t *datatype)
datatype          462 ompi/mca/coll/portals4/coll_portals4.h                                              &datatype->super,
datatype           35 ompi/mca/coll/portals4/coll_portals4_bcast.c         struct ompi_datatype_t *datatype, int root,
datatype           44 ompi/mca/coll/portals4/coll_portals4_bcast.c     request->u.bcast.needs_pack = !ompi_datatype_is_contiguous_memory_layout(datatype, count);
datatype           50 ompi/mca/coll/portals4/coll_portals4_bcast.c                     &(datatype->super), count,
datatype           71 ompi/mca/coll/portals4/coll_portals4_bcast.c                     &(datatype->super), count,
datatype           87 ompi/mca/coll/portals4/coll_portals4_bcast.c         ompi_datatype_type_size(datatype, &request->u.bcast.tmpsize);
datatype          142 ompi/mca/coll/portals4/coll_portals4_bcast.c         struct ompi_datatype_t *datatype, int root,
datatype          483 ompi/mca/coll/portals4/coll_portals4_bcast.c         struct ompi_datatype_t *datatype, int root,
datatype          838 ompi/mca/coll/portals4/coll_portals4_bcast.c         struct ompi_datatype_t *datatype, int root,
datatype          854 ompi/mca/coll/portals4/coll_portals4_bcast.c     prepare_bcast_data(comm, buff, count, datatype, root, request);
datatype          858 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_kary_tree_top(buff, count, datatype, root,
datatype          863 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_pipeline_top(buff, count, datatype, root,
datatype          882 ompi/mca/coll/portals4/coll_portals4_bcast.c         struct ompi_datatype_t *datatype, int root,
datatype          901 ompi/mca/coll/portals4/coll_portals4_bcast.c     prepare_bcast_data(comm, buff, count, datatype, root, request);
datatype          905 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_kary_tree_top(buff, count, datatype, root,
datatype          909 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_pipeline_top(buff, count, datatype, root,
datatype           94 ompi/mca/coll/self/coll_self.h                               struct ompi_datatype_t *datatype,
datatype           34 ompi/mca/coll/self/coll_self_bcast.c                               struct ompi_datatype_t *datatype, int root,
datatype          259 ompi/mca/coll/sm/coll_sm.h 				struct ompi_datatype_t *datatype,
datatype          264 ompi/mca/coll/sm/coll_sm.h 				    struct ompi_datatype_t *datatype,
datatype           57 ompi/mca/coll/sm/coll_sm_bcast.c                             struct ompi_datatype_t *datatype, int root,
datatype          113 ompi/mca/coll/sm/coll_sm_bcast.c                                                       &(datatype->super),
datatype          171 ompi/mca/coll/sm/coll_sm_bcast.c                                                       &(datatype->super),
datatype           53 ompi/mca/coll/sync/coll_sync.h                         struct ompi_datatype_t *datatype,
datatype           34 ompi/mca/coll/sync/coll_sync_bcast.c                         struct ompi_datatype_t *datatype, int root,
datatype           41 ompi/mca/coll/sync/coll_sync_bcast.c         return s->c_coll.coll_bcast(buff, count, datatype, root, comm,
datatype           44 ompi/mca/coll/sync/coll_sync_bcast.c     COLL_SYNC(s, s->c_coll.coll_bcast(buff, count, datatype, root, comm,
datatype          228 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                                           struct ompi_datatype_t *datatype, int root,
datatype          250 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     ompi_datatype_type_size(datatype, &dsize);
datatype          262 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return  ompi_coll_base_bcast_intra_binomial(buff, count, datatype,
datatype          269 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_split_bintree(buff, count, datatype,
datatype          278 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
datatype          285 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_split_bintree(buff, count, datatype,
datatype          292 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
datatype          299 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
datatype          307 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
datatype          314 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module);
datatype          319 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
datatype          322 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module);
datatype          326 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return  ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
datatype          330 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype, root, comm, module, segsize);
datatype          335 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
datatype          348 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                                             int count, struct ompi_datatype_t* datatype,
datatype          369 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     ompi_datatype_type_size(datatype, &dsize);
datatype          378 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c             return ompi_coll_base_reduce_intra_basic_linear (sendbuf, recvbuf, count, datatype, op, root, comm, module);
datatype          380 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_in_order_binary (sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          390 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module);
datatype          395 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          400 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          405 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          410 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binary( sendbuf, recvbuf, count, datatype, op, root,
datatype          420 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          430 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module);
datatype          442 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_chain(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          446 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
datatype          243 ompi/mca/common/ompio/common_ompio.h                                                struct ompi_datatype_t *datatype, 
datatype          247 ompi/mca/common/ompio/common_ompio.h                                                   int count,  struct ompi_datatype_t *datatype, 
datatype          251 ompi/mca/common/ompio/common_ompio.h                                                 struct ompi_datatype_t *datatype, ompi_request_t **request);
datatype          254 ompi/mca/common/ompio/common_ompio.h                                                    const void *buf,  int count,  struct ompi_datatype_t *datatype,
datatype          258 ompi/mca/common/ompio/common_ompio.h                                                    int count, struct ompi_datatype_t *datatype, 
datatype          262 ompi/mca/common/ompio/common_ompio.h                                                       int count, struct ompi_datatype_t *datatype, 
datatype          266 ompi/mca/common/ompio/common_ompio.h                                                     int count, struct ompi_datatype_t *datatype, ompi_request_t **request);
datatype          269 ompi/mca/common/ompio/common_ompio.h                                                        int count, struct ompi_datatype_t *datatype, ompi_request_t **request);
datatype          279 ompi/mca/common/ompio/common_ompio.h                                               struct ompi_datatype_t *datatype, ompi_status_public_t *status);
datatype          282 ompi/mca/common/ompio/common_ompio.h                                                  int count, struct ompi_datatype_t *datatype, 
datatype          286 ompi/mca/common/ompio/common_ompio.h                                                struct ompi_datatype_t *datatype, ompi_request_t **request);
datatype          289 ompi/mca/common/ompio/common_ompio.h                                                   void *buf, int count, struct ompi_datatype_t *datatype,
datatype          292 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_all (ompio_file_t *fh, void *buf, int count, struct ompi_datatype_t *datatype,
datatype          296 ompi/mca/common/ompio/common_ompio.h                                                      void *buf, int count, struct ompi_datatype_t *datatype,
datatype          299 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_all (ompio_file_t *fp, void *buf, int count, struct ompi_datatype_t *datatype,
datatype          303 ompi/mca/common/ompio/common_ompio.h                                                       void *buf, int count, struct ompi_datatype_t *datatype,
datatype          330 ompi/mca/common/ompio/common_ompio.h                                                     struct ompi_datatype_t *datatype,
datatype          570 ompi/mca/common/ompio/common_ompio_file_open.c                                       ompi_datatype_t *datatype,
datatype          592 ompi/mca/common/ompio/common_ompio_file_open.c                                                          &(datatype->super),
datatype          599 ompi/mca/common/ompio/common_ompio_file_open.c     if ( 0 == datatype->super.size ) {
datatype          606 ompi/mca/common/ompio/common_ompio_file_open.c     remaining_length = count * datatype->super.size;
datatype           59 ompi/mca/common/ompio/common_ompio_file_read.c 			      struct ompi_datatype_t *datatype,
datatype          102 ompi/mca/common/ompio/common_ompio_file_read.c          !(datatype == &ompi_mpi_byte.dt  ||
datatype          103 ompi/mca/common/ompio/common_ompio_file_read.c            datatype == &ompi_mpi_char.dt   )) {
datatype          116 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);        
datatype          120 ompi/mca/common/ompio/common_ompio_file_read.c                                           datatype,
datatype          208 ompi/mca/common/ompio/common_ompio_file_read.c 				 struct ompi_datatype_t *datatype,
datatype          220 ompi/mca/common/ompio/common_ompio_file_read.c 				    datatype,
datatype          235 ompi/mca/common/ompio/common_ompio_file_read.c 			       struct ompi_datatype_t *datatype,
datatype          281 ompi/mca/common/ompio/common_ompio_file_read.c              !(datatype == &ompi_mpi_byte.dt  ||
datatype          282 ompi/mca/common/ompio/common_ompio_file_read.c                datatype == &ompi_mpi_char.dt   )) {
datatype          295 ompi/mca/common/ompio/common_ompio_file_read.c             OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&ompio_req->req_convertor,max_data,decoded_iov,iov_count); 
datatype          302 ompi/mca/common/ompio/common_ompio_file_read.c                                               datatype,
datatype          361 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_read (fh, buf, count, datatype, &status);
datatype          377 ompi/mca/common/ompio/common_ompio_file_read.c 				  struct ompi_datatype_t *datatype,
datatype          388 ompi/mca/common/ompio/common_ompio_file_read.c 				    datatype,
datatype          409 ompi/mca/common/ompio/common_ompio_file_read.c                                     struct ompi_datatype_t *datatype,
datatype          416 ompi/mca/common/ompio/common_ompio_file_read.c          !(datatype == &ompi_mpi_byte.dt  ||
datatype          417 ompi/mca/common/ompio/common_ompio_file_read.c            datatype == &ompi_mpi_char.dt   )) {
datatype          437 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);   
datatype          456 ompi/mca/common/ompio/common_ompio_file_read.c                                                 datatype,
datatype          466 ompi/mca/common/ompio/common_ompio_file_read.c 				     struct ompi_datatype_t *datatype,
datatype          477 ompi/mca/common/ompio/common_ompio_file_read.c                                           datatype,
datatype          487 ompi/mca/common/ompio/common_ompio_file_read.c                                      struct ompi_datatype_t *datatype,
datatype          496 ompi/mca/common/ompio/common_ompio_file_read.c 						 datatype,
datatype          503 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_iread ( fp, buf, count, datatype, request );
datatype          513 ompi/mca/common/ompio/common_ompio_file_read.c 				      struct ompi_datatype_t *datatype,
datatype          525 ompi/mca/common/ompio/common_ompio_file_read.c                                            datatype,
datatype           41 ompi/mca/common/ompio/common_ompio_file_write.c 			       struct ompi_datatype_t *datatype,
datatype           83 ompi/mca/common/ompio/common_ompio_file_write.c          !(datatype == &ompi_mpi_byte.dt  ||
datatype           84 ompi/mca/common/ompio/common_ompio_file_write.c            datatype == &ompi_mpi_char.dt   )) {
datatype           99 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
datatype          105 ompi/mca/common/ompio/common_ompio_file_write.c                                           datatype,
datatype          188 ompi/mca/common/ompio/common_ompio_file_write.c 				  struct ompi_datatype_t *datatype,
datatype          199 ompi/mca/common/ompio/common_ompio_file_write.c                                      datatype,
datatype          211 ompi/mca/common/ompio/common_ompio_file_write.c 				struct ompi_datatype_t *datatype,
datatype          256 ompi/mca/common/ompio/common_ompio_file_write.c              !(datatype == &ompi_mpi_byte.dt  ||
datatype          257 ompi/mca/common/ompio/common_ompio_file_write.c                datatype == &ompi_mpi_char.dt   )) {
datatype          272 ompi/mca/common/ompio/common_ompio_file_write.c             OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);                    
datatype          281 ompi/mca/common/ompio/common_ompio_file_write.c                                               datatype,
datatype          339 ompi/mca/common/ompio/common_ompio_file_write.c         ret = mca_common_ompio_file_write(fh,buf,count,datatype, &status);
datatype          354 ompi/mca/common/ompio/common_ompio_file_write.c 				   struct ompi_datatype_t *datatype,
datatype          365 ompi/mca/common/ompio/common_ompio_file_write.c                                     datatype,
datatype          386 ompi/mca/common/ompio/common_ompio_file_write.c                                      struct ompi_datatype_t *datatype,
datatype          392 ompi/mca/common/ompio/common_ompio_file_write.c          !(datatype == &ompi_mpi_byte.dt  ||
datatype          393 ompi/mca/common/ompio/common_ompio_file_write.c            datatype == &ompi_mpi_char.dt   )) {
datatype          413 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
datatype          434 ompi/mca/common/ompio/common_ompio_file_write.c                                                  datatype,
datatype          444 ompi/mca/common/ompio/common_ompio_file_write.c 				      struct ompi_datatype_t *datatype,
datatype          455 ompi/mca/common/ompio/common_ompio_file_write.c                                            datatype,
datatype          465 ompi/mca/common/ompio/common_ompio_file_write.c                                       struct ompi_datatype_t *datatype,
datatype          474 ompi/mca/common/ompio/common_ompio_file_write.c 						  datatype,
datatype          481 ompi/mca/common/ompio/common_ompio_file_write.c 	ret = mca_common_ompio_file_iwrite ( fp, buf, count, datatype, request );
datatype          492 ompi/mca/common/ompio/common_ompio_file_write.c 				       struct ompi_datatype_t *datatype,
datatype          502 ompi/mca/common/ompio/common_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_all ( fp, buf, count, datatype, request );
datatype           84 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype           87 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype           90 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype           93 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype           96 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype           99 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          176 ompi/mca/crcp/base/crcp_base_fns.c                                                                 ompi_datatype_t *datatype,
datatype          188 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_datatype_t *datatype,
datatype          200 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_datatype_t *datatype,
datatype          211 ompi/mca/crcp/base/crcp_base_fns.c                                                                 ompi_datatype_t *datatype,
datatype          222 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_datatype_t *datatype,
datatype          233 ompi/mca/crcp/base/crcp_base_fns.c                                                            ompi_datatype_t *datatype,
datatype          155 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype          254 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     ompi_datatype_t *datatype,
datatype          293 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
datatype          886 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->datatype   = NULL;
datatype          911 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( NULL != msg_ref->datatype ) {
datatype          912 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         OBJ_RELEASE(msg_ref->datatype);
datatype          913 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         msg_ref->datatype   = NULL;
datatype         1043 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    msg_ref->datatype = NULL;                                     \
datatype         1503 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         1539 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
datatype         1716 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         1752 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
datatype         1875 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         1910 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
datatype         1959 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         1996 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
datatype         2015 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
datatype         2388 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         2413 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
datatype         2445 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
datatype         2464 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
datatype         2626 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         2652 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
datatype         2681 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
datatype         2697 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
datatype         3182 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   ompi_datatype_t *datatype,
datatype         3192 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( NULL != datatype ) {
datatype         3193 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         ompi_datatype_type_size(datatype,
datatype         3585 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             ompi_datatype_duplicate(&(ompi_mpi_packed.dt), &(drain_msg_ref->datatype));
datatype         3836 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     ompi_datatype_t *datatype,
datatype         3851 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     ompi_datatype_type_size(datatype, &tmp_ddt_size);
datatype         3879 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              datatype, count, buf,
datatype         4072 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( 0 != (ret = ompi_datatype_copy_content_same_ddt(drain_msg_ref->datatype,
datatype         4094 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
datatype         4118 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( 0 != (ret = ompi_datatype_copy_content_same_ddt(datatype, count,
datatype         4975 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              drain_msg_ref->datatype,
datatype           72 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
datatype           79 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
datatype           86 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
datatype           92 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
datatype           98 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
datatype          104 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
datatype          219 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         struct ompi_datatype_t * datatype;
datatype          131 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          136 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          141 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          146 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          151 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          156 ompi/mca/crcp/crcp.h      (  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          445 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                  ompi_datatype_t *datatype,
datatype          461 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                 datatype,
datatype          483 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                  datatype,
datatype          101 ompi/mca/fcoll/base/fcoll_base_coll_array.h                                                ompi_datatype_t *datatype,
datatype           56 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                      struct ompi_datatype_t *datatype,
datatype           63 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                       struct ompi_datatype_t *datatype,
datatype           56 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                  struct ompi_datatype_t *datatype,
datatype          117 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c     opal_datatype_type_size ( &datatype->super, &ftype_size );
datatype          118 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c     opal_datatype_get_extent ( &datatype->super, &lb, &ftype_extent );
datatype          121 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c         opal_datatype_is_contiguous_memory_layout(&datatype->super,1) &&
datatype          129 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                                 datatype,
datatype          141 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c         max_data = count * datatype->super.size;
datatype           57 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                   struct ompi_datatype_t *datatype,
datatype          115 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c     opal_datatype_type_size ( &datatype->super, &ftype_size );
datatype          116 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c     opal_datatype_get_extent ( &datatype->super, &lb, &ftype_extent );
datatype          122 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c          opal_datatype_is_contiguous_memory_layout(&datatype->super,1) &&
datatype          131 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                                   datatype,
datatype          143 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c         max_data = count * datatype->super.size;
datatype           58 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                      struct ompi_datatype_t *datatype,
datatype           65 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                       struct ompi_datatype_t *datatype,
datatype           56 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                  struct ompi_datatype_t *datatype,
datatype          117 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c     opal_datatype_type_size ( &datatype->super, &ftype_size );
datatype          118 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c     opal_datatype_get_extent ( &datatype->super, &lb, &ftype_extent );
datatype          121 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c         opal_datatype_is_contiguous_memory_layout(&datatype->super,1) &&
datatype          129 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                                 datatype,
datatype          141 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c         max_data = count * datatype->super.size;
datatype          121 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                       struct ompi_datatype_t *datatype,
datatype          169 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                               datatype,
datatype          119 ompi/mca/fcoll/fcoll.h  struct ompi_datatype_t *datatype,
datatype          126 ompi/mca/fcoll/fcoll.h  struct ompi_datatype_t *datatype,
datatype          133 ompi/mca/fcoll/fcoll.h  struct ompi_datatype_t *datatype,
datatype          140 ompi/mca/fcoll/fcoll.h  struct ompi_datatype_t *datatype,
datatype           56 ompi/mca/fcoll/individual/fcoll_individual.h                                      struct ompi_datatype_t *datatype,
datatype           63 ompi/mca/fcoll/individual/fcoll_individual.h                                       struct ompi_datatype_t *datatype,
datatype           39 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c                                     struct ompi_datatype_t *datatype,
datatype           42 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c     return mca_common_ompio_file_read( fh, buf, count, datatype, status);
datatype           36 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c                                          struct ompi_datatype_t *datatype,
datatype           39 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c     return mca_common_ompio_file_write (fh, buf, count, datatype, status);
datatype           56 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                      struct ompi_datatype_t *datatype,
datatype           63 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                       struct ompi_datatype_t *datatype,
datatype           59 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   MPI_Datatype datatype,
datatype          125 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   struct ompi_datatype_t *datatype,
datatype          154 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				                  datatype,
datatype          183 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	max_data = count * datatype->super.size;
datatype          263 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	flat_buf->type = datatype;
datatype          462 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				  datatype,
datatype          534 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   MPI_Datatype datatype,
datatype          655 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     ompi_datatype_type_extent(datatype, &buftype_extent);
datatype           61 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    MPI_Datatype datatype,
datatype          147 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c                                     struct ompi_datatype_t *datatype,
datatype          184 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				                  datatype,
datatype          219 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	max_data = count * datatype->super.size;
datatype          307 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	flat_buf->type = datatype;
datatype          523 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				   datatype,
datatype          596 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				    MPI_Datatype datatype,
datatype          746 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     ompi_datatype_type_extent(datatype, &buftype_extent);
datatype           59 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                     struct ompi_datatype_t *datatype,
datatype           66 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                      struct ompi_datatype_t *datatype,
datatype           55 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                  struct ompi_datatype_t *datatype,
datatype          116 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c     opal_datatype_type_size ( &datatype->super, &ftype_size );
datatype          117 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c     opal_datatype_get_extent ( &datatype->super, &lb, &ftype_extent );
datatype          120 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c         opal_datatype_is_contiguous_memory_layout(&datatype->super,1) &&
datatype          128 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                                 datatype,
datatype          140 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c         max_data = count * datatype->super.size;
datatype          124 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                       struct ompi_datatype_t *datatype,
datatype          184 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                               datatype,
datatype          168 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          172 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          176 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          180 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          185 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          189 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          194 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          198 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
datatype          203 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
datatype          206 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
datatype          209 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
datatype          212 ompi/mca/io/io.h      datatype, struct ompi_status_public_t *status);
datatype          216 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          219 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          223 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          226 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          237 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
datatype          240 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
datatype          243 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          246 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_request_t **request);
datatype          249 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
datatype          252 ompi/mca/io/io.h      struct ompi_datatype_t *datatype, struct ompi_status_public_t *status);
datatype          260 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype);
datatype          265 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype);
datatype          270 ompi/mca/io/io.h      struct ompi_datatype_t *datatype);
datatype          275 ompi/mca/io/io.h      struct ompi_datatype_t *datatype);
datatype          280 ompi/mca/io/io.h      struct ompi_datatype_t *datatype);
datatype          285 ompi/mca/io/io.h      struct ompi_datatype_t *datatype);
datatype          290 ompi/mca/io/io.h     (struct ompi_file_t *fh, struct ompi_datatype_t *datatype,
datatype          183 ompi/mca/io/ompio/io_ompio.h                                struct ompi_datatype_t *datatype,
datatype          189 ompi/mca/io/ompio/io_ompio.h                                    struct ompi_datatype_t *datatype,
datatype          195 ompi/mca/io/ompio/io_ompio.h                                 struct ompi_datatype_t *datatype,
datatype          201 ompi/mca/io/ompio/io_ompio.h                                     struct ompi_datatype_t *datatype,
datatype          207 ompi/mca/io/ompio/io_ompio.h                                 struct ompi_datatype_t *datatype,
datatype          213 ompi/mca/io/ompio/io_ompio.h                                  struct ompi_datatype_t *datatype,
datatype          220 ompi/mca/io/ompio/io_ompio.h                             struct ompi_datatype_t *datatype,
datatype          225 ompi/mca/io/ompio/io_ompio.h                                 struct ompi_datatype_t *datatype,
datatype          230 ompi/mca/io/ompio/io_ompio.h 				struct ompi_datatype_t *datatype,
datatype          236 ompi/mca/io/ompio/io_ompio.h 				    struct ompi_datatype_t *datatype,
datatype          242 ompi/mca/io/ompio/io_ompio.h                              struct ompi_datatype_t *datatype,
datatype          247 ompi/mca/io/ompio/io_ompio.h                                  struct ompi_datatype_t *datatype,
datatype          252 ompi/mca/io/ompio/io_ompio.h 				  struct ompi_datatype_t *datatype,
datatype          258 ompi/mca/io/ompio/io_ompio.h 				     struct ompi_datatype_t *datatype,
datatype          263 ompi/mca/io/ompio/io_ompio.h                              struct ompi_datatype_t *datatype,
datatype          268 ompi/mca/io/ompio/io_ompio.h                               struct ompi_datatype_t *datatype,
datatype          283 ompi/mca/io/ompio/io_ompio.h                                    struct ompi_datatype_t *datatype,
datatype          288 ompi/mca/io/ompio/io_ompio.h                                     struct ompi_datatype_t *datatype,
datatype          293 ompi/mca/io/ompio/io_ompio.h                                     struct ompi_datatype_t *datatype,
datatype          298 ompi/mca/io/ompio/io_ompio.h                                      struct ompi_datatype_t *datatype,
datatype          303 ompi/mca/io/ompio/io_ompio.h                                     struct ompi_datatype_t *datatype,
datatype          308 ompi/mca/io/ompio/io_ompio.h                                      struct ompi_datatype_t *datatype,
datatype          321 ompi/mca/io/ompio/io_ompio.h                                          struct ompi_datatype_t *datatype);
datatype          329 ompi/mca/io/ompio/io_ompio.h                                           struct ompi_datatype_t *datatype);
datatype          336 ompi/mca/io/ompio/io_ompio.h                                       struct ompi_datatype_t *datatype);
datatype          343 ompi/mca/io/ompio/io_ompio.h                                        struct ompi_datatype_t *datatype);
datatype          350 ompi/mca/io/ompio/io_ompio.h                                           struct ompi_datatype_t *datatype);
datatype          357 ompi/mca/io/ompio/io_ompio.h                                            struct ompi_datatype_t *datatype);
datatype          364 ompi/mca/io/ompio/io_ompio.h                                        struct ompi_datatype_t *datatype,
datatype          303 ompi/mca/io/ompio/io_ompio_file_open.c                                        struct ompi_datatype_t *datatype,
datatype          306 ompi/mca/io/ompio/io_ompio_file_open.c     opal_datatype_type_extent (&datatype->super, extent);
datatype           57 ompi/mca/io/ompio/io_ompio_file_read.c 			    struct ompi_datatype_t *datatype,
datatype           65 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read(&data->ompio_fh,buf,count,datatype,status);
datatype           75 ompi/mca/io/ompio/io_ompio_file_read.c 			       struct ompi_datatype_t *datatype,
datatype           83 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at(&data->ompio_fh, offset,buf,count,datatype,status);
datatype           92 ompi/mca/io/ompio/io_ompio_file_read.c 			     struct ompi_datatype_t *datatype,
datatype          100 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread(&data->ompio_fh,buf,count,datatype,request);
datatype          111 ompi/mca/io/ompio/io_ompio_file_read.c 				struct ompi_datatype_t *datatype,
datatype          119 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at(&data->ompio_fh,offset,buf,count,datatype,request);
datatype          131 ompi/mca/io/ompio/io_ompio_file_read.c 				struct ompi_datatype_t *datatype,
datatype          143 ompi/mca/io/ompio/io_ompio_file_read.c                                           datatype,
datatype          149 ompi/mca/io/ompio/io_ompio_file_read.c 	opal_datatype_type_size (&datatype->super, &size);
datatype          159 ompi/mca/io/ompio/io_ompio_file_read.c 				struct ompi_datatype_t *datatype,
datatype          173 ompi/mca/io/ompio/io_ompio_file_read.c                                            datatype,
datatype          185 ompi/mca/io/ompio/io_ompio_file_read.c 				   struct ompi_datatype_t *datatype,
datatype          193 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
datatype          203 ompi/mca/io/ompio/io_ompio_file_read.c 				    struct ompi_datatype_t *datatype,
datatype          211 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
datatype          223 ompi/mca/io/ompio/io_ompio_file_read.c 				   struct ompi_datatype_t *datatype,
datatype          241 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status);
datatype          250 ompi/mca/io/ompio/io_ompio_file_read.c 				    struct ompi_datatype_t *datatype,
datatype          268 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_iread(ompio_fh,buf,count,datatype,request);
datatype          277 ompi/mca/io/ompio/io_ompio_file_read.c 				    struct ompi_datatype_t *datatype,
datatype          295 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered(ompio_fh,buf,count,datatype,status);
datatype          303 ompi/mca/io/ompio/io_ompio_file_read.c 					  struct ompi_datatype_t *datatype)
datatype          320 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered_begin(ompio_fh,buf,count,datatype);
datatype          357 ompi/mca/io/ompio/io_ompio_file_read.c 				      struct ompi_datatype_t *datatype)
datatype          370 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_io_ompio_file_iread_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
datatype          397 ompi/mca/io/ompio/io_ompio_file_read.c 					 struct ompi_datatype_t *datatype)
datatype          410 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
datatype           60 ompi/mca/io/ompio/io_ompio_file_write.c 			     struct ompi_datatype_t *datatype,
datatype           70 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write(fh,buf,count,datatype,status);
datatype           80 ompi/mca/io/ompio/io_ompio_file_write.c 				struct ompi_datatype_t *datatype,
datatype           88 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at (&data->ompio_fh, offset,buf,count,datatype,status);
datatype           97 ompi/mca/io/ompio/io_ompio_file_write.c 			      struct ompi_datatype_t *datatype,
datatype          105 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite(&data->ompio_fh,buf,count,datatype,request);
datatype          116 ompi/mca/io/ompio/io_ompio_file_write.c 				 struct ompi_datatype_t *datatype,
datatype          124 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at(&data->ompio_fh,offset,buf,count,datatype,request);
datatype          137 ompi/mca/io/ompio/io_ompio_file_write.c 				 struct ompi_datatype_t *datatype,
datatype          149 ompi/mca/io/ompio/io_ompio_file_write.c                                            datatype,
datatype          155 ompi/mca/io/ompio/io_ompio_file_write.c 	opal_datatype_type_size (&datatype->super, &size);
datatype          166 ompi/mca/io/ompio/io_ompio_file_write.c 				    struct ompi_datatype_t *datatype,
datatype          174 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
datatype          183 ompi/mca/io/ompio/io_ompio_file_write.c 				  struct ompi_datatype_t *datatype,
datatype          197 ompi/mca/io/ompio/io_ompio_file_write.c                                             datatype,
datatype          209 ompi/mca/io/ompio/io_ompio_file_write.c 				     struct ompi_datatype_t *datatype,
datatype          217 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
datatype          230 ompi/mca/io/ompio/io_ompio_file_write.c 				    struct ompi_datatype_t *datatype,
datatype          248 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status);
datatype          257 ompi/mca/io/ompio/io_ompio_file_write.c 				     struct ompi_datatype_t *datatype,
datatype          275 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_iwrite(fh,buf,count,datatype,request);
datatype          284 ompi/mca/io/ompio/io_ompio_file_write.c 				     struct ompi_datatype_t *datatype,
datatype          302 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status);
datatype          311 ompi/mca/io/ompio/io_ompio_file_write.c 					   struct ompi_datatype_t *datatype)
datatype          328 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered_begin(fh,buf,count,datatype);
datatype          365 ompi/mca/io/ompio/io_ompio_file_write.c 				       struct ompi_datatype_t *datatype)
datatype          378 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_io_ompio_file_iwrite_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
datatype          406 ompi/mca/io/ompio/io_ompio_file_write.c 					  struct ompi_datatype_t *datatype)
datatype          420 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
datatype           39 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           43 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           50 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           54 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           59 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                                MPI_Datatype datatype, int file_ptr_type,
datatype           64 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h                        MPI_Datatype datatype, int file_ptr_type,
datatype           34 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 				datatype, int nprocs,
datatype           83 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			    datatype, int file_ptr_type, ADIO_Offset
datatype           92 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype          131 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
datatype          158 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          185 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         MPI_Type_size_x(datatype, &buftype_size);
datatype          248 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          267 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          273 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          349 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		    datatype,error_code, st_offsets, end_offsets, currentNonZeroDataIndex, fd_start, fd_end);
datatype          457 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Read_and_exch(fd, buf, datatype, nprocs, myrank,
datatype          467 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          489 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Type_size_x(datatype, &size);
datatype          491 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          501 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			 datatype, int nprocs,
datatype          606 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          608 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          610 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype           43 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                          datatype, int nprocs, int myrank, ADIOI_Access
datatype          110 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          166 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          187 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c         MPI_Type_size_x(datatype, &buftype_size);
datatype          250 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                 ADIO_WriteContig(fd, buf, count, datatype,
datatype          274 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          277 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          342 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	      buf, datatype, error_code, st_offsets, end_offsets,
datatype          373 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c           ADIOI_OneSidedWriteAggregation(fd, offset_list, len_list, contig_access_count, buf, datatype, error_code, st_offsets, end_offsets, currentValidDataIndex, fd_start, fd_end, &holeFound);
datatype          463 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Exch_and_write(fd, buf, datatype, nprocs, myrank,
datatype          474 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          498 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c       MPI_Type_size_x(datatype, &size);
datatype          500 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c       MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          612 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 				 datatype, int nprocs, 
datatype          751 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          753 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          755 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype           30 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			     MPI_Datatype datatype, int file_ptr_type,
datatype           34 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           38 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           42 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           56 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           64 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				   MPI_Datatype datatype, int file_ptr_type,
datatype           68 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				  MPI_Datatype datatype, int file_ptr_type,
datatype           72 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           76 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h 				MPI_Datatype datatype, int file_ptr_type,
datatype          104 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          125 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          178 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPIR_Status_set_bytes(status, datatype, bytes_read);
datatype          191 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 				 MPI_Datatype datatype, int file_ptr_type,
datatype          227 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPI_Type_size_x(datatype,&btype_size);
datatype          228 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPI_Type_get_extent(datatype,&btype_lb,&btype_extent);
datatype          229 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     ADIOI_Datatype_iscontig(datatype,&buf_contig);
datatype          366 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPIR_Status_set_bytes(status, datatype, bytes_read);
datatype          379 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype          416 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     MPI_Type_size_x(datatype,&btype_size);
datatype          419 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     ADIOI_Datatype_iscontig(datatype,&buf_contig);
datatype          423 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadDiscontig(fd, buf, count, datatype,
datatype          437 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
datatype          453 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
datatype          460 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadContig(fd, buf, count, datatype,
datatype          110 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          131 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          189 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPIR_Status_set_bytes(status, datatype, bytes_written);
datatype          204 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 				 MPI_Datatype datatype, int file_ptr_type,
datatype          227 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPI_Type_size_x(datatype,&btype_size);
datatype          228 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPI_Type_get_extent(datatype,&btype_lb,&btype_extent);
datatype          229 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     ADIOI_Datatype_iscontig(datatype,&buf_contig);
datatype          359 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPIR_Status_set_bytes(status, datatype, bytes_written);
datatype          374 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype          392 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
datatype          407 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     MPI_Type_size_x(datatype,&btype_size);
datatype          410 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     ADIOI_Datatype_iscontig(datatype,&buf_contig);
datatype          418 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteDiscontig(fd, buf, count, datatype,
datatype          433 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
datatype          452 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
datatype          465 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteContig(fd, buf, count, datatype,
datatype           23 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           15 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           23 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           55 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           15 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           23 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           54 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           52 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                              MPI_Datatype datatype, int file_ptr_type,
datatype           56 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h                               MPI_Datatype datatype, int file_ptr_type,
datatype           60 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           64 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                   MPI_Datatype datatype, int file_ptr_type,
datatype           68 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 		                  MPI_Datatype datatype, int file_ptr_type,
datatype           72 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype          117 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
datatype          121 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
datatype          129 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          171 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     if (status) MPIR_Status_set_bytes(status, datatype, err);
datatype          190 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
datatype          193 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
datatype          198 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c                    MPI_Datatype datatype, int file_ptr_type,
datatype          201 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
datatype           16 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					MPI_Datatype datatype, int nprocs,
datatype           63 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 				   MPI_Datatype datatype,
datatype          105 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          138 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          157 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype,
datatype          161 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          164 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          195 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIOI_LUSTRE_Exch_and_write(fd, buf, datatype, nprocs, myrank,
datatype          237 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	ADIOI_Delete_flattened(datatype);
datatype          271 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPI_Type_size_x(datatype, &size);
datatype          273 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          287 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					MPI_Datatype datatype, int nprocs,
datatype          416 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          418 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          420 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          148 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype          178 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 				     datatype,
datatype          186 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          192 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          199 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          200 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          212 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          350 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          436 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          520 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          526 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c         ADIOI_Delete_flattened(datatype);
datatype           48 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           52 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           56 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           60 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           74 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           78 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype           20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c                 MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype           12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           82 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPIR_Status_set_bytes(status, datatype, err);
datatype          164 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          189 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          195 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          202 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          203 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype          220 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          362 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c            MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          464 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          545 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          551 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           12 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           79 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPIR_Status_set_bytes(status, datatype, err);
datatype          268 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          292 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          298 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          305 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          306 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype          323 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          462 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c            MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          569 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          668 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          673 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           32 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           36 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           40 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           44 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           58 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c                 MPI_Datatype datatype, int file_ptr_type,
datatype           17 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype          170 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          178 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype           10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          241 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c 	MPIR_Status_set_bytes(status, datatype, dwNumRead);
datatype           10 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           26 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          204 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c 	MPIR_Status_set_bytes(status, datatype, dwNumWritten);
datatype           39 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			  MPI_Datatype datatype, int file_ptr_type,
datatype           44 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h 			   MPI_Datatype datatype, int file_ptr_type,
datatype           15 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c 			  MPI_Datatype datatype, int file_ptr_type,
datatype           22 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           64 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           15 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           22 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           64 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c     if (err != -1 && status) MPIR_Status_set_bytes(status, datatype, err);
datatype           34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           38 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           42 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           46 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           28 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_done.c 	MPIR_Status_set_bytes(status, (*request)->datatype, (*request)->nbytes);
datatype           11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           24 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c     (*request)->datatype = datatype;
datatype           26 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype           11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c                 MPI_Datatype datatype, int file_ptr_type,
datatype           23 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c     (*request)->datatype = datatype;
datatype           25 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype           11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           17 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           38 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           34 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_wait.c 	MPIR_Status_set_bytes(status, (*request)->datatype, (*request)->nbytes);
datatype           11 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           18 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           39 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           23 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           33 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           11 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           40 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           12 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           41 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           62 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                        MPI_Datatype datatype, int file_ptr_type,
datatype           92 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           98 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          105 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          106 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          115 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          259 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          334 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          339 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           31 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           35 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           41 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           45 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           14 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           26 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           73 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           87 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           93 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    ADIOI_PVFS_ReadStridedListIO(fd, buf, count, datatype, file_ptr_type,
datatype           99 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          105 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          150 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          155 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          162 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          163 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          174 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          234 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          239 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	ADIOI_Delete_flattened(datatype);
datatype          416 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          776 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          782 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           13 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           26 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           73 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           88 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          112 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    ADIOI_PVFS_WriteStridedListIO(fd, buf, count, datatype, 
datatype          129 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          135 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          142 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          143 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          153 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          367 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          448 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          453 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          458 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          513 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          519 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          526 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          527 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          538 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          623 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          628 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	ADIOI_Delete_flattened(datatype);
datatype          805 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype         1160 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype         1165 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           23 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           33 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           37 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           47 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype           51 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype           55 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype           59 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           63 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           68 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				   MPI_Datatype datatype, int file_ptr_type,
datatype           72 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h 				    MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           31 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, buf, count, datatype, file_ptr_type,
datatype           36 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, (void *)buf, count, datatype, file_ptr_type,
datatype           45 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           60 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           19 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           25 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           62 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype          132 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     ret = convert_mpi_pvfs2_dtype(&datatype, &tmp_mem_req);
datatype          194 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
datatype           17 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype           72 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           73 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype           82 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           86 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	flat_buf_p = ADIOI_Flatten_and_find(datatype);
datatype          325 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     MPIR_Status_set_bytes(status, datatype, total_bytes_accessed);
datatype          330 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	ADIOI_Delete_flattened(datatype);
datatype           15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           28 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           86 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
datatype           97 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				  MPI_Datatype datatype, int file_ptr_type,
datatype          102 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				     datatype, file_ptr_type,
datatype          108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				   MPI_Datatype datatype, int file_ptr_type,
datatype          113 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 				      datatype, file_ptr_type,
datatype          119 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          134 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ADIOI_GEN_ReadStrided(fd, buf, count, datatype, 
datatype          140 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c                                              datatype, file_ptr_type,
datatype          149 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c                                                 datatype, file_ptr_type,
datatype          155 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ret = ADIOI_PVFS2_ReadStridedListIO(fd, buf, count, datatype,
datatype          161 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     ADIOI_PVFS2_OldReadStrided(fd, buf, count, datatype, 
datatype           15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype           59 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           75 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           82 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           83 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype           96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          185 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          190 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	ADIOI_Delete_flattened(datatype);
datatype          470 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          649 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    ADIOI_Delete_flattened(datatype);
datatype          650 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
datatype          901 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          907 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     MPIR_Status_set_bytes(status, datatype, resp_io.total_completed);
datatype          109 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				   MPI_Datatype datatype, int file_ptr_type,
datatype          114 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				     datatype, file_ptr_type,
datatype          120 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				    MPI_Datatype datatype, int file_ptr_type,
datatype          125 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 				      datatype, file_ptr_type,
datatype          132 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype          151 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                      datatype, file_ptr_type,
datatype          157 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                               datatype, file_ptr_type,
datatype          166 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c                                                  datatype, file_ptr_type,
datatype          173 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	ret = ADIOI_PVFS2_WriteStridedListIO(fd, buf, count, datatype, 
datatype          179 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     ADIOI_PVFS2_OldWriteStrided(fd, buf, count, datatype,
datatype           15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 			MPI_Datatype datatype, int file_ptr_type,
datatype           75 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           91 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           98 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          112 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          228 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          233 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	ADIOI_Delete_flattened(datatype);
datatype          516 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          695 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    ADIOI_Delete_flattened(datatype);
datatype          696 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
datatype          957 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          962 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			     MPI_Datatype datatype, int file_ptr_type,
datatype           24 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           32 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           50 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			      MPI_Datatype datatype, int file_ptr_type,
datatype           54 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				   MPI_Datatype datatype, int file_ptr_type,
datatype           58 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				  MPI_Datatype datatype, int file_ptr_type,
datatype           62 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 			       MPI_Datatype datatype, int file_ptr_type,
datatype           66 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 				MPI_Datatype datatype, int file_ptr_type,
datatype           16 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype           28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype           42 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype           52 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype           58 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIOI_TESTFS_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
datatype           19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype           29 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype           45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c 				MPI_Datatype datatype, int file_ptr_type,
datatype           57 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype           64 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIOI_TESTFS_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
datatype           12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c 				  MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c     ADIOI_GEN_ReadStridedColl(fd, buf, count, datatype, file_ptr_type,
datatype           11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype           22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           40 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
datatype           45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype           60 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type, offset,
datatype           12 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c 				   MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c     ADIOI_GEN_WriteStridedColl(fd, buf, count, datatype, file_ptr_type,
datatype           11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			      MPI_Datatype datatype, int file_ptr_type,
datatype           22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
datatype           46 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype           61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
datatype           44 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           48 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           31 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           27 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           90 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, err);
datatype           20 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c                      MPI_Datatype datatype, int file_ptr_type,
datatype           29 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           99 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, len);
datatype           22 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           26 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h                       MPI_Datatype datatype, int file_ptr_type,
datatype           32 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           36 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype           17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 	    MPI_Datatype datatype, int file_ptr_type,
datatype           31 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           66 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     MPIR_Status_set_bytes(status, datatype, file_len);
datatype           76 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           80 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type, 
datatype           85 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           89 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type,
datatype           17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype           61 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           77 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           84 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           85 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype           98 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          180 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          185 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	ADIOI_Delete_flattened(datatype);
datatype          411 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          590 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    ADIOI_Delete_flattened(datatype);
datatype          591 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
datatype          818 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          824 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           17 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			MPI_Datatype datatype, int file_ptr_type,
datatype           75 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           91 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           98 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           99 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     MPI_Type_get_extent(datatype, &buftype_lb, &buftype_extent);
datatype          112 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          208 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          213 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	ADIOI_Delete_flattened(datatype);
datatype          442 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          621 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    ADIOI_Delete_flattened(datatype);
datatype          622 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
datatype          851 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          856 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          111 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 			   MPI_Datatype datatype, ADIO_Offset off,
datatype          145 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     MPI_Type_size_x(datatype, &memtype_sz);
datatype          146 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     MPI_Type_get_extent(datatype, &lb, &memtype_extent);
datatype          149 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	flat_mem_p = ADIOI_Add_contig_flattened(datatype);
datatype          153 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	flat_mem_p = ADIOI_Flatten_and_find(datatype);
datatype           37 ompi/mca/io/romio321/romio/adio/common/ad_init.c static void my_consensus(void *invec, void *inoutvec, int *len, MPI_Datatype *datatype)
datatype           45 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			  MPI_Datatype datatype, int file_ptr_type,
datatype          125 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	ADIOI_Calc_bounds (fd, count, datatype, file_ptr_type, offset,
datatype          152 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     ADIOI_Datatype_iscontig (datatype, &buftype_is_contig);
datatype          166 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype,
datatype          170 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype,
datatype          176 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          179 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          185 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          188 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          194 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Type_get_extent(datatype, &lb, &extent);
datatype          198 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPI_Type_size_x(datatype, &size);
datatype          230 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 			   datatype, offset, my_mem_view_state_arr,
datatype          652 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     ADIOI_Delete_flattened(datatype);
datatype          682 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          876 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		      MPI_Datatype datatype, int file_ptr_type,
datatype          937 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     ADIOI_Datatype_iscontig(datatype, &m_is_contig);
datatype          946 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadContig(fd, buf, count, datatype, file_ptr_type, offset,
datatype          949 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteContig(fd, buf, count, datatype, file_ptr_type, offset,
datatype          955 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 0,
datatype          958 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 0,
datatype           39 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           47 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     MPI_Type_size_x(datatype, &typesize);
datatype           72 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           83 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
datatype           87 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 	MPI_Type_size_x(datatype, &typesize);
datatype           31 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype;
datatype           76 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype;
datatype          202 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                    MPI_Datatype datatype, int file_ptr_type,
datatype          250 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     vars->datatype = datatype;
datatype          271 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          335 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          341 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     ADIOI_Datatype_iscontig(datatype, &vars->buftype_is_contig);
datatype          371 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          374 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          378 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          386 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_IreadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          389 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_IreadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          393 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_IreadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          498 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     rae_vars->datatype = vars->datatype;
datatype          520 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          525 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     if (!vars->buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          559 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Type_size_x(vars->datatype, &size);
datatype          578 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          674 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     ADIOI_Datatype_iscontig(datatype, &vars->buftype_is_contig);
datatype          676 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c 	vars->flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          678 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     MPI_Type_get_extent(datatype, &lb, &vars->buftype_extent);
datatype           15 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           23 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     MPI_Type_size_x(datatype, &typesize);
datatype           43 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           54 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
datatype           57 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 	MPI_Type_size_x(datatype, &typesize);
datatype           48 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           56 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     MPI_Type_size_x(datatype, &typesize);
datatype          188 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype          199 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
datatype          203 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	MPI_Type_size_x(datatype, &typesize);
datatype           29 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype;
datatype           77 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype;
datatype          225 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_IOIstridedColl(fd, (char *) buf, count, ADIOI_WRITE, datatype,
datatype          273 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     vars->datatype = datatype;
datatype          296 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          353 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          359 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     ADIOI_Datatype_iscontig(datatype, &vars->buftype_is_contig);
datatype          389 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
datatype          393 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          397 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          405 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_IwriteContig(fd, buf, count, datatype,
datatype          409 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_IwriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          413 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_IwriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          492 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     eaw_vars->datatype = vars->datatype;
datatype          554 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          571 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     if (!vars->buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          607 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Type_size_x(vars->datatype, &size);
datatype          626 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Datatype datatype = vars->datatype;
datatype          722 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     ADIOI_Datatype_iscontig(datatype, &vars->buftype_is_contig);
datatype          724 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c 	vars->flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          726 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     MPI_Type_get_extent(datatype, &lb, &vars->buftype_extent);
datatype           16 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 			    MPI_Datatype datatype, int file_ptr_type,
datatype           25 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     MPI_Type_size_x(datatype, &typesize);
datatype           35 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 	MPI_Type_size_x(datatype, &typesize);
datatype           47 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c                              MPI_Datatype datatype, int file_ptr_type,
datatype           58 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
datatype           61 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 	MPI_Type_size_x(datatype, &typesize);
datatype           24 ompi/mca/io/romio321/romio/adio/common/ad_read.c 			  MPI_Datatype datatype, int file_ptr_type,
datatype           41 ompi/mca/io/romio321/romio/adio/common/ad_read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          105 ompi/mca/io/romio321/romio/adio/common/ad_read.c     if (err != -1) MPIR_Status_set_bytes(status, datatype, bytes_xfered);
datatype           20 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 				datatype, int nprocs,
datatype           56 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			       MPI_Datatype datatype, int file_ptr_type,
datatype           88 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
datatype          109 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          141 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          160 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          163 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          166 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
datatype          240 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     ADIOI_Read_and_exch(fd, buf, datatype, nprocs, myrank,
datatype          245 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          266 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Type_size_x(datatype, &size);
datatype          268 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          278 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			    datatype, int file_ptr_type, ADIO_Offset
datatype          311 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          498 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			 datatype, int nprocs,
datatype          601 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          603 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          605 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype           43 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                        MPI_Datatype datatype, int file_ptr_type,
datatype           75 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 				    datatype,
datatype           85 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           91 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           98 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           99 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype          118 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          220 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c             ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          241 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	    MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          322 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          396 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          402 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           26 ompi/mca/io/romio321/romio/adio/common/ad_write.c 			   MPI_Datatype datatype, int file_ptr_type,
datatype           44 ompi/mca/io/romio321/romio/adio/common/ad_write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          107 ompi/mca/io/romio321/romio/adio/common/ad_write.c     if (err != -1 && status) MPIR_Status_set_bytes(status, datatype, bytes_xfered);
datatype           17 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                          datatype, int nprocs, int myrank,
datatype           55 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                        MPI_Datatype datatype, int file_ptr_type,
datatype           86 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_IOStridedColl (fd, (char *) buf, count, ADIOI_WRITE, datatype,
datatype          108 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
datatype          133 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          152 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
datatype          156 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
datatype          159 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
datatype          208 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     ADIOI_Exch_and_write(fd, (char *) buf, datatype, nprocs, myrank,
datatype          251 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          276 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c       MPI_Type_size_x(datatype, &size);
datatype          278 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c       MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          296 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 				 datatype, int nprocs, 
datatype          403 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          405 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          407 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype           16 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 			     MPI_Datatype datatype, int file_ptr_type,
datatype           57 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           63 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           75 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     MPI_Type_size_x(datatype, &buftype_size);
datatype           76 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype           87 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          312 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          400 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          405 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype          112 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                        MPI_Datatype datatype, int file_ptr_type,
datatype          144 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 				    datatype,
datatype          155 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          161 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype          168 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     MPI_Type_size_x(datatype, &buftype_size);
datatype          169 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     MPI_Type_get_extent(datatype, &lb, &buftype_extent);
datatype          183 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          290 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c             ADIO_WriteContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          311 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	    MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          396 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	    flat_buf = ADIOI_Flatten_and_find(datatype);
datatype          477 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     MPIR_Status_set_bytes(status, datatype, bufsize);
datatype          482 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     if (!buftype_is_contig) ADIOI_Delete_flattened(datatype);
datatype           37 ompi/mca/io/romio321/romio/adio/common/flatten.c int ADIOI_Type_get_envelope (MPI_Datatype datatype, int *num_integers,
datatype           42 ompi/mca/io/romio321/romio/adio/common/flatten.c   ADIOI_Datatype_iscontig(datatype, &is_contig);
datatype           44 ompi/mca/io/romio321/romio/adio/common/flatten.c   rc = MPI_Type_get_envelope (datatype, num_integers, num_addresses, num_datatypes, combiner);
datatype           49 ompi/mca/io/romio321/romio/adio/common/flatten.c   if (MPI_SHORT_INT == datatype || MPI_DOUBLE_INT == datatype || MPI_LONG_DOUBLE_INT == datatype ||
datatype           50 ompi/mca/io/romio321/romio/adio/common/flatten.c       MPI_LONG_INT == datatype) {
datatype           60 ompi/mca/io/romio321/romio/adio/common/flatten.c int ADIOI_Type_get_contents (MPI_Datatype datatype, int max_integers,
datatype           67 ompi/mca/io/romio321/romio/adio/common/flatten.c   rc = MPI_Type_get_envelope (datatype, &dontcare, &dontcare, &dontcare, &combiner);
datatype           73 ompi/mca/io/romio321/romio/adio/common/flatten.c     return MPI_Type_get_contents (datatype, max_integers, max_addresses, max_datatypes,
datatype           82 ompi/mca/io/romio321/romio/adio/common/flatten.c   if (MPI_SHORT_INT == datatype) {
datatype           85 ompi/mca/io/romio321/romio/adio/common/flatten.c   } else if (MPI_DOUBLE_INT == datatype) {
datatype           88 ompi/mca/io/romio321/romio/adio/common/flatten.c   } else if (MPI_LONG_DOUBLE_INT == datatype) {
datatype           91 ompi/mca/io/romio321/romio/adio/common/flatten.c   } else if (MPI_LONG_INT == datatype) {
datatype          103 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Flatten_datatype(MPI_Datatype datatype)
datatype          115 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Datatype_iscontig(datatype, &is_contig);
datatype          124 ompi/mca/io/romio321/romio/adio/common/flatten.c 	if (flat->type == datatype) {
datatype          126 ompi/mca/io/romio321/romio/adio/common/flatten.c       DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: found datatype %#X\n", datatype);
datatype          141 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat->type = datatype;
datatype          147 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat->count = ADIOI_Count_contiguous_blocks(datatype, &curr_index);
datatype          161 ompi/mca/io/romio321/romio/adio/common/flatten.c     MPIR_Type_flatten(datatype, flat->indices, flat->blocklens, &flatten_idx);
datatype          166 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Flatten(datatype, flat, 0, &curr_index);
datatype          191 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Flatten(MPI_Datatype datatype, ADIOI_Flatlist_node *flat, 
datatype          206 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Type_get_envelope(datatype, &nints, &nadds, &ntypes, &combiner);
datatype          214 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Type_get_contents(datatype, nints, nadds, ntypes, ints, adds, types);
datatype          932 ompi/mca/io/romio321/romio/adio/common/flatten.c MPI_Count ADIOI_Count_contiguous_blocks(MPI_Datatype datatype, MPI_Count *curr_index)
datatype          942 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Type_get_envelope(datatype, &nints, &nadds, &ntypes, &combiner);
datatype          950 ompi/mca/io/romio321/romio/adio/common/flatten.c     MPI_Type_get_contents(datatype, nints, nadds, ntypes, ints, adds, types);
datatype         1269 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Delete_flattened(MPI_Datatype datatype)
datatype         1274 ompi/mca/io/romio321/romio/adio/common/flatten.c     while (flat && (flat->type != datatype)) {
datatype         1286 ompi/mca/io/romio321/romio/adio/common/flatten.c ADIOI_Flatlist_node * ADIOI_Flatten_and_find(MPI_Datatype datatype)
datatype         1289 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Flatten_datatype(datatype);
datatype         1291 ompi/mca/io/romio321/romio/adio/common/flatten.c     while (node->type != datatype) node = node->next;
datatype           14 ompi/mca/io/romio321/romio/adio/common/iscontig.c void MPIR_Datatype_iscontig(MPI_Datatype datatype, int *flag);
datatype           16 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
datatype           18 ompi/mca/io/romio321/romio/adio/common/iscontig.c     MPIR_Datatype_iscontig(datatype, flag);
datatype           25 ompi/mca/io/romio321/romio/adio/common/iscontig.c         MPI_Type_get_true_extent(datatype, &true_lb, &true_extent);
datatype           35 ompi/mca/io/romio321/romio/adio/common/iscontig.c int hpmp_dtiscontig(MPI_Datatype datatype);
datatype           37 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
datatype           39 ompi/mca/io/romio321/romio/adio/common/iscontig.c     *flag = hpmp_dtiscontig(datatype);
datatype           44 ompi/mca/io/romio321/romio/adio/common/iscontig.c int MPI_SGI_type_is_contig(MPI_Datatype datatype);
datatype           46 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
datatype           49 ompi/mca/io/romio321/romio/adio/common/iscontig.c     MPI_Type_lb(datatype, &distplacement);
datatype           55 ompi/mca/io/romio321/romio/adio/common/iscontig.c     *flag = MPI_SGI_type_is_contig(datatype) && (displacement == 0);
datatype           65 ompi/mca/io/romio321/romio/adio/common/iscontig.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
datatype           72 ompi/mca/io/romio321/romio/adio/common/iscontig.c     MPI_Type_get_envelope(datatype, &nints, &nadds, &ntypes, &combiner);
datatype           82 ompi/mca/io/romio321/romio/adio/common/iscontig.c 	MPI_Type_get_contents(datatype, nints, nadds, ntypes, ints,
datatype          189 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Datatype datatype,
datatype          255 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     ADIOI_Datatype_iscontig(datatype, &bufTypeIsContig);
datatype          259 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       flatBuf = ADIOI_Flatten_and_find(datatype);
datatype          260 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       MPI_Type_get_extent(datatype, &lb, &bufTypeExtent);
datatype         1216 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       ADIOI_Delete_flattened(datatype);
datatype         1226 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     MPI_Datatype datatype,
datatype         1286 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c     ADIOI_Datatype_iscontig(datatype, &bufTypeIsContig);
datatype         1291 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       flatBuf = ADIOI_Flatten_and_find(datatype);
datatype         1292 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       MPI_Type_get_extent(datatype, &lb, &bufTypeExtent);
datatype         2172 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       ADIOI_Delete_flattened(datatype);
datatype           16 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, 
datatype           19 ompi/mca/io/romio321/romio/adio/common/status_setb.c     ADIOI_UNREFERENCED_ARG(datatype);
datatype           27 ompi/mca/io/romio321/romio/adio/common/status_setb.c int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype,
datatype           31 ompi/mca/io/romio321/romio/adio/common/status_setb.c   if (datatype == MPI_DATATYPE_NULL);
datatype          359 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadContig(ADIO_File fd, void *buf, int count, MPI_Datatype datatype,
datatype          363 ompi/mca/io/romio321/romio/adio/include/adio.h                      MPI_Datatype datatype, int file_ptr_type,
datatype          367 ompi/mca/io/romio321/romio/adio/include/adio.h                       MPI_Datatype datatype, int file_ptr_type,
datatype          371 ompi/mca/io/romio321/romio/adio/include/adio.h                       MPI_Datatype datatype, int file_ptr_type,
datatype          389 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          393 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          397 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          401 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          405 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          409 ompi/mca/io/romio321/romio/adio/include/adio.h 		       MPI_Datatype datatype, int file_ptr_type,
datatype          413 ompi/mca/io/romio321/romio/adio/include/adio.h                MPI_Datatype datatype, int file_ptr_type,
datatype          417 ompi/mca/io/romio321/romio/adio/include/adio.h                MPI_Datatype datatype, int file_ptr_type,
datatype          161 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
datatype          164 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
datatype          167 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          170 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          179 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          182 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          186 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type, 
datatype          189 ompi/mca/io/romio321/romio/adio/include/adioi.h                    MPI_Datatype datatype, int file_ptr_type,
datatype          200 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          203 ompi/mca/io/romio321/romio/adio/include/adioi.h 	       MPI_Datatype datatype, int file_ptr_type,
datatype          211 ompi/mca/io/romio321/romio/adio/include/adioi.h            MPI_Datatype datatype, int file_ptr_type,
datatype          214 ompi/mca/io/romio321/romio/adio/include/adioi.h            int count, MPI_Datatype datatype, int file_ptr_type,
datatype          251 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          252 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          254 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          255 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          263 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          264 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          266 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          267 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          288 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          289 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          291 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          292 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          294 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          295 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          297 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
datatype          298 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
datatype          300 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          301 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          303 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          304 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          306 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          307 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          309 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
datatype          310 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
datatype          350 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Type_get_envelope (MPI_Datatype datatype, int *num_integers,
datatype          352 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Type_get_contents (MPI_Datatype datatype, int max_integers,
datatype          359 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Delete_flattened(MPI_Datatype datatype);
datatype          367 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag);
datatype          389 ompi/mca/io/romio321/romio/adio/include/adioi.h 			  MPI_Datatype datatype, int file_ptr_type,
datatype          395 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
datatype          399 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
datatype          403 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype          407 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
datatype          411 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype          415 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     MPI_Datatype datatype, int file_ptr_type,
datatype          434 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          438 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          442 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          446 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          451 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          458 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          463 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          470 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    datatype, int file_ptr_type, ADIO_Offset 
datatype          651 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      MPI_Datatype datatype, int file_ptr_type,
datatype          656 ompi/mca/io/romio321/romio/adio/include/adioi.h                        MPI_Datatype datatype, int file_ptr_type,
datatype          663 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, ADIO_Offset off,
datatype          720 ompi/mca/io/romio321/romio/adio/include/adioi.h         MPI_Datatype datatype,
datatype          733 ompi/mca/io/romio321/romio/adio/include/adioi.h         MPI_Datatype datatype,
datatype          750 ompi/mca/io/romio321/romio/adio/include/adioi.h int MPIR_Status_set_bytes(MPI_Status *status, MPI_Datatype datatype, MPI_Count nbytes);
datatype          764 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   MPI_Datatype datatype, int file_ptr_type,
datatype          768 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype          772 ompi/mca/io/romio321/romio/adio/include/adioi.h 			    MPI_Datatype datatype, int file_ptr_type,
datatype          776 ompi/mca/io/romio321/romio/adio/include/adioi.h 			     MPI_Datatype datatype, int file_ptr_type,
datatype          789 ompi/mca/io/romio321/romio/adio/include/adioi.h 		    MPI_Datatype datatype,
datatype          797 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     MPI_Datatype datatype,
datatype          805 ompi/mca/io/romio321/romio/adio/include/adioi.h 			MPI_Datatype datatype,
datatype          813 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 MPI_Datatype datatype,
datatype          821 ompi/mca/io/romio321/romio/adio/include/adioi.h 			      MPI_Datatype datatype,
datatype          828 ompi/mca/io/romio321/romio/adio/include/adioi.h 			       MPI_Datatype datatype,
datatype          843 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      MPI_Datatype datatype,
datatype          851 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     MPI_Datatype datatype,
datatype          859 ompi/mca/io/romio321/romio/adio/include/adioi.h             MPI_Datatype datatype,
datatype          867 ompi/mca/io/romio321/romio/adio/include/adioi.h             MPI_Datatype datatype,
datatype           32 ompi/mca/io/romio321/romio/adio/include/adioi_errmsg.h     MPIR_ERR_TYPE_NULL (null datatype. from MPICH)
datatype           61 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code)       \
datatype           63 ompi/mca/io/romio321/romio/adio/include/adioi_error.h         if (datatype == MPI_DATATYPE_NULL) {                        \
datatype           71 ompi/mca/io/romio321/romio/adio/include/adioi_error.h             MPIO_DATATYPE_ISCOMMITTED(datatype, error_code);        \
datatype           11 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_write_external32_conversion_fn (const void *userbuf, MPI_Datatype datatype,
datatype           13 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_read_external32_conversion_fn(void *userbuf, MPI_Datatype datatype,
datatype           15 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size);
datatype           94 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c void mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Fint *datatype,
datatype           97 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c void mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Fint *datatype,
datatype          105 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype,
datatype          116 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c FORTRAN_API void FORT_CALL mpi_file_get_type_extent_(MPI_Fint *fh,MPI_Datatype *datatype,
datatype          123 ompi/mca/io/romio321/romio/mpi-io/fortran/get_extentf.c     *ierr = MPI_File_get_type_extent(fh_c,*datatype, &extent_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c 			MPI_Fint *count,MPI_Fint *datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
datatype          107 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          116 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c 			MPI_Fint *count,MPI_Datatype *datatype,
datatype          120 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c                       MPI_Fint *count,MPI_Datatype *datatype,
datatype          127 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c 		    MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c                    MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c 		    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c                    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          121 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c 		     MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c                    MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c 		     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c                    MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          121 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Fint *datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Fint *datatype,
datatype          107 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
datatype          126 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c 			     MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype           97 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c                     MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c 			     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr ); 
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c                     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          121 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c 		      MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c                     MPI_Fint *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          105 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c 		      MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr );
datatype          116 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c                     MPI_Datatype *datatype,MPI_Fint *request, MPI_Fint *ierr )
datatype          122 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,*datatype,&req_c);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c 			 MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c                          MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c 			 MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c                          MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype) *datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c 			      MPI_Fint *datatype, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c                       MPI_Fint *datatype,MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c 			      MPI_Fint *datatype, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c                       MPI_Fint *datatype, MPI_Fint *ierr ){
datatype          118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,(MPI_Datatype) *datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c 			MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c 			MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                            MPI_Fint *count,MPI_Fint *datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
datatype          106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
datatype          123 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c 				  MPI_Fint *datatype,MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c                       MPI_Fint *datatype,MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c 				  MPI_Fint *datatype,MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c                       MPI_Fint *datatype,MPI_Fint *ierr ){
datatype          118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c                       MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c 			   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          103 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c 			   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ); 
datatype          112 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
datatype           96 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c 				  MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c                           MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
datatype          105 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c 				  MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c                           MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
datatype          120 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c 			       MPI_Fint *datatype, MPI_Fint *ierr );
datatype           97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c                        MPI_Fint *datatype, MPI_Fint *ierr ){
datatype          102 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c 			       MPI_Fint *datatype, MPI_Fint *ierr );
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c                        MPI_Fint *datatype, MPI_Fint *ierr ){
datatype          115 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c 		 MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c 		 MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c                   MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
datatype          106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
datatype          123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
datatype          106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
datatype          123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c 				   MPI_Fint *datatype, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c                        MPI_Fint *datatype, MPI_Fint *ierr ){
datatype          103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c 				   MPI_Fint *datatype, MPI_Fint *ierr );
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c                        MPI_Fint *datatype, MPI_Fint *ierr ){
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,*datatype);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          103 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c                        MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr ){
datatype          117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c 		    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,*datatype,status);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype           98 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          104 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     datatype_c = MPI_Type_f2c(*datatype);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c 		     MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
datatype          114 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c                    MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
datatype          119 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,*datatype,status);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) __attribute__((weak,alias("PMPI_File_get_type_extent")));
datatype           40 ompi/mca/io/romio321/romio/mpi-io/get_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent)
datatype           51 ompi/mca/io/romio321/romio/mpi-io/get_extent.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           56 ompi/mca/io/romio321/romio/mpi-io/get_extent.c     error_code = MPI_Type_get_extent(datatype, &lb, extent);
datatype           10 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c int MPI_Type_size_x(MPI_Datatype datatype, MPI_Count *size)
datatype           13 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c     ret = MPI_Type_size(datatype, &size_int);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype,
datatype           24 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c     return MPI_Status_set_elements(status, datatype, count_int);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request)
datatype           47 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request)
datatype           54 ompi/mca/io/romio321/romio/mpi-io/iread.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIREAD, TRDTSYSTEM, fh, datatype,
datatype           60 ompi/mca/io/romio321/romio/mpi-io/iread.c 				  buf, count, datatype, myname, request);
datatype           68 ompi/mca/io/romio321/romio/mpi-io/iread.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           77 ompi/mca/io/romio321/romio/mpi-io/iread.c 		     MPI_Datatype datatype, char *myname, MPI_Request *request)
datatype           93 ompi/mca/io/romio321/romio/mpi-io/iread.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          104 ompi/mca/io/romio321/romio/mpi-io/iread.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/iread.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          130 ompi/mca/io/romio321/romio/mpi-io/iread.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, file_ptr_type,
datatype          140 ompi/mca/io/romio321/romio/mpi-io/iread.c             ADIO_ReadContig(adio_fh, buf, count, datatype, file_ptr_type,
datatype          153 ompi/mca/io/romio321/romio/mpi-io/iread.c     else ADIO_IreadStrided(adio_fh, buf, count, datatype, file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
datatype           48 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                        MPI_Datatype datatype, MPI_Request *request)
datatype           55 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count);
datatype           60 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                      count, datatype, myname, request);
datatype           69 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           83 ompi/mca/io/romio321/romio/mpi-io/iread_all.c             MPI_Datatype datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          122 ompi/mca/io/romio321/romio/mpi-io/iread_all.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          130 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     ADIO_IreadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          139 ompi/mca/io/romio321/romio/mpi-io/iread_all.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
datatype           48 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, 
datatype           57 ompi/mca/io/romio321/romio/mpi-io/iread_at.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIREADAT, TRDTSYSTEM, fh, datatype,
datatype           63 ompi/mca/io/romio321/romio/mpi-io/iread_at.c 				  count, datatype, myname, request);
datatype           71 ompi/mca/io/romio321/romio/mpi-io/iread_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c                           MPI_Datatype datatype, MPI_Request *request)
datatype           49 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c                           int count, MPI_Datatype datatype,
datatype           57 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIREADATALL, TRDTBLOCK, fh, datatype,
datatype           62 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c 				     count, datatype, myname, request);
datatype           70 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
datatype           47 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c                           MPI_Datatype datatype, MPI_Request *request)
datatype           65 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           68 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           76 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           99 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          112 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c             ADIO_ReadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          127 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	ADIO_IreadStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           48 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		    MPI_Datatype datatype, MPI_Request *request)
datatype           55 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITE, TRDTSYSTEM, fh, datatype,
datatype           61 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 				   buf, count, datatype, myname, request);
datatype           69 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           82 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		      MPI_Datatype datatype,
datatype           99 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          119 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          135 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, file_ptr_type,
datatype          146 ompi/mca/io/romio321/romio/mpi-io/iwrite.c             ADIO_WriteContig(adio_fh, buf, count, datatype, file_ptr_type, off,
datatype          161 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, file_ptr_type,
datatype           19 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           48 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c                         MPI_Datatype datatype, MPI_Request *request)
datatype           55 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEALL, TRDTBLOCK, fh, datatype, count);
datatype           60 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c                       count, datatype, myname, request);
datatype           63 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           77 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c             MPI_Datatype datatype,
datatype           94 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          106 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          117 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c         error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          124 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     ADIO_IwriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype           21 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c                        MPI_Datatype datatype, MPIO_Request *request)
datatype           50 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c                        int count, MPI_Datatype datatype, 
datatype           61 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c 		  fh, datatype, count);
datatype           68 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c 				   count, datatype, myname, request);
datatype           76 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count)
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c                            MPI_Datatype datatype, MPI_Request *request)
datatype           49 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c                            int count, MPI_Datatype datatype,
datatype           57 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEATALL, TRDTBLOCK, fh, datatype, count);
datatype           61 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c 				      buf, count, datatype, myname, request);
datatype           64 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           48 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 			   MPI_Datatype datatype, MPIO_Request *request)
datatype           65 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           68 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           76 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype           94 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          103 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c             ADIO_WriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          113 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype           15 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_write_external32_conversion_fn (const void *userbuf, MPI_Datatype datatype,
datatype           24 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     ADIOI_Datatype_iscontig(datatype, &is_contig);
datatype           25 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     mpi_errno = MPI_Pack_external_size("external32", count, datatype, &bytes);
datatype           33 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 datatype, filebuf, bytes, &position);
datatype           36 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 datatype, filebuf, bytes, &position);
datatype           53 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 datatype, tmp_buf, bytes, &position);
datatype           56 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 datatype, tmp_buf, bytes, &position);
datatype           65 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 datatype, MPI_COMM_WORLD);
datatype           78 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_read_external32_conversion_fn(void *userbuf, MPI_Datatype datatype,
datatype           87 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     ADIOI_Datatype_iscontig(datatype, &is_contig);
datatype           88 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     mpi_errno = MPI_Pack_external_size("external32", count, datatype, &bytes);
datatype           95 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 &position, userbuf, count,  datatype);
datatype          109 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack(filebuf, count, datatype, tmp_buf, bytes,
datatype          118 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 &position, userbuf, count, datatype);
datatype          130 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size)
datatype          136 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     error_code = MPI_Type_get_true_extent(datatype, &true_lb, &true_extent);
datatype           21 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c                                MPI_Datatype datatype) __attribute__((weak,alias("PMPI_File_read_at_all_begin")));
datatype           44 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 			       int count, MPI_Datatype datatype)
datatype           51 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 					   buf, count, datatype, myname);
datatype           19 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           45 ompi/mca/io/romio321/romio/mpi-io/read.c                   MPI_Datatype datatype, MPI_Status *status)
datatype           52 ompi/mca/io/romio321/romio/mpi-io/read.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREAD, TRDTBLOCK, fh, datatype, count);
datatype           56 ompi/mca/io/romio321/romio/mpi-io/read.c 				 count, datatype, myname, status);
datatype           59 ompi/mca/io/romio321/romio/mpi-io/read.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           72 ompi/mca/io/romio321/romio/mpi-io/read.c 		    MPI_Datatype datatype,
datatype           89 ompi/mca/io/romio321/romio/mpi-io/read.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          101 ompi/mca/io/romio321/romio/mpi-io/read.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/read.c        MPIR_Status_set_bytes(status, datatype, 0);
datatype          122 ompi/mca/io/romio321/romio/mpi-io/read.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          131 ompi/mca/io/romio321/romio/mpi-io/read.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          157 ompi/mca/io/romio321/romio/mpi-io/read.c 	ADIO_ReadContig(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          166 ompi/mca/io/romio321/romio/mpi-io/read.c 	ADIO_ReadStrided(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          177 ompi/mca/io/romio321/romio/mpi-io/read.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           45 ompi/mca/io/romio321/romio/mpi-io/read_all.c                       MPI_Datatype datatype, MPI_Status *status)
datatype           52 ompi/mca/io/romio321/romio/mpi-io/read_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count);
datatype           57 ompi/mca/io/romio321/romio/mpi-io/read_all.c 				     count, datatype, myname, status);
datatype           60 ompi/mca/io/romio321/romio/mpi-io/read_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           74 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			MPI_Datatype datatype,
datatype           90 ompi/mca/io/romio321/romio/mpi-io/read_all.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          102 ompi/mca/io/romio321/romio/mpi-io/read_all.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          115 ompi/mca/io/romio321/romio/mpi-io/read_all.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          123 ompi/mca/io/romio321/romio/mpi-io/read_all.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          132 ompi/mca/io/romio321/romio/mpi-io/read_all.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
datatype           43 ompi/mca/io/romio321/romio/mpi-io/read_allb.c                             MPI_Datatype datatype)
datatype           50 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 					   datatype, myname);
datatype           62 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 			      MPI_Datatype datatype,
datatype           77 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           89 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/read_allb.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          120 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          129 ompi/mca/io/romio321/romio/mpi-io/read_allb.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           19 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
datatype           46 ompi/mca/io/romio321/romio/mpi-io/read_at.c 		     int count, MPI_Datatype datatype, MPI_Status *status)
datatype           53 ompi/mca/io/romio321/romio/mpi-io/read_at.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADAT, TRDTBLOCK, fh, datatype,
datatype           59 ompi/mca/io/romio321/romio/mpi-io/read_at.c 				 count, datatype, myname, status);
datatype           62 ompi/mca/io/romio321/romio/mpi-io/read_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           21 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          MPI_Datatype datatype, MPI_Status *status)
datatype           48 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          int count, MPI_Datatype datatype, 
datatype           56 ompi/mca/io/romio321/romio/mpi-io/read_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADATALL, TRDTBLOCK, fh, datatype,
datatype           61 ompi/mca/io/romio321/romio/mpi-io/read_atall.c 				     count, datatype, myname, status);
datatype           64 ompi/mca/io/romio321/romio/mpi-io/read_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           20 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
datatype           46 ompi/mca/io/romio321/romio/mpi-io/read_ord.c                           MPI_Datatype datatype, MPI_Status *status)
datatype           63 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           66 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           98 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     ADIO_ReadStridedColl(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
datatype           43 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c 				MPI_Datatype datatype)
datatype           60 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           75 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          119 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          128 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
datatype           46 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 			 MPI_Datatype datatype, MPI_Status *status)
datatype           62 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           65 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           74 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 	MPIR_Status_set_bytes(status, datatype, 0);
datatype           86 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          106 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         error_code = MPIU_datatype_full_size(datatype, &e32_size);
datatype          128 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         ADIO_ReadContig(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          136 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 	ADIO_ReadStrided(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          147 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         error_code = MPIU_read_external32_conversion_fn(buf, datatype,
datatype           21 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c                                 MPI_Datatype datatype) __attribute__((weak,alias("PMPI_File_write_at_all_begin")));
datatype           43 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 				int count, MPI_Datatype datatype)
datatype           50 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 					    buf, count, datatype, myname);
datatype           19 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           45 ompi/mca/io/romio321/romio/mpi-io/write.c                    MPI_Datatype datatype, MPI_Status *status)
datatype           52 ompi/mca/io/romio321/romio/mpi-io/write.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITE, TRDTBLOCK, fh, datatype, count);
datatype           56 ompi/mca/io/romio321/romio/mpi-io/write.c 				  count, datatype, myname, status);
datatype           59 ompi/mca/io/romio321/romio/mpi-io/write.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           72 ompi/mca/io/romio321/romio/mpi-io/write.c 		     MPI_Datatype datatype,
datatype           90 ompi/mca/io/romio321/romio/mpi-io/write.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          102 ompi/mca/io/romio321/romio/mpi-io/write.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          111 ompi/mca/io/romio321/romio/mpi-io/write.c        MPIR_Status_set_bytes(status, datatype, 0);
datatype          123 ompi/mca/io/romio321/romio/mpi-io/write.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          130 ompi/mca/io/romio321/romio/mpi-io/write.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          159 ompi/mca/io/romio321/romio/mpi-io/write.c 	ADIO_WriteContig(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype          170 ompi/mca/io/romio321/romio/mpi-io/write.c 	ADIO_WriteStrided(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           46 ompi/mca/io/romio321/romio/mpi-io/write_all.c                        MPI_Datatype datatype, MPI_Status *status)
datatype           53 ompi/mca/io/romio321/romio/mpi-io/write_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEALL, TRDTBLOCK, fh, datatype, count);
datatype           58 ompi/mca/io/romio321/romio/mpi-io/write_all.c 				      count, datatype, myname, status);
datatype           61 ompi/mca/io/romio321/romio/mpi-io/write_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           74 ompi/mca/io/romio321/romio/mpi-io/write_all.c 			 MPI_Datatype datatype,
datatype           91 ompi/mca/io/romio321/romio/mpi-io/write_all.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          103 ompi/mca/io/romio321/romio/mpi-io/write_all.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          114 ompi/mca/io/romio321/romio/mpi-io/write_all.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          120 ompi/mca/io/romio321/romio/mpi-io/write_all.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
datatype           42 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			     MPI_Datatype datatype)
datatype           49 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 					    datatype, myname);
datatype           61 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			       MPI_Datatype datatype,
datatype           77 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype          101 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          110 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          117 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     adio_fh->split_datatype = datatype;
datatype          118 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       MPI_Datatype datatype, MPI_Status *status)
datatype           47 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       int count, MPI_Datatype datatype, MPI_Status *status)
datatype           54 ompi/mca/io/romio321/romio/mpi-io/write_at.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEAT, TRDTBLOCK, fh, datatype, count);
datatype           59 ompi/mca/io/romio321/romio/mpi-io/write_at.c 				  count, datatype, myname, status);
datatype           62 ompi/mca/io/romio321/romio/mpi-io/write_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           21 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           MPI_Datatype datatype, MPI_Status *status)
datatype           48 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           int count, MPI_Datatype datatype, 
datatype           56 ompi/mca/io/romio321/romio/mpi-io/write_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEATALL, TRDTBLOCK, fh, datatype, count);
datatype           60 ompi/mca/io/romio321/romio/mpi-io/write_atall.c 				      buf, count, datatype, myname, status);
datatype           63 ompi/mca/io/romio321/romio/mpi-io/write_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
datatype           21 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           47 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 			   MPI_Datatype datatype, MPI_Status *status)
datatype           66 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           69 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          106 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          113 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
datatype           43 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c 				 MPI_Datatype datatype)
datatype           62 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           76 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Type_size_x(datatype, &datatype_size);
datatype          112 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          119 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype           20 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
datatype           46 ompi/mca/io/romio321/romio/mpi-io/write_sh.c                           MPI_Datatype datatype, MPI_Status *status)
datatype           64 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     MPIO_CHECK_DATATYPE(adio_fh, datatype, myname, error_code);
datatype           67 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     MPI_Type_size_x(datatype, &datatype_size);
datatype           75 ompi/mca/io/romio321/romio/mpi-io/write_sh.c        MPIR_Status_set_bytes(status, datatype, 0);
datatype           86 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     ADIOI_Datatype_iscontig(datatype, &buftype_is_contig);
datatype          107 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
datatype          127 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	ADIO_WriteContig(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          135 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	ADIO_WriteStrided(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
datatype          106 ompi/mca/io/romio321/src/io_romio321.h                                struct ompi_datatype_t *datatype,
datatype          112 ompi/mca/io/romio321/src/io_romio321.h                                    struct ompi_datatype_t *datatype,
datatype          118 ompi/mca/io/romio321/src/io_romio321.h                                 struct ompi_datatype_t *datatype,
datatype          124 ompi/mca/io/romio321/src/io_romio321.h                                     struct ompi_datatype_t *datatype,
datatype          130 ompi/mca/io/romio321/src/io_romio321.h                                 struct ompi_datatype_t *datatype,
datatype          136 ompi/mca/io/romio321/src/io_romio321.h                                        struct ompi_datatype_t *datatype,
datatype          142 ompi/mca/io/romio321/src/io_romio321.h                                  struct ompi_datatype_t *datatype,
datatype          148 ompi/mca/io/romio321/src/io_romio321.h                                         struct ompi_datatype_t *datatype,
datatype          155 ompi/mca/io/romio321/src/io_romio321.h                             struct ompi_datatype_t *datatype,
datatype          160 ompi/mca/io/romio321/src/io_romio321.h                                 struct ompi_datatype_t *datatype,
datatype          165 ompi/mca/io/romio321/src/io_romio321.h                              struct ompi_datatype_t *datatype,
datatype          170 ompi/mca/io/romio321/src/io_romio321.h                                  struct ompi_datatype_t *datatype,
datatype          175 ompi/mca/io/romio321/src/io_romio321.h                              struct ompi_datatype_t *datatype,
datatype          180 ompi/mca/io/romio321/src/io_romio321.h                                     struct ompi_datatype_t *datatype,
datatype          185 ompi/mca/io/romio321/src/io_romio321.h                               struct ompi_datatype_t *datatype,
datatype          190 ompi/mca/io/romio321/src/io_romio321.h                                      struct ompi_datatype_t *datatype,
datatype          205 ompi/mca/io/romio321/src/io_romio321.h                                    struct ompi_datatype_t *datatype,
datatype          210 ompi/mca/io/romio321/src/io_romio321.h                                     struct ompi_datatype_t *datatype,
datatype          215 ompi/mca/io/romio321/src/io_romio321.h                                     struct ompi_datatype_t *datatype,
datatype          220 ompi/mca/io/romio321/src/io_romio321.h                                      struct ompi_datatype_t *datatype,
datatype          225 ompi/mca/io/romio321/src/io_romio321.h                                     struct ompi_datatype_t *datatype,
datatype          230 ompi/mca/io/romio321/src/io_romio321.h                                      struct ompi_datatype_t *datatype,
datatype          243 ompi/mca/io/romio321/src/io_romio321.h                                          struct ompi_datatype_t *datatype);
datatype          251 ompi/mca/io/romio321/src/io_romio321.h                                           struct ompi_datatype_t *datatype);
datatype          258 ompi/mca/io/romio321/src/io_romio321.h                                       struct ompi_datatype_t *datatype);
datatype          265 ompi/mca/io/romio321/src/io_romio321.h                                        struct ompi_datatype_t *datatype);
datatype          272 ompi/mca/io/romio321/src/io_romio321.h                                           struct ompi_datatype_t *datatype);
datatype          279 ompi/mca/io/romio321/src/io_romio321.h                                            struct ompi_datatype_t *datatype);
datatype          286 ompi/mca/io/romio321/src/io_romio321.h                                        struct ompi_datatype_t *datatype,
datatype          270 ompi/mca/io/romio321/src/io_romio321_file_open.c                                    struct ompi_datatype_t *datatype,
datatype          279 ompi/mca/io/romio321/src/io_romio321_file_open.c         ROMIO_PREFIX(MPI_File_get_type_extent) (data->romio_fh, datatype, extent);
datatype           33 ompi/mca/io/romio321/src/io_romio321_file_read.c                            struct ompi_datatype_t *datatype,
datatype           43 ompi/mca/io/romio321/src/io_romio321_file_read.c                                        datatype, status);
datatype           55 ompi/mca/io/romio321/src/io_romio321_file_read.c                                struct ompi_datatype_t *datatype,
datatype           65 ompi/mca/io/romio321/src/io_romio321_file_read.c                                            datatype, status);
datatype           77 ompi/mca/io/romio321/src/io_romio321_file_read.c                             struct ompi_datatype_t *datatype,
datatype           87 ompi/mca/io/romio321/src/io_romio321_file_read.c                                          datatype, request);
datatype           98 ompi/mca/io/romio321/src/io_romio321_file_read.c                                    struct ompi_datatype_t *datatype,
datatype          114 ompi/mca/io/romio321/src/io_romio321_file_read.c                                              datatype, request);
datatype          125 ompi/mca/io/romio321/src/io_romio321_file_read.c                         struct ompi_datatype_t *datatype,
datatype          134 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read) (data->romio_fh, buf, count, datatype,
datatype          146 ompi/mca/io/romio321/src/io_romio321_file_read.c                             struct ompi_datatype_t *datatype,
datatype          155 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all) (data->romio_fh, buf, count, datatype,
datatype          167 ompi/mca/io/romio321/src/io_romio321_file_read.c                          struct ompi_datatype_t *datatype,
datatype          176 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread) (data->romio_fh, buf, count, datatype,
datatype          187 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 struct ompi_datatype_t *datatype,
datatype          202 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_all) (data->romio_fh, buf, count, datatype,
datatype          213 ompi/mca/io/romio321/src/io_romio321_file_read.c                                struct ompi_datatype_t *datatype,
datatype          223 ompi/mca/io/romio321/src/io_romio321_file_read.c                                             datatype, status);
datatype          234 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 struct ompi_datatype_t *datatype,
datatype          244 ompi/mca/io/romio321/src/io_romio321_file_read.c                                              datatype, request);
datatype          255 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 struct ompi_datatype_t *datatype,
datatype          265 ompi/mca/io/romio321/src/io_romio321_file_read.c                                              datatype, status);
datatype          277 ompi/mca/io/romio321/src/io_romio321_file_read.c                                      struct ompi_datatype_t *datatype)
datatype          286 ompi/mca/io/romio321/src/io_romio321_file_read.c                                                  count, datatype);
datatype          314 ompi/mca/io/romio321/src/io_romio321_file_read.c                                   struct ompi_datatype_t *datatype)
datatype          323 ompi/mca/io/romio321/src/io_romio321_file_read.c                                               datatype);
datatype          351 ompi/mca/io/romio321/src/io_romio321_file_read.c                                       struct ompi_datatype_t *datatype)
datatype          360 ompi/mca/io/romio321/src/io_romio321_file_read.c                                                   datatype);
datatype           33 ompi/mca/io/romio321/src/io_romio321_file_write.c                             struct ompi_datatype_t *datatype,
datatype           43 ompi/mca/io/romio321/src/io_romio321_file_write.c                                         datatype, status);
datatype           56 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 struct ompi_datatype_t *datatype,
datatype           66 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              count, datatype, status);
datatype           79 ompi/mca/io/romio321/src/io_romio321_file_write.c                              struct ompi_datatype_t *datatype,
datatype           89 ompi/mca/io/romio321/src/io_romio321_file_write.c                                           datatype, request);
datatype          101 ompi/mca/io/romio321/src/io_romio321_file_write.c                                     struct ompi_datatype_t *datatype,
datatype          117 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              datatype, request);
datatype          129 ompi/mca/io/romio321/src/io_romio321_file_write.c                          struct ompi_datatype_t *datatype,
datatype          138 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write) (data->romio_fh, buf, count, datatype,
datatype          149 ompi/mca/io/romio321/src/io_romio321_file_write.c                              struct ompi_datatype_t *datatype,
datatype          158 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_all) (data->romio_fh, buf, count, datatype,
datatype          169 ompi/mca/io/romio321/src/io_romio321_file_write.c                           struct ompi_datatype_t *datatype,
datatype          178 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite) (data->romio_fh, buf, count, datatype,
datatype          189 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  struct ompi_datatype_t *datatype,
datatype          204 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_all) (data->romio_fh, buf, count, datatype,
datatype          216 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 struct ompi_datatype_t *datatype,
datatype          226 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              datatype, status);
datatype          236 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  struct ompi_datatype_t *datatype,
datatype          246 ompi/mca/io/romio321/src/io_romio321_file_write.c                                               datatype, request);
datatype          256 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  struct ompi_datatype_t *datatype,
datatype          266 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              datatype, status);
datatype          277 ompi/mca/io/romio321/src/io_romio321_file_write.c                                       struct ompi_datatype_t *datatype)
datatype          285 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                      buf, count, datatype);
datatype          312 ompi/mca/io/romio321/src/io_romio321_file_write.c                                    struct ompi_datatype_t *datatype)
datatype          320 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                  datatype);
datatype          346 ompi/mca/io/romio321/src/io_romio321_file_write.c                                        struct ompi_datatype_t *datatype)
datatype          354 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                      count, datatype);
datatype           36 ompi/mca/io/romio321/src/io_romio321_module.c                           struct ompi_datatype_t *datatype, int size);
datatype           37 ompi/mca/io/romio321/src/io_romio321_module.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag);
datatype          118 ompi/mca/io/romio321/src/io_romio321_module.c                           struct ompi_datatype_t *datatype, int nbytes)
datatype          133 ompi/mca/io/romio321/src/io_romio321_module.c void ADIOI_Datatype_iscontig(MPI_Datatype datatype, int *flag)
datatype          142 ompi/mca/io/romio321/src/io_romio321_module.c     *flag = ompi_datatype_is_contiguous_memory_layout(datatype, 2);
datatype          146 ompi/mca/io/romio321/src/io_romio321_module.c         ompi_datatype_get_true_extent(datatype, &true_lb, &true_extent);
datatype           47 ompi/mca/osc/base/osc_base_obj_convert.c ompi_osc_base_get_primitive_type_info(ompi_datatype_t *datatype,
datatype           54 ompi/mca/osc/base/osc_base_obj_convert.c     primitive_datatype = ompi_datatype_get_single_predefined_type_from_args(datatype);
datatype           59 ompi/mca/osc/base/osc_base_obj_convert.c     ompi_datatype_type_size( datatype, &datatype_size );
datatype           74 ompi/mca/osc/base/osc_base_obj_convert.c                               struct ompi_datatype_t *datatype, int count,
datatype           83 ompi/mca/osc/base/osc_base_obj_convert.c         if(MPI_SHORT_INT == datatype ||
datatype           84 ompi/mca/osc/base/osc_base_obj_convert.c            MPI_DOUBLE_INT == datatype ||
datatype           85 ompi/mca/osc/base/osc_base_obj_convert.c            MPI_LONG_INT == datatype ||
datatype           86 ompi/mca/osc/base/osc_base_obj_convert.c            MPI_LONG_DOUBLE_INT == datatype) {
datatype           90 ompi/mca/osc/base/osc_base_obj_convert.c                        "operation\n", datatype->name);
datatype          100 ompi/mca/osc/base/osc_base_obj_convert.c     if (ompi_datatype_is_predefined(datatype)) {
datatype          101 ompi/mca/osc/base/osc_base_obj_convert.c         ompi_op_reduce(op, inbuf, outbuf, count, datatype);
datatype          111 ompi/mca/osc/base/osc_base_obj_convert.c         primitive_datatype = ompi_datatype_get_single_predefined_type_from_args(datatype);
datatype          114 ompi/mca/osc/base/osc_base_obj_convert.c         if (ompi_datatype_is_contiguous_memory_layout (datatype, count) &&
datatype          115 ompi/mca/osc/base/osc_base_obj_convert.c             1 == datatype->super.desc.used) {
datatype          119 ompi/mca/osc/base/osc_base_obj_convert.c             (void)ompi_datatype_type_size(datatype, &size);
datatype          125 ompi/mca/osc/base/osc_base_obj_convert.c             ompi_datatype_get_extent (datatype, &lb, &extent);
datatype          134 ompi/mca/osc/base/osc_base_obj_convert.c         opal_convertor_copy_and_prepare_for_recv(ompi_mpi_local_convertor, &datatype->super,
datatype           54 ompi/mca/osc/base/osc_base_obj_convert.h     struct ompi_datatype_t *datatype =
datatype           56 ompi/mca/osc/base/osc_base_obj_convert.h     if (NULL == datatype) return NULL;
datatype           57 ompi/mca/osc/base/osc_base_obj_convert.h     OMPI_DATATYPE_RETAIN(datatype);
datatype           58 ompi/mca/osc/base/osc_base_obj_convert.h     return datatype;
datatype          100 ompi/mca/osc/base/osc_base_obj_convert.h OMPI_DECLSPEC int ompi_osc_base_get_primitive_type_info(ompi_datatype_t *datatype,
datatype          118 ompi/mca/osc/base/osc_base_obj_convert.h                                            struct ompi_datatype_t *datatype,
datatype          429 ompi/mca/osc/portals4/osc_portals4_comm.c                 ompi_datatype_t  *datatype,
datatype          443 ompi/mca/osc/portals4/osc_portals4_comm.c     ret = opal_convertor_copy_and_prepare_for_send (ompi_mpi_local_convertor, &datatype->super, count,
datatype          476 ompi/mca/osc/pt2pt/osc_pt2pt.h                                   struct ompi_datatype_t *datatype,
datatype          604 ompi/mca/osc/pt2pt/osc_pt2pt.h                                           int count, ompi_datatype_t *datatype)
datatype          615 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_convertor_copy_and_prepare_for_recv(proc->super.proc_convertor, &datatype->super, count, target,
datatype          648 ompi/mca/osc/pt2pt/osc_pt2pt.h                                            int count, ompi_datatype_t *datatype)
datatype          657 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_convertor_copy_and_prepare_for_send(proc->super.proc_convertor, &datatype->super,
datatype           73 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                              size_t count, ompi_datatype_t *datatype, int dest,
datatype           81 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
datatype           85 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
datatype           92 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     ompi_datatype_t *datatype = (ompi_datatype_t *) request->req_complete_cb_data;
datatype           95 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     OMPI_DATATYPE_RELEASE(datatype);
datatype          160 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                            ompi_datatype_t *datatype, ptrdiff_t target_disp, ompi_osc_pt2pt_module_t *module)
datatype          170 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     memcpy (result, target, datatype->super.size);
datatype          172 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     if (0 == memcmp (compare, target, datatype->super.size)) {
datatype          173 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         memcpy (target, source, datatype->super.size);
datatype           57 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_datatype_t *datatype;
datatype           66 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     acc_data->datatype = NULL;
datatype           77 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     if (acc_data->datatype) {
datatype           78 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         OMPI_DATATYPE_RELEASE(acc_data->datatype);
datatype          104 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_datatype_t *datatype;
datatype          112 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     pending->datatype = NULL;
datatype          121 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     if (NULL != pending->datatype) {
datatype          122 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         OMPI_DATATYPE_RELEASE(pending->datatype);
datatype          180 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int datatype_buffer_length (ompi_datatype_t *datatype, int count)
datatype          186 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ompi_osc_base_get_primitive_type_info(datatype, &primitive_datatype, &primitive_count);
datatype          304 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int datatype_create (ompi_osc_pt2pt_module_t *module, int peer, ompi_proc_t **proc, ompi_datatype_t **datatype, void **data)
datatype          330 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     *datatype = new_datatype;
datatype          354 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype          365 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, &proc, &datatype, (void **) &data);
datatype          372 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     osc_pt2pt_copy_on_recv (target, data, data_len, proc, put_header->count, datatype);
datatype          374 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype          383 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype          393 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
datatype          400 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          datatype, source,
datatype          411 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype          479 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    ompi_datatype_t *datatype, int peer, int tag)
datatype          495 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_isend_w_cb (source, count, datatype, peer, tag, module->comm,
datatype          517 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype          527 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, target, NULL, &datatype, (void **) &data);
datatype          533 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = osc_pt2pt_get_post_send (module, source, get_header->count, datatype,
datatype          536 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype          555 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                               int count, ompi_datatype_t *datatype, ompi_op_t *op)
datatype          562 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         osc_pt2pt_copy_on_recv (target, source, source_len, proc, count, datatype);
datatype          573 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ompi_osc_base_get_primitive_type_info(datatype, &primitive_datatype, &primitive_count);
datatype          587 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_base_process_op(target, buffer, source_len, datatype,
datatype          595 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_base_process_op(target, source, source_len, datatype,
datatype          620 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          ompi_proc_t *proc, int count, ompi_datatype_t *datatype, ompi_op_t *op,
datatype          637 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     acc_data->datatype = datatype;
datatype          638 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RETAIN(datatype);
datatype          679 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             ompi_osc_base_get_primitive_type_info(acc_data->datatype, &primitive_datatype, &primitive_count);
datatype          683 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_datatype_sndrcv(acc_data->source, primitive_count, primitive_datatype, acc_data->target, acc_data->count, acc_data->datatype);
datatype          685 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_osc_base_process_op(acc_data->target, acc_data->source, acc_data->source_len, acc_data->datatype, acc_data->count, acc_data->op);
datatype          703 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         char *data, size_t data_len, ompi_datatype_t *datatype, bool active_target)
datatype          736 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     pending_acc->datatype = datatype;
datatype          737 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RETAIN(datatype);
datatype          795 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                     ompi_datatype_t *datatype, ompi_osc_pt2pt_header_acc_t *acc_header)
datatype          807 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                       datatype, op);
datatype          827 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_acc_long_start (ompi_osc_pt2pt_module_t *module, int source, ompi_datatype_t *datatype,
datatype          848 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             ret = ompi_osc_pt2pt_irecv_w_cb (target, acc_header->count, datatype,
datatype          854 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_base_get_primitive_type_info (datatype, &primitive_datatype, &primitive_count);
datatype          861 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         buflen = datatype_buffer_length (datatype, acc_header->count);
datatype          871 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                              datatype, op, 1, &acc_data);
datatype          908 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                      ompi_datatype_t *datatype, ompi_osc_pt2pt_header_acc_t *acc_header)
datatype          922 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                             datatype, op, 1, &acc_data);
datatype          927 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_isend_w_cb (target, acc_header->count, datatype,
datatype          955 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_gacc_long_start (ompi_osc_pt2pt_module_t *module, int source, ompi_datatype_t *datatype,
datatype          974 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     buflen = datatype_buffer_length (datatype, acc_header->count);
datatype          977 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_base_get_primitive_type_info (datatype, &primitive_datatype, &primitive_count);
datatype          991 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                              datatype, op, 2, &acc_data);
datatype          997 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_irecv_w_cb (buffer, acc_header->count, datatype,
datatype         1039 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int ompi_osc_pt2pt_cswap_start (ompi_osc_pt2pt_module_t *module, int source, void *data, ompi_datatype_t *datatype,
datatype         1052 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     datatype_size = datatype->super.size;
datatype         1059 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = MCA_PML_CALL(send(target, 1, datatype, source, tag_to_origin(cswap_header->tag),
datatype         1069 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             osc_pt2pt_copy_on_recv (target, origin_addr, datatype_size, proc, 1, datatype);
datatype         1111 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                        pending_acc->datatype, &pending_acc->header.acc);
datatype         1115 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_long_start (module, pending_acc->source, pending_acc->datatype,
datatype         1120 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                         pending_acc->data_len, pending_acc->datatype,
datatype         1124 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_gacc_long_start (module, pending_acc->source, pending_acc->datatype,
datatype         1129 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          pending_acc->datatype, &pending_acc->header.cswap);
datatype         1151 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype         1160 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
datatype         1169 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_start (module, source, data, data_len, datatype,
datatype         1174 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, data, data_len, datatype, active_target);
datatype         1178 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype         1188 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype         1196 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
datatype         1202 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_acc_long_start (module, source, datatype, acc_header);
datatype         1206 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            NULL, 0, datatype, active_target);
datatype         1210 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype         1220 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype         1231 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, &proc, &datatype, (void **) &data);
datatype         1245 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 OMPI_DATATYPE_RELEASE(datatype);
datatype         1249 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             ompi_osc_base_get_primitive_type_info(datatype, &primitive_datatype, &primitive_count);
datatype         1255 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_gacc_start (module, source, buffer, data_len, datatype,
datatype         1260 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, data, data_len, datatype, active_target);
datatype         1264 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype         1274 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype         1282 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
datatype         1288 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_gacc_long_start (module, source, datatype, acc_header);
datatype         1292 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            source, NULL, 0, datatype, active_target);
datatype         1296 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype         1307 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     struct ompi_datatype_t *datatype;
datatype         1315 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = datatype_create (module, source, NULL, &datatype, (void **) &data);
datatype         1321 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_cswap_start (module, source, data, datatype, cswap_header);
datatype         1325 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                            data, 2 * datatype->super.size, datatype, active_target);
datatype         1329 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     OMPI_DATATYPE_RELEASE(datatype);
datatype         1731 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    size_t count, struct ompi_datatype_t *datatype,
datatype         1734 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     return ompi_osc_pt2pt_irecv_w_cb (buf, count, datatype, src, tag, comm, NULL,
datatype         1738 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
datatype         1748 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(isend_init((void *)ptr, count, datatype, target, tag,
datatype         1764 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
datatype         1779 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(irecv_init(ptr, count, datatype, target, tag, comm, request_out));
datatype           71 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
datatype           94 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int source, int tag,
datatype          171 ompi/mca/osc/rdma/osc_rdma_accumulate.c                                            ompi_datatype_t *datatype, ompi_osc_rdma_peer_t *peer,
datatype          177 ompi/mca/osc/rdma/osc_rdma_accumulate.c     memcpy (result_addr, (void *) (uintptr_t) target_address, datatype->super.size);
datatype          179 ompi/mca/osc/rdma/osc_rdma_accumulate.c     if (0 == memcmp (compare_addr, result_addr, datatype->super.size)) {
datatype          180 ompi/mca/osc/rdma/osc_rdma_accumulate.c         memcpy ((void *) (uintptr_t) target_address, source_addr, datatype->super.size);
datatype          477 ompi/mca/osc/rdma/osc_rdma_accumulate.c                                             void *result_addr, ompi_datatype_t *datatype, ompi_osc_rdma_peer_t *peer,
datatype          483 ompi/mca/osc/rdma/osc_rdma_accumulate.c     const size_t size = datatype->super.size;
datatype          696 ompi/mca/osc/rdma/osc_rdma_accumulate.c                             ompi_datatype_t *datatype, ompi_osc_rdma_peer_t *peer, uint64_t target_address,
datatype          700 ompi/mca/osc/rdma/osc_rdma_accumulate.c     unsigned long len = datatype->super.size;
datatype           69 ompi/mca/osc/ucx/osc_ucx_comm.c static inline int create_iov_list(const void *addr, int count, ompi_datatype_t *datatype,
datatype           81 ompi/mca/osc/ucx/osc_ucx_comm.c                                                    &datatype->super, count,
datatype           62 ompi/mca/pml/base/pml_base_recvreq.h     datatype,                                                            \
datatype           70 ompi/mca/pml/base/pml_base_recvreq.h     OMPI_DATATYPE_RETAIN(datatype);                                      \
datatype           82 ompi/mca/pml/base/pml_base_recvreq.h     (request)->req_base.req_datatype = datatype;                         \
datatype           73 ompi/mca/pml/base/pml_base_sendreq.h                                         datatype,                         \
datatype           90 ompi/mca/pml/base/pml_base_sendreq.h       (request)->req_base.req_datatype = datatype;                        \
datatype          102 ompi/mca/pml/base/pml_base_sendreq.h           OMPI_DATATYPE_RETAIN(datatype);                                 \
datatype           76 ompi/mca/pml/cm/pml_cm.h                       ompi_datatype_t * datatype,
datatype           92 ompi/mca/pml/cm/pml_cm.h                                      datatype, addr, count, flags, true);
datatype          102 ompi/mca/pml/cm/pml_cm.h                  ompi_datatype_t * datatype,
datatype          122 ompi/mca/pml/cm/pml_cm.h                                       datatype,
datatype          145 ompi/mca/pml/cm/pml_cm.h                 ompi_datatype_t * datatype,
datatype          181 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
datatype          185 ompi/mca/pml/cm/pml_cm.h 		&(datatype->super),
datatype          191 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
datatype          195 ompi/mca/pml/cm/pml_cm.h 		&(datatype->super),
datatype          226 ompi/mca/pml/cm/pml_cm.h                         ompi_datatype_t* datatype,
datatype          243 ompi/mca/pml/cm/pml_cm.h                                      datatype, sendmode, true, false, buf, count, flags);
datatype          259 ompi/mca/pml/cm/pml_cm.h                    ompi_datatype_t* datatype,
datatype          283 ompi/mca/pml/cm/pml_cm.h                                          datatype,
datatype          308 ompi/mca/pml/cm/pml_cm.h                                           datatype,
datatype          333 ompi/mca/pml/cm/pml_cm.h                 ompi_datatype_t* datatype,
datatype          354 ompi/mca/pml/cm/pml_cm.h                                          datatype,
datatype          372 ompi/mca/pml/cm/pml_cm.h 	if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)) {
datatype          378 ompi/mca/pml/cm/pml_cm.h 		convertor.local_size = count * datatype->super.size;
datatype          379 ompi/mca/pml/cm/pml_cm.h 		convertor.pBaseBuf   = (unsigned char*)buf + datatype->super.true_lb;
datatype          381 ompi/mca/pml/cm/pml_cm.h 		convertor.pDesc      = &datatype->super;
datatype          387 ompi/mca/pml/cm/pml_cm.h                 MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
datatype          391 ompi/mca/pml/cm/pml_cm.h 			&datatype->super, count, buf, flags,
datatype          475 ompi/mca/pml/cm/pml_cm.h                   ompi_datatype_t *datatype,
datatype          494 ompi/mca/pml/cm/pml_cm.h                                       datatype,
datatype          509 ompi/mca/pml/cm/pml_cm.h                  ompi_datatype_t *datatype,
datatype          528 ompi/mca/pml/cm/pml_cm.h                                       datatype,
datatype           94 ompi/mca/pml/cm/pml_cm_recvreq.h                                            datatype,                    \
datatype          104 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_base.req_datatype = datatype;                          \
datatype          106 ompi/mca/pml/cm/pml_cm_recvreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          113 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          116 ompi/mca/pml/cm/pml_cm_recvreq.h                                   &(datatype->super),                   \
datatype          127 ompi/mca/pml/cm/pml_cm_recvreq.h                                            datatype,                    \
datatype          137 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_base.req_datatype = datatype;                          \
datatype          139 ompi/mca/pml/cm/pml_cm_recvreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          141 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          144 ompi/mca/pml/cm/pml_cm_recvreq.h         &(datatype->super),                                             \
datatype          158 ompi/mca/pml/cm/pml_cm_recvreq.h                                           datatype,                     \
datatype          169 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_base.req_datatype = datatype;                          \
datatype          175 ompi/mca/pml/cm/pml_cm_recvreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          182 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          185 ompi/mca/pml/cm/pml_cm_recvreq.h                                   &(datatype->super),                   \
datatype          197 ompi/mca/pml/cm/pml_cm_recvreq.h                                           datatype,                     \
datatype          208 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_base.req_datatype = datatype;                          \
datatype          214 ompi/mca/pml/cm/pml_cm_recvreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          216 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          219 ompi/mca/pml/cm/pml_cm_recvreq.h         &(datatype->super),                                             \
datatype           62 ompi/mca/pml/cm/pml_cm_request.h #define MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count)            \
datatype           64 ompi/mca/pml/cm/pml_cm_request.h         if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)  \
datatype           70 ompi/mca/pml/cm/pml_cm_request.h #define MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count)
datatype          126 ompi/mca/pml/cm/pml_cm_sendreq.h                                             datatype,                   \
datatype          133 ompi/mca/pml/cm/pml_cm_sendreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          135 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_datatype = datatype;                       \
datatype          136 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          139 ompi/mca/pml/cm/pml_cm_sendreq.h                                              &(datatype->super),        \
datatype          157 ompi/mca/pml/cm/pml_cm_sendreq.h                                             datatype,                   \
datatype          164 ompi/mca/pml/cm/pml_cm_sendreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          166 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_datatype = datatype;                       \
datatype          167 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          170 ompi/mca/pml/cm/pml_cm_sendreq.h         &(datatype->super),                                             \
datatype          190 ompi/mca/pml/cm/pml_cm_sendreq.h                                             datatype,                   \
datatype          197 ompi/mca/pml/cm/pml_cm_sendreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          199 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_datatype = datatype;                       \
datatype          200 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
datatype          203 ompi/mca/pml/cm/pml_cm_sendreq.h                                              &(datatype->super),        \
datatype          222 ompi/mca/pml/cm/pml_cm_sendreq.h                                             datatype,                   \
datatype          229 ompi/mca/pml/cm/pml_cm_sendreq.h     OMPI_DATATYPE_RETAIN(datatype);                                     \
datatype          231 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_datatype = datatype;                       \
datatype          232 ompi/mca/pml/cm/pml_cm_sendreq.h     if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)) { \
datatype          240 ompi/mca/pml/cm/pml_cm_sendreq.h             count * datatype->super.size;                               \
datatype          242 ompi/mca/pml/cm/pml_cm_sendreq.h             (unsigned char*)buf + datatype->super.true_lb;              \
datatype          244 ompi/mca/pml/cm/pml_cm_sendreq.h         (req_send)->req_base.req_convertor.pDesc      = &datatype->super; \
datatype          246 ompi/mca/pml/cm/pml_cm_sendreq.h         MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);   \
datatype          249 ompi/mca/pml/cm/pml_cm_sendreq.h             &(datatype->super),                                         \
datatype          270 ompi/mca/pml/cm/pml_cm_sendreq.h                                           datatype,                     \
datatype          288 ompi/mca/pml/cm/pml_cm_sendreq.h                                              datatype,                  \
datatype          308 ompi/mca/pml/cm/pml_cm_sendreq.h                                            datatype,                    \
datatype          320 ompi/mca/pml/cm/pml_cm_sendreq.h                                              datatype,                  \
datatype          111 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          114 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          117 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          120 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          123 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          126 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          131 ompi/mca/pml/crcpw/pml_crcpw.h                                ompi_datatype_t *datatype,
datatype          137 ompi/mca/pml/crcpw/pml_crcpw.h                               ompi_datatype_t *datatype,
datatype          371 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          383 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
datatype          391 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
datatype          398 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
datatype          410 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          422 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
datatype          430 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
datatype          437 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
datatype          452 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
datatype          464 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
datatype          472 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_send(buf, count, datatype, dst, tag, mode, comm) ) ) {
datatype          479 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
datatype          494 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          506 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
datatype          514 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv_init(buf, count, datatype, src, tag, comm, request) ) ) {
datatype          521 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
datatype          533 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          545 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
datatype          557 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv(buf, count, datatype, src, tag, comm, request) ) ) {
datatype          564 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
datatype          577 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
datatype          597 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
datatype          609 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (actual_ret = mca_pml_crcpw_module.wrapped_pml_module.pml_recv(buf, count, datatype, src, tag, comm, status) ) ) {
datatype          616 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
datatype          786 ompi/mca/pml/crcpw/pml_crcpw_module.c                      ompi_datatype_t *datatype,
datatype          797 ompi/mca/pml/crcpw/pml_crcpw_module.c                     ompi_datatype_t *datatype,
datatype           86 ompi/mca/pml/example/pml_example.h                                    ompi_datatype_t *datatype,
datatype           95 ompi/mca/pml/example/pml_example.h                               ompi_datatype_t *datatype,
datatype          104 ompi/mca/pml/example/pml_example.h                              ompi_datatype_t *datatype,
datatype          112 ompi/mca/pml/example/pml_example.h                                    ompi_datatype_t *datatype,
datatype          120 ompi/mca/pml/example/pml_example.h                               ompi_datatype_t *datatype,
datatype          128 ompi/mca/pml/example/pml_example.h                              ompi_datatype_t *datatype,
datatype          136 ompi/mca/pml/example/pml_example.h                                   ompi_datatype_t *datatype,
datatype          142 ompi/mca/pml/example/pml_example.h                                  ompi_datatype_t *datatype,
datatype           19 ompi/mca/pml/example/pml_example_irecv.c                             ompi_datatype_t * datatype,
datatype           30 ompi/mca/pml/example/pml_example_irecv.c                        ompi_datatype_t * datatype,
datatype           42 ompi/mca/pml/example/pml_example_irecv.c                       ompi_datatype_t * datatype,
datatype           53 ompi/mca/pml/example/pml_example_irecv.c                            ompi_datatype_t *datatype,
datatype           62 ompi/mca/pml/example/pml_example_irecv.c                           ompi_datatype_t *datatype,
datatype           17 ompi/mca/pml/example/pml_example_isend.c                             ompi_datatype_t* datatype,
datatype           30 ompi/mca/pml/example/pml_example_isend.c                        ompi_datatype_t* datatype,
datatype           42 ompi/mca/pml/example/pml_example_isend.c                       ompi_datatype_t* datatype,
datatype           74 ompi/mca/pml/monitoring/pml_monitoring.h                                          ompi_datatype_t *datatype,
datatype           83 ompi/mca/pml/monitoring/pml_monitoring.h                                     ompi_datatype_t *datatype,
datatype           92 ompi/mca/pml/monitoring/pml_monitoring.h                                    ompi_datatype_t *datatype,
datatype          100 ompi/mca/pml/monitoring/pml_monitoring.h                                          ompi_datatype_t *datatype,
datatype          108 ompi/mca/pml/monitoring/pml_monitoring.h                                     ompi_datatype_t *datatype,
datatype          116 ompi/mca/pml/monitoring/pml_monitoring.h                                    ompi_datatype_t *datatype,
datatype          124 ompi/mca/pml/monitoring/pml_monitoring.h                                      ompi_datatype_t *datatype,
datatype          130 ompi/mca/pml/monitoring/pml_monitoring.h                                     ompi_datatype_t *datatype,
datatype           21 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                   ompi_datatype_t *datatype,
datatype           27 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv_init(buf, count, datatype,
datatype           34 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              ompi_datatype_t *datatype,
datatype           40 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv(buf, count, datatype,
datatype           47 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                             ompi_datatype_t *datatype,
datatype           53 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_recv(buf, count, datatype,
datatype           60 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                               ompi_datatype_t *datatype,
datatype           64 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_imrecv(buf, count, datatype,
datatype           71 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              ompi_datatype_t *datatype,
datatype           76 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_mrecv(buf, count, datatype,
datatype           18 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                   ompi_datatype_t *datatype,
datatype           25 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend_init(buf, count, datatype,
datatype           31 ompi/mca/pml/monitoring/pml_monitoring_isend.c                              ompi_datatype_t *datatype,
datatype           45 ompi/mca/pml/monitoring/pml_monitoring_isend.c         ompi_datatype_type_size(datatype, &type_size);
datatype           50 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend(buf, count, datatype,
datatype           56 ompi/mca/pml/monitoring/pml_monitoring_isend.c                             ompi_datatype_t *datatype,
datatype           66 ompi/mca/pml/monitoring/pml_monitoring_isend.c         ompi_datatype_type_size(datatype, &type_size);
datatype           71 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_send(buf, count, datatype,
datatype          144 ompi/mca/pml/ob1/pml_ob1.h                                    ompi_datatype_t *datatype,
datatype          153 ompi/mca/pml/ob1/pml_ob1.h                               ompi_datatype_t *datatype,
datatype          162 ompi/mca/pml/ob1/pml_ob1.h                              ompi_datatype_t *datatype,
datatype          170 ompi/mca/pml/ob1/pml_ob1.h                                    ompi_datatype_t *datatype,
datatype          178 ompi/mca/pml/ob1/pml_ob1.h                               ompi_datatype_t *datatype,
datatype          186 ompi/mca/pml/ob1/pml_ob1.h                              ompi_datatype_t *datatype,
datatype          194 ompi/mca/pml/ob1/pml_ob1.h                                ompi_datatype_t *datatype,
datatype          200 ompi/mca/pml/ob1/pml_ob1.h                               ompi_datatype_t *datatype,
datatype           46 ompi/mca/pml/ob1/pml_ob1_irecv.c                            ompi_datatype_t * datatype,
datatype           60 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, true);
datatype           78 ompi/mca/pml/ob1/pml_ob1_irecv.c                       ompi_datatype_t * datatype,
datatype           92 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, false);
datatype          106 ompi/mca/pml/ob1/pml_ob1_irecv.c                      ompi_datatype_t * datatype,
datatype          127 ompi/mca/pml/ob1/pml_ob1_irecv.c     MCA_PML_OB1_RECV_REQUEST_INIT(recvreq, addr, count, datatype,
datatype          178 ompi/mca/pml/ob1/pml_ob1_irecv.c                     ompi_datatype_t *datatype,
datatype          212 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   count, datatype,
datatype          271 ompi/mca/pml/ob1/pml_ob1_irecv.c                    ompi_datatype_t *datatype,
datatype          305 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   count, datatype,
datatype           44 ompi/mca/pml/ob1/pml_ob1_isend.c                            ompi_datatype_t * datatype,
datatype           59 ompi/mca/pml/ob1/pml_ob1_isend.c                                   datatype,
datatype           79 ompi/mca/pml/ob1/pml_ob1_isend.c                                            ompi_datatype_t * datatype,
datatype           94 ompi/mca/pml/ob1/pml_ob1_isend.c     ompi_datatype_type_size (datatype, &size);
datatype          106 ompi/mca/pml/ob1/pml_ob1_isend.c                                                   (const struct opal_datatype_t *) datatype,
datatype          149 ompi/mca/pml/ob1/pml_ob1_isend.c                       ompi_datatype_t * datatype,
datatype          172 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
datatype          190 ompi/mca/pml/ob1/pml_ob1_isend.c                                   datatype,
datatype          205 ompi/mca/pml/ob1/pml_ob1_isend.c                      ompi_datatype_t * datatype,
datatype          226 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_isend (buf, count, datatype, dst, tag, sendmode, comm, &brequest);
datatype          246 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
datatype          270 ompi/mca/pml/ob1/pml_ob1_isend.c                                   datatype,
datatype          103 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                        datatype,                    \
datatype          112 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                     datatype,                       \
datatype          140 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        datatype,                        \
datatype          150 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        datatype,                        \
datatype          214 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          236 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          245 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          265 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          274 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          295 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          320 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          344 ompi/mca/pml/pml.h     struct ompi_datatype_t *datatype,
datatype          524 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          535 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv_init request *%p=%p", buf, count, datatype, src,
datatype          543 ompi/mca/pml/ucx/pml_ucx.c     req->datatype.datatype        = mca_pml_ucx_get_datatype(datatype);
datatype          551 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          558 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv request *%p", buf, count, datatype, src, tag, comm,
datatype          563 ompi/mca/pml/ucx/pml_ucx.c                                            mca_pml_ucx_get_datatype(datatype),
datatype          577 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
datatype          586 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("%s", buf, count, datatype, src, tag, comm, "recv");
datatype          592 ompi/mca/pml/ucx/pml_ucx.c                               mca_pml_ucx_get_datatype(datatype),
datatype          624 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          637 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("isend_init request *%p=%p", buf, count, datatype, dst,
datatype          655 ompi/mca/pml/ucx/pml_ucx.c         req->datatype.ompi_datatype = datatype;
datatype          656 ompi/mca/pml/ucx/pml_ucx.c         OBJ_RETAIN(datatype);
datatype          658 ompi/mca/pml/ucx/pml_ucx.c         req->datatype.datatype = mca_pml_ucx_get_datatype(datatype);
datatype          667 ompi/mca/pml/ucx/pml_ucx.c                   ompi_datatype_t *datatype, uint64_t pml_tag)
datatype          679 ompi/mca/pml/ucx/pml_ucx.c                                              &datatype->super, count, buf, 0,
datatype          727 ompi/mca/pml/ucx/pml_ucx.c                                                        ompi_datatype_t *datatype,
datatype          734 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_bsend(ep, buf, count, datatype, tag);
datatype          742 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          751 ompi/mca/pml/ucx/pml_ucx.c                        buf, count, datatype, dst, tag, mode, comm, 
datatype          760 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
datatype          761 ompi/mca/pml/ucx/pml_ucx.c                                                    mca_pml_ucx_get_datatype(datatype),
datatype          782 ompi/mca/pml/ucx/pml_ucx.c                     ompi_datatype_t *datatype, ucp_datatype_t ucx_datatype,
datatype          788 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
datatype          789 ompi/mca/pml/ucx/pml_ucx.c                                                    mca_pml_ucx_get_datatype(datatype),
datatype          822 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
datatype          828 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("%s", buf, count, datatype, dst, tag, mode, comm,
datatype          840 ompi/mca/pml/ucx/pml_ucx.c                                     mca_pml_ucx_get_datatype(datatype),
datatype          845 ompi/mca/pml/ucx/pml_ucx.c     return mca_pml_ucx_send_nb(ep, buf, count, datatype,
datatype          846 ompi/mca/pml/ucx/pml_ucx.c                                mca_pml_ucx_get_datatype(datatype),
datatype          948 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          954 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("imrecv", buf, count, datatype, message);
datatype          957 ompi/mca/pml/ucx/pml_ucx.c                                                mca_pml_ucx_get_datatype(datatype),
datatype          971 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          977 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("mrecv", buf, count, datatype, message);
datatype          980 ompi/mca/pml/ucx/pml_ucx.c                                                mca_pml_ucx_get_datatype(datatype),
datatype         1016 ompi/mca/pml/ucx/pml_ucx.c                                                                preq->datatype.ompi_datatype,
datatype         1017 ompi/mca/pml/ucx/pml_ucx.c                                                                preq->datatype.datatype,
datatype         1025 ompi/mca/pml/ucx/pml_ucx.c                                                        preq->datatype.datatype,
datatype           79 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
datatype           83 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype           87 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
datatype           91 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype           96 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          101 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
datatype          119 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          123 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype           21 ompi/mca/pml/ucx/pml_ucx_datatype.c     ompi_datatype_t *datatype = context;
datatype           26 ompi/mca/pml/ucx/pml_ucx_datatype.c     OMPI_DATATYPE_RETAIN(datatype);
datatype           27 ompi/mca/pml/ucx/pml_ucx_datatype.c     convertor->datatype = datatype;
datatype           29 ompi/mca/pml/ucx/pml_ucx_datatype.c                                              &datatype->super, count, buffer, 0,
datatype           37 ompi/mca/pml/ucx/pml_ucx_datatype.c     ompi_datatype_t *datatype = context;
datatype           42 ompi/mca/pml/ucx/pml_ucx_datatype.c     OMPI_DATATYPE_RETAIN(datatype);
datatype           43 ompi/mca/pml/ucx/pml_ucx_datatype.c     convertor->datatype = datatype;
datatype           46 ompi/mca/pml/ucx/pml_ucx_datatype.c                                              &datatype->super, count, buffer, 0,
datatype           96 ompi/mca/pml/ucx/pml_ucx_datatype.c                                                  &convertor->datatype->super,
datatype          118 ompi/mca/pml/ucx/pml_ucx_datatype.c     OMPI_DATATYPE_RELEASE(convertor->datatype);
datatype          131 ompi/mca/pml/ucx/pml_ucx_datatype.c int mca_pml_ucx_datatype_attr_del_fn(ompi_datatype_t* datatype, int keyval,
datatype          136 ompi/mca/pml/ucx/pml_ucx_datatype.c     PML_UCX_ASSERT((uint64_t)ucp_datatype == datatype->pml_data);
datatype          139 ompi/mca/pml/ucx/pml_ucx_datatype.c     datatype->pml_data = PML_UCX_DATATYPE_INVALID;
datatype          143 ompi/mca/pml/ucx/pml_ucx_datatype.c ucp_datatype_t mca_pml_ucx_init_datatype(ompi_datatype_t *datatype)
datatype          151 ompi/mca/pml/ucx/pml_ucx_datatype.c     ompi_datatype_type_lb(datatype, &lb);
datatype          153 ompi/mca/pml/ucx/pml_ucx_datatype.c     if ((datatype->super.flags & OPAL_DATATYPE_FLAG_CONTIGUOUS) &&
datatype          154 ompi/mca/pml/ucx/pml_ucx_datatype.c         (datatype->super.flags & OPAL_DATATYPE_FLAG_NO_GAPS) &&
datatype          157 ompi/mca/pml/ucx/pml_ucx_datatype.c         ompi_datatype_type_size(datatype, &size);
datatype          159 ompi/mca/pml/ucx/pml_ucx_datatype.c         datatype->pml_data = ucp_dt_make_contig(size);
datatype          160 ompi/mca/pml/ucx/pml_ucx_datatype.c         return datatype->pml_data;
datatype          164 ompi/mca/pml/ucx/pml_ucx_datatype.c                                    datatype, &ucp_datatype);
datatype          166 ompi/mca/pml/ucx/pml_ucx_datatype.c         PML_UCX_ERROR("Failed to create UCX datatype for %s", datatype->name);
datatype          170 ompi/mca/pml/ucx/pml_ucx_datatype.c     datatype->pml_data = ucp_datatype;
datatype          175 ompi/mca/pml/ucx/pml_ucx_datatype.c     if (ompi_datatype_is_predefined(datatype)) {
datatype          176 ompi/mca/pml/ucx/pml_ucx_datatype.c         PML_UCX_ASSERT(datatype->id < OMPI_DATATYPE_MAX_PREDEFINED);
datatype          177 ompi/mca/pml/ucx/pml_ucx_datatype.c         ompi_pml_ucx.predefined_types[datatype->id] = ucp_datatype;
datatype          179 ompi/mca/pml/ucx/pml_ucx_datatype.c         ret = ompi_attr_set_c(TYPE_ATTR, datatype, &datatype->d_keyhash,
datatype          184 ompi/mca/pml/ucx/pml_ucx_datatype.c                           datatype->name, ret);
datatype           20 ompi/mca/pml/ucx/pml_ucx_datatype.h     ompi_datatype_t           *datatype;
datatype           26 ompi/mca/pml/ucx/pml_ucx_datatype.h ucp_datatype_t mca_pml_ucx_init_datatype(ompi_datatype_t *datatype);
datatype           28 ompi/mca/pml/ucx/pml_ucx_datatype.h int mca_pml_ucx_datatype_attr_del_fn(ompi_datatype_t* datatype, int keyval,
datatype           34 ompi/mca/pml/ucx/pml_ucx_datatype.h static inline ucp_datatype_t mca_pml_ucx_get_datatype(ompi_datatype_t *datatype)
datatype           36 ompi/mca/pml/ucx/pml_ucx_datatype.h     ucp_datatype_t ucp_type = datatype->pml_data;
datatype           42 ompi/mca/pml/ucx/pml_ucx_datatype.h     return mca_pml_ucx_init_datatype(datatype);
datatype          179 ompi/mca/pml/ucx/pml_ucx_request.c         OBJ_RELEASE(preq->datatype.ompi_datatype);
datatype          103 ompi/mca/pml/ucx/pml_ucx_request.h         ucp_datatype_t                datatype;
datatype          105 ompi/mca/pml/ucx/pml_ucx_request.h     } datatype;
datatype          330 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          336 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
datatype          346 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          353 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
datatype          359 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)rreq, src, tag, datatype->name, count);
datatype          370 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
datatype          378 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, src, tag, comm, recv);
datatype          382 ompi/mca/pml/yalla/pml_yalla.c                       datatype->name, count);
datatype          401 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          408 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
datatype          468 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          477 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
datatype          483 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)sreq, dst, mode, tag, datatype->name, count);
datatype          502 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
datatype          509 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_SEND_REQ(&sreq, (void *)buf, count, datatype, dst, tag, mode, comm, send);
datatype          513 ompi/mca/pml/yalla/pml_yalla.c                       datatype->name, count);
datatype          634 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          641 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, -1, 0, (*message)->comm,
datatype          647 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)rreq, (void *)message, (void *)(*message), datatype->name, count);
datatype          660 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          667 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, -1, 0, (*message)->comm, recv);
datatype          671 ompi/mca/pml/yalla/pml_yalla.c                       (void *)*message, datatype->name, count);
datatype           98 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          102 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          106 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
datatype          110 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          115 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
datatype          120 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
datatype          138 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype          142 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
datatype           18 ompi/mca/pml/yalla/pml_yalla_datatype.c                                                                    ompi_datatype_t *datatype)
datatype           22 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor->datatype = datatype;
datatype           23 ompi/mca/pml/yalla/pml_yalla_datatype.c     OMPI_DATATYPE_RETAIN(datatype);
datatype           25 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
datatype           31 ompi/mca/pml/yalla/pml_yalla_datatype.c                                                                    ompi_datatype_t *datatype)
datatype           35 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor->datatype = datatype;
datatype           36 ompi/mca/pml/yalla/pml_yalla_datatype.c     OMPI_DATATYPE_RETAIN(datatype);
datatype           38 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
datatype          111 ompi/mca/pml/yalla/pml_yalla_datatype.c                                             size_t count, ompi_datatype_t *datatype,
datatype          114 ompi/mca/pml/yalla/pml_yalla_datatype.c     rreq->super.convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
datatype          119 ompi/mca/pml/yalla/pml_yalla_datatype.c                                            size_t count, ompi_datatype_t *datatype)
datatype          123 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
datatype          129 ompi/mca/pml/yalla/pml_yalla_datatype.c                                             size_t count, ompi_datatype_t *datatype,
datatype          132 ompi/mca/pml/yalla/pml_yalla_datatype.c     sreq->super.convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
datatype          137 ompi/mca/pml/yalla/pml_yalla_datatype.c                                            size_t count, ompi_datatype_t *datatype)
datatype          141 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
datatype           21 ompi/mca/pml/yalla/pml_yalla_datatype.h     ompi_datatype_t           *datatype;
datatype           55 ompi/mca/pml/yalla/pml_yalla_datatype.h     OMPI_DATATYPE_RELEASE(convertor->datatype);
datatype           60 ompi/mca/pml/yalla/pml_yalla_datatype.h                                             size_t count, ompi_datatype_t *datatype,
datatype           64 ompi/mca/pml/yalla/pml_yalla_datatype.h                                            size_t count, ompi_datatype_t *datatype);
datatype           67 ompi/mca/pml/yalla/pml_yalla_datatype.h                                             size_t count, ompi_datatype_t *datatype,
datatype           71 ompi/mca/pml/yalla/pml_yalla_datatype.h                                            size_t count, ompi_datatype_t *datatype);
datatype           66 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
datatype           68 ompi/mca/sharedfp/individual/sharedfp_individual.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
datatype           73 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  struct ompi_datatype_t *datatype);
datatype           80 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     struct ompi_datatype_t *datatype,
datatype           85 ompi/mca/sharedfp/individual/sharedfp_individual.h                                    struct ompi_datatype_t *datatype,
datatype           90 ompi/mca/sharedfp/individual/sharedfp_individual.h                                            struct ompi_datatype_t *datatype,
datatype           95 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  struct ompi_datatype_t *datatype);
datatype          102 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     struct ompi_datatype_t *datatype,
datatype           34 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                    ompi_datatype_t *datatype,
datatype           51 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     opal_datatype_type_size ( &datatype->super, &numofbytes);
datatype           68 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                             buf, count, datatype, request);
datatype           83 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                                 struct ompi_datatype_t *datatype)
datatype          113 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     opal_datatype_type_size ( &datatype->super, &numofbytes);
datatype          196 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh, offset, buf, count, datatype,
datatype           32 ompi/mca/sharedfp/individual/sharedfp_individual_read.c 				   void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           39 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           48 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    ompi_datatype_t *datatype,
datatype           58 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                                 struct ompi_datatype_t *datatype)
datatype           34 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                        struct ompi_datatype_t *datatype,
datatype           51 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     opal_datatype_type_size ( &datatype->super, &numofbytes);
datatype           65 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                                buf, count, datatype, status);
datatype           81 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                            struct ompi_datatype_t *datatype,
datatype          108 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     opal_datatype_type_size ( &datatype->super, &numofbytes);
datatype          191 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     ret = mca_common_ompio_file_write_at_all(fh, offset, buf,count,datatype,status);
datatype           65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
datatype           67 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
datatype           73 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  struct ompi_datatype_t *datatype);
datatype           80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     struct ompi_datatype_t *datatype,
datatype           85 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                    struct ompi_datatype_t *datatype,
datatype           90 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                            struct ompi_datatype_t *datatype,
datatype           95 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  struct ompi_datatype_t *datatype);
datatype          102 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     struct ompi_datatype_t *datatype,
datatype           35 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                   ompi_datatype_t *datatype,
datatype           51 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           74 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
datatype           83 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                        struct ompi_datatype_t *datatype)
datatype          115 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          185 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     ret = mca_common_ompio_file_iread_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
datatype           35 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                    ompi_datatype_t *datatype,
datatype           51 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           72 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
datatype           81 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                                 struct ompi_datatype_t *datatype)
datatype          112 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          194 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
datatype           32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           49 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
datatype           80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                            struct ompi_datatype_t *datatype,
datatype          105 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     opal_datatype_type_size ( &datatype->super, &numofBytes );
datatype          173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
datatype           34 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                    struct ompi_datatype_t *datatype,
datatype           50 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     opal_datatype_type_size( &datatype->super, &numofBytes);
datatype           70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c         ret = mca_common_ompio_file_write_at ( fh, offset, buf, count, datatype, status);
datatype           79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                            struct ompi_datatype_t *datatype,
datatype          105 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          188 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
datatype          129 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          135 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          141 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype);
datatype          150 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          156 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          162 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          168 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype,
datatype          174 ompi/mca/sharedfp/sharedfp.h         struct ompi_datatype_t *datatype);
datatype           65 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
datatype           67 ompi/mca/sharedfp/sm/sharedfp_sm.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
datatype           73 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  struct ompi_datatype_t *datatype);
datatype           80 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     struct ompi_datatype_t *datatype,
datatype           85 ompi/mca/sharedfp/sm/sharedfp_sm.h                                    struct ompi_datatype_t *datatype,
datatype           90 ompi/mca/sharedfp/sm/sharedfp_sm.h                                            struct ompi_datatype_t *datatype,
datatype           95 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  struct ompi_datatype_t *datatype);
datatype          102 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     struct ompi_datatype_t *datatype,
datatype           34 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                           ompi_datatype_t *datatype,
datatype           49 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           66 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
datatype           75 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                                        struct ompi_datatype_t *datatype)
datatype          101 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          182 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     ret = mca_common_ompio_file_iread_at_all(fh,offset,buf,count,datatype,
datatype           34 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                            ompi_datatype_t *datatype,
datatype           49 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c      opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           66 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
datatype           76 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                                         struct ompi_datatype_t *datatype)
datatype          102 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          170 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh,offset,buf,count,datatype,
datatype           32 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                            void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
datatype           46 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           65 ompi/mca/sharedfp/sm/sharedfp_sm_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
datatype           74 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                                   struct ompi_datatype_t *datatype,
datatype           95 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          174 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
datatype           34 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                            struct ompi_datatype_t *datatype,
datatype           49 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype           69 ompi/mca/sharedfp/sm/sharedfp_sm_write.c         ret = mca_common_ompio_file_write_at(fh,offset,buf,count,datatype,status);
datatype           78 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                                    struct ompi_datatype_t *datatype,
datatype           99 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     opal_datatype_type_size ( &datatype->super, &numofBytes);
datatype          166 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
datatype           39 ompi/mca/vprotocol/example/vprotocol_example.h                                             struct ompi_datatype_t *datatype,
datatype           46 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_datatype_t * datatype,
datatype           53 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_datatype_t * datatype,
datatype           61 ompi/mca/vprotocol/example/vprotocol_example.h                                             struct ompi_datatype_t *datatype,
datatype           69 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_datatype_t* datatype,
datatype           77 ompi/mca/vprotocol/example/vprotocol_example.h                                             ompi_datatype_t* datatype,
datatype           20 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       struct ompi_datatype_t *datatype,
datatype           28 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv_init(addr, count, datatype, src, tag, comm, request);
datatype           35 ompi/mca/vprotocol/example/vprotocol_example_recv.c                      ompi_datatype_t * datatype,
datatype           43 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
datatype           50 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       ompi_datatype_t * datatype,
datatype           58 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_recv(addr, count, datatype, src, tag, comm, status);
datatype           17 ompi/mca/vprotocol/example/vprotocol_example_send.c                       struct ompi_datatype_t *datatype,
datatype           25 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend_init(addr, count, datatype, dst, tag, sendmode, comm, request);
datatype           30 ompi/mca/vprotocol/example/vprotocol_example_send.c                      ompi_datatype_t * datatype,
datatype           38 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend(addr, count, datatype, dst, tag, sendmode, comm, request);
datatype           43 ompi/mca/vprotocol/example/vprotocol_example_send.c                       ompi_datatype_t * datatype,
datatype           50 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_send(addr, count, datatype, dst, tag, sendmode, comm);
datatype           69 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   ompi_datatype_t * datatype,
datatype           76 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  ompi_datatype_t * datatype,
datatype           84 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   ompi_datatype_t* datatype,
datatype           92 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  ompi_datatype_t* datatype,
datatype           22 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                      ompi_datatype_t * datatype,
datatype           36 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
datatype           48 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                       ompi_datatype_t * datatype,
datatype           62 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, &request);
datatype           19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                        ompi_datatype_t* datatype,
datatype           32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     ret = mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
datatype           41 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                       ompi_datatype_t* datatype,
datatype           54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
datatype           47 ompi/mpi/c/allreduce.c                   MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           54 ompi/mpi/c/allreduce.c         memchecker_datatype(datatype);
datatype           58 ompi/mpi/c/allreduce.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           62 ompi/mpi/c/allreduce.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           64 ompi/mpi/c/allreduce.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           81 ompi/mpi/c/allreduce.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           95 ompi/mpi/c/allreduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          114 ompi/mpi/c/allreduce.c                                       datatype, op, comm,
datatype           58 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_DELETE_FN( MPI_Datatype datatype, int type_keyval,
datatype           66 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_COPY_FN( MPI_Datatype datatype, int type_keyval,
datatype           76 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_DUP_FN( MPI_Datatype datatype, int type_keyval,
datatype           41 ompi/mpi/c/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
datatype           49 ompi/mpi/c/bcast.c         memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
datatype           57 ompi/mpi/c/bcast.c             memchecker_call(&opal_memchecker_base_isaddressable, buffer, count, datatype);
datatype           61 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
datatype           64 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isaddressable, buffer, count, datatype);
datatype           79 ompi/mpi/c/bcast.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          114 ompi/mpi/c/bcast.c     err = comm->c_coll->coll_bcast(buffer, count, datatype, root, comm,
datatype           47 ompi/mpi/c/compare_and_swap.c                          MPI_Datatype datatype, int target_rank, MPI_Aint target_disp, MPI_Win win)
datatype           64 ompi/mpi/c/compare_and_swap.c             OMPI_CHECK_DATATYPE_FOR_ONE_SIDED(rc, datatype, 1);
datatype           74 ompi/mpi/c/compare_and_swap.c                                                  datatype, target_rank, target_disp, win);
datatype           46 ompi/mpi/c/exscan.c                MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           53 ompi/mpi/c/exscan.c         memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/exscan.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           71 ompi/mpi/c/exscan.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           76 ompi/mpi/c/exscan.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           95 ompi/mpi/c/exscan.c                                    datatype, op, comm,
datatype           46 ompi/mpi/c/fetch_and_op.c int MPI_Fetch_and_op(const void *origin_addr, void *result_addr, MPI_Datatype datatype,
datatype           64 ompi/mpi/c/fetch_and_op.c             OMPI_CHECK_DATATYPE_FOR_ONE_SIDED(rc, datatype, 1);
datatype           73 ompi/mpi/c/fetch_and_op.c     rc = win->w_osc_module->osc_fetch_and_op(origin_addr, result_addr, datatype,
datatype           40 ompi/mpi/c/file_get_type_extent.c int MPI_File_get_type_extent(MPI_File fh, MPI_Datatype datatype,
datatype           46 ompi/mpi/c/file_get_type_extent.c         memchecker_datatype(datatype);
datatype           58 ompi/mpi/c/file_get_type_extent.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, 1);
datatype           71 ompi/mpi/c/file_get_type_extent.c             io_module_file_get_type_extent(fh, datatype, extent);
datatype           44 ompi/mpi/c/file_iread.c                    MPI_Datatype datatype, MPI_Request *request)
datatype           49 ompi/mpi/c/file_iread.c         memchecker_datatype(datatype);
datatype           63 ompi/mpi/c/file_iread.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           74 ompi/mpi/c/file_iread.c             io_module_file_iread(fh, buf, count, datatype, request);
datatype           46 ompi/mpi/c/file_iread_all.c                        MPI_Datatype datatype, MPI_Request *request)
datatype           51 ompi/mpi/c/file_iread_all.c         memchecker_datatype(datatype);
datatype           65 ompi/mpi/c/file_iread_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           80 ompi/mpi/c/file_iread_all.c                 io_module_file_iread_all(fh, buf, count, datatype, request);
datatype           44 ompi/mpi/c/file_iread_at.c                       int count, MPI_Datatype datatype, MPI_Request *request)
datatype           49 ompi/mpi/c/file_iread_at.c         memchecker_datatype(datatype);
datatype           63 ompi/mpi/c/file_iread_at.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           74 ompi/mpi/c/file_iread_at.c             io_module_file_iread_at(fh, offset, buf, count, datatype,
datatype           46 ompi/mpi/c/file_iread_at_all.c                           int count, MPI_Datatype datatype, MPI_Request *request)
datatype           51 ompi/mpi/c/file_iread_at_all.c         memchecker_datatype(datatype);
datatype           65 ompi/mpi/c/file_iread_at_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           80 ompi/mpi/c/file_iread_at_all.c                 io_module_file_iread_at_all(fh, offset, buf, count, datatype,
datatype           44 ompi/mpi/c/file_iread_shared.c                           MPI_Datatype datatype, MPI_Request *request)
datatype           49 ompi/mpi/c/file_iread_shared.c         memchecker_datatype(datatype);
datatype           63 ompi/mpi/c/file_iread_shared.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           74 ompi/mpi/c/file_iread_shared.c             io_module_file_iread_shared(fh, buf, count, datatype, request);
datatype           47 ompi/mpi/c/file_iwrite.c                     datatype, MPI_Request *request)
datatype           52 ompi/mpi/c/file_iwrite.c         memchecker_datatype(datatype);
datatype           53 ompi/mpi/c/file_iwrite.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           67 ompi/mpi/c/file_iwrite.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           78 ompi/mpi/c/file_iwrite.c           io_module_file_iwrite(fh, buf, count, datatype, request);
datatype           49 ompi/mpi/c/file_iwrite_all.c                         datatype, MPI_Request *request)
datatype           54 ompi/mpi/c/file_iwrite_all.c         memchecker_datatype(datatype);
datatype           55 ompi/mpi/c/file_iwrite_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           69 ompi/mpi/c/file_iwrite_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           84 ompi/mpi/c/file_iwrite_all.c                 io_module_file_iwrite_all(fh, buf, count, datatype, request);
datatype           47 ompi/mpi/c/file_iwrite_at.c                        int count, MPI_Datatype datatype,
datatype           53 ompi/mpi/c/file_iwrite_at.c         memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/file_iwrite_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           68 ompi/mpi/c/file_iwrite_at.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           79 ompi/mpi/c/file_iwrite_at.c             io_module_file_iwrite_at(fh, offset, buf, count, datatype,
datatype           49 ompi/mpi/c/file_iwrite_at_all.c                            int count, MPI_Datatype datatype,
datatype           55 ompi/mpi/c/file_iwrite_at_all.c         memchecker_datatype(datatype);
datatype           56 ompi/mpi/c/file_iwrite_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           70 ompi/mpi/c/file_iwrite_at_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           85 ompi/mpi/c/file_iwrite_at_all.c                 io_module_file_iwrite_at_all(fh, offset, buf, count, datatype,
datatype           47 ompi/mpi/c/file_iwrite_shared.c                            MPI_Datatype datatype, MPI_Request *request)
datatype           52 ompi/mpi/c/file_iwrite_shared.c         memchecker_datatype(datatype);
datatype           66 ompi/mpi/c/file_iwrite_shared.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           77 ompi/mpi/c/file_iwrite_shared.c           io_module_file_iwrite_shared(fh, buf, count, datatype, request);
datatype           42 ompi/mpi/c/file_read.c                   MPI_Datatype datatype, MPI_Status *status)
datatype           47 ompi/mpi/c/file_read.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read.c             io_module_file_read(fh, buf, count, datatype, status);
datatype           42 ompi/mpi/c/file_read_all.c                       datatype, MPI_Status *status)
datatype           47 ompi/mpi/c/file_read_all.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_all.c             io_module_file_read_all(fh, buf, count, datatype, status);
datatype           42 ompi/mpi/c/file_read_all_begin.c                             MPI_Datatype datatype)
datatype           47 ompi/mpi/c/file_read_all_begin.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_all_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_all_begin.c             io_module_file_read_all_begin(fh, buf, count, datatype);
datatype           42 ompi/mpi/c/file_read_at.c                      int count, MPI_Datatype datatype, MPI_Status *status)
datatype           47 ompi/mpi/c/file_read_at.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_at.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_at.c             io_module_file_read_at(fh, offset, buf, count, datatype, status);
datatype           42 ompi/mpi/c/file_read_at_all.c                          int count, MPI_Datatype datatype,
datatype           48 ompi/mpi/c/file_read_at_all.c         memchecker_datatype(datatype);
datatype           60 ompi/mpi/c/file_read_at_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           72 ompi/mpi/c/file_read_at_all.c             io_module_file_read_at_all(fh, offset, buf, count, datatype,
datatype           42 ompi/mpi/c/file_read_at_all_begin.c                                int count, MPI_Datatype datatype)
datatype           47 ompi/mpi/c/file_read_at_all_begin.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_at_all_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_at_all_begin.c             io_module_file_read_at_all_begin(fh, offset, buf, count, datatype);
datatype           41 ompi/mpi/c/file_read_ordered.c                           MPI_Datatype datatype, MPI_Status *status)
datatype           54 ompi/mpi/c/file_read_ordered.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           66 ompi/mpi/c/file_read_ordered.c             io_module_file_read_ordered(fh, buf, count, datatype, status);
datatype           42 ompi/mpi/c/file_read_ordered_begin.c                                 MPI_Datatype datatype)
datatype           47 ompi/mpi/c/file_read_ordered_begin.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_ordered_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_ordered_begin.c             io_module_file_read_ordered_begin(fh, buf, count, datatype);
datatype           42 ompi/mpi/c/file_read_shared.c                          MPI_Datatype datatype, MPI_Status *status)
datatype           47 ompi/mpi/c/file_read_shared.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/file_read_shared.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           71 ompi/mpi/c/file_read_shared.c             io_module_file_read_shared(fh, buf, count, datatype, status);
datatype           45 ompi/mpi/c/file_write.c                    MPI_Datatype datatype, MPI_Status *status)
datatype           50 ompi/mpi/c/file_write.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write.c           io_module_file_write(fh, buf, count, datatype, status);
datatype           45 ompi/mpi/c/file_write_all.c                        datatype, MPI_Status *status)
datatype           50 ompi/mpi/c/file_write_all.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write_all.c           io_module_file_write_all(fh, buf, count, datatype, status);
datatype           45 ompi/mpi/c/file_write_all_begin.c                              MPI_Datatype datatype)
datatype           50 ompi/mpi/c/file_write_all_begin.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_all_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write_all_begin.c           io_module_file_write_all_begin(fh, buf, count, datatype);
datatype           45 ompi/mpi/c/file_write_at.c                       int count, MPI_Datatype datatype,
datatype           51 ompi/mpi/c/file_write_at.c         memchecker_datatype(datatype);
datatype           52 ompi/mpi/c/file_write_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           64 ompi/mpi/c/file_write_at.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           76 ompi/mpi/c/file_write_at.c           io_module_file_write_at(fh, offset, buf, count, datatype, status);
datatype           45 ompi/mpi/c/file_write_at_all.c                           int count, MPI_Datatype datatype,
datatype           51 ompi/mpi/c/file_write_at_all.c         memchecker_datatype(datatype);
datatype           52 ompi/mpi/c/file_write_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           64 ompi/mpi/c/file_write_at_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           76 ompi/mpi/c/file_write_at_all.c           io_module_file_write_at_all(fh, offset, buf, count, datatype,
datatype           45 ompi/mpi/c/file_write_at_all_begin.c                                 int count, MPI_Datatype datatype)
datatype           50 ompi/mpi/c/file_write_at_all_begin.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_at_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_at_all_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           76 ompi/mpi/c/file_write_at_all_begin.c                                               datatype);
datatype           45 ompi/mpi/c/file_write_ordered.c                            MPI_Datatype datatype, MPI_Status *status)
datatype           50 ompi/mpi/c/file_write_ordered.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_ordered.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_ordered.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write_ordered.c           io_module_file_write_ordered(fh, buf, count, datatype, status);
datatype           45 ompi/mpi/c/file_write_ordered_begin.c                                  MPI_Datatype datatype)
datatype           50 ompi/mpi/c/file_write_ordered_begin.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_ordered_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_ordered_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write_ordered_begin.c           io_module_file_write_ordered_begin(fh, buf, count, datatype);
datatype           45 ompi/mpi/c/file_write_shared.c                           MPI_Datatype datatype, MPI_Status *status)
datatype           50 ompi/mpi/c/file_write_shared.c         memchecker_datatype(datatype);
datatype           51 ompi/mpi/c/file_write_shared.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/file_write_shared.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
datatype           75 ompi/mpi/c/file_write_shared.c           io_module_file_write_shared(fh, buf, count, datatype, status);
datatype           45 ompi/mpi/c/get_count.c int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count)
datatype           60 ompi/mpi/c/get_count.c                    memchecker_datatype(datatype);
datatype           66 ompi/mpi/c/get_count.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, 1);
datatype           71 ompi/mpi/c/get_count.c     if( ompi_datatype_type_size( datatype, &size ) == MPI_SUCCESS ) {
datatype           44 ompi/mpi/c/get_elements.c int MPI_Get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count)
datatype           59 ompi/mpi/c/get_elements.c                    memchecker_datatype(datatype);
datatype           69 ompi/mpi/c/get_elements.c         } else if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           72 ompi/mpi/c/get_elements.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, datatype, 1);
datatype           77 ompi/mpi/c/get_elements.c     ret = ompi_datatype_get_elements (datatype, status->_ucount, &internal_count);
datatype           44 ompi/mpi/c/get_elements_x.c int MPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
datatype           59 ompi/mpi/c/get_elements_x.c                    memchecker_datatype(datatype);
datatype           69 ompi/mpi/c/get_elements_x.c         } else if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           72 ompi/mpi/c/get_elements_x.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, datatype, 1);
datatype           77 ompi/mpi/c/get_elements_x.c     ret = ompi_datatype_get_elements (datatype, status->_ucount, &internal_count);
datatype           48 ompi/mpi/c/iallreduce.c                    MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
datatype           55 ompi/mpi/c/iallreduce.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/iallreduce.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           63 ompi/mpi/c/iallreduce.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           65 ompi/mpi/c/iallreduce.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           82 ompi/mpi/c/iallreduce.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           96 ompi/mpi/c/iallreduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          116 ompi/mpi/c/iallreduce.c     err = comm->c_coll->coll_iallreduce(sendbuf, recvbuf, count, datatype,
datatype           35 ompi/mpi/c/ibcast.c int MPI_Ibcast(void *buffer, int count, MPI_Datatype datatype,
datatype           43 ompi/mpi/c/ibcast.c         memchecker_datatype(datatype);
datatype           44 ompi/mpi/c/ibcast.c         memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
datatype           58 ompi/mpi/c/ibcast.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           86 ompi/mpi/c/ibcast.c     err = comm->c_coll->coll_ibcast(buffer, count, datatype, root, comm,
datatype           46 ompi/mpi/c/iexscan.c                 MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
datatype           53 ompi/mpi/c/iexscan.c         memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/iexscan.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           71 ompi/mpi/c/iexscan.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           76 ompi/mpi/c/iexscan.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           87 ompi/mpi/c/iexscan.c                                     datatype, op, comm, request,
datatype           48 ompi/mpi/c/ireduce.c                 MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request)
datatype           55 ompi/mpi/c/ireduce.c         memchecker_datatype(datatype);
datatype           62 ompi/mpi/c/ireduce.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           64 ompi/mpi/c/ireduce.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           68 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           71 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           76 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           79 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           97 ompi/mpi/c/ireduce.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          105 ompi/mpi/c/ireduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          141 ompi/mpi/c/ireduce.c                                     datatype, op, root, comm, request,
datatype           48 ompi/mpi/c/ireduce_scatter.c                         MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
datatype           67 ompi/mpi/c/ireduce_scatter.c         memchecker_datatype(datatype);
datatype           71 ompi/mpi/c/ireduce_scatter.c                         recvcounts[rank], datatype);
datatype           75 ompi/mpi/c/ireduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           77 ompi/mpi/c/ireduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           96 ompi/mpi/c/ireduce_scatter.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          112 ompi/mpi/c/ireduce_scatter.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcounts[i]);
datatype          138 ompi/mpi/c/ireduce_scatter.c                                             datatype, op, comm, request,
datatype           48 ompi/mpi/c/ireduce_scatter_block.c                               MPI_Datatype datatype, MPI_Op op,
datatype           57 ompi/mpi/c/ireduce_scatter_block.c         memchecker_datatype(datatype);
datatype           61 ompi/mpi/c/ireduce_scatter_block.c                         recvcount, datatype);
datatype           65 ompi/mpi/c/ireduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
datatype           67 ompi/mpi/c/ireduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
datatype           86 ompi/mpi/c/ireduce_scatter_block.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           95 ompi/mpi/c/ireduce_scatter_block.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
datatype          105 ompi/mpi/c/ireduce_scatter_block.c                                                   datatype, op, comm, request,
datatype           47 ompi/mpi/c/iscan.c               MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request)
datatype           54 ompi/mpi/c/iscan.c         memchecker_datatype(datatype);
datatype           57 ompi/mpi/c/iscan.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           59 ompi/mpi/c/iscan.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           85 ompi/mpi/c/iscan.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           90 ompi/mpi/c/iscan.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          101 ompi/mpi/c/iscan.c                                   datatype, op, comm,
datatype           45 ompi/mpi/c/pack.c int MPI_Pack(const void *inbuf, int incount, MPI_Datatype datatype,
datatype           55 ompi/mpi/c/pack.c         memchecker_datatype(datatype);
datatype           56 ompi/mpi/c/pack.c         memchecker_call(&opal_memchecker_base_isdefined, inbuf, incount, datatype);
datatype           71 ompi/mpi/c/pack.c         OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, incount);
datatype           73 ompi/mpi/c/pack.c         OMPI_CHECK_USER_BUFFER(rc, inbuf, datatype, incount);
datatype           81 ompi/mpi/c/pack.c     opal_convertor_copy_and_prepare_for_send( ompi_mpi_local_convertor, &(datatype->super),
datatype           46 ompi/mpi/c/pack_external.c                       MPI_Datatype datatype, void *outbuf,
datatype           52 ompi/mpi/c/pack_external.c         memchecker_datatype(datatype);
datatype           53 ompi/mpi/c/pack_external.c         memchecker_call(&opal_memchecker_base_isdefined, inbuf, incount, datatype);
datatype           65 ompi/mpi/c/pack_external.c         OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, incount);
datatype           67 ompi/mpi/c/pack_external.c         OMPI_CHECK_USER_BUFFER(rc, inbuf, datatype, incount);
datatype           74 ompi/mpi/c/pack_external.c                                      datatype, outbuf, 
datatype           46 ompi/mpi/c/pack_external_size.c                            MPI_Datatype datatype, MPI_Aint *size)
datatype           51 ompi/mpi/c/pack_external_size.c         memchecker_datatype(datatype);
datatype           58 ompi/mpi/c/pack_external_size.c         } else if (MPI_DATATYPE_NULL == datatype || NULL == datatype) {
datatype           66 ompi/mpi/c/pack_external_size.c                                           datatype, size);
datatype           41 ompi/mpi/c/pack_size.c int MPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm,
datatype           48 ompi/mpi/c/pack_size.c         memchecker_datatype(datatype);
datatype           59 ompi/mpi/c/pack_size.c         } else if (MPI_DATATYPE_NULL == datatype || NULL == datatype) {
datatype           68 ompi/mpi/c/pack_size.c     opal_convertor_copy_and_prepare_for_send( ompi_mpi_local_convertor, &(datatype->super),
datatype           47 ompi/mpi/c/reduce.c                MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm)
datatype           54 ompi/mpi/c/reduce.c         memchecker_datatype(datatype);
datatype           61 ompi/mpi/c/reduce.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           63 ompi/mpi/c/reduce.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           67 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           70 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           75 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           78 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           96 ompi/mpi/c/reduce.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          104 ompi/mpi/c/reduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          140 ompi/mpi/c/reduce.c                                    datatype, op, root, comm,
datatype           47 ompi/mpi/c/reduce_local.c                      MPI_Datatype datatype, MPI_Op op)
datatype           52 ompi/mpi/c/reduce_local.c         memchecker_datatype(datatype);
datatype           62 ompi/mpi/c/reduce_local.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           67 ompi/mpi/c/reduce_local.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           81 ompi/mpi/c/reduce_local.c     OBJ_RETAIN(datatype);
datatype           85 ompi/mpi/c/reduce_local.c     err = comm->c_coll->coll_reduce_local(inbuf, inoutbuf, count, datatype, op,
datatype           87 ompi/mpi/c/reduce_local.c     OBJ_RELEASE(datatype);
datatype           47 ompi/mpi/c/reduce_scatter.c                        MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           65 ompi/mpi/c/reduce_scatter.c         memchecker_datatype(datatype);
datatype           69 ompi/mpi/c/reduce_scatter.c                         recvcounts[rank], datatype);
datatype           73 ompi/mpi/c/reduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           75 ompi/mpi/c/reduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           94 ompi/mpi/c/reduce_scatter.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          110 ompi/mpi/c/reduce_scatter.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcounts[i]);
datatype          135 ompi/mpi/c/reduce_scatter.c                                            datatype, op, comm,
datatype           48 ompi/mpi/c/reduce_scatter_block.c                              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           56 ompi/mpi/c/reduce_scatter_block.c         memchecker_datatype(datatype);
datatype           60 ompi/mpi/c/reduce_scatter_block.c                         recvcount, datatype);
datatype           64 ompi/mpi/c/reduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
datatype           66 ompi/mpi/c/reduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
datatype           85 ompi/mpi/c/reduce_scatter_block.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           94 ompi/mpi/c/reduce_scatter_block.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
datatype          104 ompi/mpi/c/reduce_scatter_block.c                                                  datatype, op, comm,
datatype           47 ompi/mpi/c/scan.c              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm)
datatype           54 ompi/mpi/c/scan.c         memchecker_datatype(datatype);
datatype           57 ompi/mpi/c/scan.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           59 ompi/mpi/c/scan.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           85 ompi/mpi/c/scan.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           90 ompi/mpi/c/scan.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          109 ompi/mpi/c/scan.c                                  datatype, op, comm,
datatype           45 ompi/mpi/c/sendrecv_replace.c int MPI_Sendrecv_replace(void * buf, int count, MPI_Datatype datatype,
datatype           55 ompi/mpi/c/sendrecv_replace.c                memchecker_datatype(datatype);
datatype           56 ompi/mpi/c/sendrecv_replace.c                memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
datatype           63 ompi/mpi/c/sendrecv_replace.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
datatype           83 ompi/mpi/c/sendrecv_replace.c         rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status);
datatype          112 ompi/mpi/c/sendrecv_replace.c     opal_convertor_copy_and_prepare_for_send( proc->super.proc_convertor, &(datatype->super),
datatype          131 ompi/mpi/c/sendrecv_replace.c                         datatype, source, recvtag, comm, &recv_status );
datatype           43 ompi/mpi/c/status_set_elements.c int MPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count)
datatype           56 ompi/mpi/c/status_set_elements.c             memchecker_datatype(datatype);
datatype           64 ompi/mpi/c/status_set_elements.c         if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           78 ompi/mpi/c/status_set_elements.c     if( ompi_datatype_is_predefined(datatype) ) {
datatype           79 ompi/mpi/c/status_set_elements.c         ompi_datatype_type_size( datatype, &size );
datatype           82 ompi/mpi/c/status_set_elements.c         ompi_datatype_set_element_count( datatype, count, &size );
datatype           43 ompi/mpi/c/status_set_elements_x.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
datatype           56 ompi/mpi/c/status_set_elements_x.c             memchecker_datatype(datatype);
datatype           64 ompi/mpi/c/status_set_elements_x.c         if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           78 ompi/mpi/c/status_set_elements_x.c     if( ompi_datatype_is_predefined(datatype) ) {
datatype           79 ompi/mpi/c/status_set_elements_x.c         ompi_datatype_type_size( datatype, &size );
datatype           82 ompi/mpi/c/status_set_elements_x.c         ompi_datatype_set_element_count( datatype, count, &size );
datatype           41 ompi/mpi/c/type_c2f.c MPI_Fint MPI_Type_c2f(MPI_Datatype datatype)
datatype           47 ompi/mpi/c/type_c2f.c         memchecker_datatype(datatype);
datatype           53 ompi/mpi/c/type_c2f.c         if (NULL == datatype) {
datatype           59 ompi/mpi/c/type_c2f.c     if( -1 == datatype->d_f_to_c_index ) {
datatype           60 ompi/mpi/c/type_c2f.c         datatype->d_f_to_c_index = opal_pointer_array_add(&ompi_datatype_f_to_c_table, datatype);
datatype           63 ompi/mpi/c/type_c2f.c     return OMPI_INT_2_FINT(datatype->d_f_to_c_index);
datatype           96 ompi/mpi/c/type_create_f90_complex.c         ompi_datatype_t* datatype;
datatype          108 ompi/mpi/c/type_create_f90_complex.c         if (OMPI_SUCCESS != ompi_datatype_duplicate( *newtype, &datatype)) {
datatype          115 ompi/mpi/c/type_create_f90_complex.c         datatype->super.flags |= OMPI_DATATYPE_FLAG_PREDEFINED;
datatype          121 ompi/mpi/c/type_create_f90_complex.c         opal_snprintf(datatype->name, sizeof(datatype->name),
datatype          126 ompi/mpi/c/type_create_f90_complex.c         ompi_datatype_set_args( datatype, 2, a_i, 0, NULL, 0, NULL, MPI_COMBINER_F90_COMPLEX );
datatype          128 ompi/mpi/c/type_create_f90_complex.c         rc = opal_hash_table_set_value_uint64( &ompi_mpi_f90_complex_hashtable, key, datatype );
datatype          132 ompi/mpi/c/type_create_f90_complex.c         *newtype = datatype;
datatype           89 ompi/mpi/c/type_create_f90_integer.c         ompi_datatype_t* datatype;
datatype          100 ompi/mpi/c/type_create_f90_integer.c         if (OMPI_SUCCESS != ompi_datatype_duplicate( *newtype, &datatype)) {
datatype          107 ompi/mpi/c/type_create_f90_integer.c         datatype->super.flags |= OMPI_DATATYPE_FLAG_PREDEFINED;
datatype          113 ompi/mpi/c/type_create_f90_integer.c         opal_snprintf(datatype->name, sizeof(datatype->name),
datatype          117 ompi/mpi/c/type_create_f90_integer.c         ompi_datatype_set_args( datatype, 1, a_i, 0, NULL, 0, NULL, MPI_COMBINER_F90_INTEGER );
datatype          119 ompi/mpi/c/type_create_f90_integer.c         rc = opal_hash_table_set_value_uint32( &ompi_mpi_f90_integer_hashtable, r, datatype );
datatype          123 ompi/mpi/c/type_create_f90_integer.c         *newtype = datatype;
datatype           96 ompi/mpi/c/type_create_f90_real.c         ompi_datatype_t* datatype;
datatype          108 ompi/mpi/c/type_create_f90_real.c         if (OMPI_SUCCESS != ompi_datatype_duplicate( *newtype, &datatype)) {
datatype          115 ompi/mpi/c/type_create_f90_real.c         datatype->super.flags |= OMPI_DATATYPE_FLAG_PREDEFINED;
datatype          121 ompi/mpi/c/type_create_f90_real.c         opal_snprintf(datatype->name, sizeof(datatype->name),
datatype          124 ompi/mpi/c/type_create_f90_real.c         ompi_datatype_set_args( datatype, 2, a_i, 0, NULL, 0, NULL, MPI_COMBINER_F90_REAL );
datatype          126 ompi/mpi/c/type_create_f90_real.c         rc = opal_hash_table_set_value_uint64( &ompi_mpi_f90_real_hashtable, key, datatype );
datatype          130 ompi/mpi/c/type_create_f90_real.c         *newtype = datatype;
datatype           42 ompi/mpi/c/type_f2c.c MPI_Datatype MPI_Type_f2c(MPI_Fint datatype)
datatype           44 ompi/mpi/c/type_f2c.c     int datatype_index = OMPI_FINT_2_INT(datatype);
datatype           47 ompi/mpi/c/type_f2c.c         memchecker_datatype(datatype);
datatype           41 ompi/mpi/c/type_get_true_extent.c int MPI_Type_get_true_extent(MPI_Datatype datatype,
datatype           48 ompi/mpi/c/type_get_true_extent.c       memchecker_datatype(datatype);
datatype           53 ompi/mpi/c/type_get_true_extent.c       if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           64 ompi/mpi/c/type_get_true_extent.c    rc = ompi_datatype_get_true_extent( datatype, true_lb, true_extent );
datatype           41 ompi/mpi/c/type_get_true_extent_x.c int MPI_Type_get_true_extent_x(MPI_Datatype datatype,
datatype           49 ompi/mpi/c/type_get_true_extent_x.c       memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/type_get_true_extent_x.c       if (NULL == datatype || MPI_DATATYPE_NULL == datatype) {
datatype           65 ompi/mpi/c/type_get_true_extent_x.c    rc = ompi_datatype_get_true_extent( datatype, &atrue_lb, &atrue_extent );
datatype           43 ompi/mpi/c/unpack.c                void *outbuf, int outcount, MPI_Datatype datatype,
datatype           53 ompi/mpi/c/unpack.c         memchecker_datatype(datatype);
datatype           54 ompi/mpi/c/unpack.c         memchecker_call(&opal_memchecker_base_isdefined, outbuf, outcount, datatype);
datatype           73 ompi/mpi/c/unpack.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, outcount);
datatype           75 ompi/mpi/c/unpack.c         OMPI_CHECK_USER_BUFFER(rc, outbuf, datatype, outcount);
datatype           85 ompi/mpi/c/unpack.c         opal_convertor_copy_and_prepare_for_recv( ompi_mpi_local_convertor, &(datatype->super),
datatype           46 ompi/mpi/c/unpack_external.c                          MPI_Datatype datatype)
datatype           51 ompi/mpi/c/unpack_external.c         memchecker_datatype(datatype);
datatype           52 ompi/mpi/c/unpack_external.c         memchecker_call(&opal_memchecker_base_isdefined, outbuf, outcount, datatype);
datatype           62 ompi/mpi/c/unpack_external.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, outcount);
datatype           64 ompi/mpi/c/unpack_external.c         OMPI_CHECK_USER_BUFFER(rc, outbuf, datatype, outcount);
datatype           72 ompi/mpi/c/unpack_external.c                                        datatype);
datatype          167 ompi/mpi/cxx/comm.h 		    const Datatype & datatype, int dest, int tag) const;
datatype          169 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
datatype          173 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
datatype          177 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const;
datatype          180 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const ;
datatype          183 ompi/mpi/cxx/comm.h 		     const Datatype & datatype, int dest, int tag) const;
datatype          186 ompi/mpi/cxx/comm.h 			const Datatype & datatype, int dest, int tag) const;
datatype          189 ompi/mpi/cxx/comm.h 			 Datatype & datatype, int dest, int tag) const;
datatype          192 ompi/mpi/cxx/comm.h 			 const Datatype & datatype, int dest, int tag) const;
datatype          195 ompi/mpi/cxx/comm.h 			 const Datatype & datatype, int dest, int tag) const;
datatype          198 ompi/mpi/cxx/comm.h 			const Datatype & datatype, int source, int tag) const;
datatype          209 ompi/mpi/cxx/comm.h 			     const Datatype & datatype, int dest,
datatype          213 ompi/mpi/cxx/comm.h 			      const Datatype & datatype, int dest,
datatype          217 ompi/mpi/cxx/comm.h 			      const Datatype & datatype, int dest,
datatype          221 ompi/mpi/cxx/comm.h 			      const Datatype & datatype, int dest,
datatype          225 ompi/mpi/cxx/comm.h 			     const Datatype & datatype, int source,
datatype          241 ompi/mpi/cxx/comm.h 				const Datatype & datatype, int dest,
datatype          246 ompi/mpi/cxx/comm.h 				const Datatype & datatype, int dest,
datatype          282 ompi/mpi/cxx/comm.h 	const Datatype& datatype, int root) const;
datatype          338 ompi/mpi/cxx/comm.h 	 const Datatype & datatype, const Op & op,
datatype          344 ompi/mpi/cxx/comm.h 	    const Datatype & datatype, const Op & op) const;
datatype          349 ompi/mpi/cxx/comm.h 		 const Datatype & datatype,
datatype           28 ompi/mpi/cxx/comm_inln.h 		const MPI::Datatype & datatype, int dest, int tag) const
datatype           30 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send(const_cast<void *>(buf), count, datatype, dest, tag, mpi_comm);
datatype           34 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
datatype           37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
datatype           41 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
datatype           44 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source,
datatype           50 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
datatype           52 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend(const_cast<void *>(buf), count, datatype,
datatype           58 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
datatype           60 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend(const_cast<void *>(buf), count,  datatype, dest,
datatype           66 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
datatype           68 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend(const_cast<void *>(buf), count, datatype,
datatype           74 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int dest, int tag) const
datatype           77 ompi/mpi/cxx/comm_inln.h   (void)MPI_Isend(const_cast<void *>(buf), count, datatype,
datatype           84 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
datatype           87 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ibsend(const_cast<void *>(buf), count, datatype,
datatype           94 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
datatype           97 ompi/mpi/cxx/comm_inln.h   (void)MPI_Issend(const_cast<void *>(buf), count, datatype,
datatype          104 ompi/mpi/cxx/comm_inln.h 		  const MPI::Datatype & datatype, int dest, int tag) const
datatype          107 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irsend(const_cast<void *>(buf), count, datatype,
datatype          114 ompi/mpi/cxx/comm_inln.h 		 const MPI::Datatype & datatype, int source, int tag) const
datatype          117 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irecv(buf, count, datatype, source,
datatype          153 ompi/mpi/cxx/comm_inln.h 		     const MPI::Datatype & datatype, int dest, int tag) const
datatype          156 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send_init(const_cast<void *>(buf), count, datatype,
datatype          163 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
datatype          166 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend_init(const_cast<void *>(buf), count, datatype,
datatype          173 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
datatype          176 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend_init(const_cast<void *>(buf), count, datatype,
datatype          183 ompi/mpi/cxx/comm_inln.h 		      const MPI::Datatype & datatype, int dest, int tag) const
datatype          186 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend_init(const_cast<void *>(buf), count,  datatype,
datatype          193 ompi/mpi/cxx/comm_inln.h 		     const MPI::Datatype & datatype, int source, int tag) const
datatype          196 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv_init(buf, count, datatype, source,
datatype          231 ompi/mpi/cxx/comm_inln.h 			    const MPI::Datatype & datatype, int dest,
datatype          235 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
datatype          242 ompi/mpi/cxx/comm_inln.h 			    const MPI::Datatype & datatype, int dest,
datatype          246 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
datatype          315 ompi/mpi/cxx/comm_inln.h                  const MPI::Datatype& datatype, int root) const
datatype          317 ompi/mpi/cxx/comm_inln.h     (void)MPI_Bcast(buffer, count, datatype, root, mpi_comm);
datatype          443 ompi/mpi/cxx/comm_inln.h                   const MPI::Datatype & datatype, const MPI::Op& op,
datatype          446 ompi/mpi/cxx/comm_inln.h     (void)MPI_Reduce(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, root, mpi_comm);
datatype          451 ompi/mpi/cxx/comm_inln.h                      const MPI::Datatype & datatype, const MPI::Op& op) const
datatype          453 ompi/mpi/cxx/comm_inln.h     (void)MPI_Allreduce (const_cast<void *>(sendbuf), recvbuf, count, datatype,  op, mpi_comm);
datatype          459 ompi/mpi/cxx/comm_inln.h                           const MPI::Datatype & datatype,
datatype          463 ompi/mpi/cxx/comm_inln.h                              datatype, op, mpi_comm);
datatype           22 ompi/mpi/cxx/file.h typedef void Datarep_extent_function(const Datatype& datatype,
datatype           24 ompi/mpi/cxx/file.h typedef void Datarep_conversion_function(void* userbuf, Datatype& datatype,
datatype          134 ompi/mpi/cxx/file.h   MPI::Aint Get_type_extent(const MPI::Datatype& datatype) const;
datatype          140 ompi/mpi/cxx/file.h 		     const MPI::Datatype& datatype);
datatype          143 ompi/mpi/cxx/file.h 			const MPI::Datatype& datatype);
datatype          146 ompi/mpi/cxx/file.h 			    const MPI::Datatype& datatype);
datatype          149 ompi/mpi/cxx/file.h 		       const MPI::Datatype& datatype);
datatype          152 ompi/mpi/cxx/file.h 			 int count,  const MPI::Datatype& datatype);
datatype          155 ompi/mpi/cxx/file.h 			      const MPI::Datatype& datatype);
datatype          163 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype);
datatype          165 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype,
datatype          168 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype);
datatype          170 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype,
datatype          174 ompi/mpi/cxx/file.h 		      const MPI::Datatype& datatype);
datatype          181 ompi/mpi/cxx/file.h 	       void* buf, int count,  const MPI::Datatype& datatype);
datatype          184 ompi/mpi/cxx/file.h 	       const MPI::Datatype& datatype, MPI::Status& status);
datatype          187 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype);
datatype          190 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype, MPI::Status& status);
datatype          193 ompi/mpi/cxx/file.h 			 const MPI::Datatype& datatype);
datatype          200 ompi/mpi/cxx/file.h 		    const MPI::Datatype& datatype);
datatype          203 ompi/mpi/cxx/file.h 		    const MPI::Datatype& datatype,
datatype          207 ompi/mpi/cxx/file.h 			  const MPI::Datatype& datatype);
datatype          214 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype);
datatype          217 ompi/mpi/cxx/file.h 		   const MPI::Datatype& datatype, MPI::Status& status);
datatype          236 ompi/mpi/cxx/file.h 	      const MPI::Datatype& datatype);
datatype          239 ompi/mpi/cxx/file.h 	      const MPI::Datatype& datatype, MPI::Status& status);
datatype          242 ompi/mpi/cxx/file.h 		  const MPI::Datatype& datatype);
datatype          245 ompi/mpi/cxx/file.h 		  const MPI::Datatype& datatype, MPI::Status& status);
datatype          248 ompi/mpi/cxx/file.h 			const MPI::Datatype& datatype);
datatype          255 ompi/mpi/cxx/file.h 		const MPI::Datatype& datatype);
datatype          258 ompi/mpi/cxx/file.h 		const MPI::Datatype& datatype, MPI::Status& status);
datatype          261 ompi/mpi/cxx/file.h 		    const MPI::Datatype& datatype);
datatype          264 ompi/mpi/cxx/file.h 		    const MPI::Datatype& datatype,
datatype          268 ompi/mpi/cxx/file.h 			  int count,  const MPI::Datatype& datatype);
datatype          275 ompi/mpi/cxx/file.h 		      const MPI::Datatype& datatype);
datatype          278 ompi/mpi/cxx/file.h 		      const MPI::Datatype& datatype, MPI::Status& status);
datatype          281 ompi/mpi/cxx/file.h 			    const MPI::Datatype& datatype);
datatype          288 ompi/mpi/cxx/file.h 		     const MPI::Datatype& datatype);
datatype          291 ompi/mpi/cxx/file.h 		     const MPI::Datatype& datatype, MPI::Status& status);
datatype          102 ompi/mpi/cxx/file_inln.h MPI::File::Get_type_extent(const MPI::Datatype& datatype) const
datatype          105 ompi/mpi/cxx/file_inln.h   (void) MPI_File_get_type_extent(mpi_file, datatype, &extent);
datatype          128 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype)
datatype          131 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread(mpi_file, buf, count, datatype, &req);
datatype          138 ompi/mpi/cxx/file_inln.h 				 const MPI::Datatype& datatype)
datatype          141 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_at(mpi_file, offset, buf, count, datatype, &req);
datatype          148 ompi/mpi/cxx/file_inln.h 				     const MPI::Datatype& datatype)
datatype          151 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_shared(mpi_file, buf, count, datatype, &req);
datatype          158 ompi/mpi/cxx/file_inln.h 			 const MPI::Datatype& datatype)
datatype          161 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite(mpi_file, const_cast<void *>(buf), count, datatype, &req);
datatype          168 ompi/mpi/cxx/file_inln.h 			    int count, const MPI::Datatype& datatype)
datatype          171 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_at(mpi_file, offset, const_cast<void *>(buf), count, datatype,
datatype          179 ompi/mpi/cxx/file_inln.h 				const MPI::Datatype& datatype)
datatype          182 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_shared(mpi_file, const_cast<void *>(buf), count, datatype, &req);
datatype          207 ompi/mpi/cxx/file_inln.h 		       const MPI::Datatype& datatype)
datatype          210 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status);
datatype          216 ompi/mpi/cxx/file_inln.h 		       const MPI::Datatype& datatype,
datatype          219 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status.mpi_status);
datatype          225 ompi/mpi/cxx/file_inln.h 			   const MPI::Datatype& datatype)
datatype          228 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status);
datatype          234 ompi/mpi/cxx/file_inln.h 			   const MPI::Datatype& datatype,
datatype          237 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status);
datatype          243 ompi/mpi/cxx/file_inln.h 				 const MPI::Datatype& datatype)
datatype          245 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_begin(mpi_file, buf, count, datatype);
datatype          267 ompi/mpi/cxx/file_inln.h 			  const MPI::Datatype& datatype)
datatype          270 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, &status);
datatype          277 ompi/mpi/cxx/file_inln.h 			  const MPI::Datatype& datatype,
datatype          280 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype,
datatype          287 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype)
datatype          290 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, &status);
datatype          296 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype,
datatype          299 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype,
datatype          307 ompi/mpi/cxx/file_inln.h 				    const MPI::Datatype& datatype)
datatype          309 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_begin(mpi_file, offset, buf, count, datatype);
datatype          330 ompi/mpi/cxx/file_inln.h 			       const MPI::Datatype& datatype)
datatype          333 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, &status);
datatype          339 ompi/mpi/cxx/file_inln.h 			       const MPI::Datatype& datatype,
datatype          342 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype,
datatype          349 ompi/mpi/cxx/file_inln.h 				     const MPI::Datatype& datatype)
datatype          351 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_begin(mpi_file, buf, count, datatype);
datatype          372 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype)
datatype          375 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status);
datatype          381 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype,
datatype          384 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype,
datatype          444 ompi/mpi/cxx/file_inln.h 		      const MPI::Datatype& datatype)
datatype          447 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, &status);
datatype          453 ompi/mpi/cxx/file_inln.h 			const MPI::Datatype& datatype,
datatype          456 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype,
datatype          463 ompi/mpi/cxx/file_inln.h 			    const MPI::Datatype& datatype)
datatype          466 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, &status);
datatype          473 ompi/mpi/cxx/file_inln.h 			    const MPI::Datatype& datatype,
datatype          476 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype,
datatype          483 ompi/mpi/cxx/file_inln.h 				  const MPI::Datatype& datatype)
datatype          485 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_begin(mpi_file, const_cast<void *>(buf), count, datatype);
datatype          507 ompi/mpi/cxx/file_inln.h 			   const MPI::Datatype& datatype)
datatype          511 ompi/mpi/cxx/file_inln.h 			   datatype, &status);
datatype          518 ompi/mpi/cxx/file_inln.h 			   const MPI::Datatype& datatype,
datatype          522 ompi/mpi/cxx/file_inln.h 			   datatype, &status.mpi_status);
datatype          529 ompi/mpi/cxx/file_inln.h 			       const MPI::Datatype& datatype)
datatype          533 ompi/mpi/cxx/file_inln.h 			       datatype, &status);
datatype          540 ompi/mpi/cxx/file_inln.h 			       const MPI::Datatype& datatype,
datatype          544 ompi/mpi/cxx/file_inln.h 			       datatype, &status.mpi_status);
datatype          551 ompi/mpi/cxx/file_inln.h 				     const MPI::Datatype& datatype)
datatype          554 ompi/mpi/cxx/file_inln.h 				     datatype);
datatype          575 ompi/mpi/cxx/file_inln.h 			      const MPI::Datatype& datatype)
datatype          578 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
datatype          585 ompi/mpi/cxx/file_inln.h 				const MPI::Datatype& datatype,
datatype          588 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
datatype          595 ompi/mpi/cxx/file_inln.h 				    const MPI::Datatype& datatype)
datatype          597 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_begin(mpi_file, const_cast<void *>(buf), count, datatype);
datatype          619 ompi/mpi/cxx/file_inln.h 			     const MPI::Datatype& datatype)
datatype          623 ompi/mpi/cxx/file_inln.h 			       datatype, &status);
datatype          629 ompi/mpi/cxx/file_inln.h 			     const MPI::Datatype& datatype, MPI::Status& status)
datatype          632 ompi/mpi/cxx/file_inln.h 			       datatype, &status.mpi_status);
datatype          245 ompi/mpi/cxx/intercepts.cc                           MPI_Datatype *datatype, MPI_User_function *c_fn)
datatype          247 ompi/mpi/cxx/intercepts.cc     MPI::Datatype cxx_datatype = *datatype;
datatype           89 ompi/mpi/cxx/intracomm.h        const Datatype & datatype, const Op & op) const;
datatype           93 ompi/mpi/cxx/intracomm.h 	 const Datatype & datatype, const Op & op) const;
datatype           40 ompi/mpi/cxx/intracomm_inln.h      const MPI::Datatype & datatype, const MPI::Op& op) const
datatype           42 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Scan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm);
datatype           47 ompi/mpi/cxx/intracomm_inln.h 			      const MPI::Datatype & datatype,
datatype           50 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Exscan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm);
datatype          102 ompi/mpi/cxx/mpicxx.h                           MPI_Datatype *datatype, MPI_User_function *fn);
datatype          197 ompi/mpi/cxx/mpicxx.h 			     const Datatype& datatype);
datatype           51 ompi/mpi/cxx/op.h                             const MPI::Datatype& datatype) const;
datatype          136 ompi/mpi/cxx/op_inln.h                       const MPI::Datatype& datatype) const
datatype          139 ompi/mpi/cxx/op_inln.h                            datatype, mpi_op);
datatype           83 ompi/mpi/cxx/status.h   virtual int Get_count(const Datatype& datatype) const;
datatype           87 ompi/mpi/cxx/status.h   virtual int Get_elements(const Datatype& datatype) const;
datatype          104 ompi/mpi/cxx/status.h   virtual void Set_elements(const MPI::Datatype& datatype, int count);
datatype           26 ompi/mpi/cxx/status_inln.h MPI::Status::Get_count(const MPI::Datatype& datatype) const
datatype           29 ompi/mpi/cxx/status_inln.h   (void)MPI_Get_count(const_cast<MPI_Status*>(&mpi_status), datatype, &count);
datatype           42 ompi/mpi/cxx/status_inln.h MPI::Status::Get_elements(const MPI::Datatype& datatype) const
datatype           45 ompi/mpi/cxx/status_inln.h   (void)MPI_Get_elements(const_cast<MPI_Status*>(&mpi_status), datatype, &count);
datatype           95 ompi/mpi/cxx/status_inln.h MPI::Status::Set_elements(const MPI::Datatype& datatype, int count)
datatype           97 ompi/mpi/cxx/status_inln.h     MPI_Status_set_elements(&mpi_status, datatype, count);
datatype           87 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_DUP_FN( datatype, type_keyval, extra_state, &
datatype           92 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: datatype
datatype           99 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_NULL_COPY_FN( datatype, type_keyval, extra_state, &
datatype          104 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: datatype
datatype          111 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_NULL_DELETE_FN( datatype, type_keyval, attribute_val_out, &
datatype          115 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: datatype
datatype           23 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h     subroutine MPI_CONVERSION_FN_NULL(userbuf, datatype, count, filebuf, &
datatype           29 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h       integer, intent(in) :: datatype, count, ierror
datatype           56 ompi/mpi/fortran/base/conversion_fn_null_f.c                            (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr),
datatype           57 ompi/mpi/fortran/base/conversion_fn_null_f.c                            (userbuf, datatype, count, filebuf, position, extra_state, ierr) )
datatype           61 ompi/mpi/fortran/base/conversion_fn_null_f.c void mpi_conversion_fn_null_f(char *userbuf, MPI_Fint *datatype,
datatype           50 ompi/mpi/fortran/base/datarep.h     (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf,
datatype           57 ompi/mpi/fortran/base/datarep.h     (MPI_Fint *datatype, MPI_Aint *extent, MPI_Aint *extra_state,
datatype           78 ompi/mpi/fortran/base/datarep.h OMPI_DATAREP_FORTRAN_DECLARE(mpi_conversion_fn_null, MPI_CONVERSION_FN_NULL, (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr))
datatype           42 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/allreduce_f.c 		     MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           80 ompi/mpi/fortran/mpif-h/allreduce_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/bcast_f.c                            (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/bcast_f.c                            (buffer, count, datatype, root, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/bcast_f.c                            (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/bcast_f.c                            (buffer, count, datatype, root, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/bcast_f.c void ompi_bcast_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
datatype           78 ompi/mpi/fortran/mpif-h/bcast_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/bsend_f.c void ompi_bsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
datatype           74 ompi/mpi/fortran/mpif-h/bsend_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/bsend_init_f.c void ompi_bsend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/bsend_init_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           46 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c                             (char *origin_addr, char *compare_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *win, MPI_Fint *ierr),
datatype           47 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c 			    (origin_addr, compare_addr, result_addr, datatype, target_rank, target_disp, win, ierr) )
datatype           66 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c                             (char *origin_addr, char *compare_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *win, MPI_Fint *ierr),
datatype           67 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c 			    (origin_addr, compare_addr, result_addr, datatype, target_rank, target_disp, win, ierr) )
datatype           75 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c                              MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp,
datatype           79 ompi/mpi/fortran/mpif-h/compare_and_swap_f.c     MPI_Datatype c_datatype = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/exscan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/exscan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/exscan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/exscan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/exscan_f.c 		  MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           80 ompi/mpi/fortran/mpif-h/exscan_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           46 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c                             (char *origin_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *op, MPI_Fint *win, MPI_Fint *ierr),
datatype           47 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c 			    (origin_addr, result_addr, datatype, target_rank, target_disp, op, win, ierr) )
datatype           66 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c                             (char *origin_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *op, MPI_Fint *win, MPI_Fint *ierr),
datatype           67 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c 			    (origin_addr, result_addr, datatype, target_rank, target_disp, op, win, ierr) )
datatype           74 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c void ompi_fetch_and_op_f(char *origin_addr, char *result_addr, MPI_Fint *datatype,
datatype           79 ompi/mpi/fortran/mpif-h/fetch_and_op_f.c     MPI_Datatype c_datatype = PMPI_Type_f2c(*datatype);
datatype           41 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c                            (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr),
datatype           42 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c                            (fh, datatype, extent, ierr) )
datatype           61 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c                            (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr),
datatype           62 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c                            (fh, datatype, extent, ierr) )
datatype           69 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c void ompi_file_get_type_extent_f(MPI_Fint *fh, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_get_type_extent_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iread_all_f.c 			   MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           75 ompi/mpi/fortran/mpif-h/file_iread_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                          MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           76 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                          MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           76 ompi/mpi/fortran/mpif-h/file_iread_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iread_f.c 		      MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           75 ompi/mpi/fortran/mpif-h/file_iread_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c 			     MPI_Fint *datatype, MPI_Fint *request,
datatype           76 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c void ompi_file_iwrite_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           74 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c 			  MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c 			  MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/file_iwrite_f.c void ompi_file_iwrite_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
datatype           74 ompi/mpi/fortran/mpif-h/file_iwrite_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c 			      MPI_Fint *datatype, MPI_Fint *request,
datatype           76 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c 			       MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_read_all_f.c 			 MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
datatype           77 ompi/mpi/fortran/mpif-h/file_read_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c 				  MPI_Fint *datatype, MPI_Fint *ierr)
datatype           76 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           74 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c 			    MPI_Fint *datatype, MPI_Fint *status,
datatype           79 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_read_at_f.c 			MPI_Fint *count, MPI_Fint *datatype,
datatype           78 ompi/mpi/fortran/mpif-h/file_read_at_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_read_f.c 		     MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
datatype           77 ompi/mpi/fortran/mpif-h/file_read_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c 				   MPI_Fint *datatype, MPI_Fint *ierr)
datatype           75 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
datatype           78 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_read_shared_f.c 			    MPI_Fint *datatype, MPI_Fint *status,
datatype           78 ompi/mpi/fortran/mpif-h/file_read_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c 				MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_write_all_f.c 			  MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
datatype           77 ompi/mpi/fortran/mpif-h/file_write_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c 				   MPI_Fint *datatype, MPI_Fint *ierr)
datatype           76 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           74 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
datatype           79 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
datatype           76 ompi/mpi/fortran/mpif-h/file_write_at_f.c 			 MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
datatype           80 ompi/mpi/fortran/mpif-h/file_write_at_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_write_f.c 		      MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr)
datatype           77 ompi/mpi/fortran/mpif-h/file_write_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c 				    MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c 			      MPI_Fint *datatype, MPI_Fint *status,
datatype           78 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/file_write_shared_f.c 			     MPI_Fint *datatype, MPI_Fint *status,
datatype           78 ompi/mpi/fortran/mpif-h/file_write_shared_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/get_count_f.c void ompi_get_count_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/get_count_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/get_elements_f.c void ompi_get_elements_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/get_elements_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/get_elements_x_f.c void ompi_get_elements_x_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr)
datatype           75 ompi/mpi/fortran/mpif-h/get_elements_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/iallreduce_f.c                        MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           81 ompi/mpi/fortran/mpif-h/iallreduce_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (buffer, count, datatype, root, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (buffer, count, datatype, root, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/ibcast_f.c void ompi_ibcast_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
datatype           80 ompi/mpi/fortran/mpif-h/ibcast_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/ibsend_f.c void ompi_ibsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/ibsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/iexscan_f.c                     MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           81 ompi/mpi/fortran/mpif-h/iexscan_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
datatype           45 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
datatype           66 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/imrecv_f.c void ompi_imrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           77 ompi/mpi/fortran/mpif-h/imrecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/irecv_f.c void ompi_irecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/irecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/ireduce_f.c                     MPI_Fint *datatype, MPI_Fint *op,
datatype           81 ompi/mpi/fortran/mpif-h/ireduce_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                                   MPI_Fint *recvcount, MPI_Fint *datatype,
datatype           83 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c                             MPI_Fint *recvcounts, MPI_Fint *datatype,
datatype           84 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/irsend_f.c void ompi_irsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/irsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/iscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/iscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/iscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/iscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/iscan_f.c                   MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           80 ompi/mpi/fortran/mpif-h/iscan_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/isend_f.c void ompi_isend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/isend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/issend_f.c void ompi_issend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
datatype           73 ompi/mpi/fortran/mpif-h/issend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           46 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
datatype           48 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
datatype           67 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           69 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
datatype           76 ompi/mpi/fortran/mpif-h/mrecv_f.c void ompi_mrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           82 ompi/mpi/fortran/mpif-h/mrecv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           45 ompi/mpi/fortran/mpif-h/pack_external_f.c                             (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len),
datatype           46 ompi/mpi/fortran/mpif-h/pack_external_f.c                             (datarep, inbuf, incount, datatype, outbuf, outsize, position, ierr, datarep_len) )
datatype           65 ompi/mpi/fortran/mpif-h/pack_external_f.c                             (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len),
datatype           66 ompi/mpi/fortran/mpif-h/pack_external_f.c                             (datarep, inbuf, incount, datatype, outbuf, outsize, position, ierr, datarep_len) )
datatype           74 ompi/mpi/fortran/mpif-h/pack_external_f.c 			 MPI_Fint *datatype, char *outbuf,
datatype           80 ompi/mpi/fortran/mpif-h/pack_external_f.c     MPI_Datatype type = PMPI_Type_f2c(*datatype);
datatype           45 ompi/mpi/fortran/mpif-h/pack_external_size_f.c                             (char *datarep, MPI_Fint *incount, MPI_Fint *datatype, MPI_Aint *size, MPI_Fint *ierr, int datarep_len),
datatype           46 ompi/mpi/fortran/mpif-h/pack_external_size_f.c                             (datarep, incount, datatype, size, ierr, datarep_len) )
datatype           65 ompi/mpi/fortran/mpif-h/pack_external_size_f.c                             (char *datarep, MPI_Fint *incount, MPI_Fint *datatype, MPI_Aint *size, MPI_Fint *ierr, int datarep_len),
datatype           66 ompi/mpi/fortran/mpif-h/pack_external_size_f.c                             (datarep, incount, datatype, size, ierr, datarep_len) )
datatype           74 ompi/mpi/fortran/mpif-h/pack_external_size_f.c 			      MPI_Fint *datatype, MPI_Aint *size,
datatype           79 ompi/mpi/fortran/mpif-h/pack_external_size_f.c     MPI_Datatype type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/pack_f.c                            (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/pack_f.c                            (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/pack_f.c                            (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/pack_f.c                            (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/pack_f.c void ompi_pack_f(char *inbuf, MPI_Fint *incount, MPI_Fint *datatype,
datatype           80 ompi/mpi/fortran/mpif-h/pack_f.c    c_type = PMPI_Type_f2c(*datatype);
datatype           41 ompi/mpi/fortran/mpif-h/pack_size_f.c                            (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr),
datatype           42 ompi/mpi/fortran/mpif-h/pack_size_f.c                            (incount, datatype, comm, size, ierr) )
datatype           61 ompi/mpi/fortran/mpif-h/pack_size_f.c                            (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr),
datatype           62 ompi/mpi/fortran/mpif-h/pack_size_f.c                            (incount, datatype, comm, size, ierr) )
datatype           69 ompi/mpi/fortran/mpif-h/pack_size_f.c void ompi_pack_size_f(MPI_Fint *incount, MPI_Fint *datatype,
datatype           78 ompi/mpi/fortran/mpif-h/pack_size_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           97 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allreduce, mpi_allreduce, MPI_ALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
datatype          105 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bcast, mpi_bcast, MPI_BCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
datatype          106 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend, mpi_bsend, MPI_BSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
datatype          107 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend_init, mpi_bsend_init, MPI_BSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          155 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Compare_and_swap, mpi_compare_and_swap, MPI_COMPARE_AND_SWAP, (char *origin_addr, char *compare_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *win, MPI_Fint *ierr));
datatype          167 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Exscan, mpi_exscan, MPI_EXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
datatype          169 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Fetch_and_op, mpi_fetch_and_op, MPI_FETCH_AND_OP, (char *origin_addr, char *result_addr, MPI_Fint *datatype, MPI_Fint *target_rank, MPI_Aint *target_disp, MPI_Fint *op, MPI_Fint *win, MPI_Fint *ierr));
datatype          186 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at, mpi_file_read_at, MPI_FILE_READ_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          187 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all, mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          188 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at, mpi_file_write_at, MPI_FILE_WRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          189 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all, mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          190 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at, mpi_file_iread_at, MPI_FILE_IREAD_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          191 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at, mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          192 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at_all, mpi_file_iread_at_all, MPI_FILE_IREAD_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          193 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at_all, mpi_file_iwrite_at_all, MPI_FILE_IWRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          194 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read, mpi_file_read, MPI_FILE_READ, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          195 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all, mpi_file_read_all, MPI_FILE_READ_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          196 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write, mpi_file_write, MPI_FILE_WRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          197 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all, mpi_file_write_all, MPI_FILE_WRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          198 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread, mpi_file_iread, MPI_FILE_IREAD, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          199 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite, mpi_file_iwrite, MPI_FILE_IWRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          200 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_all, mpi_file_iread_all, MPI_FILE_IREAD_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          201 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_all, mpi_file_iwrite_all, MPI_FILE_IWRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          205 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_shared, mpi_file_read_shared, MPI_FILE_READ_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          206 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_shared, mpi_file_write_shared, MPI_FILE_WRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          207 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_shared, mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          208 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_shared, mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
datatype          209 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered, mpi_file_read_ordered, MPI_FILE_READ_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          210 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered, mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
datatype          213 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_begin, mpi_file_read_at_all_begin, MPI_FILE_READ_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          215 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_begin, mpi_file_write_at_all_begin, MPI_FILE_WRITE_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          217 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_begin, mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          219 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_begin, mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          221 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_begin, mpi_file_read_ordered_begin, MPI_FILE_READ_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          223 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_begin, mpi_file_write_ordered_begin, MPI_FILE_WRITE_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
datatype          225 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_type_extent, mpi_file_get_type_extent, MPI_FILE_GET_TYPE_EXTENT, (MPI_Fint *fh, MPI_Fint *datatype, MPI_Aint *extent, MPI_Fint *ierr));
datatype          236 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_count, mpi_get_count, MPI_GET_COUNT, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
datatype          237 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements, mpi_get_elements, MPI_GET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
datatype          238 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements_x, mpi_get_elements_x, MPI_GET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
datatype          265 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallreduce, mpi_iallreduce, MPI_IALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          270 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibcast, mpi_ibcast, MPI_IBCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          271 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibsend, mpi_ibsend, MPI_IBSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          272 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iexscan, mpi_iexscan, MPI_IEXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          276 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Imrecv,mpi_imrecv, MPI_IMRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *request, MPI_Fint *ierr));
datatype          282 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce, mpi_ireduce, MPI_IREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          283 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce_scatter, mpi_ireduce_scatter, MPI_IREDUCE_SCATTER, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          284 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce_scatter_block, mpi_ireduce_scatter_block, MPI_IREDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          285 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscan, mpi_iscan, MPI_ISCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          304 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irsend, mpi_irsend, MPI_IRSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          305 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Isend, mpi_isend, MPI_ISEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          306 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Issend, mpi_issend, MPI_ISSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          312 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mrecv, mpi_mrecv, MPI_MRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
datatype          322 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack_external, mpi_pack_external, MPI_PACK_EXTERNAL, (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len));
datatype          323 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack_external_size, mpi_pack_external_size, MPI_PACK_EXTERNAL_SIZE, (char *datarep, MPI_Fint *incount, MPI_Fint *datatype, MPI_Aint *size, MPI_Fint *ierr, int datarep_len));
datatype          324 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack, mpi_pack, MPI_PACK, (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr));
datatype          325 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack_size, mpi_pack_size, MPI_PACK_SIZE, (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr));
datatype          332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
datatype          334 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce, mpi_reduce, MPI_REDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
datatype          335 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_local, mpi_reduce_local, MPI_REDUCE_LOCAL, (char *inbuf, char *inoutbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr));
datatype          336 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_scatter, mpi_reduce_scatter, MPI_REDUCE_SCATTER, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
datatype          337 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_scatter_block, mpi_reduce_scatter_block, MPI_REDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
datatype          344 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend, mpi_rsend, MPI_RSEND, (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
datatype          345 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend_init, mpi_rsend_init, MPI_RSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          346 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scan, mpi_scan, MPI_SCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
datatype          349 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send_init, mpi_send_init, MPI_SEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
datatype          352 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv_replace, mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
datatype          353 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend_init, mpi_ssend_init, MPI_SSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
datatype          354 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend, mpi_ssend, MPI_SSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
datatype          358 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements, mpi_status_set_elements, MPI_STATUS_SET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
datatype          359 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements_x, mpi_status_set_elements_x, MPI_STATUS_SET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
datatype          391 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_get_true_extent, mpi_type_get_true_extent, MPI_TYPE_GET_TRUE_EXTENT, (MPI_Fint *datatype, MPI_Aint *true_lb, MPI_Aint *true_extent, MPI_Fint *ierr));
datatype          392 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_get_true_extent_x, mpi_type_get_true_extent_x, MPI_TYPE_GET_TRUE_EXTENT_X, (MPI_Fint *datatype, MPI_Count *true_lb, MPI_Count *true_extent, MPI_Fint *ierr));
datatype          405 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Unpack, mpi_unpack, MPI_UNPACK, (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr));
datatype          407 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Unpack_external, mpi_unpack_external, MPI_UNPACK_EXTERNAL, (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len));
datatype           45 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
datatype           46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
datatype           65 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
datatype           66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
datatype           73 ompi/mpi/fortran/mpif-h/recv_f.c void ompi_recv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           79 ompi/mpi/fortran/mpif-h/recv_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/recv_init_f.c void ompi_recv_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/recv_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/reduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/reduce_f.c                            (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/reduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/reduce_f.c                            (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/reduce_f.c 		  MPI_Fint *datatype, MPI_Fint *op,
datatype           79 ompi/mpi/fortran/mpif-h/reduce_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (sendbuf, recvbuf, count, datatype, op, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (sendbuf, recvbuf, count, datatype, op, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/reduce_local_f.c                         MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr)
datatype           77 ompi/mpi/fortran/mpif-h/reduce_local_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                            (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                            (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                                  MPI_Fint *recvcount, MPI_Fint *datatype,
datatype           81 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c                            (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c                            (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c 			  MPI_Fint *recvcounts, MPI_Fint *datatype,
datatype           82 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/rsend_f.c void ompi_rsend_f(char *ibuf, MPI_Fint *count, MPI_Fint *datatype,
datatype           74 ompi/mpi/fortran/mpif-h/rsend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/rsend_init_f.c 		      MPI_Fint *datatype, MPI_Fint *dest,
datatype           76 ompi/mpi/fortran/mpif-h/rsend_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/scan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/scan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/scan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/scan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/scan_f.c 		MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           79 ompi/mpi/fortran/mpif-h/scan_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/send_f.c void ompi_send_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/send_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/send_init_f.c void ompi_send_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/send_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c void ompi_sendrecv_replace_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/ssend_f.c void ompi_ssend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/ssend_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/ssend_init_f.c void ompi_ssend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
datatype           75 ompi/mpi/fortran/mpif-h/ssend_init_f.c    MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
datatype           70 ompi/mpi/fortran/mpif-h/status_set_elements_f.c void ompi_status_set_elements_f(MPI_Fint *status, MPI_Fint *datatype,
datatype           74 ompi/mpi/fortran/mpif-h/status_set_elements_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           44 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
datatype           45 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
datatype           64 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
datatype           65 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
datatype           72 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c void ompi_status_set_elements_x_f(MPI_Fint *status, MPI_Fint *datatype,
datatype           76 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           41 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c                            (MPI_Fint *datatype, MPI_Aint *true_lb, MPI_Aint *true_extent, MPI_Fint *ierr),
datatype           42 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c                            (datatype, true_lb, true_extent, ierr) )
datatype           61 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c                            (MPI_Fint *datatype, MPI_Aint *true_lb, MPI_Aint *true_extent, MPI_Fint *ierr),
datatype           62 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c                            (datatype, true_lb, true_extent, ierr) )
datatype           69 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c void ompi_type_get_true_extent_f(MPI_Fint *datatype, MPI_Aint *true_lb, MPI_Aint *true_extent, MPI_Fint *ierr)
datatype           72 ompi/mpi/fortran/mpif-h/type_get_true_extent_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c                            (MPI_Fint *datatype, MPI_Count *true_lb, MPI_Count *true_extent, MPI_Fint *ierr),
datatype           44 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c                            (datatype, true_lb, true_extent, ierr) )
datatype           63 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c                            (MPI_Fint *datatype, MPI_Count *true_lb, MPI_Count *true_extent, MPI_Fint *ierr),
datatype           64 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c                            (datatype, true_lb, true_extent, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c void ompi_type_get_true_extent_x_f(MPI_Fint *datatype, MPI_Count *true_lb, MPI_Count *true_extent, MPI_Fint *ierr)
datatype           74 ompi/mpi/fortran/mpif-h/type_get_true_extent_x_f.c     MPI_Datatype c_type = PMPI_Type_f2c(*datatype);
datatype           45 ompi/mpi/fortran/mpif-h/unpack_external_f.c                             (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len),
datatype           46 ompi/mpi/fortran/mpif-h/unpack_external_f.c                             (datarep, inbuf, insize, position, outbuf, outcount, datatype, ierr, datarep_len) )
datatype           65 ompi/mpi/fortran/mpif-h/unpack_external_f.c                             (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len),
datatype           66 ompi/mpi/fortran/mpif-h/unpack_external_f.c                             (datarep, inbuf, insize, position, outbuf, outcount, datatype, ierr, datarep_len) )
datatype           75 ompi/mpi/fortran/mpif-h/unpack_external_f.c 			    MPI_Fint *outcount, MPI_Fint *datatype,
datatype           82 ompi/mpi/fortran/mpif-h/unpack_external_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           42 ompi/mpi/fortran/mpif-h/unpack_f.c                            (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr),
datatype           43 ompi/mpi/fortran/mpif-h/unpack_f.c                            (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) )
datatype           62 ompi/mpi/fortran/mpif-h/unpack_f.c                            (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr),
datatype           63 ompi/mpi/fortran/mpif-h/unpack_f.c                            (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) )
datatype           71 ompi/mpi/fortran/mpif-h/unpack_f.c 		  char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype,
datatype           80 ompi/mpi/fortran/mpif-h/unpack_f.c    c_type = PMPI_Type_f2c(*datatype);
datatype          166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_f(buf,count,datatype,dest,tag,comm,ierror) &
datatype          171 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          176 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          181 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          214 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_count_f(status,datatype,count,ierror) &
datatype          219 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          229 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) &
datatype          240 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          246 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          251 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          257 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_isend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          262 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          268 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_issend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          273 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) &
datatype          295 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) &
datatype          306 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          319 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_f(buf,count,datatype,dest,tag,comm,ierror) &
datatype          324 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          329 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          334 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          340 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_f(buf,count,datatype,dest,tag,comm,ierror) &
datatype          345 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_sendrecv_replace_f(buf,count,datatype,dest,sendtag,source, &
datatype          372 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          383 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          389 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_f(buf,count,datatype,dest,tag,comm,ierror) &
datatype          394 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          399 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
datatype          404 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          477 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_f(status,datatype,count,ierror) &
datatype          482 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          487 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_x_f(status,datatype,count,ierror) &
datatype          492 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          497 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pack_f(inbuf,incount,datatype,outbuf,outsize, &
datatype          504 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          510 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pack_external_f(datarep,inbuf,incount,datatype, &
datatype          520 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          527 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pack_external_size_f(datarep,incount,datatype,size,ierror,datarep_len) &
datatype          532 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          540 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pack_size_f(incount,datatype,comm,size,ierror) &
datatype          544 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          550 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_commit_f(datatype,ierror) &
datatype          553 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: datatype
datatype          668 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_free_f(datatype,ierror) &
datatype          671 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: datatype
datatype          675 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_contents_f(datatype,max_integers,max_addresses, &
datatype          681 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          689 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_envelope_f(datatype,num_integers, &
datatype          693 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          698 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_extent_f(datatype,lb,extent,ierror) &
datatype          702 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          707 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_extent_x_f(datatype,lb,extent,ierror) &
datatype          711 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          716 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_true_extent_f(datatype,true_lb,true_extent,ierror) &
datatype          720 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          725 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_true_extent_x_f(datatype,true_lb,true_extent,ierror) &
datatype          729 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          745 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_size_f(datatype,size,ierror) &
datatype          748 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          753 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_size_x_f(datatype,size,ierror) &
datatype          757 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          772 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                          datatype,comm,ierror) &
datatype          779 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          785 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                   outbuf,outcount,datatype,ierror,datarep_len) &
datatype          796 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          857 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_allreduce_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
datatype          863 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          869 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iallreduce_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
datatype          875 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          978 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bcast_f(buffer,count,datatype,root,comm,ierror) &
datatype          983 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          988 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibcast_f(buffer,count,datatype,root,comm,request,ierror) &
datatype          993 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          999 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_exscan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
datatype         1005 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1011 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iexscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
datatype         1017 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1087 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,ierror) &
datatype         1093 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1099 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ireduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,request,ierror) &
datatype         1105 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1112 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_local_f(inbuf,inoutbuf,count,datatype,op,ierror) &
datatype         1118 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1124 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                  datatype,op,comm,ierror) &
datatype         1130 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1137 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                  datatype,op,comm,request,ierror) &
datatype         1143 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1151 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                        datatype,op,comm,ierror) &
datatype         1157 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1164 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                        datatype,op,comm,request,ierror) &
datatype         1170 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1177 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
datatype         1183 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1189 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
datatype         1195 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1574 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_delete_attr_f(datatype,type_keyval,ierror) &
datatype         1577 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1589 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_get_name_f(datatype,type_name,resultlen,ierror,type_name_len) &
datatype         1593 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1600 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_set_attr_f(datatype,type_keyval,attribute_val,ierror) &
datatype         1604 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         1610 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_set_name_f(datatype,type_name,ierror,type_name_len) &
datatype         1614 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2388 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                    datatype,target_rank,target_disp, win, &
datatype         2395 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2402 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_fetch_and_op_f(origin_addr,result_addr,datatype,target_rank, &
datatype         2409 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2638 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_f(status,datatype,count,ierror) &
datatype         2643 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2648 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_x_f(status,datatype,count,ierror) &
datatype         2653 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2736 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_type_extent_f(fh,datatype,extent,ierror) &
datatype         2741 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2760 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_f(fh,buf,count,datatype,request,ierror) &
datatype         2766 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2771 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_f(fh,offset,buf,count,datatype,request,ierror) &
datatype         2779 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2784 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_all_f(fh,buf,count,datatype,request,ierror) &
datatype         2790 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2795 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
datatype         2803 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_shared_f(fh,buf,count,datatype,request,ierror) &
datatype         2814 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2819 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_f(fh,buf,count,datatype,request,ierror) &
datatype         2825 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2830 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_f(fh,offset,buf,count,datatype,request,ierror) &
datatype         2838 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_all_f(fh,buf,count,datatype,request,ierror) &
datatype         2849 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2854 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
datatype         2862 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2867 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_shared_f(fh,buf,count,datatype,request,ierror) &
datatype         2873 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_f(fh,buf,count,datatype,status,ierror) &
datatype         2907 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_f(fh,buf,count,datatype,status,ierror) &
datatype         2919 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2924 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_begin_f(fh,buf,count,datatype,ierror) &
datatype         2930 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2944 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_f(fh,offset,buf,count,datatype,status,ierror) &
datatype         2952 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2957 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
datatype         2965 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2970 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
datatype         2978 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         2992 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_f(fh,buf,count,datatype,status,ierror) &
datatype         2999 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3004 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_begin_f(fh,buf,count,datatype,ierror) &
datatype         3010 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3024 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_shared_f(fh,buf,count,datatype,status,ierror) &
datatype         3031 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_f(fh,buf,count,datatype,status,ierror) &
datatype         3102 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_f(fh,buf,count,datatype,status,ierror) &
datatype         3114 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3119 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_begin_f(fh,buf,count,datatype,ierror) &
datatype         3125 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3139 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_f(fh,offset,buf,count,datatype,status,ierror) &
datatype         3147 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3152 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
datatype         3160 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3165 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
datatype         3173 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3187 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_f(fh,buf,count,datatype,status,ierror) &
datatype         3194 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3199 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_begin_f(fh,buf,count,datatype,ierror) &
datatype         3205 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3219 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_shared_f(fh,buf,count,datatype,status,ierror) &
datatype         3226 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3284 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_match_size_f(typeclass,size,datatype,ierror) &
datatype         3288 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: datatype
datatype         3341 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_imrecv_f(buf,count,datatype,message,request,ierror) &
datatype         3346 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype         3352 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mrecv_f(buf,count,datatype,message,status,ierror) &
datatype         3358 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: datatype
datatype          172 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_type_extent(fh, datatype, extent, ierror)
datatype          175 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: datatype
datatype          626 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_count(status, datatype, count, ierror)
datatype          629 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          639 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements(status, datatype, count, ierror)
datatype          642 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          652 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements_x(status, datatype, count, ierror)
datatype          655 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1165 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Pack_external_size(datarep, incount, datatype, size, ierror)
datatype         1169 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1179 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Pack_size(incount, datatype, comm, size, ierror)
datatype         1181 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1298 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Status_set_elements(status, datatype, count, ierror)
datatype         1301 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1393 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_commit(datatype, ierror)
datatype         1394 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(inout) :: datatype
datatype         1578 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_delete_attr(datatype, type_keyval, ierror)
datatype         1579 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1600 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_free(datatype, ierror)
datatype         1601 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(inout) :: datatype
datatype         1620 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_attr(datatype, type_keyval, attribute_val, flag, ierror)
datatype         1622 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1634 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_contents(datatype, max_integers, max_addresses, max_datatypes, array_of_integers, &
datatype         1637 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1652 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_envelope(datatype, num_integers, num_addresses, num_datatypes, combiner&
datatype         1654 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1667 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_extent(datatype, lb, extent, ierror)
datatype         1669 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1680 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_extent_x(datatype, lb, extent, ierror)
datatype         1682 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1693 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_name(datatype, type_name, resultlen, ierror)
datatype         1694 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1705 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_true_extent(datatype, true_lb, true_extent, ierror)
datatype         1707 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1718 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_true_extent_x(datatype, true_lb, true_extent, ierror)
datatype         1720 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1744 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_match_size(typeclass, size, datatype, ierror)
datatype         1747 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: datatype
datatype         1756 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_set_attr(datatype, type_keyval, attr_val, ierror)
datatype         1758 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1769 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_set_name(datatype, type_name, ierror)
datatype         1770 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1780 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_size(datatype, size, ierror)
datatype         1781 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1791 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_size_x(datatype, size, ierror)
datatype         1793 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          115 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_extent(datatype, extent, ierror)
datatype          116 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype          154 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_lb(datatype, lb, ierror)
datatype          155 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype          179 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_ub(datatype, ub, ierror)
datatype          180 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype          172 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_type_extent(fh, datatype, extent, ierror)
datatype          175 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: datatype
datatype          626 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_count(status, datatype, count, ierror)
datatype          629 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          639 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements(status, datatype, count, ierror)
datatype          642 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          652 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements_x(status, datatype, count, ierror)
datatype          655 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1165 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Pack_external_size(datarep, incount, datatype, size, ierror)
datatype         1169 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1179 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Pack_size(incount, datatype, comm, size, ierror)
datatype         1181 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1298 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Status_set_elements(status, datatype, count, ierror)
datatype         1301 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1393 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_commit(datatype, ierror)
datatype         1394 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(inout) :: datatype
datatype         1578 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_delete_attr(datatype, type_keyval, ierror)
datatype         1579 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1589 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_dup(datatype, newtype, ierror)
datatype         1590 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1600 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_free(datatype, ierror)
datatype         1601 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(inout) :: datatype
datatype         1620 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_attr(datatype, type_keyval, attribute_val, flag, ierror)
datatype         1622 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1634 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_contents(datatype, max_integers, max_addresses, max_datatypes, array_of_integers, &
datatype         1637 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1652 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_envelope(datatype, num_integers, num_addresses, num_datatypes, combiner&
datatype         1654 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1667 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_extent(datatype, lb, extent, ierror)
datatype         1669 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1680 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_extent_x(datatype, lb, extent, ierror)
datatype         1682 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1693 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_name(datatype, type_name, resultlen, ierror)
datatype         1694 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1705 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_true_extent(datatype, true_lb, true_extent, ierror)
datatype         1707 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1718 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_true_extent_x(datatype, true_lb, true_extent, ierror)
datatype         1720 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1746 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_match_size(typeclass, size, datatype, ierror)
datatype         1749 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: datatype
datatype         1758 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_set_attr(datatype, type_keyval, attr_val, ierror)
datatype         1760 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1771 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_set_name(datatype, type_name, ierror)
datatype         1772 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1782 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_size(datatype, size, ierror)
datatype         1783 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype         1793 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_size_x(datatype, size, ierror)
datatype         1795 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: datatype
datatype          115 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_extent(datatype, extent, ierror)
datatype          116 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype          154 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_lb(datatype, lb, ierror)
datatype          155 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype          179 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_ub(datatype, ub, ierror)
datatype          180 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: datatype
datatype           33 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c void mpi_send_1di(int* a, int* count, int* datatype,
datatype           46 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*datatype != MPI_INTEGER) *ierr = 1;
datatype           53 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c void mpi_send_1di1(char* a, int* count, int* datatype,
datatype           66 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*datatype != MPI_INTEGER1) *ierr = 1;
datatype           97 ompi/mpi/java/c/mpi_Op.c                         MPI_Datatype *datatype, int baseType,
datatype          105 ompi/mpi/java/c/mpi_Op.c     int rc = MPI_Type_get_extent(*datatype, &lb, &extent);
datatype           81 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
datatype           82 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_count(&stat, datatype, &count);
datatype          106 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
datatype          107 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_elements(&stat, datatype, &count);
datatype          119 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
datatype          120 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_elements_x(&stat, datatype, &count);
datatype          133 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
datatype          134 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Status_set_elements(&stat, datatype, count);
datatype          146 ompi/mpi/java/c/mpi_Status.c     MPI_Datatype datatype = (MPI_Datatype)jType;
datatype          147 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Status_set_elements_x(&stat, datatype, count);
datatype           60 ompi/mpi/java/java/Op.java 	private Datatype datatype;
datatype           94 ompi/mpi/java/java/Op.java 		datatype = t;
datatype          100 ompi/mpi/java/java/Op.java 		if(datatype.baseType == Datatype.BOOLEAN)
datatype          102 ompi/mpi/java/java/Op.java 			uf.call(invec, inoutvec, count, datatype);
datatype          108 ompi/mpi/java/java/Op.java 					count, datatype);
datatype           79 ompi/mpi/java/java/Status.java 	public int getCount(Datatype datatype) throws MPIException
datatype           88 ompi/mpi/java/java/Status.java 		return getCount(source, tag, error, cancelled, ucount, datatype.handle);
datatype           93 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype) throws MPIException;
datatype          124 ompi/mpi/java/java/Status.java 	public int getElements(Datatype datatype) throws MPIException
datatype          133 ompi/mpi/java/java/Status.java 		return getElements(source, tag, error, cancelled, ucount, datatype.handle);
datatype          138 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype) throws MPIException;
datatype          147 ompi/mpi/java/java/Status.java 	public Count getElementsX(Datatype datatype) throws MPIException
datatype          156 ompi/mpi/java/java/Status.java 		return getElementsX(source, tag, error, cancelled, ucount, datatype.handle);
datatype          161 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype) throws MPIException;
datatype          170 ompi/mpi/java/java/Status.java 	public void setElements(Datatype datatype, int count) throws MPIException
datatype          179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
datatype          184 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype, int count) throws MPIException;
datatype          193 ompi/mpi/java/java/Status.java 	public void setElementsX(Datatype datatype, Count count) throws MPIException
datatype          202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
datatype          207 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype, long count) throws MPIException;
datatype           34 ompi/mpi/java/java/Struct.java 	private Datatype datatype, types[];
datatype           40 ompi/mpi/java/java/Struct.java 		if(datatype == null)
datatype           55 ompi/mpi/java/java/Struct.java 			types[i] = f.type instanceof Struct ? ((Struct)f.type).datatype
datatype           61 ompi/mpi/java/java/Struct.java 		datatype = Datatype.createStruct(lengths, offsets, types);
datatype           62 ompi/mpi/java/java/Struct.java 		datatype.commit();
datatype           63 ompi/mpi/java/java/Struct.java 		extent = datatype.getExtent();
datatype           85 ompi/mpi/java/java/Struct.java 		return datatype;
datatype          165 ompi/mpi/java/java/Struct.java 		if(datatype != null)
datatype          182 ompi/mpi/java/java/Struct.java 		if(datatype != null)
datatype          746 ompi/mpi/java/java/Struct.java 			assert validType(field, 0, s.datatype) : typeMismatch;
datatype          762 ompi/mpi/java/java/Struct.java 			assert validType(field, index, s.datatype) : typeMismatch;
datatype           65 ompi/mpi/java/java/UserFunction.java 	public void call(Object inVec, Object inOutVec, int count, Datatype datatype)
datatype           79 ompi/mpi/java/java/UserFunction.java 	public void call(ByteBuffer in, ByteBuffer inOut, int count, Datatype datatype)
datatype           82 ompi/mpi/java/java/UserFunction.java 		switch(datatype.baseType)
datatype           85 ompi/mpi/java/java/UserFunction.java 			vCall(in, inOut, count, datatype);
datatype           88 ompi/mpi/java/java/UserFunction.java 			vCall(in.asCharBuffer(), inOut.asCharBuffer(), count, datatype);
datatype           91 ompi/mpi/java/java/UserFunction.java 			vCall(in.asShortBuffer(), inOut.asShortBuffer(), count, datatype);
datatype           94 ompi/mpi/java/java/UserFunction.java 			vCall(in.asIntBuffer(), inOut.asIntBuffer(), count, datatype);
datatype           97 ompi/mpi/java/java/UserFunction.java 			vCall(in.asLongBuffer(), inOut.asLongBuffer(), count, datatype);
datatype          100 ompi/mpi/java/java/UserFunction.java 			vCall(in.asFloatBuffer(), inOut.asFloatBuffer(), count, datatype);
datatype          103 ompi/mpi/java/java/UserFunction.java 			vCall(in.asDoubleBuffer(), inOut.asDoubleBuffer(), count, datatype);
datatype          106 ompi/mpi/java/java/UserFunction.java 			vCall(in, inOut, count, datatype);
datatype          114 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          116 ompi/mpi/java/java/UserFunction.java 		int    extent   = datatype.getExtent();
datatype          122 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          128 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          130 ompi/mpi/java/java/UserFunction.java 		int    extent   = datatype.getExtent();
datatype          136 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          142 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          144 ompi/mpi/java/java/UserFunction.java 		int     extent   = datatype.getExtent();
datatype          150 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          156 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          158 ompi/mpi/java/java/UserFunction.java 		int   extent   = datatype.getExtent();
datatype          164 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          170 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          172 ompi/mpi/java/java/UserFunction.java 		int    extent   = datatype.getExtent();
datatype          178 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          184 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          186 ompi/mpi/java/java/UserFunction.java 		int     extent   = datatype.getExtent();
datatype          192 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype          198 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
datatype          200 ompi/mpi/java/java/UserFunction.java 		int      extent   = datatype.getExtent();
datatype          206 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
datatype           26 ompi/mpi/tool/cvar_get_info.c 			MPI_Datatype *datatype, MPI_T_enum *enumtype, char *desc,
datatype           50 ompi/mpi/tool/cvar_get_info.c         rc = ompit_var_type_to_datatype (var->mbv_type, datatype);
datatype           43 ompi/mpi/tool/mpit-internal.h int ompit_var_type_to_datatype (mca_base_var_type_t type, MPI_Datatype *datatype);
datatype           58 ompi/mpi/tool/mpit_common.c int ompit_var_type_to_datatype (mca_base_var_type_t type, MPI_Datatype *datatype)
datatype           60 ompi/mpi/tool/mpit_common.c     if (!datatype) {
datatype           64 ompi/mpi/tool/mpit_common.c     *datatype = mca_to_mpi_datatypes[type];
datatype           65 ompi/mpi/tool/mpit_common.c     assert (*datatype);
datatype           26 ompi/mpi/tool/pvar_get_info.c                         int *verbosity, int *var_class, MPI_Datatype *datatype,
datatype           66 ompi/mpi/tool/pvar_get_info.c         ret = ompit_var_type_to_datatype (pvar->type, datatype);
datatype           50 ompi/mpiext/pcollreq/c/allreduce_init.c                         MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
datatype           58 ompi/mpiext/pcollreq/c/allreduce_init.c         memchecker_datatype(datatype);
datatype           62 ompi/mpiext/pcollreq/c/allreduce_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           66 ompi/mpiext/pcollreq/c/allreduce_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           68 ompi/mpiext/pcollreq/c/allreduce_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           85 ompi/mpiext/pcollreq/c/allreduce_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           99 ompi/mpiext/pcollreq/c/allreduce_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          119 ompi/mpiext/pcollreq/c/allreduce_init.c     err = comm->c_coll->coll_allreduce_init(sendbuf, recvbuf, count, datatype,
datatype           36 ompi/mpiext/pcollreq/c/bcast_init.c int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype,
datatype           44 ompi/mpiext/pcollreq/c/bcast_init.c         memchecker_datatype(datatype);
datatype           45 ompi/mpiext/pcollreq/c/bcast_init.c         memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
datatype           59 ompi/mpiext/pcollreq/c/bcast_init.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           87 ompi/mpiext/pcollreq/c/bcast_init.c     err = comm->c_coll->coll_bcast_init(buffer, count, datatype, root, comm,
datatype           47 ompi/mpiext/pcollreq/c/exscan_init.c                      MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
datatype           55 ompi/mpiext/pcollreq/c/exscan_init.c         memchecker_datatype(datatype);
datatype           56 ompi/mpiext/pcollreq/c/exscan_init.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           73 ompi/mpiext/pcollreq/c/exscan_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           78 ompi/mpiext/pcollreq/c/exscan_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype           89 ompi/mpiext/pcollreq/c/exscan_init.c                                          datatype, op, comm, info, request,
datatype           15 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           20 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           21 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           24 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           25 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           26 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           27 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           42 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           47 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           48 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           51 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           52 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           53 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           54 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
datatype           50 ompi/mpiext/pcollreq/c/reduce_init.c                      MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm,
datatype           58 ompi/mpiext/pcollreq/c/reduce_init.c         memchecker_datatype(datatype);
datatype           65 ompi/mpiext/pcollreq/c/reduce_init.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           67 ompi/mpiext/pcollreq/c/reduce_init.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           71 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           74 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           79 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
datatype           82 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype          100 ompi/mpiext/pcollreq/c/reduce_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          108 ompi/mpiext/pcollreq/c/reduce_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          144 ompi/mpiext/pcollreq/c/reduce_init.c                                          datatype, op, root, comm, info, request,
datatype           49 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c                                    MPI_Datatype datatype, MPI_Op op,
datatype           58 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c         memchecker_datatype(datatype);
datatype           62 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c                         recvcount, datatype);
datatype           66 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
datatype           68 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
datatype           87 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           96 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
datatype          106 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c                                                        datatype, op, comm, info, request,
datatype           50 ompi/mpiext/pcollreq/c/reduce_scatter_init.c                              MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request)
datatype           69 ompi/mpiext/pcollreq/c/reduce_scatter_init.c         memchecker_datatype(datatype);
datatype           73 ompi/mpiext/pcollreq/c/reduce_scatter_init.c                         recvcounts[rank], datatype);
datatype           77 ompi/mpiext/pcollreq/c/reduce_scatter_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           79 ompi/mpiext/pcollreq/c/reduce_scatter_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           98 ompi/mpiext/pcollreq/c/reduce_scatter_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype          114 ompi/mpiext/pcollreq/c/reduce_scatter_init.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcounts[i]);
datatype          140 ompi/mpiext/pcollreq/c/reduce_scatter_init.c                                                  datatype, op, comm, info, request,
datatype           48 ompi/mpiext/pcollreq/c/scan_init.c                    MPI_Datatype datatype, MPI_Op op, MPI_Comm comm,
datatype           56 ompi/mpiext/pcollreq/c/scan_init.c         memchecker_datatype(datatype);
datatype           59 ompi/mpiext/pcollreq/c/scan_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
datatype           61 ompi/mpiext/pcollreq/c/scan_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
datatype           87 ompi/mpiext/pcollreq/c/scan_init.c         } else if (!ompi_op_is_valid(op, datatype, &msg, FUNC_NAME)) {
datatype           92 ompi/mpiext/pcollreq/c/scan_init.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
datatype          103 ompi/mpiext/pcollreq/c/scan_init.c                                        datatype, op, comm,
datatype           43 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           83 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (buffer, count, datatype, root, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (buffer, count, datatype, root, comm, info, request, ierr) )
datatype           71 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c void ompix_bcast_init_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
datatype           82 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                          MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           83 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           86 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allreduce_init, mpix_allreduce_init, MPIX_ALLREDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           91 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Bcast_init, mpix_bcast_init, MPIX_BCAST_INIT, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           92 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Exscan_init, mpix_exscan_init, MPIX_EXSCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           95 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_init, mpix_reduce_init, MPIX_REDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           96 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_scatter_init, mpix_reduce_scatter_init, MPIX_REDUCE_SCATTER_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           97 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_scatter_block_init, mpix_reduce_scatter_block_init, MPIX_REDUCE_SCATTER_BLOCK_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           98 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scan_init, mpix_scan_init, MPIX_SCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
datatype           43 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                          MPI_Fint *datatype, MPI_Fint *op,
datatype           83 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                                        MPI_Fint *recvcount, MPI_Fint *datatype,
datatype           85 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c                             (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c                                  MPI_Fint *recvcounts, MPI_Fint *datatype,
datatype           86 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           43 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           44 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           63 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
datatype           64 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
datatype           72 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                        MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm,
datatype           82 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c     c_type = PMPI_Type_f2c(*datatype);
datatype           71 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                    datatype, op, &
datatype           83 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          170 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_bcast_init(buffer, count, datatype, root, &
datatype          181 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          191 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                 datatype, op, &
datatype          203 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          259 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                 datatype, op, root, &
datatype          271 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          282 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                         datatype, op, &
datatype          294 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          305 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                               datatype, op, &
datatype          317 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          328 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                               datatype, op, &
datatype          340 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          553 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                     datatype, op, &
datatype          565 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          652 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_bcast_init(buffer, count, datatype, root, &
datatype          663 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          673 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                  datatype, op, &
datatype          685 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          741 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                  datatype, op, root, &
datatype          753 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          764 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                          datatype, op, &
datatype          776 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          787 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                                datatype, op, &
datatype          799 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          810 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                datatype, op, &
datatype          822 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: datatype
datatype          116 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                    datatype, op, &
datatype          126 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          137 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                     datatype, op, &
datatype          147 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          315 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_bcast_init(buffer, count, datatype, root, &
datatype          324 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          334 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_bcast_init(buffer, count, datatype, root, &
datatype          343 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          354 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                 datatype, op, &
datatype          364 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          375 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                  datatype, op, &
datatype          385 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          490 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                 datatype, op, root, &
datatype          500 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          512 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                  datatype, op, root, &
datatype          522 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          534 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                         datatype, op, &
datatype          544 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          555 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                          datatype, op, &
datatype          565 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          576 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                               datatype, op, &
datatype          586 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          597 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                                datatype, op, &
datatype          607 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          618 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                               datatype, op, &
datatype          628 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype          639 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                datatype, op, &
datatype          649 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: datatype
datatype           81 ompi/peruse/peruse-internal.h             _comm_spec.datatype  = (base_req)->req_datatype;                           \
datatype           99 ompi/peruse/peruse-internal.h             _comm_spec.datatype  = MPI_PACKED;                                         \
datatype          117 ompi/peruse/peruse-internal.h                 _comm_spec.datatype  = MPI_DATATYPE_NULL;                         \
datatype           28 ompi/peruse/peruse.h     MPI_Datatype  datatype;
datatype          112 ompi/runtime/ompi_mpi_finalize.c     ompi_datatype_t * datatype;
datatype          302 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_integer_hashtable)
datatype          303 ompi/runtime/ompi_mpi_finalize.c         OBJ_RELEASE(datatype);
datatype          305 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_real_hashtable)
datatype          306 ompi/runtime/ompi_mpi_finalize.c         OBJ_RELEASE(datatype);
datatype          308 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_complex_hashtable)
datatype          309 ompi/runtime/ompi_mpi_finalize.c         OBJ_RELEASE(datatype);
datatype          480 opal/datatype/opal_convertor.c     opal_datatype_t* datatype = (opal_datatype_t*)pConvertor->pDesc;
datatype          483 opal/datatype/opal_convertor.c     if( OPAL_UNLIKELY(datatype->bdt_used & pConvertor->master->hetero_mask) ) {
datatype          486 opal/datatype/opal_convertor.c             pConvertor->use_desc = &(datatype->desc);
datatype          490 opal/datatype/opal_convertor.c             pConvertor->remote_size = opal_datatype_compute_remote_size(datatype,
datatype          506 opal/datatype/opal_convertor.c #define OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf )  \
datatype          508 opal/datatype/opal_convertor.c         convertor->local_size = count * datatype->size;                 \
datatype          511 opal/datatype/opal_convertor.c         convertor->pDesc      = (opal_datatype_t*)datatype;             \
datatype          513 opal/datatype/opal_convertor.c         convertor->use_desc   = &(datatype->opt_desc);                  \
datatype          518 opal/datatype/opal_convertor.c         if( OPAL_UNLIKELY((0 == count) || (0 == datatype->size)) ) {    \
datatype          526 opal/datatype/opal_convertor.c         convertor->flags     |= (CONVERTOR_DATATYPE_MASK & datatype->flags); \
datatype          538 opal/datatype/opal_convertor.c         assert( (convertor)->pDesc == (datatype) );                     \
datatype          551 opal/datatype/opal_convertor.c             uint32_t required_stack_length = datatype->loops + 1;       \
datatype          565 opal/datatype/opal_convertor.c                                          const struct opal_datatype_t* datatype,
datatype          579 opal/datatype/opal_convertor.c     OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf );
datatype          607 opal/datatype/opal_convertor.c                                          const struct opal_datatype_t* datatype,
datatype          618 opal/datatype/opal_convertor.c     OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf );
datatype          624 opal/datatype/opal_convertor.c             if( datatype->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS ) {
datatype          625 opal/datatype/opal_convertor.c                 if( ((datatype->ub - datatype->lb) == (ptrdiff_t)datatype->size)
datatype          638 opal/datatype/opal_convertor.c             if( datatype->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS ) {
datatype          639 opal/datatype/opal_convertor.c                 if( ((datatype->ub - datatype->lb) == (ptrdiff_t)datatype->size)
datatype          257 opal/datatype/opal_convertor.h                                                        const struct opal_datatype_t* datatype,
datatype          262 opal/datatype/opal_convertor.h                                                                 const struct opal_datatype_t* datatype,
datatype          272 opal/datatype/opal_convertor.h     return opal_convertor_prepare_for_send( convertor, datatype, count, pUserBuf );
datatype          279 opal/datatype/opal_convertor.h                                                        const struct opal_datatype_t* datatype,
datatype          283 opal/datatype/opal_convertor.h                                                                 const struct opal_datatype_t* datatype,
datatype          293 opal/datatype/opal_convertor.h     return opal_convertor_prepare_for_recv( convertor, datatype, count, pUserBuf );
datatype          188 opal/datatype/opal_datatype.h OPAL_DECLSPEC int32_t opal_datatype_create_desc( opal_datatype_t * datatype, int32_t expectedSize );
datatype          222 opal/datatype/opal_datatype.h opal_datatype_is_contiguous_memory_layout( const opal_datatype_t* datatype, int32_t count )
datatype          224 opal/datatype/opal_datatype.h     if( !(datatype->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS) ) return 0;
datatype          225 opal/datatype/opal_datatype.h     if( (count == 1) || (datatype->flags & OPAL_DATATYPE_FLAG_NO_GAPS) ) return 1;
datatype          289 opal/datatype/opal_datatype.h OPAL_DECLSPEC int opal_datatype_compute_ptypes( opal_datatype_t* datatype );
datatype          324 opal/datatype/opal_datatype.h opal_datatype_pack_description_length( const opal_datatype_t* datatype );
datatype          330 opal/datatype/opal_datatype.h opal_datatype_get_pack_description( opal_datatype_t* datatype,
datatype           99 opal/datatype/opal_datatype_copy.c int32_t opal_datatype_copy_content_same_ddt( const opal_datatype_t* datatype, int32_t count,
datatype          110 opal/datatype/opal_datatype_copy.c                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
datatype          122 opal/datatype/opal_datatype_copy.c     extent = (datatype->true_ub - datatype->true_lb) + (count - 1) * (datatype->ub - datatype->lb);
datatype          139 opal/datatype/opal_datatype_copy.c     return fct( datatype, count, destination_base, source_base );
datatype          119 opal/datatype/opal_datatype_copy.h static inline int32_t _copy_content_same_ddt( const opal_datatype_t* datatype, int32_t count,
datatype          133 opal/datatype/opal_datatype_copy.h                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
datatype          135 opal/datatype/opal_datatype_copy.h     iov_len_local = count * datatype->size;
datatype          140 opal/datatype/opal_datatype_copy.h     if( datatype->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS ) {
datatype          141 opal/datatype/opal_datatype_copy.h         ptrdiff_t extent = (datatype->ub - datatype->lb);
datatype          145 opal/datatype/opal_datatype_copy.h         destination += datatype->true_lb;
datatype          146 opal/datatype/opal_datatype_copy.h         source      += datatype->true_lb;
datatype          147 opal/datatype/opal_datatype_copy.h         if( (ptrdiff_t)datatype->size == extent ) {  /* all contiguous == no gaps around */
datatype          153 opal/datatype/opal_datatype_copy.h                                             (unsigned char*)destination_base, datatype, count );
datatype          155 opal/datatype/opal_datatype_copy.h                                             (unsigned char*)source_base, datatype, count );
datatype          166 opal/datatype/opal_datatype_copy.h             OPAL_DATATYPE_SAFEGUARD_POINTER( destination, datatype->size,
datatype          167 opal/datatype/opal_datatype_copy.h                                         (unsigned char*)destination_base, datatype, count );
datatype          168 opal/datatype/opal_datatype_copy.h             OPAL_DATATYPE_SAFEGUARD_POINTER( source, datatype->size,
datatype          169 opal/datatype/opal_datatype_copy.h                                         (unsigned char*)source_base, datatype, count );
datatype          171 opal/datatype/opal_datatype_copy.h                                    STRINGIFY(MEM_OP_NAME), (void*)destination, (void*)source, (unsigned long)datatype->size,
datatype          172 opal/datatype/opal_datatype_copy.h                                    (unsigned long)(iov_len_local - (pos_desc * datatype->size)) ); );
datatype          173 opal/datatype/opal_datatype_copy.h             MEM_OP( destination, source, datatype->size );
datatype          180 opal/datatype/opal_datatype_copy.h     pStack = (dt_stack_t*)alloca( sizeof(dt_stack_t) * (datatype->loops + 1) );
datatype          187 opal/datatype/opal_datatype_copy.h     if( datatype->opt_desc.desc != NULL ) {
datatype          188 opal/datatype/opal_datatype_copy.h         description = datatype->opt_desc.desc;
datatype          190 opal/datatype/opal_datatype_copy.h         description = datatype->desc.desc;
datatype          202 opal/datatype/opal_datatype_copy.h             _predefined_data( pElem, datatype, (unsigned char*)source_base, count, count_desc,
datatype          221 opal/datatype/opal_datatype_copy.h                     pStack->disp += (datatype->ub - datatype->lb);
datatype          236 opal/datatype/opal_datatype_copy.h                 _contiguous_loop( pElem, datatype, (unsigned char*)source_base, count, count_desc,
datatype           60 opal/datatype/opal_datatype_create.c static void opal_datatype_destruct( opal_datatype_t* datatype )
datatype           66 opal/datatype/opal_datatype_create.c     if( NULL != datatype->opt_desc.desc ) {
datatype           67 opal/datatype/opal_datatype_create.c         if( datatype->opt_desc.desc != datatype->desc.desc )
datatype           68 opal/datatype/opal_datatype_create.c             free( datatype->opt_desc.desc );
datatype           69 opal/datatype/opal_datatype_create.c         datatype->opt_desc.length = 0;
datatype           70 opal/datatype/opal_datatype_create.c         datatype->opt_desc.used   = 0;
datatype           71 opal/datatype/opal_datatype_create.c         datatype->opt_desc.desc   = NULL;
datatype           73 opal/datatype/opal_datatype_create.c     if (!opal_datatype_is_predefined(datatype)) {
datatype           74 opal/datatype/opal_datatype_create.c         if( NULL != datatype->desc.desc ) {
datatype           75 opal/datatype/opal_datatype_create.c             free( datatype->desc.desc );
datatype           76 opal/datatype/opal_datatype_create.c             datatype->desc.length = 0;
datatype           77 opal/datatype/opal_datatype_create.c             datatype->desc.used   = 0;
datatype           78 opal/datatype/opal_datatype_create.c             datatype->desc.desc   = NULL;
datatype           82 opal/datatype/opal_datatype_create.c     if( (NULL != datatype->ptypes) && (!opal_datatype_is_predefined(datatype)) ) {
datatype           83 opal/datatype/opal_datatype_create.c         free(datatype->ptypes);
datatype           84 opal/datatype/opal_datatype_create.c         datatype->ptypes = NULL;
datatype           88 opal/datatype/opal_datatype_create.c     datatype->name[0] = '\0';
datatype           95 opal/datatype/opal_datatype_create.c     opal_datatype_t* datatype = (opal_datatype_t*)OBJ_NEW(opal_datatype_t);
datatype           98 opal/datatype/opal_datatype_create.c     datatype->desc.length = expectedSize + 1;  /* one for the fake elem at the end */
datatype           99 opal/datatype/opal_datatype_create.c     datatype->desc.used   = 0;
datatype          100 opal/datatype/opal_datatype_create.c     datatype->desc.desc   = (dt_elem_desc_t*)calloc(datatype->desc.length, sizeof(dt_elem_desc_t));
datatype          102 opal/datatype/opal_datatype_create.c     memset( datatype->name, 0, OPAL_MAX_OBJECT_NAME );
datatype          103 opal/datatype/opal_datatype_create.c     return datatype;
datatype          106 opal/datatype/opal_datatype_create.c int32_t opal_datatype_create_desc( opal_datatype_t * datatype, int32_t expectedSize )
datatype          110 opal/datatype/opal_datatype_create.c     datatype->desc.length = expectedSize + 1;  /* one for the fake elem at the end */
datatype          111 opal/datatype/opal_datatype_create.c     datatype->desc.used   = 0;
datatype          112 opal/datatype/opal_datatype_create.c     datatype->desc.desc   = (dt_elem_desc_t*)calloc(datatype->desc.length, sizeof(dt_elem_desc_t));
datatype          113 opal/datatype/opal_datatype_create.c     if (NULL == datatype->desc.desc)
datatype           31 opal/datatype/opal_datatype_get_count.c ssize_t opal_datatype_get_element_count( const opal_datatype_t* datatype, size_t iSize )
datatype           42 opal/datatype/opal_datatype_get_count.c     assert( iSize <= datatype->size );
datatype           43 opal/datatype/opal_datatype_get_count.c     DUMP( "dt_count_elements( %p, %ul )\n", (void*)datatype, (unsigned long)iSize );
datatype           44 opal/datatype/opal_datatype_get_count.c     pStack = (dt_stack_t*)alloca( sizeof(dt_stack_t) * (datatype->loops + 2) );
datatype           48 opal/datatype/opal_datatype_get_count.c     pElems           = datatype->desc.desc;
datatype           86 opal/datatype/opal_datatype_get_count.c int32_t opal_datatype_set_element_count( const opal_datatype_t* datatype, size_t count, size_t* length )
datatype           97 opal/datatype/opal_datatype_get_count.c     local_length = datatype->nbElems;
datatype          100 opal/datatype/opal_datatype_get_count.c     *length = datatype->size * pos_desc;
datatype          105 opal/datatype/opal_datatype_get_count.c     DUMP( "dt_set_element_count( %p, %d )\n", (void*)datatype, count );
datatype          106 opal/datatype/opal_datatype_get_count.c     pStack = (dt_stack_t*)alloca( sizeof(dt_stack_t) * (datatype->loops + 2) );
datatype          110 opal/datatype/opal_datatype_get_count.c     pElems           = datatype->desc.desc;
datatype          153 opal/datatype/opal_datatype_get_count.c int opal_datatype_compute_ptypes( opal_datatype_t* datatype )
datatype          160 opal/datatype/opal_datatype_get_count.c     if( NULL != datatype->ptypes ) return 0;
datatype          161 opal/datatype/opal_datatype_get_count.c     datatype->ptypes = (size_t*)calloc(OPAL_DATATYPE_MAX_SUPPORTED, sizeof(size_t));
datatype          163 opal/datatype/opal_datatype_get_count.c     DUMP( "opal_datatype_compute_ptypes( %p )\n", (void*)datatype );
datatype          164 opal/datatype/opal_datatype_get_count.c     pStack = (dt_stack_t*)alloca( sizeof(dt_stack_t) * (datatype->loops + 2) );
datatype          168 opal/datatype/opal_datatype_get_count.c     pElems           = datatype->desc.desc;
datatype          191 opal/datatype/opal_datatype_get_count.c             datatype->ptypes[pElems[pos_desc].elem.common.type] += pElems[pos_desc].elem.count;
datatype          195 opal/datatype/opal_datatype_get_count.c                   pElems[pos_desc].elem.common.type, datatype->ptypes[pElems[pos_desc].elem.common.type],
datatype          238 opal/datatype/opal_datatype_module.c     const opal_datatype_t* datatype;
datatype          247 opal/datatype/opal_datatype_module.c         datatype = opal_datatype_basicDatatypes[i];
datatype          250 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.common.flags = OPAL_DATATYPE_FLAG_PREDEFINED |
datatype          254 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.common.type  = i;
datatype          256 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.count        = 1;
datatype          257 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.disp         = 0;
datatype          258 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.extent       = datatype->size;
datatype          260 opal/datatype/opal_datatype_module.c         datatype->desc.desc[1].end_loop.common.flags    = 0;
datatype          261 opal/datatype/opal_datatype_module.c         datatype->desc.desc[1].end_loop.common.type     = OPAL_DATATYPE_END_LOOP;
datatype          262 opal/datatype/opal_datatype_module.c         datatype->desc.desc[1].end_loop.items           = 1;
datatype          263 opal/datatype/opal_datatype_module.c         datatype->desc.desc[1].end_loop.first_elem_disp = datatype->desc.desc[0].elem.disp;
datatype          264 opal/datatype/opal_datatype_module.c         datatype->desc.desc[1].end_loop.size            = datatype->size;
datatype           35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
datatype           37 orte/test/mpi/no-disconnect.c     return MPI_Send(buf, count, datatype, dest, tag, comm);
datatype           41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
datatype           57 orte/test/mpi/no-disconnect.c     MPI_Irecv(buf, count, datatype, source, tag, comm, &req);
datatype           68 oshmem/mca/spml/base/base.h                                        int datatype);
datatype           73 oshmem/mca/spml/base/base.h                                        int datatype,
datatype           54 oshmem/mca/spml/base/spml_base.c int mca_spml_base_test(void* addr, int cmp, void* value, int datatype, int *out_value)
datatype           74 oshmem/mca/spml/base/spml_base.c     switch (datatype) {
datatype          143 oshmem/mca/spml/base/spml_base.c int mca_spml_base_wait(void* addr, int cmp, void* value, int datatype)
datatype          165 oshmem/mca/spml/base/spml_base.c     switch (datatype) {
datatype          114 oshmem/mca/spml/spml.h                                               int datatype);
datatype          127 oshmem/mca/spml/spml.h                                               int datatype,
datatype           30 test/datatype/ddt_raw2.c mca_common_ompio_decode_datatype ( ompi_datatype_t *datatype,
datatype           50 test/datatype/ddt_raw2.c                                                          &(datatype->super),
datatype           57 test/datatype/ddt_raw2.c     if ( 0 == datatype->super.size ) {
datatype           63 test/datatype/ddt_raw2.c     remaining_length = count * datatype->super.size;
datatype          308 test/datatype/ddt_raw2.c     ompi_datatype_t * datatype = OBJ_NEW(ompi_datatype_t);
datatype          310 test/datatype/ddt_raw2.c     datatype->super.flags = 3332;
datatype          311 test/datatype/ddt_raw2.c     datatype->super.id = 0;
datatype          312 test/datatype/ddt_raw2.c     datatype->super.bdt_used = 512;
datatype          313 test/datatype/ddt_raw2.c     datatype->super.size = 31684;
datatype          314 test/datatype/ddt_raw2.c     datatype->super.true_lb = 4;
datatype          315 test/datatype/ddt_raw2.c     datatype->super.true_ub = 218288;
datatype          316 test/datatype/ddt_raw2.c     datatype->super.lb = 0;
datatype          317 test/datatype/ddt_raw2.c     datatype->super.ub = 218344;
datatype          318 test/datatype/ddt_raw2.c     datatype->super.nbElems = 31684;
datatype          319 test/datatype/ddt_raw2.c     datatype->super.align = 1;
datatype          320 test/datatype/ddt_raw2.c     datatype->super.loops = 1146;
datatype          321 test/datatype/ddt_raw2.c     datatype->super.desc.length = 3351;
datatype          322 test/datatype/ddt_raw2.c     datatype->super.desc.used = 184;
datatype          323 test/datatype/ddt_raw2.c     datatype->super.desc.desc = descs;
datatype          324 test/datatype/ddt_raw2.c     datatype->super.opt_desc.length = 3351;
datatype          325 test/datatype/ddt_raw2.c     datatype->super.opt_desc.used = 184;
datatype          326 test/datatype/ddt_raw2.c     datatype->super.opt_desc.desc = descs;
datatype          331 test/datatype/ddt_raw2.c     mca_common_ompio_decode_datatype ( datatype, 1, &iov_300, &iovec_count_300, 300);
datatype          337 test/datatype/ddt_raw2.c     mca_common_ompio_decode_datatype ( datatype, 1, &iov_10, &iovec_count_10, 10);
datatype          343 test/datatype/ddt_raw2.c     mca_common_ompio_decode_datatype ( datatype, 1, &iov_1, &iovec_count_1, 1);
datatype           28 test/datatype/external32.c                       ompi_datatype_t * datatype, int count, void* arg );
datatype           31 test/datatype/external32.c                   ompi_datatype_t * datatype, int count, void* arg );
datatype           33 test/datatype/external32.c static int pack_unpack_datatype( void* send_data, ompi_datatype_t *datatype, int count,
datatype           47 test/datatype/external32.c                       ompi_datatype_t* datatype, int count, void* arg )
datatype           51 test/datatype/external32.c     if( (datatype == &ompi_mpi_int.dt) || (datatype == &ompi_mpi_int32_t.dt) ) {
datatype           57 test/datatype/external32.c                        i, ((uint32_t*)packed)[i], ((uint32_t*)send_buffer)[i], datatype->name);
datatype           61 test/datatype/external32.c     } else if( (datatype == &ompi_mpi_short.dt) || (datatype == &ompi_mpi_int16_t.dt) ) {
datatype           67 test/datatype/external32.c                        i, ((uint16_t*)packed)[i], ((uint16_t*)send_buffer)[i], datatype->name);
datatype           79 test/datatype/external32.c                   ompi_datatype_t* datatype, int count, void* arg )
datatype           90 test/datatype/external32.c                        i, ((uint32_t*)packed)[i], ((uint32_t*)send_buffer)[2*i], datatype->name);
datatype          100 test/datatype/external32.c                        i, ((uint16_t*)packed)[i], ((uint16_t*)send_buffer)[2*i], datatype->name);
datatype          105 test/datatype/external32.c         printf("Unknown %s type\n", datatype->name);
datatype          111 test/datatype/external32.c static int pack_unpack_datatype( void* send_data, ompi_datatype_t *datatype, int count,
datatype          120 test/datatype/external32.c                                              count, datatype, &buffer_size);
datatype          126 test/datatype/external32.c     error = ompi_datatype_pack_external("external32", (void*)send_data, count, datatype,
datatype          129 test/datatype/external32.c     if( 0 != validator(send_data, buffer, datatype, count, validator_arg) ) {
datatype          138 test/datatype/external32.c                                           recv_data, count, datatype);
datatype           43 test/datatype/position.c create_segments( ompi_datatype_t* datatype, int count,
datatype           52 test/datatype/position.c     ompi_datatype_type_size( datatype, &data_size );
datatype           61 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
datatype          104 test/datatype/position.c pack_segments( ompi_datatype_t* datatype, int count,
datatype          116 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );
datatype          144 test/datatype/position.c unpack_segments( ompi_datatype_t* datatype, int count,
datatype          156 test/datatype/position.c     opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer );
datatype          226 test/datatype/position.c     ompi_datatype_t* datatype = MPI_LONG_DOUBLE_INT;
datatype          246 test/datatype/position.c     create_segments( datatype, data_count, fragment_size,
datatype          253 test/datatype/position.c     pack_segments( datatype, data_count, fragment_size, segments, seg_count,
datatype          257 test/datatype/position.c     unpack_segments( datatype, data_count, fragment_size, segments, seg_count,
datatype           42 test/datatype/position_noncontig.c create_segments( ompi_datatype_t* datatype, int count,
datatype           51 test/datatype/position_noncontig.c     ompi_datatype_type_size( datatype, &data_size );
datatype           60 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
datatype          103 test/datatype/position_noncontig.c pack_segments( ompi_datatype_t* datatype, int count,
datatype          115 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );
datatype          143 test/datatype/position_noncontig.c unpack_segments( ompi_datatype_t* datatype, int count,
datatype          155 test/datatype/position_noncontig.c     opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer );
datatype          195 test/datatype/position_noncontig.c     ompi_datatype_t* datatype = MPI_DATATYPE_NULL;
datatype          208 test/datatype/position_noncontig.c     ompi_datatype_create_vector(NELT/2, 1, 2, MPI_INT, &datatype);
datatype          209 test/datatype/position_noncontig.c     ompi_datatype_commit(&datatype);
datatype          217 test/datatype/position_noncontig.c     create_segments( datatype, 1, fragment_size,
datatype          224 test/datatype/position_noncontig.c     pack_segments( datatype, 1, fragment_size, segments, seg_count,
datatype          228 test/datatype/position_noncontig.c     unpack_segments( datatype, 1, fragment_size, segments, seg_count,
datatype           42 test/spc/spc_test.c     MPI_Datatype datatype;
datatype           75 test/spc/spc_test.c                              &var_class, &datatype, &enumtype, description, &desc_len, &bind,