| /src/usr.bin/m4/lib/ |
| ohash_qlookupi.c | 25 u_int32_t hv; local 27 hv = ohash_interval(s, e); 28 return ohash_lookup_interval(h, s, *e, hv);
|
| ohash_int.h | 14 u_int32_t hv; member in struct:_ohash_record
|
| /src/external/bsd/ipf/dist/lib/ |
| printhashnode.c | 21 u_int hv; local 27 hv = IPE_V4_HASH_FN(ipe.ipe_addr.i6[0], ipe.ipe_mask.i6[0], 38 PRINTF("\t%d\tAddress: %s", hv,
|
| /src/external/bsd/mdocml/dist/ |
| mandoc_xr.c | 72 uint32_t hv; local 91 hv = ohash_interval(xr->hashkey, &pend); 92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv);
|
| compat_ohash.c | 30 uint32_t hv; member in struct:_ohash_record 103 i = h->t[j].hv % ns; 104 incr = ((h->t[j].hv % (ns - 2)) & ~1) + 1; 110 n[i].hv = h->t[j].hv; 227 uint32_t hv) 236 i = hv % h->size; 237 incr = ((hv % (h->size-2)) & ~1) + 1; 245 } else if (h->t[i].hv == hv & 327 uint32_t hv; local [all...] |
| /src/sys/arch/alpha/stand/netboot/ |
| if_prom.c | 159 int hv, lv; local 166 hv = dval(*enet_addr); enet_addr++; 170 if (hv == -1 || lv == -1) { 175 desc->myea[i] = (hv << 4) | lv;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| symtab.c | 192 unsigned int hv; local 197 hv = hash(elt->key, symtab->case_sensitive); 198 APPEND(newtable[hv % newsize], elt, link);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| symtab.c | 197 unsigned int hv; local 202 hv = hash(elt->key, symtab->case_sensitive); 203 APPEND(newtable[hv % newsize], elt, link);
|
| /src/sys/crypto/nist_hash_drbg/ |
| nist_hash_drbg.c | 142 const struct hvec hv[] = { 147 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 182 const struct hvec hv[] = { 187 hash_df(D->C, sizeof D->C, hv, arraycount(hv)); 140 const struct hvec hv[] = { local 179 const struct hvec hv[] = { local
|
| /src/usr.bin/config/ |
| hash.c | 166 hv(u_int h, char c) function 179 h = hv(h, *str++); 190 h = hv(h, HASH2DELIM);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipnat.c | 638 u_int hv; local 650 for (hv = 0; hv < nsp->ns_hostmap_sz; hv++) { 651 hmp = maptable[hv]; 659 printhostmap(&hm, hv);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-infthread.c | 325 gdb::array_view<const gdb_byte> hv; local 329 hv = target_thread_info_to_thread_handle (thread_obj->thread); 336 if (hv.size () == 0) 342 PyObject *object = PyBytes_FromStringAndSize ((const char *) hv.data (), 343 hv.size());
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-infthread.c | 325 gdb::array_view<const gdb_byte> hv; local 329 hv = target_thread_info_to_thread_handle (thread_obj->thread); 336 if (hv.size () == 0) 342 PyObject *object = PyBytes_FromStringAndSize ((const char *) hv.data (), 343 hv.size());
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_htable.c | 868 u_int hv; local 885 hv = IPE_V4_HASH_FN(ipe->ipe_addr.in4_addr, 895 hv = IPE_V6_HASH_FN(ipe->ipe_addr.i6, 906 ipe->ipe_hnext = iph->iph_table[hv]; 907 ipe->ipe_phnext = iph->iph_table + hv; 909 if (iph->iph_table[hv] != NULL) 910 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext; 911 iph->iph_table[hv] = ipe; 999 u_int hv; local 1013 hv = IPE_V4_HASH_FN(ipe.ipe_addr.in4_addr 1133 u_int hv; local 1331 u_int hv; local [all...] |
| ip_sync.c | 695 u_int hv; local 698 hv = sp->sm_num & (softs->ipf_sync_state_tab_sz - 1); 752 sl->sl_pnext = softs->syncstatetab + hv; 753 sl->sl_next = softs->syncstatetab[hv]; 754 if (softs->syncstatetab[hv] != NULL) 755 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next; 756 softs->syncstatetab[hv] = sl; 778 for (sl = softs->syncstatetab[hv]; (sl != NULL); 922 u_int hv = 0; local 958 sl->sl_pnext = softs->syncnattab + hv; 1021 u_int hv, sz; local [all...] |
| ip_nat6.c | 218 u_int hv; local 225 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz); 231 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz); 234 hv = 0; 239 np = softn->ipf_nat_rdr_rules + hv; 244 n->in_hv[0] = hv; 265 u_int hv; local 272 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_maprules_sz); 275 hv = 0; 280 np = softn->ipf_nat_map_rules + hv; 371 u_int hv; local 1882 u_int hv; local 2193 u_int hv; local 2642 u_32_t hv, nmsk = 0; local 3042 u_32_t hv, rmsk = 0; local [all...] |
| /src/external/bsd/ipf/dist/ |
| ip_htable.c | 915 u_int hv; local 932 hv = IPE_V4_HASH_FN(ipe->ipe_addr.in4_addr, 942 hv = IPE_V6_HASH_FN(ipe->ipe_addr.i6, 953 ipe->ipe_hnext = iph->iph_table[hv]; 954 ipe->ipe_phnext = iph->iph_table + hv; 956 if (iph->iph_table[hv] != NULL) 957 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext; 958 iph->iph_table[hv] = ipe; 1048 u_int hv; local 1064 hv = IPE_V4_HASH_FN(ipe.ipe_addr.in4_addr 1192 u_int hv; local 1399 u_int hv; local [all...] |
| ip_sync.c | 711 u_int hv; local 714 hv = sp->sm_num & (softs->ipf_sync_state_tab_sz - 1); 768 sl->sl_pnext = softs->syncstatetab + hv; 769 sl->sl_next = softs->syncstatetab[hv]; 770 if (softs->syncstatetab[hv] != NULL) 771 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next; 772 softs->syncstatetab[hv] = sl; 794 for (sl = softs->syncstatetab[hv]; (sl != NULL); 947 u_int hv = 0; local 983 sl->sl_pnext = softs->syncnattab + hv; 1050 u_int hv, sz; local [all...] |
| ip_nat6.c | 225 u_int hv; local 232 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz); 238 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz); 241 hv = 0; 246 np = softn->ipf_nat_rdr_rules + hv; 251 n->in_hv[0] = hv; 274 u_int hv; local 281 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_maprules_sz); 284 hv = 0; 289 np = softn->ipf_nat_map_rules + hv; 387 u_int hv; local 1926 u_int hv; local 2245 u_int hv; local 2695 u_32_t hv, nmsk = 0; local 3095 u_32_t hv, rmsk = 0; local [all...] |
| /src/sys/arch/dreamcast/dev/maple/ |
| mlcd.c | 54 hv : 1, /* 0: horizontal, 1: vertical */ member in struct:mlcd_funcdef 245 funcdef.s.hv ? "vert" : "horiz",
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_leapsec.c | 1051 unsigned char hv[ISC_SHA1_DIGESTLENGTH]; member in struct:__anon7437 1083 mac->hv[wi*4 + di] = 1139 isc_sha1_final(&mdctx, ldig.hv);
|
| /src/external/mpl/dhcp/dist/server/ |
| omapi.c | 2168 omapi_value_t *hv = NULL; local 2200 "hashstring", &hv); 2206 if (hv->value->type != omapi_datatype_data && 2207 hv->value->type != omapi_datatype_string) { 2209 omapi_value_dereference(&hv, MDL); 2215 hv->value->u.buffer.value, 2216 hv->value->u.buffer.len, MDL); 2218 omapi_value_dereference(&hv, MDL);
|
| /src/sys/dev/pci/ |
| if_txp.c | 627 struct txp_hostvar *hv = sc->sc_hostvar; local 652 if (hv->hv_rx_buf_write_idx == hv->hv_rx_buf_read_idx) 829 struct txp_hostvar *hv = sc->sc_hostvar; local 834 end = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_read_idx)); 835 i = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_write_idx)); 885 hv->hv_rx_buf_write_idx = htole32(TXP_IDX2OFFSET(i)); 1645 struct txp_hostvar *hv = sc->sc_hostvar; local 1695 idx = le32toh(hv->hv_resp_read_idx); 1696 if (idx != le32toh(hv->hv_resp_write_idx)) 1719 struct txp_hostvar *hv = sc->sc_hostvar; local 1768 struct txp_hostvar *hv = sc->sc_hostvar; local 1792 struct txp_hostvar *hv = sc->sc_hostvar; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-color.cc | 219 allocno_hard_regs_hasher::hash (const allocno_hard_regs *hv) 221 return iterative_hash (&hv->set, sizeof (HARD_REG_SET), 0); 235 /* Return allocno hard registers in the hash table equal to HV. */ 237 find_hard_regs (allocno_hard_regs_t hv) 239 return allocno_hard_regs_htab->find (hv); 242 /* Insert allocno hard registers HV in the hash table (if it is not 245 insert_hard_regs (allocno_hard_regs_t hv) 247 allocno_hard_regs **slot = allocno_hard_regs_htab->find_slot (hv, INSERT); 250 *slot = hv; 269 allocno_hard_regs_t hv; 268 allocno_hard_regs_t hv; local 291 allocno_hard_regs_t hv; local 704 allocno_hard_regs_t hv; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-color.cc | 219 allocno_hard_regs_hasher::hash (const allocno_hard_regs *hv) 221 return iterative_hash (&hv->set, sizeof (HARD_REG_SET), 0); 235 /* Return allocno hard registers in the hash table equal to HV. */ 237 find_hard_regs (allocno_hard_regs_t hv) 239 return allocno_hard_regs_htab->find (hv); 242 /* Insert allocno hard registers HV in the hash table (if it is not 245 insert_hard_regs (allocno_hard_regs_t hv) 247 allocno_hard_regs **slot = allocno_hard_regs_htab->find_slot (hv, INSERT); 250 *slot = hv; 269 allocno_hard_regs_t hv; 268 allocno_hard_regs_t hv; local 291 allocno_hard_regs_t hv; local 697 allocno_hard_regs_t hv; local [all...] |