Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 2424) sorted by relevance

12345678910>>...97

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dsa/
Ddsa_lib.c30 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data()
35 void *DSA_get_ex_data(const DSA *d, int idx) in DSA_get_ex_data()
86 void DSA_clear_flags(DSA *d, int flags) in DSA_clear_flags()
91 int DSA_test_flags(const DSA *d, int flags) in DSA_test_flags()
96 void DSA_set_flags(DSA *d, int flags) in DSA_set_flags()
101 ENGINE *DSA_get0_engine(DSA *d) in DSA_get0_engine()
128 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method()
253 void ossl_dsa_set0_libctx(DSA *d, OSSL_LIB_CTX *libctx) in ossl_dsa_set0_libctx()
258 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg()
264 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-ternary.cc43 mpz_class d; in check_mpz_1() local
48 mpz_class d; in check_mpz_1() local
62 mpz_class d; in check_mpz_2() local
68 mpz_class d; in check_mpz_2() local
82 mpz_class d; in check_mpz_3() local
88 mpz_class d; in check_mpz_3() local
101 double d = 4.0; in check_mpz_4() local
107 double d = 4.0; in check_mpz_4() local
121 signed int d = 4; in check_mpz_5() local
127 signed int d = 4; in check_mpz_5() local
[all …]
Dt-binary.cc103 mpz_class d; in check_mpz() local
118 mpz_class d; in check_mpz() local
127 mpz_class d(c / (a - b)); ASSERT_ALWAYS(d == -3); in check_mpz() local
132 mpz_class d; in check_mpz() local
148 mpz_class d; in check_mpz() local
219 mpq_class d; in check_mpq() local
234 mpq_class d; in check_mpq() local
252 mpq_class d((a / b) + c); ASSERT_ALWAYS(d == 0.75); in check_mpq() local
269 mpq_class d; in check_mpq() local
278 mpq_class d((a + b) - c); ASSERT_ALWAYS(d == -0.25); in check_mpq() local
[all …]
Dt-ops.cc254 mpz_class d; in check_mpz() local
260 mpz_class d; in check_mpz() local
266 mpz_class d; in check_mpz() local
272 mpz_class d; in check_mpz() local
278 mpz_class d; in check_mpz() local
284 mpz_class d; in check_mpz() local
290 mpz_class d; in check_mpz() local
296 mpz_class d; in check_mpz() local
302 mpz_class d; in check_mpz() local
308 mpz_class d; in check_mpz() local
[all …]
/netbsd/src/sys/dev/pci/
Duniverse_pci.c55 #define read_csr_4(d, reg) \ argument
57 #define write_csr_4(d, reg, val) \ argument
67 #define read_pcislv(d, idx, reg) \ argument
70 #define write_pcislv(d, idx, reg, val) \ argument
82 #define read_vmeslv(d, idx, reg) \ argument
85 #define write_vmeslv(d, idx, reg, val) \ argument
90 univ_pci_attach(struct univ_pci_data *d, struct pci_attach_args *pa, const char *name, void (*inthd… in univ_pci_attach()
170 univ_pci_mapvme(struct univ_pci_data *d, int wnd, vme_addr_t vmebase, u_int32_t len, vme_am_t am, v… in univ_pci_mapvme()
210 univ_pci_unmapvme(struct univ_pci_data *d, int wnd) in univ_pci_unmapvme()
220 univ_pci_mappci(struct univ_pci_data *d, int wnd, u_int32_t pcibase, u_int32_t len, vme_addr_t vmeb… in univ_pci_mappci()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/
Dsha1_one.c23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1()
38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1()
47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224()
56 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) in SHA256()
65 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384()
74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtget_set_d64.c38 print_decimal64 (_Decimal64 d) in print_decimal64()
63 print_decimal64 (_Decimal64 d) in print_decimal64()
87 _Decimal64 d; in check_misc() local
289 _Decimal64 d; in check_random() local
323 _Decimal64 d; in check_native() local
361 _Decimal64 d, e; in check_overflow() local
406 _Decimal64 d; in check_tiny() local
432 _Decimal64 d[2]; in powers_of_10() local
502 volatile _Decimal64 d = 9999999999999999.dd; in noncanonical() local
542 _Decimal64 d; in check_random_bytes() member
/netbsd/src/sbin/veriexecctl/
Dveriexecctl.h36 #define dict_sets(d, k, v) \ argument
39 #define dict_gets(d, k) \ argument
42 #define dict_setd(d, k, v, n) \ argument
45 #define dict_getd(d, k) \ argument
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/md5/
Dmd5_local.h57 #define F(b,c,d) ((((c) ^ (d)) & (b)) ^ (d)) argument
58 #define G(b,c,d) ((((b) ^ (c)) & (d)) ^ (c)) argument
59 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
60 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
62 #define R0(a,b,c,d,k,s,t) { \ argument
67 #define R1(a,b,c,d,k,s,t) { \ argument
72 #define R2(a,b,c,d,k,s,t) { \ argument
77 #define R3(a,b,c,d,k,s,t) { \ argument
/netbsd/src/external/gpl3/gdb/dist/libdecnumber/dpd/
Ddecimal128Local.h31 #define decimal128SetSign(d,b) \ argument
35 #define decimal128ClearSign(d) \ argument
39 #define decimal128FlipSign(d) \ argument
/netbsd/src/external/gpl3/gcc/dist/libdecnumber/dpd/
Ddecimal128Local.h31 #define decimal128SetSign(d,b) \ argument
35 #define decimal128ClearSign(d) \ argument
39 #define decimal128FlipSign(d) \ argument
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Dmips16-thunks-sinmips16.c32 sinmips16 (double d) in sinmips16()
45 lsinmips16 (double d) in lsinmips16()
49 double d; in lsinmips16() member
/netbsd/src/external/gpl3/gdb/dist/include/
Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d argument
26 #define CONCAT5(a,b,c,d,e) a##b##c##d##e argument
27 #define CONCAT6(a,b,c,d,e,f) a##b##c##d##e##f argument
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d argument
37 #define CONCAT5(a,b,c,d,e) a/**/b/**/c/**/d/**/e argument
38 #define CONCAT6(a,b,c,d,e,f) a/**/b/**/c/**/d/**/e/**/f argument
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d) argument
45 #define XCONCAT5(a,b,c,d,e) CONCAT5(a,b,c,d,e) argument
46 #define XCONCAT6(a,b,c,d,e,f) CONCAT6(a,b,c,d,e,f) argument
/netbsd/src/external/gpl3/binutils/dist/include/
Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d argument
26 #define CONCAT5(a,b,c,d,e) a##b##c##d##e argument
27 #define CONCAT6(a,b,c,d,e,f) a##b##c##d##e##f argument
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d argument
37 #define CONCAT5(a,b,c,d,e) a/**/b/**/c/**/d/**/e argument
38 #define CONCAT6(a,b,c,d,e,f) a/**/b/**/c/**/d/**/e/**/f argument
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d) argument
45 #define XCONCAT5(a,b,c,d,e) CONCAT5(a,b,c,d,e) argument
46 #define XCONCAT6(a,b,c,d,e,f) CONCAT6(a,b,c,d,e,f) argument
/netbsd/src/lib/libpthread/
Dpthread_compat.c91 _lwp_park(clockid_t a, int b, const struct timespec *c, lwpid_t d, in _lwp_park()
148 _sched_setaffinity(pid_t a, lwpid_t b, size_t c, const cpuset_t *d) in _sched_setaffinity()
155 _sched_getaffinity(pid_t a, lwpid_t b, size_t c, cpuset_t *d) in _sched_getaffinity()
162 _sched_setparam(pid_t a, lwpid_t b, int c, const struct sched_param *d) in _sched_setparam()
169 _sched_getparam(pid_t a, lwpid_t b, int *c, struct sched_param *d) in _sched_getparam()
184 _sys_mq_send(mqd_t a, const char *b, size_t c, unsigned d) in _sys_mq_send()
191 _sys_mq_receive(mqd_t a, char *b, size_t c, unsigned *d) in _sys_mq_receive()
198 _sys_mq_timedsend(mqd_t a, const char *b, size_t c, unsigned d, in _sys_mq_timedsend()
206 _sys_mq_timedreceive(mqd_t a, char *b, size_t c, unsigned *d, in _sys_mq_timedreceive()
/netbsd/src/external/gpl3/gcc/dist/include/
Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d argument
26 #define CONCAT5(a,b,c,d,e) a##b##c##d##e argument
27 #define CONCAT6(a,b,c,d,e,f) a##b##c##d##e##f argument
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d argument
37 #define CONCAT5(a,b,c,d,e) a/**/b/**/c/**/d/**/e argument
38 #define CONCAT6(a,b,c,d,e,f) a/**/b/**/c/**/d/**/e/**/f argument
44 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d) argument
45 #define XCONCAT5(a,b,c,d,e) CONCAT5(a,b,c,d,e) argument
46 #define XCONCAT6(a,b,c,d,e,f) CONCAT6(a,b,c,d,e,f) argument
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic6x-insn-formats.h31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument
38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument
39 #define CFLDS5(a, b, c, d, e) 8, { CFLDS, a, b, c, d, e } argument
40 #define CFLDS6(a, b, c, d, e, f) 9, { CFLDS, a, b, c, d, e, f } argument
41 #define CFLDS7(a, b, c, d, e, f, g) 10, { CFLDS, a, b, c, d, e, f, g } argument
42 #define CFLDS8(a, b, c, d, e, f, g, h) 11, { CFLDS, a, b, c, d, e, f, g, h } argument
47 #define NFLDS5(a, b, c, d, e) 6, { NFLDS, a, b, c, d, e } argument
48 #define NFLDS6(a, b, c, d, e, f) 7, { NFLDS, a, b, c, d, e, f } argument
49 #define NFLDS7(a, b, c, d, e, f, g) 8, { NFLDS, a, b, c, d, e, f, g } argument
54 #define FLDS4(a, b, c, d) 4, { a, b, c, d } argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic6x-insn-formats.h31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument
38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument
39 #define CFLDS5(a, b, c, d, e) 8, { CFLDS, a, b, c, d, e } argument
40 #define CFLDS6(a, b, c, d, e, f) 9, { CFLDS, a, b, c, d, e, f } argument
41 #define CFLDS7(a, b, c, d, e, f, g) 10, { CFLDS, a, b, c, d, e, f, g } argument
42 #define CFLDS8(a, b, c, d, e, f, g, h) 11, { CFLDS, a, b, c, d, e, f, g, h } argument
47 #define NFLDS5(a, b, c, d, e) 6, { NFLDS, a, b, c, d, e } argument
48 #define NFLDS6(a, b, c, d, e, f) 7, { NFLDS, a, b, c, d, e, f } argument
49 #define NFLDS7(a, b, c, d, e, f, g) 8, { NFLDS, a, b, c, d, e, f, g } argument
54 #define FLDS4(a, b, c, d) 4, { a, b, c, d } argument
[all …]
/netbsd/src/sys/kern/
Dsubr_devsw.c1151 #define DEV_LOCK(d) \ argument
1156 #define DEV_UNLOCK(d) \ argument
1164 const struct bdevsw *d; in bdev_open() local
1217 const struct bdevsw *d; in bdev_cancel() local
1237 const struct bdevsw *d; in bdev_close() local
1258 const struct bdevsw *d; in bdev_strategy() local
1280 const struct bdevsw *d; in bdev_ioctl() local
1298 const struct bdevsw *d; in bdev_dump() local
1319 const struct bdevsw *d; in bdev_flags() local
1329 const struct bdevsw *d; in bdev_type() local
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/md4/
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
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_write_disk_lookup.c28 group_cleanup(void *d) in group_cleanup()
36 group_lookup(void *d, const char *name, int64_t g) in group_lookup()
49 user_cleanup(void *d) in user_cleanup()
57 user_lookup(void *d, const char *name, int64_t u) in user_lookup()
Dtest_read_disk.c28 gname_cleanup(void *d) in gname_cleanup()
36 gname_lookup(void *d, int64_t g) in gname_lookup()
46 uname_cleanup(void *d) in uname_cleanup()
54 uname_lookup(void *d, int64_t u) in uname_lookup()
/netbsd/src/sys/dev/wscons/
Dvt100_base.h73 #define ARG(d, n) ((d)->args[(n)]) argument
74 #define DEF1_ARG(d, n) (ARG(d, n) ? ARG(d, n) : 1) argument
75 #define DEFx_ARG(d, n, x) (ARG(d, n) ? ARG(d, n) : (x)) argument
77 #define ROWS_ABOVE(d) ((int)(d)->crow - (int)(d)->scrreg_startrow) argument
78 #define ROWS_BELOW(d) ((int)((d)->scrreg_startrow + (d)->scrreg_nrows) \ argument
80 #define CHECK_DW(d) do { \ argument
88 #define NCOLS(d) ((d)->ncols >> (d)->dw) argument
89 #define COLS_LEFT(d) (NCOLS(d) - (d)->ccol - 1) argument
90 #define COPYCOLS(d, f, t, n) (*(d)->emulops->copycols)((d)->emulcookie, \ argument
92 #define ERASECOLS(d, f, n, a) (*(d)->emulops->erasecols)((d)->emulcookie, \ argument
/netbsd/src/sys/dev/ic/
Disp_netbsd.h285 #define ISP_IOXPUT_8(isp, s, d) *(d) = s argument
286 #define ISP_IOXPUT_16(isp, s, d) \ argument
288 #define ISP_IOXPUT_32(isp, s, d) \ argument
291 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) argument
292 #define ISP_IOXGET_16(isp, s, d) \ argument
295 #define ISP_IOXGET_32(isp, s, d) \ argument
300 #define ISP_IOXPUT_8(isp, s, d) *(d) = s argument
301 #define ISP_IOXPUT_16(isp, s, d) *(d) = bswap16(s) argument
302 #define ISP_IOXPUT_32(isp, s, d) *(d) = bswap32(s) argument
303 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) argument
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
Dt-div_2exp.c31 check_one (mpz_srcptr a, unsigned long d) in check_one()
44 #define INPLACE(fun,dst,src,d) \ in check_one() argument
137 check_all (mpz_ptr a, unsigned long d) in check_all()
157 unsigned long n, d; in check_various() local
191 unsigned long d; in check_random() local

12345678910>>...97