Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dbits.c48 static SetWordType *setwd = NULL; variable
93 if ( setwd == NULL ) in NewSetWd()
95 setwd = (SetWordType *) calloc(TokenNum, sizeof(SetWordType)); in NewSetWd()
96 require(setwd!=NULL, "NewSetWd: cannot alloc set wd\n"); in NewSetWd()
98 for (p = setwd; p<&(setwd[TokenNum]); p++) {*p=0;} in NewSetWd()
123 if ( setwd==NULL ) return; in DumpSetWdForC()
132 fprintf(ErrFile, "0x%x", setwd[i]); in DumpSetWdForC()
149 if ( setwd==NULL ) return; in DumpSetWdForCC()
159 fprintf(Parser_c, "0x%x", setwd[i]); in DumpSetWdForCC()
195 setwd[e] |= mask;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt545 #232. (Changed in MR20) Make setwd bit vectors protected in parser.h
547 The access for the setwd array in the parser header was not
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt1221 #232. (Changed in MR20) Make setwd bit vectors protected in parser.h
1223 The access for the setwd array in the parser header was not