Home
last modified time | relevance | path

Searched refs:AFUNC (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvglobal.h308 #define V_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
310 static const struct AFUNC##_ctor_class_ { \
311 inline AFUNC##_ctor_class_() { AFUNC(); } \
312 } AFUNC##_ctor_instance_; \
315 #define V_CONSTRUCTOR_FUNCTION(AFUNC) V_CONSTRUCTOR_FUNCTION0(AFUNC) argument
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvglobal.h292 #define V_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
294 static const struct AFUNC##_ctor_class_ { \
295 inline AFUNC##_ctor_class_() { AFUNC(); } \
296 } AFUNC##_ctor_instance_; \
299 #define V_CONSTRUCTOR_FUNCTION(AFUNC) V_CONSTRUCTOR_FUNCTION0(AFUNC) argument
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dnl_segausb.cpp343 AFUNC(NOISEFUNC, 1, "A0")
358 AFUNC(DAC_U12, 2, "A0*A1")
367 AFUNC(DAC_U13, 2, "A0*A1")
394 AFUNC(DAC_U14, 2, "A0*A1")
411 AFUNC(DAC_U26, 2, "A0*A1")
420 AFUNC(DAC_U25, 2, "A0*A1")
447 AFUNC(DAC_U24, 2, "A0*A1")
464 AFUNC(DAC_U27, 2, "A0*A1")
473 AFUNC(DAC_U28, 2, "A0*A1")
500 AFUNC(DAC_U29, 2, "A0*A1")
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dnl_segausb.cpp343 AFUNC(NOISEFUNC, 1, "A0")
358 AFUNC(DAC_U12, 2, "A0*A1")
367 AFUNC(DAC_U13, 2, "A0*A1")
394 AFUNC(DAC_U14, 2, "A0*A1")
411 AFUNC(DAC_U26, 2, "A0*A1")
420 AFUNC(DAC_U25, 2, "A0*A1")
447 AFUNC(DAC_U24, 2, "A0*A1")
464 AFUNC(DAC_U27, 2, "A0*A1")
473 AFUNC(DAC_U28, 2, "A0*A1")
500 AFUNC(DAC_U29, 2, "A0*A1")
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/global/
H A Dqglobal.h419 static const int AFUNC ## _init_variable_ = AFUNC();
420 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
422 class AFUNC ## _dest_class_ { \
425 inline ~ AFUNC ## _dest_class_() { AFUNC(); } \
426 } AFUNC ## _dest_instance_;
427 # define Q_DESTRUCTOR_FUNCTION(AFUNC) Q_DESTRUCTOR_FUNCTION0(AFUNC) argument
939 static const int AFUNC ## __init_variable__ = AFUNC();
940 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
948 inline ~ AFUNC ## __dest_class__() { AFUNC(); } \
949 } AFUNC ## __dest_instance__;
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqglobal.h490 # define Q_CONSTRUCTOR_FUNCTION0(AFUNC) \ argument
492 static const struct AFUNC ## _ctor_class_ { \
493 inline AFUNC ## _ctor_class_() { AFUNC(); } \
494 } AFUNC ## _ctor_instance_; \
497 # define Q_CONSTRUCTOR_FUNCTION(AFUNC) Q_CONSTRUCTOR_FUNCTION0(AFUNC) argument
501 # define Q_DESTRUCTOR_FUNCTION0(AFUNC) \ argument
503 static const struct AFUNC ## _dtor_class_ { \
504 inline AFUNC ## _dtor_class_() { } \
505 inline ~ AFUNC ## _dtor_class_() { AFUNC(); } \
506 } AFUNC ## _dtor_instance_; \
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqcoreapplication.h259 #define Q_COREAPP_STARTUP_FUNCTION(AFUNC) \ argument
260 static void AFUNC ## _ctor_function() { \
261 qAddPreRoutine(AFUNC); \
263 Q_CONSTRUCTOR_FUNCTION(AFUNC ## _ctor_function)

1234