ompi_mpi_short 77 ompi/datatype/ompi_datatype_module.c ompi_predefined_datatype_t ompi_mpi_short = OMPI_DATATYPE_INIT_PREDEFINED (SHORT, OMPI_DATATYPE_FLAG_DATA_C | OMPI_DATATYPE_FLAG_DATA_INT ); ompi_mpi_short 85 ompi/mpi/c/type_create_f90_integer.c else if (r > 2) *newtype = &ompi_mpi_short.dt; ompi_mpi_short 99 ompi/mpi/cxx/mpicxx.cc const Datatype INTEGER4((MPI_Datatype)&(ompi_mpi_short)); ompi_mpi_short 61 test/datatype/external32.c } else if( (datatype == &ompi_mpi_short.dt) || (datatype == &ompi_mpi_int16_t.dt) ) { ompi_mpi_short 94 test/datatype/external32.c } else if( (origtype == &ompi_mpi_short.dt) || (origtype == &ompi_mpi_int16_t.dt) ) {