Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
42 xh = in[0]; in test_rint()
49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint()
50 xh = xh >> 1; in test_rint()
54 xh += (xl==0); in test_rint()
57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint()
60 out[0] = xh; in test_rint()
429 uint32 xh, xl; in test_frexp() local
438 xh = x[0] & 0x7FFFFFFF; in test_frexp()
441 while (!(xh & 0x100000)) { in test_frexp()
[all …]
/freebsd/sys/netipsec/
H A Dipsec_input.c347 struct xform_history *xh; in ipsec4_common_input_cb() local
451 xh = (struct xform_history *)(mtag + 1); in ipsec4_common_input_cb()
452 bcopy(&saidx->dst, &xh->dst, saidx->dst.sa.sa_len); in ipsec4_common_input_cb()
453 xh->spi = sav->spi; in ipsec4_common_input_cb()
454 xh->proto = sproto; in ipsec4_common_input_cb()
455 xh->mode = saidx->mode; in ipsec4_common_input_cb()
601 struct xform_history *xh; in ipsec6_common_input_cb() local
698 xh = (struct xform_history *)(mtag + 1); in ipsec6_common_input_cb()
699 bcopy(&saidx->dst, &xh->dst, saidx->dst.sa.sa_len); in ipsec6_common_input_cb()
700 xh->spi = sav->spi; in ipsec6_common_input_cb()
[all …]
H A Dipsec_offload.h46 struct xform_history xh; /* Must be first to mimic IPSEC_IN_DONE */ member
72 struct xform_history *xh);
166 ipsec_accel_fill_xh(if_t ifp, uint32_t drv_spi, struct xform_history *xh) in ipsec_accel_fill_xh() argument
168 bool (*p)(if_t ifp, uint32_t drv_spi, struct xform_history *xh); in ipsec_accel_fill_xh()
172 return (p(ifp, drv_spi, xh)); in ipsec_accel_fill_xh()
H A Dipsec.c997 struct xform_history *xh; in ipsec_check_history() local
1003 xh = (struct xform_history *)(mtag + 1); in ipsec_check_history()
1007 kdebug_secasindex_mode(xh->mode), xh->proto, in ipsec_check_history()
1008 ipsec_address(&xh->dst, buf, sizeof(buf)))); in ipsec_check_history()
1009 if (xh->proto != sp->req[idx]->saidx.proto) in ipsec_check_history()
1012 if (xh->mode != sp->req[idx]->saidx.mode && in ipsec_check_history()
1013 xh->mode != IPSEC_MODE_ANY) in ipsec_check_history()
1020 if (key_sockaddrcmp_withmask(&xh->dst.sa, in ipsec_check_history()
1024 if (key_sockaddrcmp(&xh->dst.sa, in ipsec_check_history()
H A Dipsec_output.c906 struct xform_history *xh; in ipsec_process_done() local
953 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT); in ipsec_process_done()
960 xh = (struct xform_history *)(mtag + 1); in ipsec_process_done()
961 xh->dst = saidx->dst; in ipsec_process_done()
962 xh->proto = saidx->proto; in ipsec_process_done()
963 xh->mode = saidx->mode; in ipsec_process_done()
964 xh->spi = sav->spi; in ipsec_process_done()
H A Dipsec_offload.c164 struct xform_history *xh);
1194 ipsec_accel_fill_xh_impl(if_t ifp, uint32_t drv_spi, struct xform_history *xh) in ipsec_accel_fill_xh_impl() argument
1205 memcpy(xh, &i->xfh, sizeof(*xh)); in ipsec_accel_fill_xh_impl()
H A Dkey.c118 struct xform_history *xh);
/freebsd/lib/msun/src/
H A Dmath_private.h483 #define _SPLIT(x, xh, xl) \ argument
487 xh = __t1 + ((x) - __t1); \
488 xl = (x) - xh; \
521 #define _XADD(xh, xl, yh, yl, zh, zl) \ argument
523 typeof(xh) __s1, __s2, __s3, __s4, __s5, __s6; \
524 _SLOW2SUM(xh, yh, __s1, __s2); \
550 #define _XMUL(xh, xl, yh, yl, ph, pl) \ argument
552 _MUL(xh, yh, ph, pl); \
553 pl += xl * yl + xl * yh + xh * yl; \
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_rxtx.c55 __offsetof(struct ipsec_accel_in_tag, xh), M_NOWAIT); in mlx5_accel_ipsec_rx_tag_add()
74 if (ipsec_accel_fill_xh(ifp, drv_spi, &mtag->xh)) { in mlx5e_accel_ipsec_handle_rx_cqe()
/freebsd/usr.sbin/apm/
H A Dapm.c35 #define xh(a) (((a) & 0xff00) >> 8) macro
37 #define APMERR(a) xh(a)
271 tm.tm_sec = bcd2int(xh(args.ecx)); in print_all_info()
273 tm.tm_hour = bcd2int(xh(args.edx)); in print_all_info()
275 tm.tm_mon = bcd2int(xh(args.esi)) - 1; in print_all_info()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/testdata/
H A Did_dsa10 ksp3qZB+xh/NP+hBqf0sbHX0yYbzKOvI5SCc/kKK6yagcBZOsubM/KC8TxyVgmD5c6WzYs
/freebsd/contrib/bearssl/src/
H A Dinner.h975 uint32_t xl, xh; in MUL31_lo() local
979 xh = (x >> 16) | (uint32_t)0x80000000; in MUL31_lo()
982 return (xl * yl + ((xl * yh + xh * yl) << 16)) & (uint32_t)0x7FFFFFFF; in MUL31_lo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td63 def R27 : AVRReg<27, "r27", [], ["xh"]>, DwarfRegNum<[27]>;
/freebsd/contrib/libxo/doc/
H A Dfield-formatting.rst75 a double [-]0xh.hhhp[+-]d
/freebsd/share/misc/
H A Diso639511 xh xho xho Xhosa
/freebsd/contrib/sendmail/
H A DPGPKEYS1405 De1pD6FD68V5X6T/LrBH+1xh+fYSOtkArXykOFtfkT7ddq/kP5B5Nu6JCTBp2Trm