Searched refs:SBSIZE (Results 1 – 1 of 1) sorted by relevance
176 #ifndef SBSIZE177 #define SBSIZE 64 macro179 #define SBMASK (SBSIZE - 1)180 #if (SBSIZE ^ SBMASK) != ((SBSIZE * 2) - 1)181 << error, SBSIZE must be a power of 2 >>185 static DEFBUF *symtab[SBSIZE]; /* Symbol table queue headers */190 for( i = 0; i < SBSIZE; i++ ) in InitCpp6()665 for (syp = symtab; syp < &symtab[SBSIZE]; syp++) { in dumpdef()
Completed in 19 milliseconds