HomeSort by relevance Sort by last modified time
    Searched refs:SetWordType (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
tokens.h 171 extern SetWordType zzerr1[];
172 extern SetWordType zzerr2[];
173 extern SetWordType zzerr3[];
174 extern SetWordType zzerr4[];
175 extern SetWordType setwd1[];
176 extern SetWordType zzerr5[];
177 extern SetWordType zzerr6[];
178 extern SetWordType zzerr7[];
179 extern SetWordType zzerr8[];
180 extern SetWordType zzerr9[];
    [all...]
err.c 189 SetWordType zzerr1[20] = {0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
191 SetWordType zzerr2[20] = {0xfc,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xf3,
193 SetWordType zzerr3[20] = {0xfc,0xff,0xff,0xff, 0xff,0xff,0xff,0xff, 0xff,0xff,0xff,0xfb,
195 SetWordType zzerr4[20] = {0x4,0x0,0x0,0x0, 0x10,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
197 SetWordType setwd1[157] = {0x0,0x50,0xa0,0x20,0x20,0x20,0x20,
217 SetWordType zzerr5[20] = {0x0,0x0,0x0,0x0, 0x10,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
219 SetWordType zzerr6[20] = {0x4,0x0,0x0,0x0, 0x10,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
221 SetWordType zzerr7[20] = {0x4,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
223 SetWordType zzerr8[20] = {0x4,0x0,0x0,0x0, 0x0,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
225 SetWordType zzerr9[20] = {0x2,0x0,0x0,0x0, 0x4,0x0,0x0,0x0, 0x0,0x0,0x0,0x0,
    [all...]
bits.c 44 typedef unsigned char SetWordType;
46 #define BitsPerWord BitsPerByte*sizeof(SetWordType)
48 static SetWordType *setwd = NULL;
91 SetWordType *p;
95 setwd = (SetWordType *) calloc(TokenNum, sizeof(SetWordType));
124 fprintf(DefFile, "extern SetWordType setwd%d[];\n", wordnum);
126 "SetWordType setwd%d[%d] = {", wordnum, TokenNum-1);
150 fprintf(Parser_h, "\tstatic SetWordType setwd%d[%d];\n", wordnum, TokenNum-1);
152 "SetWordType %s::setwd%d[%d] = {", CurrentClassName, wordnum,
    [all...]
antlr.g     [all...]
antlr.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 122 extern SetWordType zzerr1[];
123 extern SetWordType zzerr2[];
124 extern SetWordType zzerr3[];
125 extern SetWordType setwd1[];
126 extern SetWordType zzerr4[];
127 extern SetWordType zzerr5[];
128 extern SetWordType zzerr6[];
129 extern SetWordType setwd2[];
130 extern SetWordType zzerr7[];
131 extern SetWordType zzerr8[];
    [all...]
err.c 73 SetWordType zzerr1[8] = {0x80,0xf,0x0,0x0, 0x0,0x0,0x0,0x0};
74 SetWordType zzerr2[8] = {0x60,0x0,0x0,0x0, 0x0,0x0,0x0,0x0};
75 SetWordType zzerr3[8] = {0x70,0xa8,0x9a,0x7f, 0x3,0x0,0x0,0x0};
76 SetWordType setwd1[46] = {0x0,0x6,0x0,0x0,0x30,0xc8,0xc8,
82 SetWordType zzerr4[8] = {0x10,0xa8,0x9a,0x7f, 0x3,0x0,0x0,0x0};
83 SetWordType zzerr5[8] = {0x10,0xe8,0xbb,0x7f, 0x3,0x0,0x0,0x0};
84 SetWordType zzerr6[8] = {0x10,0xa0,0x9a,0x7f, 0x3,0x0,0x0,0x0};
85 SetWordType setwd2[46] = {0x0,0x0,0x0,0x0,0xeb,0x2,0x2,
91 SetWordType zzerr7[8] = {0x10,0xa0,0x82,0x7f, 0x3,0x0,0x0,0x0};
92 SetWordType zzerr8[8] = {0x10,0x0,0x44,0x7f, 0x3,0x0,0x0,0x0};
    [all...]
dlg_p.g 590 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text)
597 SetWordType *eset;
dlg_p.c 936 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text)
943 SetWordType *eset;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
err.h 66 #define BSETLOGWORDSIZE 3 /* SetWordType is 8bits */
75 static SetWordType bitmask[] = {
94 zzresynch(SetWordType *wd,SetWordType mask)
97 SetWordType *wd, mask;
122 zzconsumeUntil(SetWordType *st)
125 SetWordType *st;
165 SetWordType *f[LL_K];
168 SetWordType *f[1];
170 SetWordType **miss_set;
    [all...]
AParser.h 57 typedef unsigned char SetWordType;
59 /* Define external bit set stuff (for SetWordType) */
150 static SetWordType bitmask[sizeof(SetWordType)*8];
158 // units of SetWordType
196 _ANTLRTokenPtr *, SetWordType **);
197 int _setmatch(SetWordType *, ANTLRChar **, ANTLRTokenType *,
198 _ANTLRTokenPtr *, SetWordType **,
199 SetWordType * tokclassErrset /* MR23 */);
201 int _setmatch_wsig(SetWordType *);
    [all...]
AParser.cpp 65 SetWordType ANTLRParser::bitmask[sizeof(SetWordType)*8] = {
291 SetWordType **MissSet)
329 _setmatch(SetWordType *tset, ANTLRChar **MissText,
331 SetWordType **MissSet, SetWordType *tokclassErrset)
349 _setmatch_wsig(SetWordType *tset)
366 consumeUntil(SetWordType *st)
389 resynch(SetWordType *wd,SetWordType mask)
    [all...]
antlr.h 68 typedef unsigned char SetWordType;
538 extern int _zzsetmatch(SetWordType *, char **, char **, int *, int *, SetWordType **, SetWordType * /* MR23 */);
539 extern int _zzsetmatch_wsig(SetWordType *);
557 extern int _zzmatch(int, char **, char **, int *, int *, SetWordType **);
570 extern int _zzmatch_wdfltsig(int, SetWordType *);
571 extern int _zzsetmatch_wdfltsig(SetWordType *tokensWanted,
573 SetWordType *whatFollows);
581 SetWordType *zzMissSet=NULL; int zzMissTok=0; \
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
err.h 66 #define BSETLOGWORDSIZE 3 /* SetWordType is 8bits */
75 static SetWordType bitmask[] = {
94 zzresynch(SetWordType *wd,SetWordType mask)
97 SetWordType *wd, mask;
122 zzconsumeUntil(SetWordType *st)
125 SetWordType *st;
165 SetWordType *f[LL_K];
168 SetWordType *f[1];
170 SetWordType **miss_set;
    [all...]
AParser.h 57 typedef unsigned char SetWordType;
59 /* Define external bit set stuff (for SetWordType) */
150 static SetWordType bitmask[sizeof(SetWordType)*8];
158 // units of SetWordType
196 _ANTLRTokenPtr *, SetWordType **);
197 int _setmatch(SetWordType *, ANTLRChar **, ANTLRTokenType *,
198 _ANTLRTokenPtr *, SetWordType **);
200 int _setmatch_wsig(SetWordType *);
202 virtual void resynch(SetWordType *wd,SetWordType mask); // MR21
    [all...]
AParser.cpp 65 SetWordType ANTLRParser::bitmask[sizeof(SetWordType)*8] = {
282 SetWordType **MissSet)
319 _setmatch(SetWordType *tset, ANTLRChar **MissText,
321 SetWordType **MissSet)
338 _setmatch_wsig(SetWordType *tset)
355 consumeUntil(SetWordType *st)
378 resynch(SetWordType *wd,SetWordType mask)
405 syn(_ANTLRTokenPtr tok, ANTLRChar *egroup, SetWordType *eset,
    [all...]
antlr.h 68 typedef unsigned char SetWordType;
526 extern int _zzsetmatch(SetWordType *, char **, char **, int *, int *, SetWordType **);
527 extern int _zzsetmatch_wsig(SetWordType *);
545 extern int _zzmatch(int, char **, char **, int *, int *, SetWordType **);
558 extern int _zzmatch_wdfltsig(int, SetWordType *);
559 extern int _zzsetmatch_wdfltsig(SetWordType *tokensWanted,
561 SetWordType *whatFollows);
569 SetWordType *zzMissSet=NULL; int zzMissTok=0; \
579 SetWordType *zzMissSet=NULL; int zzMissTok=0; char *zzMissText=""
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [all...]

Completed in 339 milliseconds