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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
Platform.c 990 UINTN LowByte;
993 LowByte = (UINTN)HexValue % 10;
995 return ((UINT8)(LowByte + (HighByte << 4)));
1004 UINTN LowByte;
1007 LowByte = (UINTN)(BcdValue & 0x0F);
1009 return ((UINT8)(LowByte + HighByte));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbspec.h 41 UCHAR LowByte;
48 UCHAR LowByte;

Completed in 82 milliseconds