Searched refs:StrTableSize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.h37 #ifndef StrTableSize
39 #define StrTableSize 1000000 macro
43 #ifndef StrTableSize
45 #define StrTableSize 655200 macro
49 #ifndef StrTableSize
50 #define StrTableSize 1000000 macro
H A Dgeneric.h223 #ifndef StrTableSize
224 #define StrTableSize 15000 /* all tokens, nonterminals, rexprs stored here */ macro
H A Dhash.c65 static unsigned strsize = StrTableSize;
215 "string table overflow\nIncrease StrTableSize in hash.h and recompile hash.c\n");

Completed in 44 milliseconds