Searched refs:SBMASK (Results 1 – 1 of 1) sorted by relevance
179 #define SBMASK (SBSIZE - 1) macro180 #if (SBSIZE ^ SBMASK) != ((SBSIZE * 2) - 1)593 dp = symtab[nhash & SBMASK]; /* Starting bucket */ in lookid()623 prevp = &symtab[nhash & SBMASK]; in defendel()
Completed in 18 milliseconds