Home
last modified time | relevance | path

Searched refs:hb (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/src/lib/libc/compat/net/
Dcompat_ns_addr.c109 int hb[6], *hp; in Field() local
119 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4])))) { in Field()
120 cvtbase(1000L, 256, hb, i, out, len); in Field()
127 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4], &hb[5]))) { in Field()
128 cvtbase(256L, 256, hb, i, out, len); in Field()
135 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4], &hb[5]))) { in Field()
136 cvtbase(256L, 256, hb, i, out, len); in Field()
144 &hb[0], &hb[1], &hb[2]))) { in Field()
145 hb[0] = htons(hb[0]); hb[1] = htons(hb[1]); in Field()
146 hb[2] = htons(hb[2]); in Field()
[all …]
/netbsd/src/lib/libm/src/
De_hypotf.c28 int32_t j,k,ha,hb; in __ieee754_hypotf() local
32 GET_FLOAT_WORD(hb,y); in __ieee754_hypotf()
33 hb &= 0x7fffffff; in __ieee754_hypotf()
34 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in __ieee754_hypotf()
36 SET_FLOAT_WORD(b,hb); /* b <- |b| */ in __ieee754_hypotf()
37 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */ in __ieee754_hypotf()
43 if(hb == 0x7f800000) w = b; in __ieee754_hypotf()
47 ha -= 0x22000000; hb -= 0x22000000; k += 68; in __ieee754_hypotf()
49 SET_FLOAT_WORD(b,hb); in __ieee754_hypotf()
51 if(hb < 0x26800000) { /* b < 2**-50 */ in __ieee754_hypotf()
[all …]
De_hypot.c57 int32_t j,k,ha,hb; in __ieee754_hypot() local
61 GET_HIGH_WORD(hb,y); in __ieee754_hypot()
62 hb &= 0x7fffffff; in __ieee754_hypot()
63 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in __ieee754_hypot()
65 SET_HIGH_WORD(b,hb); /* b <- |b| */ in __ieee754_hypot()
66 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */ in __ieee754_hypot()
75 if(((hb^0x7ff00000)|low)==0) w = b; in __ieee754_hypot()
79 ha -= 0x25800000; hb -= 0x25800000; k += 600; in __ieee754_hypot()
81 SET_HIGH_WORD(b,hb); in __ieee754_hypot()
83 if(hb < 0x20b00000) { /* b < 2**-500 */ in __ieee754_hypot()
[all …]
De_hypotl.c61 int32_t j,k,ha,hb; in hypotl() local
65 GET_HIGH_WORD(hb,y); in hypotl()
66 hb &= 0x7fff; in hypotl()
67 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in hypotl()
70 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */ in hypotl()
80 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b; in hypotl()
84 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88); in hypotl()
87 SET_HIGH_WORD(b,hb); in hypotl()
89 if(hb < ESW(-(MAX_EXP/2-12))) { /* b < 2**-(MAX_EXP/2-12) */ in hypotl()
90 if(hb <= 0) { /* subnormal b or 0 */ in hypotl()
[all …]
Ds_fma.c153 double ha, hb, la, lb, p, q; in dd_mul() local
161 hb = b - p; in dd_mul()
162 hb += p; in dd_mul()
163 lb = b - hb; in dd_mul()
165 p = ha * hb; in dd_mul()
166 q = ha * lb + la * hb; in dd_mul()
Ds_fmal.c146 long double ha, hb, la, lb, p, q; in dd_mul() local
154 hb = b - p; in dd_mul()
155 hb += p; in dd_mul()
156 lb = b - hb; in dd_mul()
158 p = ha * hb; in dd_mul()
159 q = ha * lb + la * hb; in dd_mul()
/netbsd/src/sys/dev/usb/
Dirmce.c395 bool *hb = &sc->sc_rc6_hb[0]; in irmce_rc6_decode() local
407 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
409 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
410 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
412 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
413 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
414 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
416 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
417 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
418 hb[sc->sc_rc6_nhb++] = state; in irmce_rc6_decode()
[all …]
/netbsd/src/sys/arch/newsmips/conf/
Dfiles.newsmips17 device hb { [addr = -1], [level = -1] }
18 attach hb at mainbus
19 file arch/newsmips/dev/hb.c hb
32 attach mkclock at hb with mkclock_hb
37 attach le at hb: le24
44 attach zsc at hb with zsc_hb
57 attach kb at hb with kb_hb
64 attach ms at hb with ms_hb
71 attach fb at hb
75 attach fdc at hb
[all …]
/netbsd/src/sys/arch/news68k/conf/
Dfiles.news68k46 device hb { addr = 0, [ipl = -1], [vect = -1] }
47 attach hb at mainbus
48 file arch/news68k/dev/hb.c hb
57 attach timer at hb with timer_hb
62 attach mkclock at hb with mkclock_hb
67 attach le at hb: le24
73 attach kbc at hb
81 attach kb at hb with kb_hb
88 attach ms at hb with ms_hb
93 attach zsc at hb
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-msnlb.c57 const struct msnlb_heartbeat_pkt *hb; in msnlb_print() local
60 hb = (const struct msnlb_heartbeat_pkt *)bp; in msnlb_print()
63 ND_PRINT(", host priority: %u", GET_LE_U_4((hb->host_prio))); in msnlb_print()
64 ND_PRINT(", cluster IP: %s", GET_IPADDR_STRING(hb->virtual_ip)); in msnlb_print()
65 ND_PRINT(", host IP: %s", GET_IPADDR_STRING(hb->host_ip)); in msnlb_print()
/netbsd/src/sys/arch/mips/mips/
Dlocore_ingenic.S64 jr.hb ra
86 jr.hb ra
109 jr.hb ra
145 jr.hb ra
147 jr.hb ra
149 jr.hb ra
/netbsd/src/crypto/external/bsd/heimdal/dist/include/
Dbits.c124 const char *hb; in main() local
132 hb = "__BITS_H__"; in main()
137 hb = p; in main()
144 fprintf(f, "#ifndef %s\n", hb); in main()
145 fprintf(f, "#define %s\n", hb); in main()
307 fprintf(f, "#endif /* %s */\n", hb); in main()
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_msg.c154 const char *msg, bool hb) in vmw_port_hb_out() argument
160 if (hb && !mem_encrypt_active()) { in vmw_port_hb_out()
210 unsigned long reply_len, bool hb) in vmw_port_hb_in() argument
215 if (hb && !mem_encrypt_active()) { in vmw_port_hb_in()
/netbsd/src/sys/arch/playstation2/ee/
Dgsreg.h90 #define SYNCH2(hb, hf) \ argument
91 (((u_int64_t)(hb) << 11) | \
/netbsd/src/sys/arch/news68k/dev/
Dhb.c48 CFATTACH_DECL_NEW(hb, 0,
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dbytecode23 # https://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250
Dgnu151 # <https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=kbx/keybox-blob.c;hb=HEAD>
/netbsd/src/sys/arch/newsmips/dev/
Dhb.c24 CFATTACH_DECL_NEW(hb, 0,
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dutil-int.c578 struct hostent hb; in ldap_pvt_get_hname() local
607 &hb, buf, buflen, &h_errno ); in ldap_pvt_get_hname()
611 &hb, buf, buflen, in ldap_pvt_get_hname()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
Doperators.cl76 half hb = 1;
/netbsd/src/sys/dev/ic/
Dciss.c1342 u_int32_t hb; in ciss_heartbeat() local
1344 hb = bus_space_read_4(sc->sc_iot, sc->cfg_ioh, in ciss_heartbeat()
1346 if (hb == sc->heartbeat) { in ciss_heartbeat()
1349 device_xname(sc->sc_dev), sc->fibrillation, hb)); in ciss_heartbeat()
1355 sc->heartbeat = hb; in ciss_heartbeat()
1359 device_xname(sc->sc_dev), hb)); in ciss_heartbeat()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzap_micro.c1370 int hb; in zap_cursor_retrieve() local
1382 hb = zap_hashbits(zc->zc_zap); in zap_cursor_retrieve()
1383 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()
1384 zc->zc_cd += zc->zc_serialized >> hb; in zap_cursor_retrieve()
/netbsd/src/sys/netinet/
Dsctp_output.c8253 struct sctp_heartbeat_chunk *hb; local
8340 hb = mtod(chk->data, struct sctp_heartbeat_chunk *);
8343 hb->ch.chunk_type = SCTP_HEARTBEAT_REQUEST;
8344 hb->ch.chunk_flags = 0;
8345 hb->ch.chunk_length = htons(chk->send_size);
8347 hb->heartbeat.hb_info.ph.param_type = htons(SCTP_HEARTBEAT_INFO);
8348 hb->heartbeat.hb_info.ph.param_length = htons(sizeof(struct sctp_heartbeat_info_param));
8349 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
8350 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
8352 hb->heartbeat.hb_info.user_req = user_req;
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-dce.cc1655 hashval_t hb = b->second; in sort_phi_args() local
1656 if (ha < hb) in sort_phi_args()
1658 else if (ha > hb) in sort_phi_args()
/netbsd/src/external/gpl3/binutils/dist/binutils/
DREADME-how-to-make-a-release543 …https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gas/NEWS;;hb=refs/tags/bin…
544 …https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=ld/NEWS;hb=refs/tags/binut…
545 …https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags…

12