Home
last modified time | relevance | path

Searched refs:TSChunk (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgeneric.h239 #define TSChunk 100 /* how much to expand TokenStr/ExprStr each time */ macro
240 #define TIChunk TSChunk /* expand TokenInd by same as TokenStr to mirror them */
Dmisc.c59 static int tsize=TSChunk; /* size of token str arrays */
93 more = TSChunk * (1 + ((TokenNum-tsize) / TSChunk));
Dmain.c998 TokenStr = (char **) calloc(TSChunk, sizeof(char *)); in init()