Home
last modified time | relevance | path

Searched defs:fe (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c76 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 Dfpu_emu.c186 struct fpemu fe; in fpu_emulate() local
259 fpu_execute(struct trapframe *tf, struct fpemu *fe, union instr *insn) in fpu_execute()
H A Dfpu_add.c59 fpu_add(struct fpemu *fe) in fpu_add()
H A Dfpu_compare.c74 fpu_compare(struct fpemu *fe, int ordered) in fpu_compare()
H A Dfpu_mul.c100 fpu_mul(struct fpemu *fe) in fpu_mul()
H A Dfpu_subr.c204 fpu_newnan(struct fpemu *fe) in fpu_newnan()
H A Dfpu_div.c151 fpu_div(struct fpemu *fe) in fpu_div()
H A Dfpu_sqrt.c187 fpu_sqrt(struct fpemu *fe) in fpu_sqrt()
H A Dfpu_explode.c206 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) in fpu_explode()
H A Dfpu_emu.h154 #define fpu_sub(fe) ((fe)->fe_f2.fp_sign ^= 1, fpu_add(fe)) argument
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c170 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 Dnetflow_v9.c197 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 Dng_netflow.c605 fib_export_p fe; in ng_netflow_rcvdata() local
/freebsd/lib/libc/gen/
H A Dpututxline.c72 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 Dctl_frontend.c68 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 Dfe.h12 typedef uint64_t fe[10]; typedef
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daestab.c166 #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 Dif_vxlan.c606 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 Dedwards25519.c129 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 Dfilter.c245 struct filterent fe; in filter_Parse() local
/freebsd/sys/net/route/
H A Dfib_algo.c308 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 Daes_amd64.S235 #define fe(x) ((f8(x)) ^ (f4(x)) ^ (f2(x))) macro
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c584 struct file_entry *fe; in udf_vget() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c857 struct fiemap_extent *fe; in setup_sparse_fiemap() local
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c195 off_t j, bucket, fp, fe, k, now; in report_histogram() local

12