Home
last modified time | relevance | path

Searched refs:TYPE_C (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dfetch_and_op.c16 #define TYPE_C char macro
20 #define TYPE_C short macro
24 #define TYPE_C long macro
28 #define TYPE_C double macro
32 #define TYPE_C long double macro
36 #define TYPE_C int macro
43 void reset_vars(TYPE_C * val_ptr, TYPE_C * res_ptr, MPI_Win win) in reset_vars()
64 TYPE_C *val_ptr, *res_ptr; in main()
177 TYPE_C rank_cnv = (TYPE_C) rank; in main()
214 TYPE_C rank_cnv = (TYPE_C) rank; in main()
[all …]
H A Dget_accumulate.c18 #define TYPE_C short macro
22 #define TYPE_C long macro
26 #define TYPE_C double macro
30 #define TYPE_C int macro
41 static void reset_bufs(TYPE_C * win_ptr, TYPE_C * res_ptr, TYPE_C * val_ptr, TYPE_C value, in reset_bufs()
52 memset(win_ptr, 0, sizeof(TYPE_C) * nproc * count); in reset_bufs()
67 TYPE_C *win_ptr, *res_ptr, *val_ptr; in main()
82 val_ptr = malloc(sizeof(TYPE_C) * count); in main()
89 MPI_Win_create(win_ptr, sizeof(TYPE_C) * nproc * count, sizeof(TYPE_C), in main()
303 win_ptr[i] = (TYPE_C) rank; in main()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dtype.c29 TYPE_C(SQL_C_DEFAULT),
30 TYPE_C(SQL_C_DATE),
31 TYPE_C(SQL_C_TIME),
36 TYPE_C(SQL_C_TYPE_TIME),
53 TYPE_C(SQL_C_SBIGINT),
54 TYPE_C(SQL_C_UBIGINT),
56 TYPE_C(SQL_C_SLONG),
57 TYPE_C(SQL_C_SSHORT),
58 TYPE_C(SQL_C_STINYINT),
59 TYPE_C(SQL_C_ULONG),
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dtype.c32 TYPE_C(SQL_C_DEFAULT),
33 TYPE_C(SQL_C_DATE),
34 TYPE_C(SQL_C_TIME),
39 TYPE_C(SQL_C_TYPE_TIME),
56 TYPE_C(SQL_C_SBIGINT),
57 TYPE_C(SQL_C_UBIGINT),
59 TYPE_C(SQL_C_SLONG),
60 TYPE_C(SQL_C_SSHORT),
61 TYPE_C(SQL_C_STINYINT),
62 TYPE_C(SQL_C_ULONG),
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dtype.c28 TYPE_C(SQL_C_DEFAULT),
29 TYPE_C(SQL_C_DATE),
30 TYPE_C(SQL_C_TIME),
52 TYPE_C(SQL_C_SBIGINT),
53 TYPE_C(SQL_C_UBIGINT),
55 TYPE_C(SQL_C_SLONG),
56 TYPE_C(SQL_C_SSHORT),
57 TYPE_C(SQL_C_STINYINT),
58 TYPE_C(SQL_C_ULONG),
59 TYPE_C(SQL_C_USHORT),
[all …]
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dtype.c28 TYPE_C(SQL_C_DEFAULT),
29 TYPE_C(SQL_C_DATE),
30 TYPE_C(SQL_C_TIME),
52 TYPE_C(SQL_C_SBIGINT),
53 TYPE_C(SQL_C_UBIGINT),
55 TYPE_C(SQL_C_SLONG),
56 TYPE_C(SQL_C_SSHORT),
57 TYPE_C(SQL_C_STINYINT),
58 TYPE_C(SQL_C_ULONG),
59 TYPE_C(SQL_C_USHORT),
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dfetch_and_op.c37 # define TYPE_C char macro
41 # define TYPE_C short macro
45 # define TYPE_C long macro
49 # define TYPE_C double macro
53 # define TYPE_C long double macro
57 # define TYPE_C int macro
64 void reset_vars(TYPE_C *val_ptr, TYPE_C *res_ptr, MPI_Win win) { in reset_vars()
83 TYPE_C *val_ptr, *res_ptr; in main()
106 TYPE_C one = 1, result = -1; in main()
149 TYPE_C one = 1, result; in main()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/qmake/generators/
H A Dmakefiledeps.h102 enum SourceFileType { TYPE_UNKNOWN, TYPE_C, TYPE_UI, TYPE_QRC };
104 void addSourceFiles(const ProStringList &, uchar seek, SourceFileType type=TYPE_C);
105 void addSourceFile(const QString &, uchar seek, SourceFileType type=TYPE_C);
106 bool containsSourceFile(const QString &, SourceFileType type=TYPE_C);

12345678910>>...15