base_dt           102 ompi/mca/osc/portals4/osc_portals4_comm.c     ompi_datatype_t *base_dt = ompi_datatype_get_single_predefined_type_from_args(dt);
base_dt           104 ompi/mca/osc/portals4/osc_portals4_comm.c     if (MPI_BYTE == base_dt) {
base_dt           106 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_CHAR == base_dt) {
base_dt           108 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_SHORT == base_dt) {
base_dt           110 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT == base_dt) {
base_dt           112 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_LONG == base_dt) {
base_dt           114 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_FLOAT == base_dt) {
base_dt           116 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_DOUBLE == base_dt) {
base_dt           118 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_LONG_DOUBLE == base_dt) {
base_dt           120 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UNSIGNED_CHAR == base_dt) {
base_dt           122 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_SIGNED_CHAR == base_dt) {
base_dt           124 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UNSIGNED_SHORT == base_dt) {
base_dt           126 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UNSIGNED_LONG == base_dt) {
base_dt           128 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UNSIGNED == base_dt) {
base_dt           130 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_LONG_LONG_INT == base_dt) {
base_dt           132 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_LONG_LONG == base_dt) {
base_dt           134 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT8_T == base_dt) {
base_dt           136 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UINT8_T == base_dt) {
base_dt           138 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT16_T == base_dt) {
base_dt           140 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UINT16_T == base_dt) {
base_dt           142 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT32_T == base_dt) {
base_dt           144 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UINT32_T == base_dt) {
base_dt           146 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT64_T == base_dt) {
base_dt           148 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_UINT64_T == base_dt) {
base_dt           150 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_C_COMPLEX == base_dt) {
base_dt           152 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_C_FLOAT_COMPLEX == base_dt) {
base_dt           154 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_C_DOUBLE_COMPLEX == base_dt) {
base_dt           156 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_C_LONG_DOUBLE_COMPLEX == base_dt) {
base_dt           158 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_AINT == base_dt) {