FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HASH_MASK
libexec/mknetid/hash.c
105
return(hash((void *)key, strlen(key)) & HASH_MASK);
libexec/revnetgroup/hash.c
106
return(hash((void *)key, strlen(key)) & HASH_MASK);
sys/dev/cxgbe/cudbg/fastlz.c
110
v &= HASH_MASK;\