Searched defs:HigherByte (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DUnaligned.c40 volatile UINT8 HigherByte; local
45 HigherByte = ((UINT8*)Buffer)[1];
47 return (UINT16)(LowerByte | (HigherByte << 8));

Completed in 61 milliseconds