Searched refs:wordnum (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 50 int wordnum = 0; variable 99 wordnum++; in NewSetWd() 124 fprintf(DefFile, "extern SetWordType setwd%d[];\n", wordnum); in DumpSetWdForC() 126 "SetWordType setwd%d[%d] = {", wordnum, TokenNum-1); in DumpSetWdForC() 150 fprintf(Parser_h, "\tstatic SetWordType setwd%d[%d];\n", wordnum, TokenNum-1); in DumpSetWdForCC() 152 "SetWordType %s::setwd%d[%d] = {", CurrentClassName, wordnum, in DumpSetWdForCC()
|
D | proto.h | 136 extern int wordnum;
|
D | lex.c | 458 for (i=1; i<=wordnum; i++)
|
D | gen.c | 1496 _gen3("(setwd%d[LA(%d)]&0x%x)", wordnum, k, 1<<setnum); 3604 gen3("%sresynch(setwd%d, 0x%x);\n", GenCC?"":"zz", wordnum, 1<<setnum);
|