Home
last modified time | relevance | path

Searched defs:d (Results 226 – 250 of 4647) sorted by relevance

12345678910>>...186

/netbsd/crypto/external/bsd/openssl/dist/fuzz/
H A Dhelper.py30 def _create(d): argument
36 def _add(d): argument
/netbsd/sys/lib/libsa/
H A Dnfs.c125 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp) in nfs_getrootfh()
138 struct args d; in nfs_getrootfh() member
142 struct repl d; in nfs_getrootfh() member
185 nfs_lookupfh(struct nfs_iodesc *d, const char *name, int len, in nfs_lookupfh()
201 struct args d; in nfs_lookupfh() member
205 struct repl d; in nfs_lookupfh() member
248 nfs_readlink(struct nfs_iodesc *d, char *buf) in nfs_readlink()
256 struct nfs_readlnk_repl d; in nfs_readlink() member
299 struct nfs_read_args d; in nfs_readdata() member
303 struct nfs_read_repl d; in nfs_readdata() member
[all …]
/netbsd/sys/arch/i386/stand/libsa/
H A Dnfs.c116 nfs_getrootfh(struct iodesc *d, char *path, u_char *fhp) in nfs_getrootfh()
129 struct args d; in nfs_getrootfh() member
133 struct repl d; in nfs_getrootfh() member
187 struct args d; in nfs_lookupfh() member
191 struct repl d; in nfs_lookupfh() member
234 nfs_readlink(struct nfs_iodesc *d, char *buf) in nfs_readlink()
242 struct nfs_readlnk_repl d; in nfs_readlink() member
279 nfs_readdata(struct nfs_iodesc *d, off_t off, void *addr, size_t len) in nfs_readdata()
285 struct nfs_read_args d; in nfs_readdata() member
289 struct nfs_read_repl d; in nfs_readdata() member
[all …]
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-module.c223 MODULE_INIT_LIST *n, *d; in sim_module_uninstall() local
233 MODULE_RESUME_LIST *n, *d; in sim_module_uninstall() local
243 MODULE_SUSPEND_LIST *n, *d; in sim_module_uninstall() local
253 MODULE_UNINSTALL_LIST *n, *d; in sim_module_uninstall() local
263 MODULE_INFO_LIST *n, *d; in sim_module_uninstall() local
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-module.c223 MODULE_INIT_LIST *n, *d; in sim_module_uninstall() local
233 MODULE_RESUME_LIST *n, *d; in sim_module_uninstall() local
243 MODULE_SUSPEND_LIST *n, *d; in sim_module_uninstall() local
253 MODULE_UNINSTALL_LIST *n, *d; in sim_module_uninstall() local
263 MODULE_INFO_LIST *n, *d; in sim_module_uninstall() local
/netbsd/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dget_princs_s.c48 add_princ(struct foreach_data *d, char *princ) in add_princ()
62 struct foreach_data *d = data; in foreach() local
87 struct foreach_data d; in kadm5_s_get_principals() local
/netbsd/sys/arch/acorn32/include/
H A Dloadfile_machdep.h45 #define BCOPY(s, d, c) boot32_memcpy((void *)LOADADDR(d), (s), (c)) argument
46 #define BZERO(d, c) boot32_memset((void *)LOADADDR(d), 0, (c)) argument
69 #define BCOPY(s, d, c) memcpy((void *)LOADADDR(d), (void *)(s), (c)) argument
70 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) argument
/netbsd/sys/arch/bebox/stand/boot/
H A Dvideo.c72 struct screen *d = &screen; in video_init() local
85 wrtchar(u_char c, struct screen *d) in wrtchar()
104 cursor(struct screen *d, int flag) in cursor()
131 struct screen *d = &screen; in video_putc() local
/netbsd/sys/arch/arm/acpi/
H A Dacpi_pci_n1sdp.c79 int b, d, f; in acpi_pci_n1sdp_valid() local
102 int b, d, f; in acpi_pci_n1sdp_conf_read() local
127 int b, d, f; in acpi_pci_n1sdp_conf_write() local
178 const int d = (bdf >> N1SDP_DEV_SHIFT) & 0x1f; in acpi_pci_n1sdp_init() local
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-init.c91 known_device_type_p (acc_device_t d) in known_device_type_p()
136 resolve_device (acc_device_t d, bool fail_is_error) in resolve_device()
220 acc_dev_num_out_of_range (acc_device_t d, int ord, int ndevs) in acc_dev_num_out_of_range()
234 acc_init_1 (acc_device_t d, acc_construct_t parent_construct, int implicit) in acc_init_1()
344 acc_shutdown_1 (acc_device_t d) in acc_shutdown_1()
548 acc_init (acc_device_t d) in acc_init()
837 acc_get_property (int ord, acc_device_t d, acc_device_property_t prop) in acc_get_property()
914 goacc_save_and_set_bind (acc_device_t d) in goacc_save_and_set_bind()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Doacc-init.c91 known_device_type_p (acc_device_t d) in known_device_type_p()
136 resolve_device (acc_device_t d, bool fail_is_error) in resolve_device()
220 acc_dev_num_out_of_range (acc_device_t d, int ord, int ndevs) in acc_dev_num_out_of_range()
234 acc_init_1 (acc_device_t d, acc_construct_t parent_construct, int implicit) in acc_init_1()
344 acc_shutdown_1 (acc_device_t d) in acc_shutdown_1()
548 acc_init (acc_device_t d) in acc_init()
837 acc_get_property (int ord, acc_device_t d, acc_device_property_t prop) in acc_get_property()
914 goacc_save_and_set_bind (acc_device_t d) in goacc_save_and_set_bind()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.c1346 auto_diagnostic_group d; in emit_diagnostic() local
1361 auto_diagnostic_group d; in emit_diagnostic() local
1384 auto_diagnostic_group d; in inform() local
1398 auto_diagnostic_group d; in inform() local
1413 auto_diagnostic_group d; in inform_n() local
1426 auto_diagnostic_group d; in warning() local
1442 auto_diagnostic_group d; in warning_at() local
1458 auto_diagnostic_group d; in warning_at() local
1475 auto_diagnostic_group d; in warning_meta() local
1493 auto_diagnostic_group d; in warning_n() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c1346 auto_diagnostic_group d; in emit_diagnostic() local
1361 auto_diagnostic_group d; in emit_diagnostic() local
1384 auto_diagnostic_group d; in inform() local
1398 auto_diagnostic_group d; in inform() local
1413 auto_diagnostic_group d; in inform_n() local
1426 auto_diagnostic_group d; in warning() local
1442 auto_diagnostic_group d; in warning_at() local
1458 auto_diagnostic_group d; in warning_at() local
1475 auto_diagnostic_group d; in warning_meta() local
1493 auto_diagnostic_group d; in warning_n() local
[all …]
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-double.c62 double d; in test_matissa() local
127 double d; member
173 volatile double d, f; in testmain() local
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dfmma.c28 mpfr_srcptr d, mpfr_rnd_t rnd, int neg) in mpfr_fmma_aux()
81 mpfr_srcptr d, mpfr_rnd_t rnd) in mpfr_fmma()
89 mpfr_srcptr d, mpfr_rnd_t rnd) in mpfr_fmms()
H A Dset_ld.c39 mpfr_set_ld (mpfr_ptr r, long double d, mpfr_rnd_t rnd_mode) in mpfr_set_ld()
62 mpfr_set_ld (mpfr_ptr r, long double d, mpfr_rnd_t rnd_mode) in mpfr_set_ld()
183 mpfr_set_ld (mpfr_ptr r, long double d, mpfr_rnd_t rnd_mode) in mpfr_set_ld()
238 mpfr_set_ld (mpfr_ptr r, long double d, mpfr_rnd_t rnd_mode) in mpfr_set_ld()
/netbsd/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_disk_entry_from_file.c29 gname_lookup(void *d, int64_t g) in gname_lookup()
37 uname_lookup(void *d, int64_t u) in uname_lookup()
/netbsd/external/bsd/wpa/dist/src/utils/
H A Dext_password.h27 #define ext_password_deinit(d) do { } while (0) argument
28 #define ext_password_get(d, n) (NULL) argument
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/
H A Dlibc-sha1.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()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmd5.c290 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument
291 #define FG(b, c, d) FF (d, b, c) argument
292 #define FH(b, c, d) (b ^ c ^ d) argument
293 #define FI(b, c, d) (c ^ (b | ~d)) argument
334 #define OP(a, b, c, d, s, T) \ in md5_process_block() argument
380 #define OP(f, a, b, c, d, k, s, T) \ in md5_process_block() argument
/netbsd/tests/lib/libc/stdlib/
H A Dt_strtod.c69 double d = strtod(buf, NULL); in ATF_TC_BODY() local
92 volatile double d; in ATF_TC_BODY() local
119 volatile double d = strtod(inf_strings[i], NULL); in ATF_TC_BODY() local
179 volatile double d = strtod(nan_string, &end); in ATF_TC_BODY() local
287 volatile double d = strtod(tmp, NULL); in ATF_TC_BODY() local
311 volatile double d = strtod(str, NULL); in ATF_TC_BODY() local
/netbsd/sys/arch/hppa/include/
H A Dloadfile_machdep.h45 #define BCOPY(s, d, c) vpbcopy((s), (void *)LOADADDR(d), (c)) argument
46 #define BZERO(d, c) pbzero((void *)LOADADDR(d), (c)) argument
68 #define BCOPY(s, d, c) memcpy((void *)LOADADDR(d), (void *)(s), (c)) argument
69 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) argument
/netbsd/sys/arch/sparc64/include/
H A Dloadfile_machdep.h39 #define BCOPY(s, d, c) sparc64_memcpy((void *)LOADADDR(d), \ argument
41 #define BZERO(d, c) sparc64_memset((void *)LOADADDR(d), 0, (c)) argument
63 #define BCOPY(s, d, c) memcpy((void *)LOADADDR(d), (void *)(s), (c)) argument
64 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) argument
/netbsd/sys/arch/sparc/include/
H A Dloadfile_machdep.h39 #define BCOPY(s, d, c) memcpy((void *)LOADADDR(d), (void *)(s), (c)) argument
40 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) argument
57 #define BCOPY(s, d, c) memcpy((void *)LOADADDR(d), (void *)(s), (c)) argument
58 #define BZERO(d, c) memset((void *)LOADADDR(d), 0, (c)) argument
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h279 nvkm_rd08(struct nvkm_device *d, bus_size_t a) in nvkm_rd08()
284 nvkm_rd16(struct nvkm_device *d, bus_size_t a) in nvkm_rd16()
289 nvkm_rd32(struct nvkm_device *d, bus_size_t a) in nvkm_rd32()
294 nvkm_wr08(struct nvkm_device *d, bus_size_t a, uint8_t v) in nvkm_wr08()
299 nvkm_wr16(struct nvkm_device *d, bus_size_t a, uint16_t v) in nvkm_wr16()
304 nvkm_wr32(struct nvkm_device *d, bus_size_t a, uint32_t v) in nvkm_wr32()
309 #define nvkm_rd08(d,a) ioread8((d)->pri + (a)) argument
310 #define nvkm_rd16(d,a) ioread16_native((d)->pri + (a)) argument
311 #define nvkm_rd32(d,a) ioread32_native((d)->pri + (a)) argument
312 #define nvkm_wr08(d,a,v) iowrite8((v), (d)->pri + (a)) argument
[all …]

12345678910>>...186