OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetUi32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
CpuArch.h
67
#define
GetUi32
(p) (*(const UInt32 *)(p))
77
#define
GetUi32
(p) ( \
83
#define GetUi64(p) (
GetUi32
(p) | ((UInt64)
GetUi32
(((const Byte *)(p)) + 4) << 32))
/external/lzma/C/
CpuArch.h
66
#define
GetUi32
(p) (*(const UInt32 *)(p))
76
#define
GetUi32
(p) ( \
82
#define GetUi64(p) (
GetUi32
(p) | ((UInt64)
GetUi32
(((const Byte *)(p)) + 4) << 32))
Completed in 23 milliseconds