Home
last modified time | relevance | path

Searched refs:hval (Results 1 – 19 of 19) sorted by relevance

/openbsd/usr.bin/dig/lib/isc/
H A Dhash.c117 uint32_t hval; in isc_hash_function_reverse() local
131 return (hval); in isc_hash_function_reverse()
149 hval *= 16777619; in isc_hash_function_reverse()
151 hval *= 16777619; in isc_hash_function_reverse()
153 hval *= 16777619; in isc_hash_function_reverse()
155 hval *= 16777619; in isc_hash_function_reverse()
159 hval *= 16777619; in isc_hash_function_reverse()
165 hval *= 16777619; in isc_hash_function_reverse()
167 hval *= 16777619; in isc_hash_function_reverse()
169 hval *= 16777619; in isc_hash_function_reverse()
[all …]
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dhash-string.h31 unsigned long int hval, g; in hash_string() local
35 hval = 0; in hash_string()
38 hval <<= 4; in hash_string()
39 hval += (unsigned char) *str++; in hash_string()
40 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4)); in hash_string()
43 hval ^= g >> (HASHWORDBITS - 8); in hash_string()
44 hval ^= g; in hash_string()
47 return hval; in hash_string()
/openbsd/gnu/usr.bin/binutils/intl/
H A Dhash-string.h42 unsigned long int hval, g; local
46 hval = 0;
49 hval <<= 4;
50 hval += (unsigned long) *str++;
51 g = hval & ((unsigned long) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
55 hval ^= g;
58 return hval;
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dhash-string.h42 unsigned long int hval, g; local
46 hval = 0;
49 hval <<= 4;
50 hval += (unsigned long) *str++;
51 g = hval & ((unsigned long) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
55 hval ^= g;
58 return hval;
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dhash-string.h42 unsigned long int hval, g; local
46 hval = 0;
49 hval <<= 4;
50 hval += (unsigned long int) *str++;
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
55 hval ^= g;
58 return hval;
/openbsd/gnu/gcc/intl/
H A Dhash-string.h42 unsigned long int hval, g; local
46 hval = 0;
49 hval <<= 4;
50 hval += (unsigned long int) *str++;
51 g = hval & ((unsigned long int) 0xf << (HASHWORDBITS - 4));
54 hval ^= g >> (HASHWORDBITS - 8);
55 hval ^= g;
58 return hval;
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.h82 register int hval = len; in hash() local
84 switch (hval) in hash()
87 hval += asso_values[(unsigned char)str[5]+1]; in hash()
90 hval += asso_values[(unsigned char)str[4]]; in hash()
93 hval += asso_values[(unsigned char)str[3]]; in hash()
96 hval += asso_values[(unsigned char)str[2]]; in hash()
99 hval += asso_values[(unsigned char)str[1]]; in hash()
102 hval += asso_values[(unsigned char)str[0]]; in hash()
105 return hval + asso_values[(unsigned char)str[len - 1]]; in hash()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.h54 register int hval = len; local
56 switch (hval)
60 hval += asso_values[(unsigned char)str[5]];
62 hval += asso_values[(unsigned char)str[4]];
64 hval += asso_values[(unsigned char)str[3]];
66 hval += asso_values[(unsigned char)str[2]];
68 hval += asso_values[(unsigned char)str[1]];
70 hval += asso_values[(unsigned char)str[0]];
73 return hval + asso_values[(unsigned char)str[len - 1]];
/openbsd/sys/net/
H A Dbsd-comp.c575 disp = (hval == 0) ? 1 : hval; in bsd_compress()
577 hval += disp; in bsd_compress()
579 hval -= db->hsize; in bsd_compress()
720 disp = (hval == 0) ? 1 : hval; in bsd_incomp()
722 hval += disp; in bsd_incomp()
723 if (hval >= db->hsize) in bsd_incomp()
724 hval -= db->hsize; in bsd_incomp()
748 dictp2->cptr = hval; in bsd_incomp()
1020 disp = (hval == 0) ? 1 : hval; in bsd_decompress()
1022 hval += disp; in bsd_decompress()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dkeyword.h82 register int hval = len; local
84 switch (hval)
88 hval += asso_values[(unsigned char)str[3]];
92 hval += asso_values[(unsigned char)str[0]];
95 return hval + asso_values[(unsigned char)str[len - 1]];
/openbsd/sys/dev/pci/
H A Dif_xge.c237 uint32_t lval, hval; in pif_wcsr()
240 hval = val>>32; in pif_wcsr()
244 bus_space_write_raw_4(sc->sc_st, sc->sc_sh, csr+4, hval); in pif_wcsr()
247 bus_space_write_raw_4(sc->sc_st, sc->sc_sh, csr, hval); in pif_wcsr()
278 uint32_t lval, hval; in txp_wcsr()
281 hval = val>>32; in txp_wcsr()
287 bus_space_write_raw_4(sc->sc_txt, sc->sc_txh, csr, hval); in txp_wcsr()
302 uint32_t lval, hval; in pif_wkey()
305 hval = val>>32; in pif_wkey()
313 bus_space_write_raw_4(sc->sc_st, sc->sc_sh, csr, hval); in pif_wkey()
[all …]
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A D0nothread.t26 my @hval = @hash{0,1,2};
27 is(join(',',@hval),join(',',@val),"Values correct");
/openbsd/gnu/gcc/gcc/config/m88k/
H A Dconstraints.md53 (match_test "hval == 0 && lval == 0")))
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs958 SV *hval; in DD_dump() local
1066 hval = svp ? *svp : sv_newmortal(); in DD_dump()
1070 hval = hv_iterval((HV*)ival, entry); in DD_dump()
1147 DD_dump(aTHX_ hval, SvPVX_const(sname), SvCUR(sname), retval, seenhv, in DD_dump()
/openbsd/usr.sbin/btrace/
H A Dbt_parse.y687 bh_inc(const char *hname, struct bt_arg *hval, struct bt_arg *hrange) in bh_inc() argument
728 return bs_new(B_AC_BUCKETIZE, ba, (struct bt_var *)hval); in bh_inc()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c5152 bfd_vma hval; in xcoff_reloc_link_order() local
5187 hval = 0; in xcoff_reloc_link_order()
5193 hval = h->root.u.def.value; in xcoff_reloc_link_order()
5198 hval = 0; in xcoff_reloc_link_order()
5205 + hval); in xcoff_reloc_link_order()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxcofflink.c5974 bfd_vma hval; local
6012 hval = 0;
6018 hval = h->root.u.def.value;
6023 hval = 0;
6030 + hval);
/openbsd/gnu/gcc/gcc/
H A Drtl.def931 `hval' - CONST_DOUBLE_HIGH(op), if op is an integer CONST_DOUBLE.
935 Do not use ival/hval/lval/rval if op is not the appropriate kind of
/openbsd/gnu/gcc/gcc/doc/
H A Dmd.texi3001 @item hval