Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/du/
Ddu.c290 static int htmask; /* allocated size - 1 */ in linkchk() local
309 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()