Searched defs:ZZLEXBUFSIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dantlr.h89 #ifndef ZZLEXBUFSIZE
90 #define ZZLEXBUFSIZE 8000 /* MR22 raise from 2k to 8k */ macro
138 zzchar_t zztextLA[LL_K][ZZLEXBUFSIZE]; \
225 char textLA[LL_K][ZZLEXBUFSIZE];
230 char text[ZZLEXBUFSIZE];
286 #if ZZLEXBUFSIZE > ZZINF_BUFFER_TEXT_CHUNK_SIZE
287 #define ZZINF_BUFFER_TEXT_CHUNK_SIZE ZZLEXBUFSIZE+5
423 {static char zztoktext[ZZLEXBUFSIZE]; \
426 {static char zztoktext[ZZLEXBUFSIZE]; \
429 {static char zztoktext[ZZLEXBUFSIZE]; \
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h35 /* MR9 JVincent@novell.com Allow user to override default ZZLEXBUFSIZE */
36 /* MR11 thm Raise antlr's own default ZZLEXBUFSIZE to 8k */
37 /* MR22 thm Raise antlr's own default ZZLEXBUFSIZE to 32k */
39 #ifndef ZZLEXBUFSIZE
40 #define ZZLEXBUFSIZE 32000 macro
275 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE;\

Completed in 45 milliseconds