Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 4488) sorted by relevance

12345678910>>...180

/third_party/musl/libc-test/src/math/gen/
Dmplibm.c58 int mpsinpi(struct t *t) { return mpd1(t, sinpi); } in mpsinpi()
61 #define OP(n,op,t) static t n(t x, t y) { t z = x op y; return z; } argument
71 int mpadd(struct t *t) { return mpd2(t, add); } in mpadd()
72 int mpaddf(struct t *t) { return mpf2(t, addf); } in mpaddf()
73 int mpaddl(struct t *t) { return mpl2(t, addl); } in mpaddl()
74 int mpmul(struct t *t) { return mpd2(t, mul); } in mpmul()
75 int mpmulf(struct t *t) { return mpf2(t, mulf); } in mpmulf()
76 int mpmull(struct t *t) { return mpl2(t, mull); } in mpmull()
77 int mpdiv(struct t *t) { return mpd2(t, div); } in mpdiv()
78 int mpdivf(struct t *t) { return mpf2(t, divf); } in mpdivf()
[all …]
Dmp.c45 static int adjust_round(mpfr_t y, mpfr_t x, int t, int r) in adjust_round()
71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust()
118 static void genf(struct t *p, mpfr_t my, int t, int r) in genf()
172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend()
227 static void genl(struct t *p, mpfr_t my, int t, int r) in genl()
350 int mpsinpi(struct t *t) { return mpd1(t, wrap_sinpi); } in mpsinpi()
352 int mpadd(struct t *t) { return mpd2(t, mpfr_add); } in mpadd()
353 int mpaddf(struct t *t) { return mpf2(t, mpfr_add); } in mpaddf()
354 int mpaddl(struct t *t) { return mpl2(t, mpfr_add); } in mpaddl()
355 int mpmul(struct t *t) { return mpd2(t, mpfr_mul); } in mpmul()
[all …]
Dgen.h30 struct t { struct
31 int type; argument
32 int r; argument
39 float dy; argument
40 float dy2; argument
41 int e; argument
61 #define T(f,x) int mp##f(struct t *); argument
/third_party/rust/crates/rustix/tests/path/
Darg.rs15 let t: &str = "hello"; in test_arg() localVariable
21 let t: String = "hello".to_owned(); in test_arg() localVariable
27 let t: &OsStr = OsStr::new("hello"); in test_arg() localVariable
33 let t: OsString = OsString::from("hello".to_owned()); in test_arg() localVariable
39 let t: &Path = Path::new("hello"); in test_arg() localVariable
45 let t: PathBuf = PathBuf::from("hello".to_owned()); in test_arg() localVariable
51 let t: &CStr = cstr!("hello"); in test_arg() localVariable
57 let t: CString = cstr!("hello").to_owned(); in test_arg() localVariable
66 let t: Components = Path::new("hello").components(); in test_arg() localVariable
72 let t: Component = Path::new("hello").components().next().unwrap(); in test_arg() localVariable
[all …]
/third_party/libbpf/src/
Dbtf.h320 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
325 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
330 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
335 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void()
340 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
345 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
355 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
365 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
[all …]
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.min.js1 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==… argument
Des6-promise.auto.min.js1 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==… argument
/third_party/pulseaudio/src/pulsecore/
Dtagstruct.c64 pa_tagstruct*t; in pa_tagstruct_new() local
77 pa_tagstruct*t; in pa_tagstruct_new_fixed() local
91 void pa_tagstruct_free(pa_tagstruct*t) { in pa_tagstruct_free()
100 static inline void extend(pa_tagstruct*t, size_t l) { in extend()
116 static void write_u8(pa_tagstruct *t, uint8_t u) { in write_u8()
121 static int read_u8(pa_tagstruct *t, uint8_t *u) { in read_u8()
129 static void write_u32(pa_tagstruct *t, uint32_t u) { in write_u32()
136 static int read_u32(pa_tagstruct *t, uint32_t *u) { in read_u32()
147 static void write_u64(pa_tagstruct *t, uint64_t u) { in write_u64()
152 static int read_u64(pa_tagstruct *t, uint64_t *u) { in read_u64()
[all …]
Dthread-posix.c53 pa_thread *t = p; in thread_free_cb() local
67 pa_thread *t = userdata; in internal_thread_func() local
88 pa_thread *t; in pa_thread_new() local
107 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running()
119 void pa_thread_free(pa_thread *t) { in pa_thread_free()
128 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin()
135 int pa_thread_join(pa_thread *t) { in pa_thread_join()
147 pa_thread *t; in pa_thread_self() local
165 void* pa_thread_get_data(pa_thread *t) { in pa_thread_get_data()
171 void pa_thread_set_data(pa_thread *t, void *userdata) { in pa_thread_set_data()
[all …]
Dproplist-util.c67 const gchar *t; in add_glib_properties() local
84 const gchar *t; in add_gtk_properties() local
94 const char *t; in add_gtk_properties() local
148 pa_proplist *t; in pa_init_proplist() local
157 pa_proplist *t; in pa_init_proplist() local
166 char t[32]; in pa_init_proplist() local
190 char *t; in pa_init_proplist() local
204 const char *t; in pa_init_proplist() local
220 const char *t; in pa_init_proplist() local
250 char *t; in pa_proplist_get_stream_group() local
Dthread-win32.c60 pa_thread *t = param; in internal_thread_func() local
72 pa_thread *t; in pa_thread_new() local
91 int pa_thread_is_running(pa_thread *t) { in pa_thread_is_running()
102 void pa_thread_free(pa_thread *t) { in pa_thread_free()
110 void pa_thread_free_nojoin(pa_thread *t) { in pa_thread_free_nojoin()
117 int pa_thread_join(pa_thread *t) { in pa_thread_join()
131 void* pa_thread_get_data(pa_thread *t) { in pa_thread_get_data()
137 void pa_thread_set_data(pa_thread *t, void *userdata) { in pa_thread_set_data()
143 void pa_thread_set_name(pa_thread *t, const char *name) { in pa_thread_set_name()
147 const char *pa_thread_get_name(pa_thread *t) { in pa_thread_get_name()
[all …]
/third_party/ffmpeg/libavutil/
Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
81 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument
84 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument
85 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
88 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
89 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
[all …]
Dmem.h109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
110 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
111 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
113 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument
114 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument
115 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument
117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
118 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
119 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument
121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
[all …]
/third_party/node/deps/npm/node_modules/wcwidth/test/
Dindex.js6 test('handles regular strings', function(t) { argument
11 test('handles multibyte strings', function(t) { argument
16 test('handles multibyte characters mixed with regular characters', function(t) { argument
21 test('ignores control characters e.g. \\n', function(t) { argument
26 test('ignores bad input', function(t) { argument
35 test('ignores nul (charcode 0)', function(t) { argument
40 test('ignores nul mixed with chars', function(t) { argument
45 test('can have custom value for nul', function(t) { argument
52 test('can have custom control char value', function(t) { argument
59 test('negative custom control chars == -1', function(t) { argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_image_storage_type_test.cc24 auto t = p->expect_image_storage_type("test"); in TEST_F() local
32 auto t = p->expect_image_storage_type("test"); in TEST_F() local
40 auto t = p->expect_image_storage_type("test"); in TEST_F() local
48 auto t = p->expect_image_storage_type("test"); in TEST_F() local
56 auto t = p->expect_image_storage_type("test"); in TEST_F() local
64 auto t = p->expect_image_storage_type("test"); in TEST_F() local
72 auto t = p->expect_image_storage_type("test"); in TEST_F() local
80 auto t = p->expect_image_storage_type("test"); in TEST_F() local
88 auto t = p->expect_image_storage_type("test"); in TEST_F() local
96 auto t = p->expect_image_storage_type("test"); in TEST_F() local
[all …]
Dparser_impl_texture_sampler_types_test.cc27 auto t = p->texture_sampler_types(); in TEST_F() local
36 auto t = p->texture_sampler_types(); in TEST_F() local
48 auto t = p->texture_sampler_types(); in TEST_F() local
60 auto t = p->texture_sampler_types(); in TEST_F() local
73 auto t = p->texture_sampler_types(); in TEST_F() local
87 auto t = p->texture_sampler_types(); in TEST_F() local
101 auto t = p->texture_sampler_types(); in TEST_F() local
115 auto t = p->texture_sampler_types(); in TEST_F() local
125 auto t = p->texture_sampler_types(); in TEST_F() local
135 auto t = p->texture_sampler_types(); in TEST_F() local
[all …]
Dparser_impl_type_decl_test.cc29 auto t = p->type_decl(); in TEST_F() local
39 auto t = p->type_decl(); in TEST_F() local
52 auto t = p->type_decl(); in TEST_F() local
63 auto t = p->type_decl(); in TEST_F() local
74 auto t = p->type_decl(); in TEST_F() local
85 auto t = p->type_decl(); in TEST_F() local
108 auto t = p->type_decl(); in TEST_P() local
129 auto t = p->type_decl(); in TEST_P() local
147 auto t = p->type_decl(); in TEST_P() local
165 auto t = p->type_decl(); in TEST_P() local
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-visualstudio.js38 test('VS2013', function (t) { argument
80 test('VS2013 should not be found on new node versions', function (t) { argument
113 test('VS2015', function (t) { argument
152 test('error from PowerShell', function (t) { argument
163 test('empty output from PowerShell', function (t) { argument
174 test('output from PowerShell not JSON', function (t) { argument
185 test('wrong JSON from PowerShell', function (t) { argument
196 test('empty JSON from PowerShell', function (t) { argument
207 test('future version', function (t) { argument
227 test('single unusable VS2017', function (t) { argument
[all …]
/third_party/node/deps/npm/node_modules/tweetnacl/
Dnacl-fast.min.js1 !function(r){"use strict";function t(r,t,n,e){r[t]=n>>24&255,r[t+1]=n>>16&255,r[t+2]=n>>8&255,r[t+3… argument
/third_party/ltp/tools/sparse/sparse-src/validation/
Dnocast.c10 ulong_nc_t t; in good_use_address() local
17 static ulong_nc_t t; in good_ret_address() local
22 static ulong_nc_t good_deref(ulong_nc_t *t) in good_deref()
28 static ulong_nc_t t; variable
38 static ulong_nc_t good_arith(ulong_nc_t t, unsigned int n) in good_arith()
44 static unsigned long good_ret_samecast(ulong_nc_t t) in good_ret_samecast()
48 static unsigned long long bad_ret_biggercast(ulong_nc_t t) in bad_ret_biggercast()
52 static long bad_ret_signcast(ulong_nc_t t) in bad_ret_signcast()
56 static short bad_ret_smallercast(ulong_nc_t t) in bad_ret_smallercast()
61 static void assign_val(ulong_nc_t t) in assign_val()
[all …]
/third_party/node/deps/npm/node_modules/isexe/test/
Dbasic.js1 var t = require('tap') variable
25 t.test('setup fixtures', function (t) { argument
39 t.test('promise', { skip: promiseSkip }, function (t) { argument
41 t.test('meow async', function (t) { argument
47 t.test('fail async', function (t) { argument
53 t.test('noent async', function (t) { argument
59 t.test('noent ignore async', function (t) { argument
68 t.test('no promise', function (t) { argument
77 t.test('access', { skip: accessSkip || winSkip }, function (t) { argument
81 t.test('mode', { skip: winSkip }, function (t) { argument
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeOfThis.js14 memberFunc(t = this) { argument
38 var t: MyTestClass; variable in MyTestClass
42 static staticFn(t = this) { argument
83 memberFunc(t = this) { argument
107 var t: MyGenericTestClass<T, U>; variable in MyGenericTestClass
111 static staticFn(t = this) { argument
168 var t: typeof globalThis; variable
174 var t: typeof globalThis; variable
194 memberFunc(t = this) { argument
213 static staticFn(t = this) { argument
[all …]
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/
Dproto.js4 test('proto pollution', function (t) { argument
12 test('proto pollution (array)', function (t) { argument
21 test('proto pollution (number)', function (t) { argument
30 test('proto pollution (string)', function (t) { argument
39 test('proto pollution (constructor)', function (t) { argument
46 test('proto pollution (constructor function)', function (t) { argument
55 test('proto pollution (constructor function) snyk', function (t) { argument
/third_party/node/deps/npm/node_modules/minimist/test/
Dproto.js4 test('proto pollution', function (t) { argument
12 test('proto pollution (array)', function (t) { argument
21 test('proto pollution (number)', function (t) { argument
30 test('proto pollution (string)', function (t) { argument
39 test('proto pollution (constructor)', function (t) { argument
46 test('proto pollution (constructor function)', function (t) { argument
55 test('proto pollution (constructor function) snyk', function (t) { argument
/third_party/skia/third_party/externals/brotli/js/
Ddecode.min.js1 function BrotliDecodeClosure(){"use strict";function e(e){this.a=e,this.b=0}function t(e){for(var t… argument

12345678910>>...180