unpacked_dt        52 test/datatype/ddt_pack.c     struct ompi_datatype_t *unpacked_dt;
unpacked_dt        86 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt        89 test/datatype/ddt_pack.c     if (unpacked_dt == &ompi_mpi_int32_t.dt) {
unpacked_dt       131 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload, ompi_proc_local());
unpacked_dt       133 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       138 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       152 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&unpacked_dt);
unpacked_dt       189 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt       192 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       197 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       211 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&unpacked_dt);
unpacked_dt       251 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt       254 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       259 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       273 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&unpacked_dt);
unpacked_dt       312 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt       315 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       320 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       334 test/datatype/ddt_pack.c     newType = unpacked_dt;  /* save it for later */
unpacked_dt       375 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt       378 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       383 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       397 test/datatype/ddt_pack.c     ret = ompi_datatype_destroy(&unpacked_dt);
unpacked_dt       420 test/datatype/ddt_pack.c     unpacked_dt = ompi_datatype_create_from_packed_description(&payload,
unpacked_dt       423 test/datatype/ddt_pack.c     if (unpacked_dt == NULL) {
unpacked_dt       428 test/datatype/ddt_pack.c         ret = get_extents(unpacked_dt, &lb, &extent, &true_lb, &true_extent);
unpacked_dt       439 test/datatype/ddt_pack.c     if (unpacked_dt == &ompi_mpi_int32_t.dt) {