HomeSort by: relevance | last modified time | path
    Searched defs:hb (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-msnlb.c 57 const struct msnlb_heartbeat_pkt *hb; local
60 hb = (const struct msnlb_heartbeat_pkt *)bp;
63 ND_PRINT(", host priority: %u", GET_LE_U_4((hb->host_prio)));
64 ND_PRINT(", cluster IP: %s", GET_IPADDR_STRING(hb->virtual_ip));
65 ND_PRINT(", host IP: %s", GET_IPADDR_STRING(hb->host_ip));
  /src/lib/libm/src/
e_hypot.c 57 int32_t j,k,ha,hb; local
61 GET_HIGH_WORD(hb,y);
62 hb &= 0x7fffffff;
63 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
65 SET_HIGH_WORD(b,hb); /* b <- |b| */
66 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
75 if(((hb^0x7ff00000)|low)==0) w = b;
79 ha -= 0x25800000; hb -= 0x25800000; k += 600
    [all...]
e_hypotf.c 28 int32_t j,k,ha,hb; local
32 GET_FLOAT_WORD(hb,y);
33 hb &= 0x7fffffff;
34 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
36 SET_FLOAT_WORD(b,hb); /* b <- |b| */
37 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
43 if(hb == 0x7f800000) w = b;
47 ha -= 0x22000000; hb -= 0x22000000; k += 68
    [all...]
e_hypotl.c 61 int32_t j,k,ha,hb; local
65 GET_HIGH_WORD(hb,y);
66 hb &= 0x7fff;
67 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
70 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */
80 if (hb >= ESW(MAX_EXP) && (manh & ~LDBL_NBIT) == 0 && manl == 0)
85 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88);
88 SET_HIGH_WORD(b,hb);
    [all...]
s_fma.c 153 double ha, hb, la, lb, p, q; local
161 hb = b - p;
162 hb += p;
163 lb = b - hb;
165 p = ha * hb;
166 q = ha * lb + la * hb;
s_fmal.c 146 long double ha, hb, la, lb, p, q; local
154 hb = b - p;
155 hb += p;
156 lb = b - hb;
158 p = ha * hb;
159 q = ha * lb + la * hb;
  /src/crypto/external/bsd/heimdal/dist/include/
bits.c 124 const char *hb; local
132 hb = "__BITS_H__";
137 hb = p;
144 fprintf(f, "#ifndef %s\n", hb);
145 fprintf(f, "#define %s\n", hb);
307 fprintf(f, "#endif /* %s */\n", hb);
  /src/external/gpl3/gcc/dist/libquadmath/math/
hypotq.c 54 int64_t j,k,ha,hb; local
58 GET_FLT128_MSW64(hb,y);
59 hb &= 0x7fffffffffffffffLL;
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
62 SET_FLT128_MSW64(b,hb); /* b <- |b| */
63 if((ha-hb)>0x78000000000000LL) {return a+b;} /* x/y > 2**120 */
74 if(((hb^0x7fff000000000000LL)|low)==0) w = b;
79 hb -= 0x2580000000000000LL; k += 9600
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
hypotq.c 54 int64_t j,k,ha,hb; local
58 GET_FLT128_MSW64(hb,y);
59 hb &= 0x7fffffffffffffffLL;
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
62 SET_FLT128_MSW64(b,hb); /* b <- |b| */
63 if((ha-hb)>0x78000000000000LL) {return a+b;} /* x/y > 2**120 */
74 if(((hb^0x7fff000000000000LL)|low)==0) w = b;
79 hb -= 0x2580000000000000LL; k += 9600
    [all...]
  /src/lib/libc/compat/net/
compat_ns_addr.c 110 int hb[6], *hp; local
120 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4])))) {
121 cvtbase(1000L, 256, hb, i, out, len);
128 &hb[0], &hb[1], &hb[2], &hb[3], &hb[4], &hb[5])))
    [all...]
  /src/external/mpl/bind/dist/bin/named/
fuzz.c 546 uint8_t hb, lb; local
547 hb = *nameptr++;
549 qtype = (hb << 8) | lb;
  /src/external/mpl/bind/dist/tests/dns/
dst_test.c 242 isc_buffer_t hb; local
243 isc_buffer_init(&hb, hexbuf, sizeof(hexbuf));
245 isc_hex_totext(&r, 0, "", &hb);
  /src/sys/dev/usb/
irmce.c 395 bool *hb = &sc->sc_rc6_hb[0]; local
407 hb[sc->sc_rc6_nhb++] = state;
409 hb[sc->sc_rc6_nhb++] = state;
410 hb[sc->sc_rc6_nhb++] = state;
412 hb[sc->sc_rc6_nhb++] = state;
413 hb[sc->sc_rc6_nhb++] = state;
414 hb[sc->sc_rc6_nhb++] = state;
416 hb[sc->sc_rc6_nhb++] = state;
417 hb[sc->sc_rc6_nhb++] = state;
418 hb[sc->sc_rc6_nhb++] = state
    [all...]
  /src/sys/dev/ic/
ciss.c 1342 u_int32_t hb; local
1344 hb = bus_space_read_4(sc->sc_iot, sc->cfg_ioh,
1346 if (hb == sc->heartbeat) {
1349 device_xname(sc->sc_dev), sc->fibrillation, hb));
1355 sc->heartbeat = hb;
1359 device_xname(sc->sc_dev), hb));
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_micro.c 1370 int hb; local
1382 hb = zap_hashbits(zc->zc_zap);
1383 zc->zc_hash = zc->zc_serialized << (64 - hb);
1384 zc->zc_cd += zc->zc_serialized >> hb;
  /src/external/bsd/blocklist/bin/
conf.c 832 char ha[128], hb[32], b[5][64]; local
853 hb[0] = '\0';
859 conf_namemask(hb, sizeof(hb), c), delim,
865 conf_namemask(hb, sizeof(hb), c),
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dce.cc 1713 hashval_t hb = b->second; local
1714 if (ha < hb)
1716 else if (ha > hb)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dce.cc 1655 hashval_t hb = b->second; local
1656 if (ha < hb)
1658 else if (ha > hb)
  /src/external/mpl/dhcp/dist/server/
mdb.c 2442 struct hash_bucket *hb; local
2469 for (hb = group_name_hash -> buckets [i];
2470 hb; hb = hb -> next) {
2471 gp = (struct group_object *)hb -> value;
2488 for (hb = host_name_hash -> buckets [i];
2489 hb; hb = hb -> next)
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c 56 U32 const hb = ZSTD_highbit32(stat); local
57 U32 const BWeight = hb * BITCOST_MULTIPLIER;
61 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb;
63 assert(hb + BITCOST_ACCURACY < 31);
  /src/common/lib/libx86emu/
x86emu.c 5829 uint8_t hb, lb; local
5831 hb = (uint8_t) ((d >> 8) & 0xff);
5833 l = (uint16_t) ((lb + 10 * hb) & 0xFF);
  /src/sys/netinet/
sctp_output.c 5555 * set hb flag since we can use
5622 printf("Update HB anyway\n");
5652 /* Only HB or ASCONF advances time */
5901 printf("Update HB time anyway\n");
5932 /* For data/asconf and hb set time */
6122 /* take a HB request and make it into a
6123 * HB ack and send it.
6568 * we use this for HB and retrans cannot measure RTT
6759 /* For HB's */
6762 * this we use this for HB and retrans cannot measur
8253 struct sctp_heartbeat_chunk *hb; local
    [all...]

Completed in 59 milliseconds