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

/external/lzma/C/
H A DCpuArch.h121 #define GetBe16(p) ((UInt16)(((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])) macro

Completed in 108 milliseconds