Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbits.c50 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()
Dproto.h136 extern int wordnum;
Dlex.c458 for (i=1; i<=wordnum; i++)
Dgen.c1496 _gen3("(setwd%d[LA(%d)]&0x%x)", wordnum, k, 1<<setnum);
3604 gen3("%sresynch(setwd%d, 0x%x);\n", GenCC?"":"zz", wordnum, 1<<setnum);