Home
last modified time | relevance | path

Searched refs:RRefBlockAllocSize (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h60 #define RRefBlockAllocSize 100 macro
Dbuild.c679 newblk = (RuleRefNode *)calloc(RRefBlockAllocSize, sizeof(RuleRefNode)); in newRNode()
682 for (p=newblk; p<&(newblk[RRefBlockAllocSize]); p++) in newRNode()