ftype 56 ompi/mca/io/romio321/romio/test/hindexed.c MPI_Datatype ftype; ftype 104 ompi/mca/io/romio321/romio/test/hindexed.c MPI_Type_create_hindexed(count, blocklengths, displacements, MPI_CHAR, &ftype); ftype 105 ompi/mca/io/romio321/romio/test/hindexed.c MPI_Type_commit(&ftype); ftype 106 ompi/mca/io/romio321/romio/test/hindexed.c MPI_Type_size_x(ftype, &ftype_size); ftype 164 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_set_view(fh, offset, MPI_BYTE, ftype, "native", MPI_INFO_NULL); ftype 226 ompi/mca/io/romio321/romio/test/hindexed.c MPI_Type_free(&ftype); ftype 1288 ompi/mca/op/base/op_base_functions.c #define C_INTEGER(name, ftype) \ ftype 1289 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INT8_T] = ompi_op_base_##ftype##_##name##_int8_t, \ ftype 1290 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_UINT8_T] = ompi_op_base_##ftype##_##name##_uint8_t, \ ftype 1291 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INT16_T] = ompi_op_base_##ftype##_##name##_int16_t, \ ftype 1292 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_UINT16_T] = ompi_op_base_##ftype##_##name##_uint16_t, \ ftype 1293 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INT32_T] = ompi_op_base_##ftype##_##name##_int32_t, \ ftype 1294 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_UINT32_T] = ompi_op_base_##ftype##_##name##_uint32_t, \ ftype 1295 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INT64_T] = ompi_op_base_##ftype##_##name##_int64_t, \ ftype 1296 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_UINT64_T] = ompi_op_base_##ftype##_##name##_uint64_t ftype 1301 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER_PLAIN(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer ftype 1303 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER_PLAIN(name, ftype) NULL ftype 1306 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER1(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer1 ftype 1308 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER1(name, ftype) NULL ftype 1311 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER2(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer2 ftype 1313 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER2(name, ftype) NULL ftype 1316 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER4(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer4 ftype 1318 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER4(name, ftype) NULL ftype 1321 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER8(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer8 ftype 1323 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER8(name, ftype) NULL ftype 1326 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER16(name, ftype) ompi_op_base_##ftype##_##name##_fortran_integer16 ftype 1328 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER16(name, ftype) NULL ftype 1331 ompi/mca/op/base/op_base_functions.c #define FORTRAN_INTEGER(name, ftype) \ ftype 1332 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER] = FORTRAN_INTEGER_PLAIN(name, ftype), \ ftype 1333 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER1] = FORTRAN_INTEGER1(name, ftype), \ ftype 1334 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER2] = FORTRAN_INTEGER2(name, ftype), \ ftype 1335 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER4] = FORTRAN_INTEGER4(name, ftype), \ ftype 1336 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER8] = FORTRAN_INTEGER8(name, ftype), \ ftype 1337 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_INTEGER16] = FORTRAN_INTEGER16(name, ftype) ftype 1342 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL_PLAIN(name, ftype) ompi_op_base_##ftype##_##name##_fortran_real ftype 1344 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL_PLAIN(name, ftype) NULL ftype 1347 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL2(name, ftype) ompi_op_base_##ftype##_##name##_fortran_real2 ftype 1349 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL2(name, ftype) NULL ftype 1352 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL4(name, ftype) ompi_op_base_##ftype##_##name##_fortran_real4 ftype 1354 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL4(name, ftype) NULL ftype 1357 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL8(name, ftype) ompi_op_base_##ftype##_##name##_fortran_real8 ftype 1359 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL8(name, ftype) NULL ftype 1368 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL16(name, ftype) ompi_op_base_##ftype##_##name##_fortran_real16 ftype 1370 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL16(name, ftype) NULL ftype 1373 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_REAL(name, ftype) \ ftype 1374 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_REAL] = FLOATING_POINT_FORTRAN_REAL_PLAIN(name, ftype), \ ftype 1375 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_REAL2] = FLOATING_POINT_FORTRAN_REAL2(name, ftype), \ ftype 1376 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_REAL4] = FLOATING_POINT_FORTRAN_REAL4(name, ftype), \ ftype 1377 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_REAL8] = FLOATING_POINT_FORTRAN_REAL8(name, ftype), \ ftype 1378 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_REAL16] = FLOATING_POINT_FORTRAN_REAL16(name, ftype) ftype 1383 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) \ ftype 1384 ompi/mca/op/base/op_base_functions.c ompi_op_base_##ftype##_##name##_fortran_double_precision ftype 1386 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype) NULL ftype 1392 ompi/mca/op/base/op_base_functions.c #define SHORT_FLOAT(name, ftype) ompi_op_base_##ftype##_##name##_short_float ftype 1394 ompi/mca/op/base/op_base_functions.c #define SHORT_FLOAT(name, ftype) NULL ftype 1396 ompi/mca/op/base/op_base_functions.c #define FLOAT(name, ftype) ompi_op_base_##ftype##_##name##_float ftype 1397 ompi/mca/op/base/op_base_functions.c #define DOUBLE(name, ftype) ompi_op_base_##ftype##_##name##_double ftype 1398 ompi/mca/op/base/op_base_functions.c #define LONG_DOUBLE(name, ftype) ompi_op_base_##ftype##_##name##_long_double ftype 1400 ompi/mca/op/base/op_base_functions.c #define FLOATING_POINT(name, ftype) \ ftype 1401 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_SHORT_FLOAT] = SHORT_FLOAT(name, ftype), \ ftype 1402 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_FLOAT] = FLOAT(name, ftype), \ ftype 1403 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_DOUBLE] = DOUBLE(name, ftype), \ ftype 1404 ompi/mca/op/base/op_base_functions.c FLOATING_POINT_FORTRAN_REAL(name, ftype), \ ftype 1405 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_DOUBLE_PRECISION] = FLOATING_POINT_FORTRAN_DOUBLE_PRECISION(name, ftype), \ ftype 1406 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_LONG_DOUBLE] = LONG_DOUBLE(name, ftype) ftype 1411 ompi/mca/op/base/op_base_functions.c #define FORTRAN_LOGICAL(name, ftype) \ ftype 1412 ompi/mca/op/base/op_base_functions.c ompi_op_base_##ftype##_##name##_fortran_logical /* OMPI_OP_BASE_TYPE_LOGICAL */ ftype 1414 ompi/mca/op/base/op_base_functions.c #define FORTRAN_LOGICAL(name, ftype) NULL ftype 1417 ompi/mca/op/base/op_base_functions.c #define LOGICAL(name, ftype) \ ftype 1418 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_LOGICAL] = FORTRAN_LOGICAL(name, ftype), \ ftype 1419 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_BOOL] = ompi_op_base_##ftype##_##name##_bool ftype 1424 ompi/mca/op/base/op_base_functions.c #define SHORT_FLOAT_COMPLEX(name, ftype) ompi_op_base_##ftype##_##name##_c_short_float_complex ftype 1426 ompi/mca/op/base/op_base_functions.c #define SHORT_FLOAT_COMPLEX(name, ftype) NULL ftype 1428 ompi/mca/op/base/op_base_functions.c #define FLOAT_COMPLEX(name, ftype) ompi_op_base_##ftype##_##name##_c_float_complex ftype 1429 ompi/mca/op/base/op_base_functions.c #define DOUBLE_COMPLEX(name, ftype) ompi_op_base_##ftype##_##name##_c_double_complex ftype 1430 ompi/mca/op/base/op_base_functions.c #define LONG_DOUBLE_COMPLEX(name, ftype) ompi_op_base_##ftype##_##name##_c_long_double_complex ftype 1432 ompi/mca/op/base/op_base_functions.c #define COMPLEX(name, ftype) \ ftype 1433 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_C_SHORT_FLOAT_COMPLEX] = SHORT_FLOAT_COMPLEX(name, ftype), \ ftype 1434 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_C_FLOAT_COMPLEX] = FLOAT_COMPLEX(name, ftype), \ ftype 1435 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_C_DOUBLE_COMPLEX] = DOUBLE_COMPLEX(name, ftype), \ ftype 1436 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_C_LONG_DOUBLE_COMPLEX] = LONG_DOUBLE_COMPLEX(name, ftype) ftype 1440 ompi/mca/op/base/op_base_functions.c #define BYTE(name, ftype) \ ftype 1441 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_BYTE] = ompi_op_base_##ftype##_##name##_byte ftype 1447 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2REAL(name, ftype) ompi_op_base_##ftype##_##name##_2real ftype 1449 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2REAL(name, ftype) NULL ftype 1452 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2DOUBLE_PRECISION(name, ftype) ompi_op_base_##ftype##_##name##_2double_precision ftype 1454 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2DOUBLE_PRECISION(name, ftype) NULL ftype 1457 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2INTEGER(name, ftype) ompi_op_base_##ftype##_##name##_2integer ftype 1459 ompi/mca/op/base/op_base_functions.c #define TWOLOC_FORTRAN_2INTEGER(name, ftype) NULL ftype 1464 ompi/mca/op/base/op_base_functions.c #define TWOLOC(name, ftype) \ ftype 1465 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_2REAL] = TWOLOC_FORTRAN_2REAL(name, ftype), \ ftype 1466 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_2DOUBLE_PRECISION] = TWOLOC_FORTRAN_2DOUBLE_PRECISION(name, ftype), \ ftype 1467 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_2INTEGER] = TWOLOC_FORTRAN_2INTEGER(name, ftype), \ ftype 1468 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_FLOAT_INT] = ompi_op_base_##ftype##_##name##_float_int, \ ftype 1469 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_DOUBLE_INT] = ompi_op_base_##ftype##_##name##_double_int, \ ftype 1470 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_LONG_INT] = ompi_op_base_##ftype##_##name##_long_int, \ ftype 1471 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_2INT] = ompi_op_base_##ftype##_##name##_2int, \ ftype 1472 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_SHORT_INT] = ompi_op_base_##ftype##_##name##_short_int, \ ftype 1473 ompi/mca/op/base/op_base_functions.c [OMPI_OP_BASE_TYPE_LONG_DOUBLE_INT] = ompi_op_base_##ftype##_##name##_long_double_int ftype 116 ompi/mpi/cxx/file_inln.h MPI_Datatype type, ftype; ftype 118 ompi/mpi/cxx/file_inln.h ftype = filetype; ftype 121 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_view(mpi_file, &odisp, &type, &ftype,