Searched defs:SetWordType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbits.c44 typedef unsigned char SetWordType; typedef
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h57 typedef unsigned char SetWordType; typedef
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...]
H A Dantlr.h68 typedef unsigned char SetWordType; typedef
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 *zzMissSe
[all...]

Completed in 66 milliseconds