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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DCpuArch.h24 #define GetUi32(p) (*(const UInt32 *)(p)) macro
32 #define GetUi32(p) ( \ macro
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DCpuArch.h24 #define GetUi32(p) (*(const UInt32 *)(p)) macro
32 #define GetUi32(p) ( \ macro
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))

Completed in 171 milliseconds