Home | History | Annotate | Download | only in gencnval

Lines Matching refs:STRING_STORE_SIZE

45 /* STRING_STORE_SIZE + TAG_STORE_SIZE <= ((2^16 - 1) * 2)
51 #define STRING_STORE_SIZE 0x1FBFE /* 130046 */
99 static char stringStore[STRING_STORE_SIZE];
100 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };