Searched refs:xh (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | semi.c | 15 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 D | ipsec_input.c | 347 struct xform_history *xh; in ipsec4_common_input_cb() 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() 598 struct xform_history *xh; in ipsec6_common_input_cb() 695 xh = (struct xform_history *)(mtag + 1); in ipsec6_common_input_cb() 696 bcopy(&saidx->dst, &xh->dst, saidx->dst.sa.sa_len); in ipsec6_common_input_cb() 697 xh in ipsec6_common_input_cb() 341 struct xform_history *xh; ipsec4_common_input_cb() local 587 struct xform_history *xh; ipsec6_common_input_cb() local [all...] |
H A D | ipsec.c | 991 struct xform_history *xh; in ipsec_check_history() local 997 xh = (struct xform_history *)(mtag + 1); in ipsec_check_history() 1001 kdebug_secasindex_mode(xh->mode), xh->proto, in ipsec_check_history() 1002 ipsec_address(&xh->dst, buf, sizeof(buf)))); in ipsec_check_history() 1003 if (xh->proto != sp->req[idx]->saidx.proto) in ipsec_check_history() 1006 if (xh->mode != sp->req[idx]->saidx.mode && in ipsec_check_history() 1007 xh->mode != IPSEC_MODE_ANY) in ipsec_check_history() 1014 if (key_sockaddrcmp_withmask(&xh->dst.sa, in ipsec_check_history() 1018 if (key_sockaddrcmp(&xh->dst.sa, in ipsec_check_history()
|
H A D | ipsec_output.c | 906 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()
|
/freebsd/usr.sbin/apm/ |
H A D | apm.c | 35 #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 D | id_dsa | 10 ksp3qZB+xh/NP+hBqf0sbHX0yYbzKOvI5SCc/kKK6yagcBZOsubM/KC8TxyVgmD5c6WzYs
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 975 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 D | AVRRegisterInfo.td | 63 def R27 : AVRReg<27, "r27", [], ["xh"]>, DwarfRegNum<[27]>;
|
/freebsd/contrib/diff/ |
H A D | ABOUT-NLS | 597 sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu 731 63 teams sk sl sr sv ta th tr uk ven vi wa xh zh_CN zh_TW zu
|
/freebsd/contrib/libxo/doc/ |
H A D | field-formatting.rst | 75 a double [-]0xh.hhhp[+-]d
|
/freebsd/share/misc/ |
H A D | iso639 | 511 xh xho xho Xhosa
|
/freebsd/contrib/sendmail/ |
H A D | PGPKEYS | 1405 De1pD6FD68V5X6T/LrBH+1xh+fYSOtkArXykOFtfkT7ddq/kP5B5Nu6JCTBp2Trm
|