/freebsd/sys/powerpc/fpu/ |
H A D | fpu_implode.c | 76 round(struct fpemu *fe, struct fpn *fp) in round() 159 toinf(struct fpemu *fe, int sign) in toinf() 194 fpu_ftoi(struct fpemu *fe, struct fpn *fp) in fpu_ftoi() 240 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res) in fpu_ftox() 285 fpu_ftos(struct fpemu *fe, struct fpn *fp) in fpu_ftos() 366 fpu_ftod(struct fpemu *fe, struct fpn *fp, u_int *res) in fpu_ftod() 421 fpu_implode(struct fpemu *fe, struct fpn *fp, int type, u_int *space) in fpu_implode()
|
H A D | fpu_emu.c | 186 struct fpemu fe; in fpu_emulate() local 259 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) in fpu_execute()
|
H A D | fpu_add.c | 59 fpu_add(struct fpemu *fe) in fpu_add()
|
H A D | fpu_compare.c | 74 fpu_compare(struct fpemu *fe, int ordered) in fpu_compare()
|
H A D | fpu_mul.c | 100 fpu_mul(struct fpemu *fe) in fpu_mul()
|
H A D | fpu_subr.c | 204 fpu_newnan(struct fpemu *fe) in fpu_newnan()
|
H A D | fpu_div.c | 151 fpu_div(struct fpemu *fe) in fpu_div()
|
H A D | fpu_sqrt.c | 187 fpu_sqrt(struct fpemu *fe) in fpu_sqrt()
|
H A D | fpu_explode.c | 206 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) in fpu_explode()
|
H A D | fpu_emu.h | 154 #define fpu_sub(fe) ((fe)->fe_f2.fp_sign ^= 1, fpu_add(fe)) argument
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 170 get_export_dgram(priv_p priv, fib_export_p fe) in get_export_dgram() 204 return_export_dgram(priv_p priv, fib_export_p fe, item_p item, int flags) in return_export_dgram() 227 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) in expire_flow() 535 fib_export_p fe = priv_to_fib(priv, fib); in ng_netflow_fib_init() local 576 fib_export_p fe; in ng_netflow_cache_flush() local 653 ng_netflow_flow_add(priv_p priv, fib_export_p fe, struct ip *ip, in ng_netflow_flow_add() 780 ng_netflow_flow6_add(priv_p priv, fib_export_p fe, struct ip6_hdr *ip6, in ng_netflow_flow6_add() 1012 export_send(priv_p priv, fib_export_p fe, item_p item, int flags) in export_send()
|
H A D | netflow_v9.c | 197 export9_send(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, int flags) in export9_send() 365 get_export9_dgram(priv_p priv, fib_export_p fe, struct netflow_v9_packet_opt **tt) in get_export9_dgram() 438 return_export9_dgram(priv_p priv, fib_export_p fe, item_p item, struct netflow_v9_packet_opt *t, in… in return_export9_dgram()
|
H A D | ng_netflow.c | 605 fib_export_p fe; in ng_netflow_rcvdata() local
|
/freebsd/lib/libc/gen/ |
H A D | pututxline.c | 72 struct futx fe; in utx_active_add() local 142 struct futx fe; in utx_active_remove() local 200 struct futx fe; in utx_lastlogin_add() local
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_frontend.c | 68 ctl_frontend_register(struct ctl_frontend *fe) in ctl_frontend_register() 104 ctl_frontend_deregister(struct ctl_frontend *fe) in ctl_frontend_deregister() 129 struct ctl_frontend *fe; in ctl_frontend_find() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe.h | 12 typedef uint64_t fe[10]; typedef
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aestab.c | 166 #define fe(x) (f8(x) ^ f4(x) ^ f2(x)) macro 175 #define fe(x) ((x) ? pow[log[x] + 0xdf] : 0) macro
|
/freebsd/sys/net/ |
H A D | if_vxlan.c | 606 struct vxlan_ftable_entry *fe, *tfe; vxlan_ftable_flush() local 620 struct vxlan_ftable_entry *fe, *tfe; vxlan_ftable_expire() local 639 struct vxlan_ftable_entry *fe; vxlan_ftable_update_locked() local 726 struct vxlan_ftable_entry *fe; vxlan_ftable_sysctl_dump() local 764 struct vxlan_ftable_entry *fe; vxlan_ftable_entry_alloc() local 772 vxlan_ftable_entry_free(struct vxlan_ftable_entry * fe) vxlan_ftable_entry_free() argument 779 vxlan_ftable_entry_init(struct vxlan_softc * sc,struct vxlan_ftable_entry * fe,const uint8_t * mac,const struct sockaddr * sa,uint32_t flags) vxlan_ftable_entry_init() argument 791 vxlan_ftable_entry_destroy(struct vxlan_softc * sc,struct vxlan_ftable_entry * fe) vxlan_ftable_entry_destroy() argument 801 vxlan_ftable_entry_insert(struct vxlan_softc * sc,struct vxlan_ftable_entry * fe) vxlan_ftable_entry_insert() argument 839 struct vxlan_ftable_entry *fe; vxlan_ftable_entry_lookup() local 858 vxlan_ftable_entry_dump(struct vxlan_ftable_entry * fe,struct sbuf * sb) vxlan_ftable_entry_dump() argument 2221 struct vxlan_ftable_entry *fe; vxlan_ctrl_ftable_entry_add() local 2267 struct vxlan_ftable_entry *fe; vxlan_ctrl_ftable_entry_rem() local 2751 struct vxlan_ftable_entry *fe; vxlan_transmit() local [all...] |
/freebsd/crypto/krb5/src/plugins/preauth/spake/ |
H A D | edwards25519.c | 129 typedef struct fe { uint64_t v[5]; } fe; struct 140 typedef struct fe { uint32_t v[10]; } fe; struct
|
/freebsd/usr.sbin/ppp/ |
H A D | filter.c | 245 struct filterent fe; in filter_Parse() local
|
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 308 struct fib_error *fe; in flm_error_add() local 336 const struct fib_error *fe; in flm_error_check() local 352 struct fib_error *fe, *fe_tmp; in fib_error_clear_flm() local 370 struct fib_error *fe, *fe_tmp; in fib_error_clear() local
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_amd64.S | 235 #define fe(x) ((f8(x)) ^ (f4(x)) ^ (f2(x))) macro
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 584 struct file_entry *fe; in udf_vget() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_entry_from_file.c | 857 struct fiemap_extent *fe; in setup_sparse_fiemap() local
|
/freebsd/sbin/recoverdisk/ |
H A D | recoverdisk.c | 195 off_t j, bucket, fp, fe, k, now; in report_histogram() local
|