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

  /src/sys/fs/adosfs/
adlookup.c 79 u_long bn, plen, hval; local in function:adosfs_lookup
163 hval = adoshash(pelt, plen, adp->ntabent, IS_INTER(adp->amp));
164 bn = adp->tab[hval];
165 i = uimin(adp->tabi[hval], 0);
176 if (--i < adp->tabi[hval])
177 adp->tabi[hval] = i;
184 if (i != adp->tabi[hval])
187 adp->tabi[hval] = -adp->tabi[hval];
  /src/sys/net/
bsd-comp.c 466 int hval, disp, ent, ilen; local in function:bsd_compress
565 hval = BSD_HASH(ent, c, hshift);
566 dictp = &db->dict[hval];
577 disp = (hval == 0) ? 1 : hval;
579 hval += disp;
580 if (hval >= db->hsize)
581 hval -= db->hsize;
582 dictp = &db->dict[hval];
605 dictp2->cptr = hval;
675 uint32_t hval, disp; local in function:bsd_incomp
1013 uint32_t hval, disp; local in function:bsd_decompress
    [all...]
  /src/sys/dev/pci/
if_xge.c 198 uint32_t lval, hval; local in function:pif_wcsr
201 hval = val>>32;
203 bus_space_write_4(sc->sc_st, sc->sc_sh, csr+4, hval);
219 uint32_t lval, hval; local in function:txp_wcsr
222 hval = val>>32;
224 bus_space_write_4(sc->sc_txt, sc->sc_txh, csr+4, hval);
231 uint32_t lval, hval; local in function:pif_wkey
234 hval = val>>32;
238 bus_space_write_4(sc->sc_st, sc->sc_sh, csr+4, hval);

Completed in 12 milliseconds