HomeSort by: relevance | last modified time | path
    Searched refs:hv (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/usr.bin/m4/lib/
ohash_qlookupi.c 25 u_int32_t hv; local in function:ohash_qlookupi
27 hv = ohash_interval(s, e);
28 return ohash_lookup_interval(h, s, *e, hv);
ohash_lookup_interval.c 24 uint32_t hv)
33 i = hv % h->size;
34 incr = ((hv % (h->size-2)) & ~1) + 1;
42 } else if (h->t[i].hv == hv &&
47 h->t[empty].hv = hv;
66 h->t[i].hv = hv;
ohash_lookup_memory.c 23 ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
32 i = hv % h->size;
33 incr = ((hv % (h->size-2)) & ~1) + 1;
41 } else if (h->t[i].hv == hv &&
44 h->t[empty].hv = hv;
62 h->t[i].hv = hv;
ohash_int.h 14 u_int32_t hv; member in struct:_ohash_record
ohash_do.c 49 i = h->t[j].hv % ns;
50 incr = ((h->t[j].hv % (ns - 2)) & ~1) + 1;
56 n[i].hv = h->t[j].hv;
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 1054 u_int hv; local in function:ipf_state_insert
1071 hv = is->is_hv % softs->ipf_state_size;
1072 /* TRACE is, hv */
1073 is->is_hv = hv;
1117 if (softs->ipf_state_table[hv] != NULL)
1118 softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
1121 is->is_phnext = softs->ipf_state_table + hv;
1122 is->is_hnext = softs->ipf_state_table[hv];
1123 softs->ipf_state_table[hv] = is;
1124 softs->ipf_state_stats.iss_bucketlen[hv]++
1354 u_int pass, hv; local in function:ipf_state_add
2637 u_int hv; local in function:ipf_checkicmpmatchingstate
2972 u_int hv, hvm, pr, v, tryagain; local in function:ipf_state_lookup
4378 u_int hv; local in function:ipf_checkicmp6matchingstate
5154 u_int hv; local in function:ipf_state_rehash
    [all...]
ip_sync.c 689 u_int hv; local in function:ipf_sync_state
692 hv = sp->sm_num & (softs->ipf_sync_state_tab_sz - 1);
746 sl->sl_pnext = softs->syncstatetab + hv;
747 sl->sl_next = softs->syncstatetab[hv];
748 if (softs->syncstatetab[hv] != NULL)
749 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next;
750 softs->syncstatetab[hv] = sl;
772 for (sl = softs->syncstatetab[hv]; (sl != NULL);
916 u_int hv = 0; local in function:ipf_sync_nat
952 sl->sl_pnext = softs->syncnattab + hv;
1015 u_int hv, sz; local in function:ipf_sync_new
    [all...]
ip_htable.c 867 u_int hv; local in function:ipf_htent_insert
884 hv = IPE_V4_HASH_FN(ipe->ipe_addr.in4_addr,
894 hv = IPE_V6_HASH_FN(ipe->ipe_addr.i6,
905 ipe->ipe_hnext = iph->iph_table[hv];
906 ipe->ipe_phnext = iph->iph_table + hv;
908 if (iph->iph_table[hv] != NULL)
909 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext;
910 iph->iph_table[hv] = ipe;
998 u_int hv; local in function:ipf_htent_find
1012 hv = IPE_V4_HASH_FN(ipe.ipe_addr.in4_addr
1132 u_int hv; local in function:ipf_iphmfind
1330 u_int hv; local in function:ipf_iphmfind6
    [all...]
ip_nat6.c 218 u_int hv; local in function:ipf_nat6_addrdr
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 in function:ipf_nat6_addmap
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 in function:ipf_nat6_hostmap
1882 u_int hv; local in function:ipf_nat6_inlookup
2193 u_int hv; local in function:ipf_nat6_outlookup
2642 u_32_t hv, nmsk = 0; local in function:ipf_nat6_checkout
3042 u_32_t hv, rmsk = 0; local in function:ipf_nat6_checkin
    [all...]
ip_nat.c 639 u_int hv; local in function:ipf_nat_addrdr
653 hv = rhv % softn->ipf_nat_rdrrules_sz;
654 np = softn->ipf_nat_rdr_rules + hv;
659 n->in_hv[0] = hv;
679 u_int hv; local in function:ipf_nat_addmap
693 hv = rhv % softn->ipf_nat_maprules_sz;
694 np = softn->ipf_nat_map_rules + hv;
770 u_int hv, rhv; local in function:ipf_nat_hostmap
772 hv = (src.s_addr ^ dst.s_addr);
773 hv += src.s_addr
4033 u_int hv, rhv; local in function:ipf_nat_inlookup
4360 u_int hv; local in function:ipf_nat_outlookup
4857 u_32_t hv, msk, nmsk = 0; local in function:ipf_nat_checkout
5346 u_32_t hv, msk, rmsk = 0; local in function:ipf_nat_checkin
7912 u_int hv; local in function:ipf_nat_rehash
8076 u_int hv; local in function:ipf_nat_rehash_rules
8160 u_int hv; local in function:ipf_nat_hostmap_rehash
    [all...]
  /src/sys/arch/alpha/stand/netboot/
if_prom.c 159 int hv, lv; local in function:prom_init
166 hv = dval(*enet_addr); enet_addr++;
170 if (hv == -1 || lv == -1) {
175 desc->myea[i] = (hv << 4) | lv;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra114-tn7.dts 103 regulator-name = "va-lcd-hv";
175 regulator-name = "vd-ts-hv";
183 regulator-name = "va-cam2-hv";
189 regulator-name = "va-sns-hv";
195 regulator-name = "va-cam1-hv";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra210-p2571.dts 22 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
31 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
40 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
49 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
58 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
312 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
321 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
482 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
491 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
500 nvidia,io-hv = <TEGRA_PIN_ENABLE>
    [all...]
tegra210-p2595.dtsi 18 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
27 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
36 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
45 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
54 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
308 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
317 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
473 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
482 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
491 nvidia,io-hv = <TEGRA_PIN_ENABLE>
    [all...]
tegra210-p2894.dtsi 37 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
46 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
55 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
64 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
73 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
326 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
498 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
507 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
516 nvidia,io-hv = <TEGRA_PIN_ENABLE>
    [all...]
tegra210-p2597.dtsi 52 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
61 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
70 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
79 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
88 nvidia,io-hv = <TEGRA_PIN_ENABLE>;
332 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
341 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
499 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
508 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
517 nvidia,io-hv = <TEGRA_PIN_ENABLE>
    [all...]
tegra210-smaug.dts 50 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
59 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
68 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
77 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
86 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
335 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
344 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
504 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
513 nvidia,io-hv = <TEGRA_PIN_DISABLE>;
522 nvidia,io-hv = <TEGRA_PIN_ENABLE>
    [all...]
tegra186.dtsi 1050 pins = "sdmmc1-hv";
1055 pins = "sdmmc1-hv";
1060 pins = "sdmmc2-hv";
1065 pins = "sdmmc2-hv";
1070 pins = "sdmmc3-hv";
1075 pins = "sdmmc3-hv";
  /src/sys/dev/pci/
if_txp.c 627 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_intr
652 if (hv->hv_rx_buf_write_idx == hv->hv_rx_buf_read_idx)
829 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_rxbuf_reclaim
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 in function:txp_command2
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 in function:txp_response
1768 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_rsp_fixup
1792 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_cmd_desc_numfree
    [all...]
  /src/usr.bin/config/
hash.c 166 hv(u_int h, char c) function in typeref:typename:u_int
179 h = hv(h, *str++);
190 h = hv(h, HASH2DELIM);
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 236 mov FT_MMU_MAP_PERM_ADDR, %o5 ! hv fast trap function
278 mov FT_MMU_MAP_PERM_ADDR, %o5 ! hv fast trap function
502 sir ! crash if hv-call fails
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 425 const __m128i hv = hv_; \
444 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp3, temp2, temp1, temp0, accv_); \
445 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp7, temp6, temp5, temp4, accv_); \
453 const __m128i hv = hv_; \
461 MULREDUCE4(rev, hv, h2v, h3v, h4v, in3, in2, in1, in0, accv_); \
462 MULREDUCE4(rev, hv, h2v, h3v, h4v, in7, in6, in5, in4, accv_); \
515 __m128i Hv, H2v, H3v, H4v, accv;
541 Hv = _mm_shuffle_epi8(_mm_load_si128((const __m128i *) H), rev);
542 _mm_store_si128((__m128i *) H, Hv);
543 H2v = mulv(Hv, Hv)
    [all...]
  /src/sys/arch/hppa/include/
pdc.h 352 u_int hv : 4; member in struct:pdc_model
499 u_int hv[9]; /* 0x00: HV dependent */ member in struct:pdc_nvm
  /src/sys/arch/powerpc/oea/
altivec.c 306 " lvxl %[hv], %[src], %[off16];"
307 " stvxl %[hv], %[dst], %[off16];"
318 [lv] "n"(LO_VEC), [hv] "n"(HI_VEC));
  /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 in function:nist_hash_drbg_instantiate
179 const struct hvec hv[] = { local in function:nist_hash_drbg_reseed

Completed in 30 milliseconds

1 2