Home
last modified time | relevance | path

Searched refs:Base2 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
Dloosing_mro_ref.py15 X.__bases__ = (Base2,)
27 class Base2(object): class
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c47 IN VOID *Base2, in InternalSafeStringIsOverlap() argument
51 if ((((UINTN)Base1 >= (UINTN)Base2) && ((UINTN)Base1 < (UINTN)Base2 + Size2)) || in InternalSafeStringIsOverlap()
52 (((UINTN)Base2 >= (UINTN)Base1) && ((UINTN)Base2 < (UINTN)Base1 + Size1))) { in InternalSafeStringIsOverlap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DMemIscp.h76 UINT64 Base2; ///< Base address of memory range 2 member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/
DSmmBaseOnSmmBase2Thunk.inf2 # Component description file for SMM Base Protocol on SMM Base2 Protocol Thunk driver.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py293 Base1 = Base2 = 10
297 Base2 = 16
300 PcdValueInDscOrFdf = int(DefaultValue, Base2)