Home
last modified time | relevance | path

Searched refs:GetBe32 (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DCpuArch.h104 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro
109 #define GetBe32(p) ( \
115 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
/external/chromium_org/third_party/lzma_sdk/
DCpuArch.h105 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro
110 #define GetBe32(p) ( \
116 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))