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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
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...]
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/
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...]
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...]

Completed in 276 milliseconds