Home
last modified time | relevance | path

Searched +defs:u +defs:w (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/bearssl/src/aead/
H A Dccm.c62 unsigned u, q; in br_ccm_reset() local
215 size_t u; in br_ccm_run() local
223 unsigned w, x; in br_ccm_run() local
232 unsigned w; in br_ccm_run() local
277 size_t u; in br_ccm_run() local
284 unsigned w, x; in br_ccm_run() local
293 unsigned w; in br_ccm_run() local
309 size_t u; in br_ccm_get_tag() local
337 size_t u, tag_len; in br_ccm_check_tag() local
/freebsd/sys/fs/procfs/
H A Dprocfs_dbregs.c70 #define PROC(d, w, t, r) wrap32 ? \ argument
73 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ argument
77 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
78 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) argument
H A Dprocfs_fpregs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) argument
H A Dprocfs_regs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
67 #define UIOMOVE_FROMBUF(k, u) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
72 #define UIOMOVE_FROMBUF(k, u) uiomove_frombuf(& k, sizeof(k), u) argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c122 struct warc_s *w; in archive_write_set_format_warc() local
100 unsigned int u[4U]; global() member
165 struct warc_s *w = a->format_data; _warc_options() local
184 struct warc_s *w = a->format_data; _warc_header() local
271 struct warc_s *w = a->format_data; _warc_data() local
294 struct warc_s *w = a->format_data; _warc_finish_entry() local
318 struct warc_s *w = a->format_data; _warc_free() local
374 const char *u; _popul_ehdr() local
397 warc_uuid_t u; _popul_ehdr() local
[all...]
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c34 size_t u, len; in mkrand() local
145 size_t xlen, xm1d2_len, xm1d2_len_u16, u; in miller_rabin() local
158 unsigned w; in miller_rabin() local
229 size_t u; in mkprime() local
262 uint32_t w; in mkprime() local
421 size_t u; in bufswap() local
427 unsigned w; in bufswap() local
H A Drsa_i31_keygen_inner.c34 size_t u, len; in mkrand() local
147 size_t xlen, xm1d2_len, xm1d2_len_u32, u; in miller_rabin() local
160 unsigned w; in miller_rabin() local
243 size_t u; in mkprime() local
278 uint32_t w, w3, w5, w7, w11; in mkprime() local
442 size_t u; in bufswap() local
448 unsigned w; in bufswap() local
H A Drsa_oaep_unpad.c38 size_t u, hlen; in xor_hash_data() local
57 size_t u, k, hlen; in br_rsa_oaep_unpad() local
114 uint32_t w, nz; in br_rsa_oaep_unpad() local
/freebsd/sys/netpfil/pf/
H A Din4_cksum.c86 u_int16_t w[10]; in in4_cksum() member
87 } u; in in4_cksum() local
93 u_int16_t *w; in in4_cksum() local
/freebsd/contrib/bearssl/src/codec/
H A Dpemenc.c71 size_t u; in br_pem_encode() local
117 uint32_t w; in br_pem_encode() local
135 uint32_t w; in br_pem_encode() local
/freebsd/contrib/bearssl/src/int/
H A Di15_rshift.c31 size_t u, len; in br_i15_rshift() local
40 unsigned w; in br_i15_rshift() local
H A Di31_rshift.c31 size_t u, len; in br_i31_rshift() local
40 uint32_t w; in br_i31_rshift() local
H A Di32_decode.c32 size_t u, v; in br_i32_decode() local
39 uint32_t w; in br_i32_decode() local
/freebsd/lib/msun/src/
H A Dk_tanf.c36 double z,r,w,s,t,u; in __kernel_tandf() local
H A Ds_atanl.c31 union IEEEl2bits u; in atanl() local
32 long double w,s1,s2,z; in atanl() local
H A De_asinl.c32 union IEEEl2bits u; in asinl() local
33 long double t=0.0,w,p,q,c,r,s; in asinl() local
H A De_acosl.c42 union IEEEl2bits u; in acosl() local
43 long double z,p,q,r,w,s,c,df; in acosl() local
H A Ds_cbrt.c40 } u; in cbrt() local
41 double r,s,t=0.0,w; in cbrt() local
H A Ds_cbrtl.c34 union IEEEl2bits u, v; in cbrtl() local
35 long double r, s, t, w; in cbrtl() local
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_ucontext.c46 ucontext_t u, v, w; in ATF_TC_BODY() local
/freebsd/stand/libsa/
H A Duuid_to_string.c71 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) in uuid_to_string()
74 char *w; in uuid_to_string() local
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m15.c144 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13()
146 size_t u; in norm13() local
193 uint32_t u[45], v[45], w[90]; in mul20() local
231 #define CPR1(w, cprcc) do { \ in mul20() argument
1053 uint32_t w; in reduce_final_f255() local
1068 uint32_t t[40], cc, w; in f255_mulgen() local
1173 uint32_t cc, w; in f255_add() local
1202 uint32_t cc, w; in f255_sub() local
1227 uint32_t cc, w; in f255_mul_a24() local
/freebsd/contrib/ntp/util/
H A Dhist.c34 long t, u, v, w, gtod[NBUF], ovfl[NSRT]; in main() local
/freebsd/sys/i386/i386/
H A Delan-mmcr.c102 u_int u, v; in gpio_led() local
115 u_int u, v; in sysctl_machdep_elan_gpio_config() local
233 uint16_t u, x, y, z; in elan_poll_pps() local
374 u_int u, v, w; in elan_watchdog() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c26 # define SQR_nibble(w) ((((w) & 8) << 3) \ argument
34 # define SQR1(w) \ argument
39 # define SQR0(w) \ argument
46 # define SQR1(w) \ argument
49 # define SQR0(w) \ argument
561 BIGNUM *b, *c = NULL, *u = NULL, *v = NULL, *tmp; in BN_GF2m_mod_inv_vartime() local
867 BIGNUM *u; in BN_GF2m_mod_exp_arr() local
943 BIGNUM *u; in BN_GF2m_mod_sqrt_arr() local
1005 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local

12345