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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 57 #define TreeBlockAllocSize 500
fset2.c 242 /*fprintf(stderr, "tnode: %d more nodes\n", TreeBlockAllocSize);*/
245 if ( (n+TreeBlockAllocSize) >= TreeResourceLimit )
255 newblk = (Tree *)calloc(TreeBlockAllocSize, sizeof(Tree));
265 n += TreeBlockAllocSize;
266 for (p=newblk; p<&(newblk[TreeBlockAllocSize]); p++)
    [all...]

Completed in 278 milliseconds