Home
last modified time | relevance | path

Searched +defs:u +defs:x (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pk8.c41 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid()
43 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey_nid()
48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
50 pem_password_cb *cb, void *u) in PEM_write_bio_PKCS8PrivateKey()
55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
57 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_bio()
62 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
64 pem_password_cb *cb, void *u) in i2d_PKCS8PrivateKey_nid_bio()
69 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey()
71 pem_password_cb *cb, void *u, const char *propq) in do_pk8pkey()
[all …]
H A Dpem_pkey.c33 static EVP_PKEY *pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_decoder()
34 pem_password_cb *cb, void *u, in pem_read_bio_key_decoder()
99 static EVP_PKEY *pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, in pem_read_bio_key_legacy()
100 pem_password_cb *cb, void *u, in pem_read_bio_key_legacy()
214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key()
215 pem_password_cb *cb, void *u, in pem_read_bio_key()
262 EVP_PKEY *PEM_read_bio_PUBKEY_ex(BIO *bp, EVP_PKEY **x, in PEM_read_bio_PUBKEY_ex()
263 pem_password_cb *cb, void *u, in PEM_read_bio_PUBKEY_ex()
270 EVP_PKEY *PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PUBKEY()
271 void *u) in PEM_read_bio_PUBKEY()
[all …]
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h45 #define bswap16(x) __builtin_bswap16(x) argument
46 #define bswap32(x) __builtin_bswap32(x) argument
47 #define bswap64(x) __builtin_bswap64(x) argument
57 #define htobe16(x) bswap16((x)) argument
58 #define htobe32(x) bswap32((x)) argument
59 #define htobe64(x) bswap64((x)) argument
60 #define htole16(x) ((uint16_t)(x)) argument
61 #define htole32(x) ((uint32_t)(x)) argument
62 #define htole64(x) ((uint64_t)(x)) argument
64 #define be16toh(x) bswap16((x)) argument
[all …]
/freebsd/lib/msun/src/
H A De_sqrtl.c37 inc(long double x) in inc()
39 union IEEEl2bits u; in inc() local
53 dec(long double x) in dec()
55 union IEEEl2bits u; in dec() local
75 sqrtl(long double x) in sqrtl()
77 union IEEEl2bits u; in sqrtl() local
H A Ds_ceill.c29 #define INC_MANH(u, c) do { \ argument
37 #define INC_MANH(u, c) do { \ argument
50 ceill(long double x) in ceill()
52 union IEEEl2bits u = { .e = x }; in ceill() local
H A Ds_floorl.c29 #define INC_MANH(u, c) do { \ argument
37 #define INC_MANH(u, c) do { \ argument
50 floorl(long double x) in floorl()
52 union IEEEl2bits u = { .e = x }; in floorl() local
H A Ds_fmax.c36 fmax(double x, double y) in fmax()
42 fmax(double x, double y) in fmax()
44 union IEEEd2bits u[2]; in fmax() local
H A Ds_fmaxf.c35 fmaxf(float x, float y) in fmaxf()
41 fmaxf(float x, float y) in fmaxf()
43 union IEEEf2bits u[2]; in fmaxf() local
H A Ds_fmin.c36 fmin(double x, double y) in fmin()
42 fmin(double x, double y) in fmin()
44 union IEEEd2bits u[2]; in fmin() local
H A Ds_fminf.c35 fminf(float x, float y) in fminf()
41 fminf(float x, float y) in fminf()
43 union IEEEf2bits u[2]; in fminf() local
H A Ds_fabsl.c36 fabsl(long double x) in fabsl()
38 union IEEEl2bits u; in fabsl() local
H A Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl()
41 union IEEEl2bits u; in frexpl() local
H A Ds_scalbnl.c20 long double scalbnl(long double x, int n) in scalbnl()
22 union IEEEl2bits u; in scalbnl() local
/freebsd/sys/sys/
H A Dendian.h67 #define bswap16(x) __bswap16(x) argument
68 #define bswap32(x) __bswap32(x) argument
69 #define bswap64(x) __bswap64(x) argument
121 be16enc(void *pp, uint16_t u) in be16enc()
130 be32enc(void *pp, uint32_t u) in be32enc()
141 be64enc(void *pp, uint64_t u) in be64enc()
150 le16enc(void *pp, uint16_t u) in le16enc()
159 le32enc(void *pp, uint32_t u) in le32enc()
170 le64enc(void *pp, uint64_t u) in le64enc()
/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
277 size_t u; in br_ccm_run() local
284 unsigned w, x; 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
H A Dgcm.c175 size_t u, clen; in br_gcm_run() local
182 unsigned x, y; in br_gcm_run() local
217 size_t u; in br_gcm_run() local
223 unsigned x, y; in br_gcm_run() local
281 size_t u; in br_gcm_check_tag_trunc() local
282 int x; in br_gcm_check_tag_trunc() local
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c32 mkrand(const br_prng_class **rng, uint16_t *x, uint32_t esize) in mkrand()
34 size_t u, len; in mkrand() local
92 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
105 trial_divisions(const uint16_t *x, uint16_t *t) in trial_divisions()
125 miller_rabin(const br_prng_class **rng, const uint16_t *x, int n, in miller_rabin()
145 size_t xlen, xm1d2_len, xm1d2_len_u16, u; in miller_rabin() local
221 mkprime(const br_prng_class **rng, uint16_t *x, uint32_t esize, in mkprime()
229 size_t u; in mkprime() local
421 size_t u; in bufswap() local
H A Drsa_i31_keygen_inner.c32 mkrand(const br_prng_class **rng, uint32_t *x, uint32_t esize) in mkrand()
34 size_t u, len; in mkrand() local
92 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
93 #define ROUND2(x) ((((x) + 1) >> 1) << 1) argument
107 trial_divisions(const uint32_t *x, uint32_t *t) in trial_divisions()
127 miller_rabin(const br_prng_class **rng, const uint32_t *x, int n, in miller_rabin()
147 size_t xlen, xm1d2_len, xm1d2_len_u32, u; in miller_rabin() local
235 mkprime(const br_prng_class **rng, uint32_t *x, uint32_t esize, in mkprime()
243 size_t u; in mkprime() local
442 size_t u; in bufswap() local
/freebsd/usr.sbin/cron/cron/
H A Dcron.c190 user *u; local
219 user *u; local
377 timespec_subtract(struct timespec *result, struct timespec *x,
452 user *u; local
465 sigchld_handler(int x)
491 sighup_handler(int x)
541 user *u; local
556 user *u; local
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c15 uint32_t x; in t0_parse7E_unsigned() local
33 uint32_t x; in t0_parse7E_signed() local
52 #define T0_VBYTE(x, n) (unsigned char)((((uint32_t)(x) >> (n)) & 0x7F) | 0x80) argument
53 #define T0_FBYTE(x, n) (unsigned char)(((uint32_t)(x) >> (n)) & 0x7F) argument
54 #define T0_SBYTE(x) (unsigned char)((((uint32_t)(x) >> 28) + 0xF8) ^ 0xF8) argument
55 #define T0_INT1(x) T0_FBYTE(x, 0) argument
56 #define T0_INT2(x) T0_VBYTE(x, 7), T0_FBYTE(x, 0) argument
57 #define T0_INT3(x) T0_VBYTE(x, 14), T0_VBYTE(x, 7), T0_FBYTE(x, 0) argument
58 #define T0_INT4(x) T0_VBYTE(x, 21), T0_VBYTE(x, 14), T0_VBYTE(x, 7), T0_FBYTE(x, 0) argument
59 #define T0_INT5(x) T0_SBYTE(x), T0_VBYTE(x, 21), T0_VBYTE(x, 14), T0_VBYTE(x, 7), T0_FBYTE(x,… argument
[all …]
/freebsd/contrib/gdtoa/
H A Darithchk.c49 } u; in Lcheck() local
53 } x[2]; in Lcheck() local
76 } u; in icheck() local
80 } x[2]; in icheck() local
105 } u; in ccheck() local
/freebsd/contrib/bearssl/tools/
H A Dverify.c37 size_t u; in rsa_bit_length() local
38 unsigned x, bl; in rsa_bit_length() local
61 size_t u; in print_rsa() local
75 size_t u; in print_rsa() local
114 size_t u; in print_ec() local
123 size_t u; in print_ec() local
182 size_t u; in do_verify() local
/freebsd/contrib/bearssl/src/int/
H A Di62_modpow2.c35 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument
64 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument
114 #define MUL62_lo(x, y) (((uint64_t)(x) * (uint64_t)(y)) & MASK62) argument
125 size_t u; in i62_sub() local
150 montymul(uint64_t *d, const uint64_t *x, const uint64_t *y, in montymul()
154 size_t u, num4; in montymul() local
206 frommonty(uint64_t *x, const uint64_t *m, size_t num, uint64_t m0i) in frommonty()
208 size_t u, v; in frommonty() local
234 size_t u, mw31num, mw62num; in br_i62_modpow_opt() local
235 uint64_t *x, *m, *t1, *t2; in br_i62_modpow_opt() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h134 su_int u; member
139 udwords u; member
170 uqwords u; member
191 #define TF_C(x) x##L argument
203 #define TF_C(x) x##L argument
210 #define TF_C(x) x##Q argument
215 uqwords u; member
245 #define COMPLEX_REAL(x) __real__(x) argument
246 #define COMPLEX_IMAGINARY(x) __imag__(x) argument
260 #define COMPLEX_REAL(x) (x).real argument
[all …]
/freebsd/lib/libc/quad/
H A Dfloatunsdidf.c43 __floatunsdidf(u_quad_t x) in __floatunsdidf()
46 union uu u; in __floatunsdidf() local

12345678910>>...15