type_keyval        58 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_DELETE_FN( MPI_Datatype datatype, int type_keyval,
type_keyval        66 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_NULL_COPY_FN( MPI_Datatype datatype, int type_keyval,
type_keyval        76 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_TYPE_DUP_FN( MPI_Datatype datatype, int type_keyval,
type_keyval        42 ompi/mpi/c/type_create_keyval.c                            int *type_keyval,
type_keyval        52 ompi/mpi/c/type_create_keyval.c             (NULL == type_keyval)) {
type_keyval        65 ompi/mpi/c/type_create_keyval.c                                   type_keyval, extra_state, 0, NULL);
type_keyval        41 ompi/mpi/c/type_delete_attr.c int MPI_Type_delete_attr (MPI_Datatype type, int type_keyval)
type_keyval        60 ompi/mpi/c/type_delete_attr.c    ret = ompi_attr_delete(TYPE_ATTR, type, type->d_keyhash, type_keyval,
type_keyval        39 ompi/mpi/c/type_free_keyval.c int MPI_Type_free_keyval(int *type_keyval)
type_keyval        47 ompi/mpi/c/type_free_keyval.c         if (NULL == type_keyval) {
type_keyval        56 ompi/mpi/c/type_free_keyval.c     ret = ompi_attr_free_keyval(TYPE_ATTR, type_keyval, 0);
type_keyval        42 ompi/mpi/c/type_get_attr.c                        int type_keyval,
type_keyval        61 ompi/mpi/c/type_get_attr.c         } else if (MPI_KEYVAL_INVALID == type_keyval) {
type_keyval        73 ompi/mpi/c/type_get_attr.c     ret = ompi_attr_get_c(type->d_keyhash, type_keyval,
type_keyval        42 ompi/mpi/c/type_set_attr.c                        int type_keyval,
type_keyval        61 ompi/mpi/c/type_set_attr.c                           type_keyval, attribute_val, false);
type_keyval        99 ompi/mpi/cxx/datatype.h 						int type_keyval,
type_keyval       105 ompi/mpi/cxx/datatype.h   typedef int Delete_attr_function(Datatype& type, int type_keyval,
type_keyval       215 ompi/mpi/cxx/datatype.h   virtual void Delete_attr(int type_keyval);
type_keyval       217 ompi/mpi/cxx/datatype.h   static void Free_keyval(int& type_keyval);
type_keyval       219 ompi/mpi/cxx/datatype.h   virtual bool Get_attr(int type_keyval, void* attribute_val) const;
type_keyval       231 ompi/mpi/cxx/datatype.h   virtual void Set_attr(int type_keyval, const void* attribute_val);
type_keyval       332 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Delete_attr(int type_keyval)
type_keyval       334 ompi/mpi/cxx/datatype_inln.h   (void) MPI_Type_delete_attr(mpi_datatype, type_keyval);
type_keyval       338 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Free_keyval(int& type_keyval)
type_keyval       340 ompi/mpi/cxx/datatype_inln.h     (void) MPI_Type_free_keyval(&type_keyval);
type_keyval       344 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Get_attr(int type_keyval,
type_keyval       348 ompi/mpi/cxx/datatype_inln.h   (void) MPI_Type_get_attr(mpi_datatype, type_keyval, attribute_val, &ret);
type_keyval       390 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Set_attr(int type_keyval, const void* attribute_val)
type_keyval       392 ompi/mpi/cxx/datatype_inln.h   (void) MPI_Type_set_attr(mpi_datatype, type_keyval, const_cast<void *>(attribute_val));
type_keyval       408 ompi/mpi/cxx/datatype_inln.h 						     int type_keyval,
type_keyval       415 ompi/mpi/cxx/datatype_inln.h 						       int type_keyval,
type_keyval        87 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_DUP_FN( datatype, type_keyval, extra_state, &
type_keyval        93 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: type_keyval
type_keyval        99 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_NULL_COPY_FN( datatype, type_keyval, extra_state, &
type_keyval       105 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: type_keyval
type_keyval       111 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_TYPE_NULL_DELETE_FN( datatype, type_keyval, attribute_val_out, &
type_keyval       116 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: type_keyval
type_keyval        92 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr),
type_keyval        93 ompi/mpi/fortran/base/attr_fn_f.c                             (type, type_keyval, attribute_val_out, extra_state, ierr) )
type_keyval        99 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
type_keyval       100 ompi/mpi/fortran/base/attr_fn_f.c                             (type, type_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
type_keyval       106 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
type_keyval       107 ompi/mpi/fortran/base/attr_fn_f.c                             (type, type_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
type_keyval       156 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* type, MPI_Fint* type_keyval,MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr ),
type_keyval       157 ompi/mpi/fortran/base/attr_fn_f.c                             (type, type_keyval, attribute_val_out, extra_state, ierr) )
type_keyval       197 ompi/mpi/fortran/base/attr_fn_f.c void ompi_type_null_delete_fn_f(MPI_Fint* type, MPI_Fint* type_keyval,
type_keyval       204 ompi/mpi/fortran/base/attr_fn_f.c void ompi_type_null_copy_fn_f(MPI_Fint* type, MPI_Fint* type_keyval,
type_keyval       214 ompi/mpi/fortran/base/attr_fn_f.c void ompi_type_dup_fn_f(MPI_Fint* type, MPI_Fint* type_keyval,
type_keyval       374 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_keyval, mpi_type_create_keyval, MPI_TYPE_CREATE_KEYVAL, (ompi_aint_copy_attr_function* type_copy_attr_fn, ompi_aint_delete_attr_function* type_delete_attr_fn, MPI_Fint *type_keyval, MPI_Aint *extra_state, MPI_Fint *ierr));
type_keyval       380 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_delete_attr, mpi_type_delete_attr, MPI_TYPE_DELETE_ATTR, (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Fint *ierr));
type_keyval       384 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_free_keyval, mpi_type_free_keyval, MPI_TYPE_FREE_KEYVAL, (MPI_Fint *type_keyval, MPI_Fint *ierr));
type_keyval       385 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_get_attr, mpi_type_get_attr, MPI_TYPE_GET_ATTR, (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr));
type_keyval       398 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_set_attr, mpi_type_set_attr, MPI_TYPE_SET_ATTR, (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attr_val, MPI_Fint *ierr));
type_keyval       455 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_null_delete_fn, mpi_type_null_delete_fn, MPI_TYPE_NULL_DELETE_FN, (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr));
type_keyval       456 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_null_copy_fn, mpi_type_null_copy_fn, MPI_TYPE_NULL_COPY_FN, (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
type_keyval       457 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_dup_fn, mpi_type_dup_fn, MPI_TYPE_DUP_FN, (MPI_Fint* type, MPI_Fint* type_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
type_keyval        42 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                            (ompi_aint_copy_attr_function* type_copy_attr_fn, ompi_aint_delete_attr_function* type_delete_attr_fn, MPI_Fint *type_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
type_keyval        43 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                            (type_copy_attr_fn, type_delete_attr_fn, type_keyval, extra_state, ierr) )
type_keyval        62 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                            (ompi_aint_copy_attr_function* type_copy_attr_fn, ompi_aint_delete_attr_function* type_delete_attr_fn, MPI_Fint *type_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
type_keyval        63 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                            (type_copy_attr_fn, type_delete_attr_fn, type_keyval, extra_state, ierr) )
type_keyval        73 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                                MPI_Fint *type_keyval, MPI_Aint *extra_state, MPI_Fint *ierr)
type_keyval        76 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c     OMPI_SINGLE_NAME_DECL(type_keyval);
type_keyval        89 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c                                        OMPI_SINGLE_NAME_CONVERT(type_keyval), *extra_state, OMPI_KEYVAL_F77,
type_keyval        99 ompi/mpi/fortran/mpif-h/type_create_keyval_f.c         OMPI_SINGLE_INT_2_FINT(type_keyval);
type_keyval        41 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Fint *ierr),
type_keyval        42 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c                            (type, type_keyval, ierr) )
type_keyval        61 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Fint *ierr),
type_keyval        62 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c                            (type, type_keyval, ierr) )
type_keyval        69 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c void ompi_type_delete_attr_f(MPI_Fint *type, MPI_Fint *type_keyval,
type_keyval        75 ompi/mpi/fortran/mpif-h/type_delete_attr_f.c     c_ierr = PMPI_Type_delete_attr(c_type, OMPI_FINT_2_INT(*type_keyval));
type_keyval        41 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c                            (MPI_Fint *type_keyval, MPI_Fint *ierr),
type_keyval        42 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c                            (type_keyval, ierr) )
type_keyval        61 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c                            (MPI_Fint *type_keyval, MPI_Fint *ierr),
type_keyval        62 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c                            (type_keyval, ierr) )
type_keyval        69 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c void ompi_type_free_keyval_f(MPI_Fint *type_keyval, MPI_Fint *ierr)
type_keyval        72 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c     OMPI_SINGLE_NAME_DECL(type_keyval);
type_keyval        74 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c     OMPI_SINGLE_FINT_2_INT(type_keyval);
type_keyval        76 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c     c_ierr = PMPI_Type_free_keyval(OMPI_SINGLE_NAME_CONVERT(type_keyval));
type_keyval        80 ompi/mpi/fortran/mpif-h/type_free_keyval_f.c         OMPI_SINGLE_INT_2_FINT(type_keyval);
type_keyval        43 ompi/mpi/fortran/mpif-h/type_get_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
type_keyval        44 ompi/mpi/fortran/mpif-h/type_get_attr_f.c                            (type, type_keyval, attribute_val, flag, ierr) )
type_keyval        63 ompi/mpi/fortran/mpif-h/type_get_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
type_keyval        64 ompi/mpi/fortran/mpif-h/type_get_attr_f.c                            (type, type_keyval, attribute_val, flag, ierr) )
type_keyval        70 ompi/mpi/fortran/mpif-h/type_get_attr_f.c void ompi_type_get_attr_f(MPI_Fint *type, MPI_Fint *type_keyval,
type_keyval        82 ompi/mpi/fortran/mpif-h/type_get_attr_f.c                                 OMPI_FINT_2_INT(*type_keyval),
type_keyval        43 ompi/mpi/fortran/mpif-h/type_set_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attr_val, MPI_Fint *ierr),
type_keyval        44 ompi/mpi/fortran/mpif-h/type_set_attr_f.c                            (type, type_keyval, attr_val, ierr) )
type_keyval        63 ompi/mpi/fortran/mpif-h/type_set_attr_f.c                            (MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attr_val, MPI_Fint *ierr),
type_keyval        64 ompi/mpi/fortran/mpif-h/type_set_attr_f.c                            (type, type_keyval, attr_val, ierr) )
type_keyval        70 ompi/mpi/fortran/mpif-h/type_set_attr_f.c void ompi_type_set_attr_f(MPI_Fint *type, MPI_Fint *type_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr)
type_keyval        81 ompi/mpi/fortran/mpif-h/type_set_attr_f.c                                 OMPI_FINT_2_INT(*type_keyval),
type_keyval      1562 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                      type_keyval,extra_state,ierror) &
type_keyval      1569 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: type_keyval
type_keyval      1574 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_delete_attr_f(datatype,type_keyval,ierror) &
type_keyval      1578 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: type_keyval
type_keyval      1582 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_free_keyval_f(type_keyval,ierror) &
type_keyval      1585 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: type_keyval
type_keyval      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) &
type_keyval      1605 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: type_keyval
type_keyval      1517 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_keyval(type_copy_attr_fn, type_delete_attr_fn, type_keyval, extra_state, ierror)
type_keyval      1521 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: type_keyval
type_keyval      1578 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_delete_attr(datatype, type_keyval, ierror)
type_keyval      1580 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: type_keyval
type_keyval      1610 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_free_keyval(type_keyval, ierror)
type_keyval      1611 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(inout) :: type_keyval
type_keyval      1620 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_get_attr(datatype, type_keyval, attribute_val, flag, ierror)
type_keyval      1623 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: type_keyval
type_keyval      1756 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_set_attr(datatype, type_keyval, attr_val, ierror)
type_keyval      1759 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: type_keyval
type_keyval      1517 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_keyval(type_copy_attr_fn, type_delete_attr_fn, type_keyval, extra_state, ierror)
type_keyval      1521 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: type_keyval
type_keyval      1578 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_delete_attr(datatype, type_keyval, ierror)
type_keyval      1580 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: type_keyval
type_keyval      1610 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_free_keyval(type_keyval, ierror)
type_keyval      1611 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(inout) :: type_keyval
type_keyval      1620 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_get_attr(datatype, type_keyval, attribute_val, flag, ierror)
type_keyval      1623 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: type_keyval
type_keyval      1758 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_set_attr(datatype, type_keyval, attr_val, ierror)
type_keyval      1761 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: type_keyval