Home
last modified time | relevance | path

Searched refs:fe (Results 1 – 25 of 275) sorted by relevance

1234567891011

/freebsd-14.2/sys/powerpc/fpu/
H A Dfpu_emu.c437 fpu_explode(fe, &fe->fe_f1, type, ra); in fpu_execute()
438 fpu_explode(fe, &fe->fe_f2, type, rb); in fpu_execute()
475 fpu_explode(fe, &fe->fe_f1, type, ra); in fpu_execute()
476 fpu_explode(fe, &fe->fe_f2, type, rb); in fpu_execute()
509 fe->fe_fpscr &= fe->fe_cx; in fpu_execute()
573 fe->fe_fpscr = (fe->fe_fpscr&~mask) | in fpu_execute()
611 fpu_explode(fe, &fe->fe_f1, type, ra); in fpu_execute()
612 fpu_explode(fe, &fe->fe_f2, type, rb); in fpu_execute()
618 fpu_explode(fe, &fe->fe_f1, type, ra); in fpu_execute()
619 fpu_explode(fe, &fe->fe_f2, type, rb); in fpu_execute()
[all …]
H A Dfpu_implode.c136 fe->fe_cx |= FPSCR_FR; in round()
186 fe->fe_cx |= FPSCR_OX; in toinf()
222 fe->fe_cx |= FPSCR_UX; in fpu_ftoi()
232 fe->fe_cx |= FPSCR_VXCVI; in fpu_ftoi()
269 fe->fe_cx |= FPSCR_UX; in fpu_ftox()
279 fe->fe_cx |= FPSCR_VXCVI; in fpu_ftox()
340 fe->fe_cx |= FPSCR_UX; in fpu_ftos()
353 if (toinf(fe, sign)) in fpu_ftos()
399 fe->fe_cx |= FPSCR_UX; in fpu_ftod()
408 if (toinf(fe, sign)) { in fpu_ftod()
[all …]
H A Dfpu_div.c154 fpu_div(struct fpemu *fe) in fpu_div() argument
156 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2; in fpu_div()
183 fe->fe_cx |= FPSCR_VXSNAN; in fpu_div()
193 fe->fe_cx |= FPSCR_VXIDI; in fpu_div()
194 return (fpu_newnan(fe)); in fpu_div()
200 fe->fe_cx |= FPSCR_ZX; in fpu_div()
202 fe->fe_cx |= FPSCR_VXZDZ; in fpu_div()
203 return (fpu_newnan(fe)); in fpu_div()
217 fe->fe_cx = FPSCR_ZX; in fpu_div()
H A Dfpu_compare.c77 fpu_compare(struct fpemu *fe, int ordered) in fpu_compare() argument
82 a = &fe->fe_f1; in fpu_compare()
83 b = &fe->fe_f2; in fpu_compare()
84 r = &fe->fe_f3; in fpu_compare()
96 if (fe->fe_fpscr & FPSCR_VE || ISQNAN(a) || ISQNAN(b)) in fpu_compare()
152 fpu_sub(fe); in fpu_compare()
160 fe->fe_cx = cc; in fpu_compare()
H A Dfpu_add.c62 fpu_add(struct fpemu *fe) in fpu_add() argument
64 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r; in fpu_add()
94 fe->fe_cx |= FPSCR_VXSNAN; in fpu_add()
100 fe->fe_cx |= FPSCR_VXISI; in fpu_add()
101 return (fpu_newnan(fe)); in fpu_add()
106 rd = ((fe->fe_fpscr) & FPSCR_RN); in fpu_add()
126 r = &fe->fe_f3; in fpu_add()
H A Dfpu_mul.c103 fpu_mul(struct fpemu *fe) in fpu_mul() argument
105 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2; in fpu_mul()
134 fe->fe_cx |= FPSCR_VXSNAN; in fpu_mul()
140 fe->fe_cx |= FPSCR_VXIMZ; in fpu_mul()
141 return (fpu_newnan(fe)); in fpu_mul()
H A Dfpu_sqrt.c190 fpu_sqrt(struct fpemu *fe) in fpu_sqrt() argument
192 struct fpn *x = &fe->fe_f1; in fpu_sqrt()
215 fe->fe_cx |= FPSCR_VXSNAN; in fpu_sqrt()
220 fe->fe_cx |= FPSCR_ZX; in fpu_sqrt()
226 fe->fe_cx |= FPSCR_VXSQRT; in fpu_sqrt()
227 return (fpu_newnan(fe)); in fpu_sqrt()
H A Dfpu_emu.h156 #define fpu_sub(fe) ((fe)->fe_f2.fp_sign ^= 1, fpu_add(fe)) argument
H A Dfpu_explode.c209 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) in fpu_explode() argument
214 xspace = (u_int64_t *)&fe->fe_fpstate->fpr[reg].fpr; in fpu_explode()
216 space = (u_int *)&fe->fe_fpstate->fpr[reg].fpr; in fpu_explode()
251 fe->fe_cx = FPSCR_VXSNAN; /* assert invalid operand */ in fpu_explode()
/freebsd-14.2/lib/libc/gen/
H A Dpututxline.c72 struct futx fe; in utx_active_add() local
86 while (fread(&fe, sizeof(fe), 1, fp) == 1) { in utx_active_add()
87 switch (fe.fu_type) { in utx_active_add()
96 if (memcmp(fu->fu_id, fe.fu_id, sizeof(fe.fu_id)) == in utx_active_add()
142 struct futx fe; in utx_active_remove() local
153 while (fread(&fe, sizeof(fe), 1, fp) == 1 && ret != 0) in utx_active_remove()
154 switch (fe.fu_type) { in utx_active_remove()
158 if (memcmp(fu->fu_id, fe.fu_id, sizeof(fe.fu_id)) != 0) in utx_active_remove()
200 struct futx fe; in utx_lastlogin_add() local
214 while (fread(&fe, sizeof fe, 1, fp) == 1) { in utx_lastlogin_add()
[all …]
/freebsd-14.2/usr.sbin/ppp/
H A Dfilter.c245 struct filterent fe; in filter_Parse() local
271 memset(&fe, '\0', sizeof fe); in filter_Parse()
292 fe.f_action = action; in filter_Parse()
298 fe.f_invert = 1; in filter_Parse()
303 ncprange_init(&fe.f_src); in filter_Parse()
304 ncprange_init(&fe.f_dst); in filter_Parse()
318 ncprange_init(&fe.f_src); in filter_Parse()
370 switch (fe.f_proto) { in filter_Parse()
395 filter_Op2Nam(fe.f_srcop), fe.f_srcport); in filter_Parse()
397 filter_Op2Nam(fe.f_dstop), fe.f_dstport); in filter_Parse()
[all …]
/freebsd-14.2/sys/netgraph/netflow/
H A Dnetflow_v9.c370 mtx_lock(&fe->export9_mtx); in get_export9_dgram()
371 if (fe->exp.item9 != NULL) { in get_export9_dgram()
372 item = fe->exp.item9; in get_export9_dgram()
373 fe->exp.item9 = NULL; in get_export9_dgram()
374 t = fe->exp.item9_opt; in get_export9_dgram()
375 fe->exp.item9_opt = NULL; in get_export9_dgram()
418 (fe->sent_packets >= priv->templ_packets + fe->templ_last_pkt)) { in get_export9_dgram()
420 fe->templ_last_pkt = fe->sent_packets; in get_export9_dgram()
445 mtx_lock(&fe->export9_mtx); in return_export9_dgram()
447 fe->exp.item9 = item; in return_export9_dgram()
[all …]
H A Dnetflow.c176 item = fe->exp.item; in get_export_dgram()
177 fe->exp.item = NULL; in get_export_dgram()
214 fe->exp.item = item; in return_export_dgram()
539 if (fe != NULL) in ng_netflow_fib_init()
548 fe->fib = fib; in ng_netflow_fib_init()
549 fe->domain_id = fib; in ng_netflow_fib_init()
576 fib_export_p fe; in ng_netflow_cache_flush() local
625 export_send(priv, fe, fe->exp.item, NG_QUEUE); in ng_netflow_cache_flush()
628 export9_send(priv, fe, fe->exp.item9, in ng_netflow_cache_flush()
678 r.fib = fe->fib; in ng_netflow_flow_add()
[all …]
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c261 const lzma_filter_encoder *const fe in lzma_mt_block_size() local
263 if (fe == NULL) in lzma_mt_block_size()
266 if (fe->block_size != NULL) { in lzma_mt_block_size()
268 = fe->block_size(filters[i].options); in lzma_mt_block_size()
282 if (fe == NULL) { in lzma_properties_size()
291 if (fe->props_size_get == NULL) { in lzma_properties_size()
293 *size = fe->props_size_fixed; in lzma_properties_size()
297 return fe->props_size_get(size, filter->options); in lzma_properties_size()
305 if (fe == NULL) in lzma_properties_encode()
308 if (fe->props_encode == NULL) in lzma_properties_encode()
[all …]
/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend.c71 ctl_frontend_register(struct ctl_frontend *fe) in ctl_frontend_register() argument
82 if (strcmp(fe_tmp->name, fe->name) == 0) { in ctl_frontend_register()
88 STAILQ_INIT(&fe->port_list); in ctl_frontend_register()
91 if (fe->init != NULL) { in ctl_frontend_register()
92 if ((error = fe->init()) != 0) { in ctl_frontend_register()
94 fe->name, error); in ctl_frontend_register()
113 if (fe->shutdown != NULL) { in ctl_frontend_deregister()
114 if ((error = fe->shutdown()) != 0) { in ctl_frontend_deregister()
116 fe->name, error); in ctl_frontend_deregister()
132 struct ctl_frontend *fe; in ctl_frontend_find() local
[all …]
H A Dctl_frontend.h264 int ctl_frontend_register(struct ctl_frontend *fe);
270 int ctl_frontend_deregister(struct ctl_frontend *fe);
298 void ctl_port_online(struct ctl_port *fe);
303 void ctl_port_offline(struct ctl_port *fe);
/freebsd-14.2/contrib/netbsd-tests/ipf/input/
H A Df243 c0a8 01fe eb22 0035 002b d9e6 4a82 0100
8 4500 004c fc96 2000 4011 d9ba c0a8 01fe
15 4500 004c fc96 2007 4011 d9b3 c0a8 01fe
22 4500 004d fc96 000c 4011 f9ad c0a8 01fe
/freebsd-14.2/sys/net/
H A Dif_vxlan.c651 if (fe != NULL) { in vxlan_ftable_update_locked()
680 if (fe == NULL) in vxlan_ftable_update_locked()
766 fe = malloc(sizeof(*fe), M_VXLAN, M_ZERO | M_NOWAIT); in vxlan_ftable_entry_alloc()
768 return (fe); in vxlan_ftable_entry_alloc()
775 free(fe, M_VXLAN); in vxlan_ftable_entry_free()
849 return (fe); in vxlan_ftable_entry_lookup()
870 fe->vxlfe_flags); in vxlan_ftable_entry_dump()
2240 if (fe == NULL) in vxlan_ctrl_ftable_entry_add()
2270 if (fe != NULL) { in vxlan_ctrl_ftable_entry_rem()
2754 fe = NULL; in vxlan_transmit()
[all …]
/freebsd-14.2/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h19 typedef struct fe { u32 v[10]; } fe; argument
199 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
424 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
551 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt()
558 fe t0; in fe_loose_invert()
559 fe t1; in fe_loose_invert()
560 fe t2; in fe_loose_invert()
561 fe t3; in fe_loose_invert()
606 static __always_inline void fe_invert(fe *out, const fe *z) in fe_invert()
618 static __always_inline void fe_cswap(fe *f, fe *g, unsigned int b) in fe_cswap()
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dcurve25519.c955 static void fe_copy(fe h, const fe f) in fe_copy()
985 static void fe_add(fe h, const fe f, const fe g) in fe_add()
1006 static void fe_sub(fe h, const fe f, const fe g) in fe_sub()
1045 static void fe_mul(fe h, const fe f, const fe g) in fe_mul()
1275 static void fe_sq(fe h, const fe f) in fe_sq()
1407 static void fe_invert(fe out, const fe z) in fe_invert()
1512 static void fe_neg(fe h, const fe f) in fe_neg()
1584 static void fe_sq2(fe h, const fe f) in fe_sq2()
1727 static void fe_pow22523(fe out, const fe z) in fe_pow22523()
1799 fe X;
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c852 if (fe == NULL) in _archive_write_disk_header()
863 if (fe == NULL) in _archive_write_disk_header()
890 fe->birthtime = fe->mtime; in _archive_write_disk_header()
891 fe->birthtime_nanos = fe->mtime_nanos; in _archive_write_disk_header()
897 if (fe == NULL) in _archive_write_disk_header()
910 if (fe == NULL) in _archive_write_disk_header()
925 if (fe == NULL) in _archive_write_disk_header()
2762 if (fe == NULL) { in new_fixup()
2769 fe->fixup = 0; in new_fixup()
2770 fe->filetype = 0; in new_fixup()
[all …]
H A Darchive_read_disk_entry_from_file.c857 struct fiemap_extent *fe; in setup_sparse_fiemap() local
888 count = (sizeof(buff) - sizeof(*fm))/sizeof(*fe); in setup_sparse_fiemap()
913 fe = fm->fm_extents; in setup_sparse_fiemap()
918 int64_t length = fe->fe_length; in setup_sparse_fiemap()
919 if (fe->fe_logical + length > (uint64_t)size) in setup_sparse_fiemap()
920 length -= fe->fe_logical + length - size; in setup_sparse_fiemap()
921 if (fe->fe_logical == 0 && length == size) { in setup_sparse_fiemap()
928 fe->fe_logical, length); in setup_sparse_fiemap()
930 if (fe->fe_flags & FIEMAP_EXTENT_LAST) in setup_sparse_fiemap()
934 fe = fm->fm_extents + fm->fm_mapped_extents -1; in setup_sparse_fiemap()
[all …]
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe.h12 typedef uint64_t fe[10]; typedef
24 extern void fe_frombytes(fe, const unsigned char *);
/freebsd-14.2/secure/caroot/trusted/
H A DTWCA_Root_Certification_Authority.pem29 11:40:87:a7:7c:59:64:14:7b:b5:11:10:dd:fe:bf:
38 e4:47:f4:99:45:fe:1d:f1:f8:97:a3:88:1d:37:1c:
43 e5:0f:8b:38:0d:ee:0a:fc:fe:0f:98:9f:30:31:dd:
59 da:05:c4:fe:e2:50:c4:3a:86:7d:cc:da:7e:10:09:3b:92:35:
60 2a:53:b2:fe:eb:2b:05:d9:6c:5d:e6:d0:ef:d3:6a:66:9e:15:
69 e5:8e:b2:53:cc:49:ce:bc:30:fe:7b:0e:33:90:fb:ed:d2:14:
H A DTWCA_Global_Root_CA.pem44 cc:70:74:4f:2d:9b:1d:91:44:fd:56:28:a0:fe:bb:
59 6b:17:8b:b2:b1:fe:6c:e1:90:8c:88:a8:97:48:ce:
75 a6:ab:27:2e:1a:4d:81:bf:84:d4:70:1e:ad:47:fe:fd:4a:9d:
76 33:e0:f2:b9:c4:45:08:21:0a:da:69:69:73:72:0d:be:34:fe:
78 34:ec:3f:28:fe:0c:f1:57:86:4e:c9:55:f7:1c:d4:d8:a5:7d:
83 77:9e:fe:9e:29:5e:f7:c1:51:60:1f:de:da:0b:b2:2d:75:b7:
92 f7:32:f3:5c:d9:79:7d:ef:9e:a4:fe:c9:23:c3:24:ee:15:92:
99 fe:a9:b2:2b:06:d0:04:cd

1234567891011