HomeSort by relevance Sort by last modified time
    Searched refs:TSChunk (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 239 #define TSChunk 100 /* how much to expand TokenStr/ExprStr each time */
240 #define TIChunk TSChunk /* expand TokenInd by same as TokenStr to mirror them */
misc.c 59 static int tsize=TSChunk; /* size of token str arrays */
93 more = TSChunk * (1 + ((TokenNum-tsize) / TSChunk));
    [all...]
main.c     [all...]

Completed in 94 milliseconds