Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DCpuArch.h120 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1]) macro
/external/lzma/C/
DCpuArch.h119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1]) macro