Searched refs:NHASH (Results 1 – 1 of 1) sorted by relevance
55 #define NHASH(i) ((i>>6)^i)&0177 macro236 i = NHASH(p->r); in nrehash()253 lp = &nhash[NHASH(rp->r)];272 int h = NHASH(i);303 for (p = nhash[NHASH(i)]; p; p = p->link)