HomeSort by relevance Sort by last modified time
    Searched refs:NewDestX (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 65 UINTN NewDestX;
124 NewDestX = 0;
250 NewDestX = MIN ((UINTN) DestX, LogoDestX);
252 LogoWidth = MAX ((UINTN) DestX + Image.Width, LogoDestX + LogoWidth) - NewDestX;
255 LogoDestX = NewDestX;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 311 UINTN NewDestX;
366 NewDestX = 0;
553 NewDestX = MIN ((UINTN) DestX, LogoDestX);
555 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX;
558 LogoDestX = NewDestX;
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 311 UINTN NewDestX;
366 NewDestX = 0;
553 NewDestX = MIN ((UINTN) DestX, LogoDestX);
555 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX;
558 LogoDestX = NewDestX;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 932 UINTN NewDestX;
987 NewDestX = 0;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 933 UINTN NewDestX;
988 NewDestX = 0;
    [all...]

Completed in 439 milliseconds