Home
last modified time | relevance | path

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

/aoo42x/main/rsc/source/rscpp/
H A Dcpp6.c176 #ifndef SBSIZE
177 #define SBSIZE 64 macro
179 #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 14 milliseconds