Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/spell/
H A Dhash.c39 #define LOCHMASK ((1<<LOCHWIDTH)-1) macro
76 h += (c&LOCHMASK) * *lp++; in hash()