Searched refs:htmask (Results 1 – 1 of 1) sorted by relevance
290 static int htmask; /* allocated size - 1 */ in linkchk() local309 if (htused<<1 >= htmask) { in linkchk()317 htmask = (1 << htshift) - 1; in linkchk()321 htable = calloc(htmask+1, sizeof(*htable)); in linkchk()328 for (i = 0; i <= htmask>>1; i++) in linkchk()347 h = (h + h2) & htmask; in linkchk()