Searched refs:NHASH (Results 1 – 1 of 1) sorted by relevance
57 #define NHASH(i) ((i>>6)^i)&0177 macro240 i = NHASH(p->r); in nrehash()257 lp = &nhash[NHASH(rp->r)];276 int h = NHASH(i);307 for (p = nhash[NHASH(i)]; p; p = p->link)