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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/
H A DEbcSupport.c735 UINT64 High64; local
759 High64 = RShiftU64 (Slot1, 18);
760 High64 = High64 | LShiftU64 (Slot2, 23);
773 *BPtr = (UINT8) High64;
774 High64 = RShiftU64 (High64, 8);

Completed in 75 milliseconds