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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DCpuArch.h53 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p)) macro
63 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4)) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DCpuArch.h53 #define GetBe64(p) _byteswap_uint64(*(const UInt64 *)(const Byte *)(p)) macro
63 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4)) macro

Completed in 31 milliseconds