Home
last modified time | relevance | path

Searched +defs:n +defs:rt (Results 1 – 25 of 4417) sorted by relevance

12345678910>>...177

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Drt_metrics.rs9 let rt = basic(); in num_workers() localVariable
12 let rt = threaded(); in num_workers() localVariable
20 let rt = basic(); in remote_schedule_count() localVariable
51 let rt = basic(); in worker_park_count() localVariable
74 let rt = basic(); in worker_noop_count() localVariable
125 let n: u64 = (0..metrics.num_workers()) in worker_steal_count() localVariable
155 let n = (0..metrics.num_workers()) in worker_poll_count() localVariable
229 let n: u64 = (0..metrics.num_workers()) in worker_local_schedule_count() localVariable
272 let n: u64 = (0..metrics.num_workers()) in worker_overflow_count() localVariable
312 let n = metrics.injection_queue_depth(); in injection_queue_depth() localVariable
[all …]
/dports/devel/rote/rote-0.2.8/
H A Dinject_csi.c30 static inline void clamp_cursor_to_bounds(RoteTerm *rt) { in clamp_cursor_to_bounds()
42 static void interpret_csi_SGR(RoteTerm *rt, int param[], int pcount) { in interpret_csi_SGR()
104 static void interpret_csi_ED(RoteTerm *rt, int param[], int pcount) { in interpret_csi_ED()
152 static void interpret_csi_C(RoteTerm *rt, char verb, in interpret_csi_C()
154 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_C() local
192 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_ICH() local
206 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_DCH() local
222 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_IL() local
238 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_DL() local
254 int n = (pcount && param[0] > 0) ? param[0] : 1; in interpret_csi_ECH() local
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Dradtree.c28 void radix_tree_init(struct radtree* rt) in radix_tree_init()
47 void radix_tree_clear(struct radtree* rt) in radix_tree_clear()
54 void radix_tree_delete(struct radtree* rt) in radix_tree_delete()
142 struct radnode* n = rt->root; in radix_find_prefix_node() local
497 struct radnode* n; in radix_insert() local
784 radnode_cleanup(struct radtree* rt, struct radnode* n) in radnode_cleanup()
813 void radix_delete(struct radtree* rt, struct radnode* n) in radix_delete()
827 struct radnode* n = rt->root; in radix_search() local
950 struct radnode* radix_first(struct radtree* rt) in radix_first()
952 struct radnode* n; in radix_first() local
[all …]
H A Dudbradtree.c131 void udb_radix_tree_clear(udb_base* udb, udb_ptr* rt) in udb_radix_tree_clear()
143 void udb_radix_tree_delete(udb_base* udb, udb_ptr* rt) in udb_radix_tree_delete()
166 udb_ptr n; in udb_radix_find_prefix_node() local
638 udb_void udb_radix_insert(udb_base* udb, udb_ptr* rt, uint8_t* k, in udb_radix_insert()
1000 udb_radnode_cleanup(udb_base* udb, udb_ptr* rt, udb_ptr* n) in udb_radnode_cleanup()
1047 void udb_radix_delete(udb_base* udb, udb_ptr* rt, udb_ptr* n) in udb_radix_delete()
1211 int udb_radix_find_less_equal(udb_base* udb, udb_ptr* rt, uint8_t* k, in udb_radix_find_less_equal()
1214 udb_ptr n; in udb_radix_find_less_equal() local
1324 void udb_radix_first(udb_base* udb, udb_ptr* rt, udb_ptr* p) in udb_radix_first()
1335 void udb_radix_last(udb_base* udb, udb_ptr* rt, udb_ptr* p) in udb_radix_last()
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dopcodes.c4 #define _I(n) sexp_make_fixnum(n) argument
6 #define _OP(c,o,n,m,rt,a1,a2,a3,i,s,d,f) \ argument
14 #define _PARAM(n, t) \ argument
18 #define _FN(o,n,m,rt,a1,a2,a3,s,d,f) {(sexp)s, d, (sexp)#f, NULL, rt, a1, a2, a3, NULL, NULL, SEXP_… argument
20 #define _FN(o,n,m,rt,a1,a2,a3,s,d,f) _OP(SEXP_OPC_FOREIGN, o, n, m, rt, a1, a2, a3, 0, s, d, (sexp_… argument
24 #define _FN1(rt, a1, s, d, f) _FN(SEXP_OP_FCALL1, 1, 0, rt, a1, SEXP_FALSE, SEXP_FALSE, s, d, f) argument
27 #define _FN2(rt, a1, a2, s, d, f) _FN(SEXP_OP_FCALL2, 2, 0, rt, a1, a2, SEXP_FALSE, s, d, f) argument
30 #define _FN3(rt, a1, a2, a3, s, d, f) _FN(SEXP_OP_FCALL3, 3, 0, rt, a1, a2, a3, s, d, f) argument
31 #define _FN3OPT(rt, a1, a2, a3, s, d, f) _FN(SEXP_OP_FCALL3, 2, 1, rt, a1, a2, a3, s, d, f) argument
32 #define _FN4(rt, a1, a2, a3, s, d, f) _FN(SEXP_OP_FCALL4, 4, 0, rt, a1, a2, a3, s, d, f) argument
[all …]
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_runtime.c52 nxt_runtime_t *rt; in nxt_runtime_create() local
219 nxt_int_t n; in nxt_runtime_systemd_listen_sockets() local
342 nxt_runtime_t *rt; in nxt_runtime_start() local
434 nxt_runtime_t *rt; in nxt_runtime_quit() local
683 nxt_uint_t n; in nxt_runtime_thread_pool_destroy() local
715 nxt_uint_t i, n; in nxt_runtime_thread_pool_exit() local
757 nxt_uint_t n; in nxt_runtime_conf_init() local
1317 nxt_uint_t i, n; in nxt_runtime_listen_sockets_enable() local
1364 nxt_int_t n; in nxt_runtime_pid_file_create() local
1672 nxt_runtime_t *rt; in nxt_runtime_port_add() local
[all …]
/dports/math/eispack/eispack-1.0_14/
H A Drt.f1 subroutine rt(nm,n,a,w,matz,z,fv1,ierr) subroutine
53 10 if (matz .ne. 0) go to 20
60 20 call figi2(nm,n,a,w,fv1,z,ierr)
63 50 return
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Drangetree.c30 register RangeTree *rt = g_new(RangeTree, 1); in RangeTree_create() local
38 void RangeTree_destroy(RangeTree *rt, RangeTree_FreeFunc rtff, in RangeTree_destroy()
46 void RangeTree_add(RangeTree *rt, gint x, gint y, gpointer info){ in RangeTree_add()
67 RangeTree_Node *n){ in RangeTree_inside_rectangle()
76 static void RangeTree_find_recur(RangeTree_Node *n, gboolean dir, in RangeTree_find_recur()
99 register RangeTree_Node *n, *parent; in RangeTree_insert() local
149 static void RangeTree_insert_recent(RangeTree *rt){ in RangeTree_insert_recent()
162 static gboolean RangeTree_find_internal(RangeTree *rt, in RangeTree_find_internal()
192 gboolean RangeTree_check_pos(RangeTree *rt, in RangeTree_check_pos()
203 gboolean RangeTree_is_empty(RangeTree *rt){ in RangeTree_is_empty()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/view/
H A Drel-test.hpp66 RelTest rt = rtest_eq_bnd(x,y); in rtest_eq_dom() local
74 rtest_eq_bnd(VX x, int n) { in rtest_eq_bnd()
89 rtest_eq_dom(VX x, int n) { in rtest_eq_dom()
90 RelTest rt = rtest_eq_bnd(x,n); in rtest_eq_dom() local
127 RelTest rt = rtest_nq_bnd(x,y); in rtest_nq_dom() local
135 rtest_nq_bnd(VX x, int n) { in rtest_nq_bnd()
151 RelTest rt = rtest_nq_bnd(x,n); in rtest_nq_dom() local
172 rtest_lq(VX x, int n) { in rtest_lq()
188 rtest_le(VX x, int n) { in rtest_le()
204 rtest_gq(VX x, int n) { in rtest_gq()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/libraries/mentor/
H A Dstd_logic_arith-body.vhdl947 VARIABLE rt : SIGNED(1 TO ml); variable
1047 VARIABLE n : STD_ULOGIC_VECTOR(0 TO ml+1) := (OTHERS=>'0'); variable
1084 VARIABLE n : STD_LOGIC_VECTOR(0 TO ml+1) := (OTHERS=>'0'); variable
1121 VARIABLE n : UNSIGNED(0 TO ml+1) := (OTHERS=>'0'); variable
1158 VARIABLE n : SIGNED(0 TO ml+1) := (OTHERS=>'0'); variable
1198 VARIABLE n : STD_ULOGIC_VECTOR(0 TO ml) := (OTHERS=>'0'); variable
1229 VARIABLE n : STD_LOGIC_VECTOR(0 TO ml) := (OTHERS=>'0'); variable
1260 VARIABLE n : UNSIGNED(0 TO ml) := (OTHERS=>'0'); variable
1291 VARIABLE n : STD_ULOGIC_VECTOR(0 TO ml) := (OTHERS=>'0'); variable
1322 VARIABLE n : STD_LOGIC_VECTOR(0 TO ml) := (OTHERS=>'0'); variable
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c115 static void __vgic_v3_write_ap0rn(u32 val, int n) in __vgic_v3_write_ap0rn()
133 static void __vgic_v3_write_ap1rn(u32 val, int n) in __vgic_v3_write_ap1rn()
151 static u32 __vgic_v3_read_ap0rn(int n) in __vgic_v3_read_ap0rn()
175 static u32 __vgic_v3_read_ap1rn(int n) in __vgic_v3_read_ap1rn()
674 static void __vgic_v3_read_iar(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_iar()
873 static void __vgic_v3_read_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_read_apxrn()
885 static void __vgic_v3_write_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_write_apxrn()
896 u32 vmcr, int rt) in __vgic_v3_read_apxr0()
902 u32 vmcr, int rt) in __vgic_v3_read_apxr1()
956 static void __vgic_v3_read_pmr(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_pmr()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c115 static void __vgic_v3_write_ap0rn(u32 val, int n) in __vgic_v3_write_ap0rn()
133 static void __vgic_v3_write_ap1rn(u32 val, int n) in __vgic_v3_write_ap1rn()
151 static u32 __vgic_v3_read_ap0rn(int n) in __vgic_v3_read_ap0rn()
175 static u32 __vgic_v3_read_ap1rn(int n) in __vgic_v3_read_ap1rn()
674 static void __vgic_v3_read_iar(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_iar()
873 static void __vgic_v3_read_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_read_apxrn()
885 static void __vgic_v3_write_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_write_apxrn()
896 u32 vmcr, int rt) in __vgic_v3_read_apxr0()
902 u32 vmcr, int rt) in __vgic_v3_read_apxr1()
956 static void __vgic_v3_read_pmr(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_pmr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c115 static void __vgic_v3_write_ap0rn(u32 val, int n) in __vgic_v3_write_ap0rn()
133 static void __vgic_v3_write_ap1rn(u32 val, int n) in __vgic_v3_write_ap1rn()
151 static u32 __vgic_v3_read_ap0rn(int n) in __vgic_v3_read_ap0rn()
175 static u32 __vgic_v3_read_ap1rn(int n) in __vgic_v3_read_ap1rn()
674 static void __vgic_v3_read_iar(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_iar()
873 static void __vgic_v3_read_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_read_apxrn()
885 static void __vgic_v3_write_apxrn(struct kvm_vcpu *vcpu, int rt, int n) in __vgic_v3_write_apxrn()
896 u32 vmcr, int rt) in __vgic_v3_read_apxr0()
902 u32 vmcr, int rt) in __vgic_v3_read_apxr1()
956 static void __vgic_v3_read_pmr(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_pmr()
[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()

12345678910>>...177