Home
last modified time | relevance | path

Searched +defs:t +defs:rt (Results 1 – 25 of 3590) sorted by relevance

12345678910>>...144

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/ralink/
H A Dtimer.c37 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
42 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
49 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
58 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
65 u32 t = TMR0CTL_MODE_PERIODIC | TMR0CTL_PRESCALE_VAL; in rt_timer_request() local
71 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
83 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
85 u32 t; in rt_timer_enable() local
99 struct rt_timer *rt; in rt_timer_probe() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/ralink/
H A Dtimer.c37 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
42 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
49 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
58 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
65 u32 t = TMR0CTL_MODE_PERIODIC | TMR0CTL_PRESCALE_VAL; in rt_timer_request() local
71 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
83 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
85 u32 t; in rt_timer_enable() local
99 struct rt_timer *rt; in rt_timer_probe() local
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/ralink/
H A Dtimer.c37 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
42 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
49 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
58 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
65 u32 t = TMR0CTL_MODE_PERIODIC | TMR0CTL_PRESCALE_VAL; in rt_timer_request() local
71 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
83 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
85 u32 t; in rt_timer_enable() local
99 struct rt_timer *rt; in rt_timer_probe() local
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DPostProcess.cpp14 auto& rt = m_renderTargets[idx]; in activateRTAsTexture() local
32 auto& t = m_renderTargets[idx]; in bindRT() local
42 auto& t = m_renderTargets[idx]; in bindFBORBO() local
87 auto& rt = m_renderTargets[idx - 1]; in bindRT() local
93 auto& rt = m_renderTargets.front(); in bindRT() local
113 auto& rt = m_renderTargets[idx]; in activateRTAsTexture() local
119 auto& rt = m_renderTargets.front(); in activateRTAsTexture() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
16 #define LWZ(rt, d, ra) \ argument
26 #define RT(t) ((((t)+5)%6)+7) argument
27 #define RA(t) ((((t)+4)%6)+7) argument
28 #define RB(t) ((((t)+3)%6)+7) argument
29 #define RC(t) ((((t)+2)%6)+7) argument
34 #define W(t) (((t)%16)+16) argument
36 #define LOADW(t) \ argument
39 #define STEPD0_LOAD(t) \ argument
66 #define STEPD1(t) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
16 #define LWZ(rt, d, ra) \ argument
26 #define RT(t) ((((t)+5)%6)+7) argument
27 #define RA(t) ((((t)+4)%6)+7) argument
28 #define RB(t) ((((t)+3)%6)+7) argument
29 #define RC(t) ((((t)+2)%6)+7) argument
34 #define W(t) (((t)%16)+16) argument
36 #define LOADW(t) \ argument
39 #define STEPD0_LOAD(t) \ argument
66 #define STEPD1(t) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
16 #define LWZ(rt, d, ra) \ argument
26 #define RT(t) ((((t)+5)%6)+7) argument
27 #define RA(t) ((((t)+4)%6)+7) argument
28 #define RB(t) ((((t)+3)%6)+7) argument
29 #define RC(t) ((((t)+2)%6)+7) argument
34 #define W(t) (((t)%16)+16) argument
36 #define LOADW(t) \ argument
39 #define STEPD0_LOAD(t) \ argument
66 #define STEPD1(t) \ argument
[all …]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/www/py-qt5-webkit/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/www/py-qt5-websockets/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/net/py-qt5-network/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/devel/py-qt5-test/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/misc/py-qt5-demo/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/lang/py-qt5-qml/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/qpy/QtQml/
H A Dqpyqml_register_type.cpp60 QQmlPrivate::RegisterType *rt = init_type(py_type, false, -1, attached); in qpyqml_register_type() local
75 QQmlPrivate::RegisterType *rt = init_type(py_type, true, revision, in qpyqml_register_library_type() local
96 QQmlPrivate::RegisterType *rt = init_type(py_type, false, revision, 0); in qpyqml_register_uncreatable_type() local
112 static int register_type(QQmlPrivate::RegisterType *rt) in register_type()
127 #define QPYQML_TYPE_INIT(t, n) \ argument
143 #define QPYQML_TYPE_IMPL(t, n) \ argument
272 QQmlPrivate::RegisterType *rt; in init_type() local
426 static void complete_init(QQmlPrivate::RegisterType *rt, int revision) in complete_init()

12345678910>>...144