inttype           243 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Datatype inttype;
inttype           249 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Type_create_struct (count, blocklens, indices, old_types, &inttype);
inttype           250 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Type_create_resized (inttype, 0, size*nprocs_for_coll, simpletype);
inttype           251 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Type_free (&inttype);
inttype            27 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Datatype type_old, type_new=MPI_DATATYPE_NULL, inttype;
inttype           133 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Type_create_struct(1, &blklen, &disp, &type_new, &inttype);
inttype           134 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Type_create_resized (inttype, 0, ub, newtype);
inttype           135 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Type_free (&inttype);
inttype            21 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c     MPI_Datatype tmp1, tmp2, inttype;
inttype            89 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c     MPI_Type_create_struct(1, &blklen, &disp, &tmp1, &inttype);
inttype            90 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c     MPI_Type_create_resized (inttype, 0, ub, newtype);
inttype            91 ompi/mca/io/romio321/romio/adio/common/ad_subarray.c     MPI_Type_free(&inttype);