Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 4490) 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/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.h108 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
109 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
110 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
112 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument
113 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument
114 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument
116 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
117 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
118 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument
120 #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/vk-gl-cts/external/amber/src/src/
Dtokenizer_test.cc27 Tokenizer t(""); in TEST_F() local
34 Tokenizer t("TestIdentifier"); in TEST_F() local
46 Tokenizer t("123"); in TEST_F() local
58 Tokenizer t("-123"); in TEST_F() local
70 Tokenizer t("123.456"); in TEST_F() local
84 Tokenizer t(nan_str); in TestNaN() local
109 Tokenizer t("-123.456"); in TEST_F() local
121 Tokenizer t(".123456"); in TEST_F() local
133 Tokenizer t("BufferAccess32"); in TEST_F() local
145 Tokenizer t("TestValue 123.456"); in TEST_F() local
[all …]
/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/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/
DtypeOfThisGeneral.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/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
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.min.js1 !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex… argument
Dauto-render.min.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex"))… argument
/third_party/node/deps/npm/node_modules/jsonparse/test/
Dboundary.js4 test('2 byte utf8 \'De\' character: д', function (t) { argument
20 test('3 byte utf8 \'Han\' character: 我', function (t) { argument
34 test('4 byte utf8 character (unicode scalar U+2070E): ��', function (t) { argument
48 test('3 byte utf8 \'Han\' character chunked inbetween 2nd and 3rd byte: 我', function (t) { argument
64 …yte utf8 character (unicode scalar U+2070E) chunked inbetween 2nd and 3rd byte: ��', function (t) { argument
80 test('1-4 byte utf8 character string chunked inbetween random bytes: Aж文��B', function (t) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp64 const char *t = first; in parse_number() local
125 const char *t = first; in parse_floating_number() local
160 const char *t = first + 1; in parse_source_name() local
231 const char *t = first + 1; in parse_substitution() local
381 const char *t = parse_source_name(first + 1, last, db); in parse_builtin_type() local
466 for (auto &t : db.template_param.back().front()) in parse_template_param() local
475 const char *t = first + 1; in parse_template_param() local
506 const char *t = parse_type(first + 2, last, db); in parse_const_cast_expr() local
532 const char *t = parse_type(first + 2, last, db); in parse_dynamic_cast_expr() local
558 const char *t = parse_type(first + 2, last, db); in parse_reinterpret_cast_expr() local
[all …]
/third_party/libinput/src/
Devdev-mt-touchpad-edge-scroll.c73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge()
91 struct tp_touch *t, in tp_edge_scroll_set_timer()
109 struct tp_touch *t, in tp_edge_scroll_set_state()
136 struct tp_touch *t, in tp_edge_scroll_handle_none()
168 struct tp_touch *t, in tp_edge_scroll_handle_edge_new()
205 struct tp_touch *t, in tp_edge_scroll_handle_edge()
241 struct tp_touch *t, in tp_edge_scroll_handle_area()
266 struct tp_touch *t, in tp_edge_scroll_handle_event()
299 struct tp_touch *t = data; in tp_edge_scroll_handle_timeout() local
307 struct tp_touch *t; in tp_edge_scroll_init() local
[all …]

12345678910>>...180