Home
last modified time | relevance | path

Searched refs:DATE_YEAR_BITMASK (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.h307 #define DATE_YEAR_BITMASK 0x0000FFFF macro
DVfrUtilityLib.cpp2467 if ((pNode[0] = new SVfrQuestionNode (NULL, YearVarId, DATE_YEAR_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2543 if ((pNode[0] = new SVfrQuestionNode (Name, VarIdStr[0], DATE_YEAR_BITMASK)) == NULL) { in RegisterNewDateQuestion()
DVfrSyntax.g3330 case DATE_YEAR_BITMASK : U8Obj.SetValue (0); break;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.h371 #define DATE_YEAR_BITMASK 0x0000FFFF macro
DVfrUtilityLib.cpp2666 if ((pNode[0] = new SVfrQuestionNode (NULL, YearVarId, DATE_YEAR_BITMASK)) == NULL) { in RegisterOldDateQuestion()
2773 if ((pNode[0] = new SVfrQuestionNode (Name, VarIdStr[0], DATE_YEAR_BITMASK)) == NULL) { in RegisterNewDateQuestion()
DVfrSyntax.g4234 case DATE_YEAR_BITMASK:
4409 case DATE_YEAR_BITMASK:
5335 case DATE_YEAR_BITMASK : U8Obj.SetValue (0); break;