Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dwalk.c636 static int htmask; /* allocated size - 1 */ in link_check() local
650 if (htused<<1 >= htmask) { in link_check()
658 htmask = (1 << htshift) - 1; in link_check()
662 htable = ecalloc(htmask+1, sizeof(*htable)); in link_check()
666 for (i = 0; i <= htmask>>1; i++) in link_check()
687 h = (h + h2) & htmask; in link_check()