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

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.h 120 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /external/lzma/C/
CpuArch.h 119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])

Completed in 53 milliseconds