Home
last modified time | relevance | path

Searched +defs:T +defs:to (Results 1 – 25 of 2232) sorted by relevance

12345678910>>...90

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/
H A Dtimeout.c54 #define TO_SET_TIMEOUTS(to, T) ((void)0) argument
56 #define TO_SET_TIMEOUTS(to, T) ((to)->timeouts = (T)) argument
261 struct timeout *to; in timeouts_reset() local
297 TIMEOUT_PUBLIC void timeouts_del(struct timeouts *T, struct timeout *to) { in timeouts_del()
315 static inline reltime_t timeout_rem(struct timeouts *T, struct timeout *to) { in timeout_rem()
331 static void timeouts_sched(struct timeouts *T, struct timeout *to, timeout_t expires) { in timeouts_sched()
364 static void timeouts_readd(struct timeouts *T, struct timeout *to) { in timeouts_readd()
382 TIMEOUT_PUBLIC void timeouts_add(struct timeouts *T, struct timeout *to, timeout_t timeout) { in timeouts_add()
579 struct timeout *to, *min = NULL; in timeouts_min() local
613 struct timeout *to; in timeouts_check() local
[all …]
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/
H A Dtimeout.c54 #define TO_SET_TIMEOUTS(to, T) ((void)0) argument
56 #define TO_SET_TIMEOUTS(to, T) ((to)->timeouts = (T)) argument
261 struct timeout *to; in timeouts_reset() local
297 TIMEOUT_PUBLIC void timeouts_del(struct timeouts *T, struct timeout *to) { in timeouts_del()
315 static inline reltime_t timeout_rem(struct timeouts *T, struct timeout *to) { in timeout_rem()
331 static void timeouts_sched(struct timeouts *T, struct timeout *to, timeout_t expires) { in timeouts_sched()
364 static void timeouts_readd(struct timeouts *T, struct timeout *to) { in timeouts_readd()
382 TIMEOUT_PUBLIC void timeouts_add(struct timeouts *T, struct timeout *to, timeout_t timeout) { in timeouts_add()
579 struct timeout *to, *min = NULL; in timeouts_min() local
613 struct timeout *to; in timeouts_check() local
[all …]
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/lua/
H A Dtimeout-lua.c54 struct timeout *to = to_checkudata(L, 1); in to__index() local
102 struct timeout *to = to_checkudata(L, 1); in to__gc() local
118 struct timeout *to; in to_new() local
173 struct timeouts *T = tos_checkudata(L, 1); in tos_update() local
186 struct timeouts *T = tos_checkudata(L, 1); in tos_step() local
210 struct timeout *to = to_checkudata(L, 2); in tos_add() local
223 struct timeout *to = to_checkudata(L, 2); in tos_del() local
235 struct timeout *to; in tos_get() local
284 struct timeout *to; in tos__next() local
314 struct timeout *to; in tos__gc() local
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/lua/
H A Dtimeout-lua.c54 struct timeout *to = to_checkudata(L, 1); in to__index() local
102 struct timeout *to = to_checkudata(L, 1); in to__gc() local
118 struct timeout *to; in to_new() local
173 struct timeouts *T = tos_checkudata(L, 1); in tos_update() local
186 struct timeouts *T = tos_checkudata(L, 1); in tos_step() local
210 struct timeout *to = to_checkudata(L, 2); in tos_add() local
223 struct timeout *to = to_checkudata(L, 2); in tos_del() local
235 struct timeout *to; in tos_get() local
284 struct timeout *to; in tos__next() local
314 struct timeout *to; in tos__gc() local
[all …]
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/bench/
H A Dbench-wheel.c11 struct timeouts *T; in init() local
29 static void add(void *T, struct timeout *to, timeout_t expires) { in add()
34 static void del(void *T, struct timeout *to) { in del()
39 static struct timeout *get(void *T) { in get()
44 static void update(void *T, timeout_t ts) { in update()
55 static int empty(void *T) { in empty()
60 static struct timeout *next(void *T, struct timeouts_it *it) { in next()
65 static void destroy(void *T) { in destroy()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/bench/
H A Dbench-wheel.c11 struct timeouts *T; in init() local
29 static void add(void *T, struct timeout *to, timeout_t expires) { in add()
34 static void del(void *T, struct timeout *to) { in del()
39 static struct timeout *get(void *T) { in get()
44 static void update(void *T, timeout_t ts) { in update()
55 static int empty(void *T) { in empty()
60 static struct timeout *next(void *T, struct timeouts_it *it) { in next()
65 static void destroy(void *T) { in destroy()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette-0.5.0/src/
H A Dlib.rs216 let to = $limited_to; localVariable
223 let to = $limited_min_to; localVariable
230 let to = $unlimited_to; localVariable
261 let to = $limited_to; localVariable
268 let to = $limited_min_to; localVariable
275 let to = $unlimited_to; localVariable
300 let to = $limited_to; localVariable
307 let to = $limited_min_to; localVariable
314 let to = $unlimited_to; localVariable
377 fn clamp<T: PartialOrd>(v: T, min: T, max: T) -> T { in clamp()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/sdk/to/
H A Dto_test.go6 package to package
10 func TestBoolPtr(t *testing.T) {
21 func TestFloat32Ptr(t *testing.T) {
32 func TestFloat64Ptr(t *testing.T) {
43 func TestInt32Ptr(t *testing.T) {
54 func TestInt64Ptr(t *testing.T) {
65 func TestStringPtr(t *testing.T) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/sdk/to/
H A Dto_test.go6 package to package
13 func TestBoolPtr(t *testing.T) {
24 func TestFloat32Ptr(t *testing.T) {
35 func TestFloat64Ptr(t *testing.T) {
46 func TestInt32Ptr(t *testing.T) {
57 func TestInt64Ptr(t *testing.T) {
68 func TestStringPtr(t *testing.T) {
79 func TestTimePtr(t *testing.T) {
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/imports/
H A Dstd15021conv.d3 T to(T, A...)(A args) in to() argument
8 T toImpl(T, S)(S value) in toImpl() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/specialization/
H A Dissue-39448.rs31 fn to(self) -> T; in to() method
34 impl<T, U> ToA<U> for T implementation
38 fn to(self) -> U { in to() function
44 fn foo<T: A, U: A>(x: T, y: U) -> U { in foo() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag13942.d10 template isRawStaticArray(T, A...) in isRawStaticArray() argument
15 template to(T) in to() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag13942.d10 template isRawStaticArray(T, A...) in isRawStaticArray() argument
15 template to(T) in to() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag13942.d10 template isRawStaticArray(T, A...) in isRawStaticArray() argument
15 template to(T) in to() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag13942.d10 template isRawStaticArray(T, A...) in isRawStaticArray() argument
15 template to(T) in to() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Ddiag13942.d10 template isRawStaticArray(T, A...) in isRawStaticArray() argument
15 template to(T) in to() argument

12345678910>>...90