Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c45 IN VOID *Base1, 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.h72 UINT64 Base1; ///< Base address of memory range 1 member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFfsInfStatement.py293 Base1 = Base2 = 10
295 Base1 = 16
299 PcdValueInImg = int(Pcd.DefaultValue, Base1)