Home
last modified time | relevance | path

Searched +defs:t +defs:d +defs:d (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_local.h59 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
60 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
61 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
62 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
64 #define R0(a,b,c,d,k,s,t) { \ argument
69 #define R1(a,b,c,d,k,s,t) { \ argument
74 #define R2(a,b,c,d,k,s,t) { \ argument
79 #define R3(a,b,c,d,k,s,t) { \ argument
/freebsd/crypto/openssl/crypto/md4/
H A Dmd4_local.h46 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
47 #define G(b,c,d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
48 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
50 #define R0(a,b,c,d,k,s,t) { \ argument
54 #define R1(a,b,c,d,k,s,t) { \ argument
58 #define R2(a,b,c,d,k,s,t) { \ argument
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m31.c153 mul9(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul9()
166 uint64_t t[17]; in mul9() local
271 square9(uint32_t *d, const uint32_t *a) in square9()
273 uint64_t t[17]; in square9() local
345 reduce_final_f255(uint32_t *d) in reduce_final_f255()
347 uint32_t t[9]; in reduce_final_f255() local
373 f255_mul(uint32_t *d, const uint32_t *a, const uint32_t *b) in f255_mul()
375 uint32_t t[18], cc; in f255_mul() local
436 f255_square(uint32_t *d, const uint32_t *a) in f255_square()
438 uint32_t t[18], cc; in f255_square() local
[all …]
H A Dec_c25519_m15.c144 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13()
173 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20()
399 square20(uint32_t *d, const uint32_t *a) in square20()
407 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20()
409 uint32_t t[39]; in mul20() local
816 square20(uint32_t *d, const uint32_t *a) in square20()
818 uint32_t t[39]; in square20() local
1044 reduce_final_f255(uint32_t *d) in reduce_final_f255()
1046 uint32_t t[20]; in reduce_final_f255() local
1066 f255_mulgen(uint32_t *d, const uint32_t *a, const uint32_t *b, int square) in f255_mulgen()
[all …]
H A Dec_c25519_i15.c133 c255_add(uint16_t *d, const uint16_t *a, const uint16_t *b) in c255_add()
136 uint16_t t[18]; in c255_add() local
146 c255_sub(uint16_t *d, const uint16_t *a, const uint16_t *b) in c255_sub()
148 uint16_t t[18]; in c255_sub() local
156 c255_mul(uint16_t *d, const uint16_t *a, const uint16_t *b) in c255_mul()
158 uint16_t t[18]; in c255_mul() local
170 unsigned char t; in byteswap() local
190 uint16_t c[18], d[18], e[18], da[18], cb[18]; in api_mul() local
H A Dec_c25519_i31.c130 c255_add(uint32_t *d, const uint32_t *a, const uint32_t *b) in c255_add()
133 uint32_t t[10]; in c255_add() local
143 c255_sub(uint32_t *d, const uint32_t *a, const uint32_t *b) in c255_sub()
145 uint32_t t[10]; in c255_sub() local
153 c255_mul(uint32_t *d, const uint32_t *a, const uint32_t *b) in c255_mul()
155 uint32_t t[10]; in c255_mul() local
167 unsigned char t; in byteswap() local
181 uint32_t c[10], d[10], e[10], da[10], cb[10]; in api_mul() local
H A Dec_p256_m15.c99 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13()
128 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20()
354 square20(uint32_t *d, const uint32_t *a) in square20()
362 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20()
364 uint32_t t[39]; in mul20() local
770 square20(uint32_t *d, const uint32_t *a) in square20()
772 uint32_t t[39]; in square20() local
1013 reduce_f256(uint32_t *d) in reduce_f256()
1034 reduce_final_f256(uint32_t *d) in reduce_final_f256()
1036 uint32_t t[20]; in reduce_final_f256() local
[all …]
H A Dec_c25519_m62.c99 f255_add(uint64_t *d, const uint64_t *a, const uint64_t *b) in f255_add()
116 f255_sub(uint64_t *d, const uint64_t *a, const uint64_t *b) in f255_sub()
190 f255_mul(uint64_t *d, uint64_t *a, uint64_t *b) in f255_mul()
192 uint64_t t[10], hi, lo, w, cc; in f255_mul() local
285 f255_mul_a24(uint64_t *d, const uint64_t *a) in f255_mul_a24()
287 uint64_t t[5], cc, w; in f255_mul_a24() local
339 uint64_t t[5], cc, w; in f255_final_reduce() local
430 uint64_t c[5], d[5], da[5], cb[5]; in api_mul() local
/freebsd/sys/crypto/
H A Dsha1.c57 #define K(t) _K[(t) / 20] argument
59 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
60 #define F1(b, c, d) (((b) ^ (c)) ^ (d)) argument
61 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
62 #define F3(b, c, d) (((b) ^ (c)) ^ (d)) argument
93 uint32_t a, b, c, d, e; in sha1_step() local
94 size_t t, s; in sha1_step() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/
H A Derfinv_25u.c65 special (float64x2_t x, const struct data *d) in special()
73 float64x2_t t = vnegq_f64 ( in special() local
89 notails (float64x2_t x, const struct data *d) in notails()
93 float64x2_t t = vfmaq_f64 (v_f64 (-0.5625), x, x); in notails() local
107 const struct data *d = ptr_barrier (&data); in V_NAME_D1() local
133 float64x2_t t = vbslq_f64 (is_tail, d->tailshift, v_f64 (-0.5625)); in V_NAME_D1() local
H A Derfinvf_5u.c50 special (float32x4_t x, const struct data *d) in special()
58 float32x4_t t = vdivq_f32 ( in special() local
67 notails (float32x4_t x, const struct data *d) in notails()
71 float32x4_t t = vfmaq_f32 (v_f32 (-0.5625), x, x); in notails() local
92 const struct data *d = ptr_barrier (&data); in V_NAME_F1() local
120 float32x4_t t in V_NAME_F1() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/
H A Derfinv_25u.c50 special (svbool_t pg, svfloat64_t x, const struct data *d) in special()
59 svfloat64_t t in special() local
82 notails (svbool_t pg, svfloat64_t x, const struct data *d) in notails()
84 svfloat64_t t = svmad_x (pg, x, x, -0.5625); in notails() local
102 const struct data *d = ptr_barrier (&data); in SV_NAME_D1() local
125 svfloat64_t t = svsel_f64 (is_tail, sv_f64 (d->tailshift), sv_f64 (-0.5625)); in SV_NAME_D1() local
H A Derfinvf_5u.c44 special (svbool_t pg, svfloat32_t x, const struct data *d) in special()
47 svfloat32_t t = svdivr_x ( in special() local
62 notails (svbool_t pg, svfloat32_t x, const struct data *d) in notails()
66 svfloat32_t t = svmad_x (pg, x, x, -0.5625); in notails() local
84 const struct data *d = ptr_barrier (&data); in SV_NAME_F1() local
109 svfloat32_t t = svmla_x ( in SV_NAME_F1() local
/freebsd/sys/fs/procfs/
H A Dprocfs_dbregs.c70 #define PROC(d, w, t, r) wrap32 ? \ argument
77 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
H A Dprocfs_fpregs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
H A Dprocfs_regs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c243 awusbdrd_bs_r_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1()
256 awusbdrd_bs_r_1_noconf(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1_noconf()
271 awusbdrd_bs_r_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_2()
281 awusbdrd_bs_w_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_1()
293 awusbdrd_bs_w_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_2()
305 awusbdrd_bs_rm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_1()
306 uint8_t *d, bus_size_t c) in awusbdrd_bs_rm_1()
314 awusbdrd_bs_rm_4(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_4()
315 uint32_t *d, bus_size_t c) in awusbdrd_bs_rm_4()
323 awusbdrd_bs_wm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_wm_1()
[all …]
/freebsd/sys/sys/
H A Dbitset.h52 #define __BIT_COPY(_s, f, t) (void)(*(t) = *(f)) argument
126 #define __BIT_OR(_s, d, s) do { \ argument
132 #define __BIT_OR2(_s, d, s1, s2) do { \ argument
138 #define __BIT_ORNOT(_s, d, s) do { \ argument
144 #define __BIT_ORNOT2(_s, d, s1, s2) do { \ argument
150 #define __BIT_AND(_s, d, s) do { \ argument
156 #define __BIT_AND2(_s, d, s1, s2) do { \ argument
162 #define __BIT_ANDNOT(_s, d, s) do { \ argument
168 #define __BIT_ANDNOT2(_s, d, s1, s2) do { \ argument
174 #define __BIT_XOR(_s, d, s) do { \ argument
[all …]
H A Ddomainset.h45 #define DOMAINSET_COPY(f, t) __BIT_COPY(DOMAINSET_SETSIZE, f, t) argument
56 #define DOMAINSET_OR(d, s) __BIT_OR(DOMAINSET_SETSIZE, d, s) argument
57 #define DOMAINSET_ORNOT(d, s) __BIT_ORNOT(DOMAINSET_SETSIZE, d, s) argument
58 #define DOMAINSET_AND(d, s) __BIT_AND(DOMAINSET_SETSIZE, d, s) argument
59 #define DOMAINSET_ANDNOT(d, s) __BIT_ANDNOT(DOMAINSET_SETSIZE, d, s) argument
65 #define DOMAINSET_OR_ATOMIC(d, s) __BIT_OR_ATOMIC(DOMAINSET_SETSIZE, d, s) argument
66 #define DOMAINSET_COPY_STORE_REL(f, t) \ argument
/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c81 saidx_t t, r; in tr_insertionsort() local
101 saidx_t c, d, e; in tr_fixdown() local
116 saidx_t t; in tr_heapsort() local
140 saidx_t *t; in tr_median3() local
154 saidx_t *t; in tr_median5() local
169 saidx_t t; in tr_pivot() local
225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local
226 saidx_t t, s; in tr_partition() local
269 saidx_t *c, *d, *e; in tr_copy() local
292 saidx_t *c, *d, *e; in tr_partialcopy() local
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c186 massage_type(const char* t, int reverse, int* multi) in massage_type()
231 pretty_type(char* s, size_t len, int t) in pretty_type()
233 char d[16]; in pretty_type() local
242 char d[16]; in pretty_class() local
251 char d[16]; in pretty_rcode() local
258 print_rd(int t, char* data, size_t len) in print_rd()
267 pretty_rdata(char* q, char* cstr, char* tstr, int t, const char* sec, in pretty_rdata()
290 pretty_output(char* q, int t, int c, struct ub_result* result, int docname) in pretty_output()
369 dnslook(struct ub_ctx* ctx, char* q, int t, int c, int docname) in dnslook()
393 int t = massage_type(qt, reverse, &multi); in lookup() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dsinh.c15 struct v_expm1_data d; member
49 const struct data *d = ptr_barrier (&data); in V_NAME_D1() local
70 float64x2_t t = expm1_inline (ax, &d->d); in V_NAME_D1() local
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c94 void RC2_encrypt(unsigned long *d, RC2_KEY *key) in RC2_encrypt()
98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
140 void RC2_decrypt(unsigned long *d, RC2_KEY *key) in RC2_decrypt()
144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsinh.c42 const struct data *d = ptr_barrier (&data); in expm1_inline() local
60 svfloat64_t t = svscale_x (pg, sv_f64 (1), i); in expm1_inline() local
78 const struct data *d = ptr_barrier (&data); in SV_NAME_D1() local
94 svfloat64_t t = expm1_inline (ax, pg); in SV_NAME_D1() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp22 AsanThreadIdAndName::AsanThreadIdAndName(AsanThreadContext *t) { in AsanThreadIdAndName()
31 AsanThreadContext *t = GetThreadContextByTidLocked(tid); in AsanThreadIdAndName() local
127 Decorator d; in PrintHeapChunkAccess() local
195 AsanThread *t = FindThreadByStackAddress(addr); in GetStackAddressInformation() local
257 Decorator d; in PrintAccessAndVarIntersection() local
279 Decorator d; in DescribeAddressRelativeToGlobal() local
358 Decorator d; in Print() local
419 Decorator d; in Print() local

12345678910>>...19