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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 151 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
158 #define GetBe32(p) __builtin_bswap32(*(const UInt32 *)(const Byte *)(p))
165 #define GetBe32(p) ( \
171 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 151 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
158 #define GetBe32(p) __builtin_bswap32(*(const UInt32 *)(const Byte *)(p))
165 #define GetBe32(p) ( \
171 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 151 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
158 #define GetBe32(p) __builtin_bswap32(*(const UInt32 *)(const Byte *)(p))
165 #define GetBe32(p) ( \
171 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
  /external/lzma/C/
CpuArch.h 151 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p))
158 #define GetBe32(p) __builtin_bswap32(*(const UInt32 *)(const Byte *)(p))
165 #define GetBe32(p) ( \
171 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))

Completed in 150 milliseconds