Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dwalk.c634 static int htmask; /* allocated size - 1 */ in link_check() local
648 if (htused<<1 >= htmask) { in link_check()
656 htmask = (1 << htshift) - 1; in link_check()
660 htable = ecalloc(htmask+1, sizeof(*htable)); in link_check()
664 for (i = 0; i <= htmask>>1; i++) in link_check()
685 h = (h + h2) & htmask; in link_check()