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

/system/core/toolbox/
H A Ddu.c248 static int htmask; /* allocated size - 1 */ local
267 if (htused<<1 >= htmask) {
275 htmask = (1 << htshift) - 1;
279 htable = calloc(htmask+1, sizeof(*htable));
286 for (i = 0; i <= htmask>>1; i++)
305 h = (h + h2) & htmask;

Completed in 36 milliseconds