HomeSort by relevance Sort by last modified time
    Searched full:htmask (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
du.c 248 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 1104 milliseconds