Searched refs:htmask (Results 1 – 1 of 1) sorted by relevance
641 static int htmask; /* allocated size - 1 */ in link_check() local655 if (htused<<1 >= htmask) { in link_check()663 htmask = (1 << htshift) - 1; in link_check()667 htable = ecalloc(htmask+1, sizeof(*htable)); in link_check()671 for (i = 0; i <= htmask>>1; i++) in link_check()692 h = (h + h2) & htmask; in link_check()