Home
last modified time | relevance | path

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

/external/lzma/C/
DCpuArch.h106 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) macro
111 #define GetBe32(p) ( \
117 #define GetBe64(p) (((UInt64)GetBe32(p) << 32) | GetBe32(((const Byte *)(p)) + 4))
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp287 UInt32 authority = GetBe32(p + 4); in ParseSid()