Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
DPlatform.c990 UINTN LowByte; in BcdToHex()
993 LowByte = (UINTN)HexValue % 10;
995 return ((UINT8)(LowByte + (HighByte << 4))); local
1004 UINTN LowByte;
1007 LowByte = (UINTN)(BcdValue & 0x0F);
1009 return ((UINT8)(LowByte + HighByte));