Home
last modified time | relevance | path

Searched +defs:f +defs:e (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-ternary.cc102 mpz_class e; in check_mpz_4() local
108 mpz_class e; in check_mpz_4() local
122 mpz_class e; in check_mpz_5() local
128 mpz_class e; in check_mpz_5() local
142 mpz_class e; in check_mpz_6() local
148 mpz_class e; in check_mpz_6() local
162 mpz_class e; in check_mpz_7() local
168 mpz_class e; in check_mpz_7() local
182 signed int d = 4, e = 5; in check_mpz_8() local
183 mpz_class f; in check_mpz_8() local
[all …]
/netbsd/src/sys/fs/nfs/common/
Dnfsdport.h36 #define NFSVNO_SETATTRVAL(n, f, v) ((n)->na_##f = (v)) argument
37 #define NFSVNO_SETACTIVE(n, f) argument
38 #define NFSVNO_UNSET(n, f) ((n)->na_##f = VNOVAL) argument
78 #define NFSVNO_EXINIT(e) ((e)->nes_exflag = 0) argument
79 #define NFSVNO_EXPORTED(e) ((e)->nes_exflag & MNT_EXPORTED) argument
80 #define NFSVNO_EXRDONLY(e) ((e)->nes_exflag & MNT_EXRDONLY) argument
81 #define NFSVNO_EXPORTANON(e) ((e)->nes_exflag & MNT_EXPORTANON) argument
82 #define NFSVNO_EXSTRICTACCESS(e) ((e)->nes_exflag & MNT_EXSTRICTACCESS) argument
83 #define NFSVNO_EXV4ONLY(e) ((e)->nes_exflag & MNT_EXV4ONLY) argument
85 #define NFSVNO_SETEXRDONLY(e) ((e)->nes_exflag = (MNT_EXPORTED|MNT_EXRDONLY)) argument
[all …]
/netbsd/src/sys/lib/libsa/
Dustarfs.c163 convert(const char *f, int base, int fw) in convert()
182 ustarfs_sscanf(const char *s, const char *f, int *xi) in ustarfs_sscanf()
189 ustarfs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in ustarfs_cylinder_read()
191 int i, e; in ustarfs_cylinder_read() local
202 real_fs_cylinder_read(struct open_file *f, ustoffs seek2, int forcelabel) in real_fs_cylinder_read()
205 int e = 0; /* XXX work around gcc warning */ in real_fs_cylinder_read() local
265 get_volume(struct open_file *f, int vn) in get_volume()
267 int e, needvolume, havevolume; in get_volume() local
319 read512block(struct open_file *f, ustoffs vda, char block[512]) in read512block()
322 ssize_t e; in read512block() local
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic6x-insn-formats.h39 #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 }
41 #define CFLDS7(a, b, c, d, e, f, g) 10, { CFLDS, a, b, c, d, e, f, g }
42 #define CFLDS8(a, b, c, d, e, f, g, h) 11, { CFLDS, a, b, c, d, e, f, g, h }
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 }
49 #define NFLDS7(a, b, c, d, e, f, g) 8, { NFLDS, a, b, c, d, e, f, g }
55 #define FLDS5(a, b, c, d, e) 5, { a, b, c, d, e } argument
61 #define SFLDS5(a, b, c, d, e) 6, { SFLDS, a, b, c, d, e } argument
62 #define SFLDS6(a, b, c, d, e, f) 7, { SFLDS, a, b, c, d, e, f }
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic6x-insn-formats.h39 #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 }
41 #define CFLDS7(a, b, c, d, e, f, g) 10, { CFLDS, a, b, c, d, e, f, g }
42 #define CFLDS8(a, b, c, d, e, f, g, h) 11, { CFLDS, a, b, c, d, e, f, g, h }
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 }
49 #define NFLDS7(a, b, c, d, e, f, g) 8, { NFLDS, a, b, c, d, e, f, g }
55 #define FLDS5(a, b, c, d, e) 5, { a, b, c, d, e } argument
61 #define SFLDS5(a, b, c, d, e) 6, { SFLDS, a, b, c, d, e } argument
62 #define SFLDS6(a, b, c, d, e, f) 7, { SFLDS, a, b, c, d, e, f }
[all …]
/netbsd/src/tests/lib/libc/gen/
Dt_fpclassify.c45 float d0, d1, f; in ATF_TC_BODY() local
46 int e; in ATF_TC_BODY() local
125 double d0, d1, f; in ATF_TC_BODY() local
126 int e; in ATF_TC_BODY() local
205 long double d0, d1, f; in ATF_TC_BODY() local
206 int e; in ATF_TC_BODY() local
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Devents.c311 #define EVENT_REG_ADD_OP(e, f, ev) EVENT_REG_FD_OP((e), (f), (ev), EV_ADD)
312 #define EVENT_REG_ADD_READ(e, f) EVENT_REG_ADD_OP((e), (f), EVFILT_READ)
313 #define EVENT_REG_ADD_WRITE(e, f) EVENT_REG_ADD_OP((e), (f), EVFILT_WRITE)
316 #define EVENT_REG_DEL_OP(e, f, ev) EVENT_REG_FD_OP((e), (f), (ev), EV_DELETE)
317 #define EVENT_REG_DEL_READ(e, f) EVENT_REG_DEL_OP((e), (f), EVFILT_READ)
318 #define EVENT_REG_DEL_WRITE(e, f) EVENT_REG_DEL_OP((e), (f), EVFILT_WRITE)
395 #define EVENT_REG_ADD_READ(e, f) EVENT_REG_FD_OP((e), (f), POLLIN)
396 #define EVENT_REG_ADD_WRITE(e, f) EVENT_REG_FD_OP((e), (f), POLLOUT)
399 #define EVENT_REG_DEL_BOTH(e, f) EVENT_REG_FD_OP((e), (f), POLLREMOVE)
472 #define EVENT_REG_ADD_OP(e, f, ev) EVENT_REG_FD_OP((e), (f), (ev), EPOLL_CTL_ADD)
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtget_str.c30 mpfr_exp_t e; in check3() local
50 mpfr_exp_t e; in check_small() local
990 mpfr_exp_t e; in check_large() local
1084 mpfr_exp_t e; in check_special() local
1164 mpfr_exp_t e; in check_bug_base2k() local
1189 mpfr_exp_t emax, e; in check_reduced_exprange() local
1222 mpfr_exp_t e; in check_inex() local
1254 mpfr_t f; in check_negative_base() local
1255 mpfr_exp_t e; in check_negative_base() local
1275 mpfr_exp_t e; in coverage() local
[all …]
Dtset_float128.c36 _Float128 f; in check_special() local
165 _Float128 f, e; in check_large() local
261 _Float128 e, f; in check_small() local
/netbsd/src/games/trek/
Dkill.c151 kills(int x, int y, int f) in kills()
154 struct event *e; in kills() local
192 killd(int x, int y, int f) in killd()
194 struct event *e; in killd() local
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dfilterentry.c68 Entry *e, in test_filter()
69 Filter *f ) in test_filter()
165 Entry *e, in test_mra_filter()
534 Entry *e, in test_ava_filter()
820 Entry *e, in test_presence_filter()
875 Entry *e, in test_filter_and()
878 Filter *f; in test_filter_and() local
906 Entry *e, in test_filter_or()
909 Filter *f; in test_filter_or() local
937 Entry *e, in test_substrings_filter()
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/
Dsymcat.h26 #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
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
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)
/netbsd/src/external/gpl3/binutils/dist/include/
Dsymcat.h26 #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
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
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)
/netbsd/src/external/gpl3/gcc/dist/include/
Dsymcat.h26 #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
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
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)
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/
Dtb_digest.c17 void ENGINE_unregister_digests(ENGINE *e) in ENGINE_unregister_digests()
27 int ENGINE_register_digests(ENGINE *e) in ENGINE_register_digests()
42 ENGINE *e; in ENGINE_register_all_digests() local
48 int ENGINE_set_default_digests(ENGINE *e) in ENGINE_set_default_digests()
73 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid) in ENGINE_get_digest()
85 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e) in ENGINE_get_digests()
91 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) in ENGINE_set_digests()
Dtb_cipher.c17 void ENGINE_unregister_ciphers(ENGINE *e) in ENGINE_unregister_ciphers()
27 int ENGINE_register_ciphers(ENGINE *e) in ENGINE_register_ciphers()
42 ENGINE *e; in ENGINE_register_all_ciphers() local
48 int ENGINE_set_default_ciphers(ENGINE *e) in ENGINE_set_default_ciphers()
73 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) in ENGINE_get_cipher()
85 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) in ENGINE_get_ciphers()
91 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
Dtb_pkmeth.c18 void ENGINE_unregister_pkey_meths(ENGINE *e) in ENGINE_unregister_pkey_meths()
28 int ENGINE_register_pkey_meths(ENGINE *e) in ENGINE_register_pkey_meths()
43 ENGINE *e; in ENGINE_register_all_pkey_meths() local
49 int ENGINE_set_default_pkey_meths(ENGINE *e) in ENGINE_set_default_pkey_meths()
74 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) in ENGINE_get_pkey_meth()
86 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) in ENGINE_get_pkey_meths()
92 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths()
103 void engine_pkey_meths_free(ENGINE *e) in engine_pkey_meths_free()
/netbsd/src/sys/external/bsd/drm2/include/drm/
Ddrm_trace_netbsd.h43 #define DEFINE_TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE_DEFINE5(sdt,m,p,n,a,b,c,d,e) argument
44 #define DEFINE_TRACE6(m,p,n,a,b,c,d,e,f) \
46 #define DEFINE_TRACE7(m,p,n,a,b,c,d,e,f,g) \
54 #define DEFINE_TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE_DECLARE(sdt,m,p,n) argument
55 #define DEFINE_TRACE6(m,p,n,a,b,c,d,e,f) \
57 #define DEFINE_TRACE7(m,p,n,a,b,c,d,e,f,g) \
66 #define TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE5(sdt,m,p,n,a,b,c,d,e) argument
67 #define TRACE6(m,p,n,a,b,c,d,e,f) SDT_PROBE6(sdt,m,p,n,a,b,c,d,e,f)
68 #define TRACE7(m,p,n,a,b,c,d,e,f,g) SDT_PROBE7(sdt,m,p,n,a,b,c,d,e,f,g)
/netbsd/src/external/gpl3/binutils/dist/gas/
Ditbl-ops.c210 struct itbl_entry *e; in itbl_add_insn() local
225 itbl_add_operand (struct itbl_entry *e, int yytype, int sbit, in itbl_add_operand()
228 struct itbl_field *f, **last_f; in itbl_add_operand() local
255 struct itbl_entry *e, **es; in itbl_init() local
301 struct itbl_entry *e, **es; in append_insns_as_macros() local
387 form_args (struct itbl_entry *e) in form_args()
391 struct itbl_field *f; in form_args() local
483 struct itbl_entry *e = NULL; in itbl_assemble() local
484 struct itbl_field *f; in itbl_assemble() local
579 struct itbl_entry *e; in itbl_disassemble() local
[all …]
/netbsd/src/lib/libc/net/
Dethers.c82 ether_ntohost(char *hostname, const struct ether_addr *e) in ether_ntohost()
84 FILE *f; in ether_ntohost() local
141 ether_hostton(const char *hostname, struct ether_addr *e) in ether_hostton()
143 FILE *f; in ether_hostton() local
194 ether_line(const char *l, struct ether_addr *e, char *hostname) in ether_line()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Denumval.c18 enum e { I, J = 0xffffffffU, K = 0xf000000000000000ULL } e = J, f = K; variable
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dia64-opc-b.c53 #define OpBtypePaWhaD(a,b,c,d,e) \ argument
56 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \
59 #define OpX6BtypePaWhaD(a,b,c,d,e,f) \
62 #define OpX6BtypePaWhaDPr(a,b,c,d,e,f,g) \
90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY argument
91 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL argument
92 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
310 #define BR(a,b,c,d, e) \ argument
364 #define BRT(a,b,c,d,e) \ argument
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dia64-opc-b.c53 #define OpBtypePaWhaD(a,b,c,d,e) \ argument
56 #define OpBtypePaWhaDPr(a,b,c,d,e,f) \
59 #define OpX6BtypePaWhaD(a,b,c,d,e,f) \
62 #define OpX6BtypePaWhaDPr(a,b,c,d,e,f,g) \
90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY argument
91 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL argument
92 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
310 #define BR(a,b,c,d, e) \ argument
364 #define BRT(a,b,c,d,e) \ argument
/netbsd/src/common/lib/libc/hash/sha2/
Dsha2.c287 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \
296 #define ROUND256(a,b,c,d,e,f,g,h) \
310 uint32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
370 uint32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
633 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \
642 #define ROUND512(a,b,c,d,e,f,g,h) \
656 uint64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
713 uint64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
Dsha2.c354 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \
365 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \
374 #define ROUND256(a,b,c,d,e,f,g,h) \
386 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
444 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
683 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \
694 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \
703 #define ROUND512(a,b,c,d,e,f,g,h) \
715 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
770 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local

12345678910>>...24