Home
last modified time | relevance | path

Searched refs:SetMaxContainers (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g1683 … << OLObj.SetMaxContainers ((UINT8)_GET_CURRQEST_ARRAY_SIZE()); >>
1685 …MaxContainers "=" M:Number "," << OLObj.SetMaxContainers (_STOU8(M->getText())…
DVfrFormPkg.h1211 VOID SetMaxContainers (IN UINT8 MaxContainers) { in SetMaxContainers() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrFormPkg.h1557 VOID SetMaxContainers (IN UINT8 MaxContainers) { in SetMaxContainers() function
DVfrSyntax.g2936 … OLObj.SetMaxContainers ((UINT8) (VarArraySize > 0xFF ? 0xFF : VarArraySize));
2945 … OLObj.SetMaxContainers (_STOU8(M->getText(), M->getLine()));