Lines Matching +defs:hash +defs:table
59 #include <sys/hash.h>
475 /* ---- boundary tag hash */
481 unsigned int hash;
483 hash = hash32_buf(&addr, sizeof(addr), HASH32_BUF_INIT);
484 list = &vm->vm_hashlist[hash & vm->vm_hashmask];
866 /* Round hash size up to a power of 2. */
879 /* Decay back to a small hash slowly. */
1622 static const char * const table[] = {
1629 if (type >= __arraycount(table)) {
1632 return table[type];