OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 190 milliseconds