HomeSort by relevance Sort by last modified time
    Searched defs:GetUi32 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))

Completed in 153 milliseconds